Advanced Forum Search Results
-
I more fix:
We are creating script element in head section in line # 30 and immediately calling Invoke(), sometimes in FF, by the time Invoke() is called the DOM structure is not ready and we still get "Failed to Invoke" error. Here is the work around for this issue:
1 [ScriptableMember]
2 ...
-
I dont have any webservice nor i have any aspx page to host SL control. Its hosted in simple html page.
-
Thanks Jac for the reply, but this is not i am looking for.
I am looking for some feature by which i can know what version of IE client is using.. mainly my clients are using IE7 or IE8. so i should get that.
Further i also need to know whether client is on firefox or chorme.
-
any pointers?
-
any updates?
Any body any help?
-
How can i determine browser name and version from within SL App?
HtmlPage.BrowserInformation does not work as expected.
For FireFox and Chrome : HtmlPage.BrowserInformation.Name returns "netscape"
On IE 8 : HtmlPage.BrowserInformation.BrowserVersion returns 4.0
This is not what i want.
I need to know actual name ...
-
Finally I got it.... i did it.... i did it....
I make my Picasa Data Provider for Vertigo Slide Show run on FireFox and Chrome.
My mistake was in WriteJSToClentHtmlPage() mehod. Line#29 in below code. Initially I was using SetAttribute method instead of SetProperty method.
scriptElement.SetAttrubute("text", jsText) ...
-
any body any help...... issue still persists.
-
Its the same page. It calls same SL application. Below is the html source for picasa.html.
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html>
3 <head>
4 ...
-
Once again Thanks Amanda for your attempts.
But issue still remails for me, for same code i am still getting error in FF as well as Chrome. And in both environments : my local box and in my prod env.
My FF version is 3.0.6 and my chrome version is 1.0.154.48.
I know it may be difficult for you as you are not able to reproduce it in your ...