Advanced Forum Search Results
-
Hello Gerge,
I have also set the height of DIV and still it is not working.....
-
Hello All,
I have created Workflow module with Silverlight 1.0. We are supporting both the browesers (e.g. IE and Firefox). In Firefox, i am facing some issue related to Mouse Over and Canvas Positioning.
If i set the Overflow property of Plug-In container DIV (i.e. <DIV style="overflow: ...
-
Hello All,
This is a known bug and as of now fix is not done. I'll suggest following two options for time beign.
1) Set Negative absolute positioning in CSS
2) Set the container tag Height and Width to Zero.
This will solve your problem...
-
Hello Dear,
Can you please tell me how this problem(html parent of the SL object's display = "none" and try to access anthing in that SL control) is resolved...?
-
I am creating some Canvas and rectangles at run time with JavaScript. I am geeting an error in the case of Firefox that "I am accessing some provate data. The exact error is "Bad NPObjecr as private DATA". Please have a look at the image below.
var slControl = sender.getHost(); // At this line at getHost method i am getting an ...
-
I am creating some Canvas and rectangles at run time with JavaScript. I am geeting an error in the case of Firefox that "I am accessing some provate data. The exact error is "Bad NPObjecr as private DATA". Please have a look at the image below.
var slControl = sender.getHost(); // At this line at getHost method i am getting an ...
-
Hello Rajesh,
Can you please tell me which kid of settings i need to check.....?
-
I am creating some Canvas and rectangles at run time with JavaScript. I am geeting an error in the case of Firefox that "I am accessing some provate data. The exact error is "Bad NPObjecr as private DATA". Please have a look at the image below.
var slControl = sender.getHost(); // At this line at getHost method i am getting an ...
-
I am using silverlight 1.0 with JavaScript programming. I am facing an issue that the silverlight screen is visible in IE6 and IE7 but it is not at all visible in Firefox2.0 or 3.0.
-
I have created a workflow module with SilverLight 1.0. It is created with JavaScript.
It is working fine with IE. But It was not working in Firefox2.0.0.16. Than i added one more parameter in CreateObjectEx i.e. initParam than it is working fine in Firefox2.0.0.16.
The issue is the positionin of Canvas is quite strange than IE. I ...