Advanced Forum Search Results
-
Hi, I have an application (Silverlight 2.0 RTM) that uses cross-domain webservices, xaml animation, etc. The long and the short of it the application works under FF but not IE. When deployed internally, web server is II6, it runs fine on IE7. The issue is only when it is deployed to the Silverlight Streaming ...
-
Hi Pinal,
Thanks for you reply. Mine calls cross domain as well, but I don't believe the issue is in that area. I would expect that if it works in FF then it should work in IE. As I said, running internally on our servers with IE the application runs fine. The issue is only when deployed to ...
-
There still seems to be some flakiness. My application shows correctly under FF but not IE7. The application will display for a brief second and then disappear. FWIW, The application runs fine internally on IE7, just not when deployed to the Silveright Streaming site. Strange that it works in FF.
-
I have verified that too. Really disappointing that my Silverlight 2.0 RTM app works in Firefox but not IE7.
Does anyone have an ETA on when this will be fixed?
-
I took the unelegant solution of setting the parent element in the control when it is created. So instead of trying to traverse the tree I just call my local getParent method.
-
Hi Ujeen,
I have managed a workaround to the issue by adding my usercontrol as a child to the canvas of the main form setting the z-axis. Hopefully the issue with Popups will be resolved soon, since it did work in Beta1 and Beta2.
private void ...
-
Problem: SelectionChanged on ListBox in a Popup causes sytem to Crash
This problem occurred when migrating from Beta 2 to RTM
I have a listbox that contains rows of several items. When the item is selected, I had a selectionchanged listener that would open another popup based on the selected row. When migrating to ...