I'm thinking we may have to lose load progress in IE windows and go back to the older method. Thoughts everyone?

I still can't reproduce the problem. I'm using a fresh XP SP1 box with IE 6.0.2600.0000.xpclient.010817-1148. Here are the results I get when I run the test I sent you earlier:

appCodeName: Mozilla
appMinorVersion: 0
appName: Microsoft Internet Explorer
appVersion: 4.0 (compatible; MSIE 6.0; Windows NT 5.1)
cpuClass: x86
platform: Win32
systemLanguage: en-us
userAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
userLanguage: en-us
appCodeName: Mozilla

I don't see anything there that can identify your broken system vs. my working one. I added some more code that generates the following (HTML attached):

ScriptEngine: JScript
ScriptEngineMajorVersion: 5
ScriptEngineMinorVersion: 6
ScriptEngineBuildVersion: 6626

I hope this helps us get to the bottom of the problem!

The the older embed.js wrapper does everything we want, except IE users don't get a preloader - they have to wait for the entire Laszlo application to be loaded before getting any indication of load progress (by then it's too late). We found (strangely) that using an embed tag in place of an object (IE windows only) fixed the download progress problem. To upgrade the Flash ActiveX control we added code to write out a tiny, invisible object tag.

Unfortunately, this is giving you and rabbit69 problems. It's also giving me some trouble with accessibility in IE windows. I'm thinking we'll have to go back to the older 3.0 way of doing wrappers if we can't figure out how to conditionalize this problem...

Regards,
Max Carlson
OpenLaszlo

Max Carlson wrote:
Hmm - not enough information there.  Try this:
document.write(navigator.appCodeName);
document.write(navigator.appMinorVersion);
document.write(navigator.appName);
document.write(navigator.appVersion);
document.write(navigator.cpuClass);
document.write(navigator.platform);
document.write(navigator.systemLanguage);
document.write(navigator.userAgent);
document.write(navigator.userLanguage);

Thanks!

-Max


DL wrote:

On 20 Nov 2005 at 15:34, Max Carlson wrote:

  Try running this javascript in IE and let me know what you get back:

 document.write(navigator.appVersion);
 document.write(navigator.userAgent);


Max

This is the return I get in IE browser .. (ignore the .NET stuff)
__________________________________________________________

4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)

_______________________________________________________________

DL




Title: hey
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to