Advanced Forum Search Results
-
The issue has been resolved. We were playing around with the styles for the form and div elements of the ASPX page hosted within the iframe. When we set a very large size, it happened that the Silverlight control took some space within the iframe, while there was space remaining within the iframe, where we got the right click context menu ...
-
Thanks, Ken, for following up on this thread and for helping. It's very kind of you! Thank you!
Yes, the page where the iframe is hosted and the Silverlight application are under the same virtual directory, and it has the Silverlight MIME type added as a HTTP header. And, it loads fine in IE too, but it doesn't in Firefox 3.
I'm also ...
-
The above behavior was observed only for sometime. Accessing the application at a later point in time, we found that the behavior was the same as before - a blank screen, with the Silverlight context menu on right click.
We did further investigations on this. We tried hosting the Silverlight control in an ASPX page, instead of the ascx user ...
-
Thanks, Ken, for the answer. I changed the height values of both the div and the form tags to 500px, and it seems to load most of the time, except the first time.
Also, I find a catch - this successful loading happens when the browser has internet connectivity (I'm working behind a proxy server - it works if the proxy setting is enabled in ...
-
We have a Silverlight 2.0 application hosted within an ASP .Net web control (ascx page). The application works fine with Internet Explorer (6, 7, 8), but does not with Firefox 3 browser. We observe a blank page getting loaded, but when we right click on it, we observe the 'Silverlight' option in the context menu.
Below is the markup ...
-
Thanks, Todd.
We were thinking of developing this control's custom behavior, though the DAL you have suggested is a nice thing for a generic custom control.
But a control that can accept a delegate (to a method which would provide data based on parameters received) and the control passing in information about the node which requires ...
-
Thanks for the clarification, Bryant and Bart.
-
Hi,
Are there any controls or control libraries which provide controls, that can fetch data dynamically from a web service or WCF service?
A specific case is a tree view. If there are thousands of nodes to be shown, it would be nice to have controls that can pull the data and display the nodes, as and when they get scrolled into view, and also ...
-
Hi,
I came across the downloader object in Silverlight.
http://silverlight.net/Learn/learnvideo.aspx?video=262
Is it possible to make webservice/WCF service calls using the downloader control?
The context of this question: for data access to Silverlight application, we propose to have a web service/WCF service. When the volume of data is huge, ...
-
Thanks, John. So, I would be right in reading the above reply as "conversion using a custom application is the way to tackle the issue", right?