Advanced Forum Search Results
-
Billy you are absolutely right, WinForms API mainly targets existing .NET WinForms users.
We have already made some tests regarding the interaction between WinForms controls and native XAML controls. It still needs some adjustements but it works fine! We will publish some sample code very soon.
Stay tuned!
-
Forci, the problem resides in the way Silverlight handles and sends mouse/keyboard events. Please remember it is alpha running on alpha! Further versions will fix this problem in my opinion.
-
Of course there is no dependency on any external .net assemblies but those coming with Silverlight plus Goa.Windows.Forms.dll. Furthermore, since it is still alpha running on alpha, it has not been extensively tested on Mac
-
[quote user="heuertk"]
wow, very cool! -- is there a blog that tells the story behind these?
[/quote]
The framework was originaly written for Flash and ported to Silverlight. We will write something that tells the full story.
-
40+ Controls for Silverlight 1.1 available for free at http://www.netikatech.com/
It is called GOA WinForms, a free implementation of the System.Windows.Form .NET library for Silverlight!
Enjoy
-
Actually no...
-
I have identified a bug on ZIP archives and fixed it by writing my own zipper.
The problem comes from small files that are not "deflated" by the zipper, but "stored". (because they are too small)
"stored" files in ZIP archives make Silverlight behave badly... and this is a bug.
-
It does not work for me, I get the exception:
Attempt to access the method failed: System.Threading.Thread.set_CurrentCulture(System.Globalization.CultureInfo)
Even if ignored, the culture is not changed:
double d= 34.12;
string str1= d.ToString(); // "34,12"
try
{
System.Threading.Thread.CurrentThread.CurrentCulture = ...
-
Any news for this bug?
(another post for this bug at http://silverlight.net/forums/p/1497/3821.aspx)
-
Read http://silverlight.net/forums/t/1412.aspx
Same bug in my opinion. Tragic bug! All floating point coordinates fail for Europeen Silverlight clients.