Advanced Forum Search Results
-
Ya noticed that myself after I posted it.
-
I know it works on WPF I reckon thats why I am more confused, and I am trying to find the reason DP's exist in Silverlight in the first place, I think this is the most basic when it comes to binding.
I only beed to bind data in classes inherited from Control/User Control (since they inherit from UIElement at root) otherwise there ...
-
Thanks Bart,
Thats the first time I got help on this issue, and what do you mean by "they changed this from SL 2 Beta to RTW"? That link discusses the same issue as me, but without any explaination, can anyone direct me to some official explantion of this issue?
Besides, I am trying to Bind DP where the class is being inherited from ...
-
Now I am more confused than I started. And I don't mean binding (ElementName, Path) binding I know it is not supported in Silverlight. I just want simple DP to DP binding, let me try to explain.
In Page.xaml I have a TextBlock1 and I am trying to bind its Text (DP) to another DP Status (Owner: Page) but when I try ...
-
I thought I was doing something wrong but its a bug, when you create a button from a rectangle and apply Opacity Masks and Transform the button is getting Transparent (Althought the opacity, for opacity mask is still 100%), please check this out with or without the Rectangle.OpacityMasks/Transormation. But when both combined ...
-
Nice one well done.
-
Yeah, why not? I haven't tried it myself but I don't have reason to believe that it won't work and if it doesnt then maybe proxy via server.
But it should work via sockets I reckon.
-
I am not refering the the syntax, I am after ElementProperty binding, i.e, notifying/updating UI on dependency property change
-
XBAP is the ground between Silverlight and WPF, if you are already familar with either XBAP is not an unknown.
If you can communicate with your ActiveX via sockets then I think your problem is solved.
-
Printing is not supported in Silverlight so you can't do it... Maybe someone have came up with some around that I don't know about but direct printing for Silverlight is not allowed.