Advanced Forum Search Results
-
First of all, if you are nearing a release and just started to think about protecting your IP, you should ask yourself if that isn't a bit late.
Let me introduce Silverlight Spy; it will show you just about anything there is to know about any Silverlight application. Silverlight Spy clearly demonstrates that it is very easy to peek into any ...
-
There is a managed solution; I just posted the source code of an AgHost prototype entirely written in C#.
See for more details: http://firstfloorsoftware.com/blog/hosting-silverlight-outside-the-browser-sourcecode/
- Koen
-
Take a look at SmartPrint, a commercial product that is expected end September 2009. http://smartwebcontrols.com/SmartPrintDetails.aspx
-
You can create a workaround using the FrameworkElement LayoutUpdated event. The toolkit's ImplicitStyleManager faces exactly the same problem when the ApplyMode is set to auto and the Toolkit team solved it by using the aforementioned LayoutUpdated event.
More details -> ...
-
Of course there is. Just define your own attached dependency property and assign it to any dependency object you like.
-
Hi,
First of all; are you sure the element you are looking for is in the same XAML namescope as the root element? If not, FindName will not help you.
Second; what is this GetVisualDescendants method. Is it a custom extension method? What does it do?
- Koen
-
Try Document Toolkit (commercial product): http://firstfloorsoftware.com/documenttoolkit.
A demonstration of displaying word documents: http://firstfloorsoftware.com/blog/aspose-and-first-floor-software-announce-collaboration-to-enable-word-document-display-in-silverlight/
Hope this helps
- koen
-
Thanks for the info.
FYI: Tim Heuer points to an updated SL release history as well -> http://download.microsoft.com/download/8/3/A/83A1F610-EB3C-42A2-BB65-2E78526A5056/Microsoft%20Silverlight%20Release%20History.html
-
It seems that an update of the Silverlight 3 runtime was released on Tuesday, July 28th. This GDR 1 has version 3.0.40723.0.
Anyone a clue what has changed in this release?
Thanks,
- Koen
-
Yes, but how? Where do I find the JScript binaries. The current DLR package (http://sdlsdk.codeplex.com/) only contains the IronRuby and IronPython languages.
- koen