Max Carlson,hi
I tested your browser page, and result is:
appCodeName: Mozilla
appMinorVersion: ;SP2;
appName: Microsoft Internet Explorer
appVersion: 4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Maxthon)
cpuClass: x86
platform: Win32
systemLanguage: zh-cn
userAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Maxthon)
userLanguage: zh-cn
appCodeName: Mozilla
ScriptEngine: JScript
ScriptEngineMajorVersion: 5
ScriptEngineMinorVersion: 6
ScriptEngineBuildVersion: 8820
One thing different from your is "ScriptEngineBuildVersion".Mine is 8820,and
your is 6626,and may be the reason lies on here?
Since I start to use openlaszlo(from3.0), I can not see progress bar in my IE6
browser, I extremely want a progress bar like flex behavior, but always
disappointed. When 3.1 release this feature,I'm very happy,and try to use it,
but, still can not see it, and even in reference,I didn't find any directions
on using "splash"! It seems that the reference make little addition.
If IE6 prevent the progressbar, I think it must has some methods to avoid or
modify this problem.Since flex can appear progressbar in any browser, why
laszlo can not?
hope to have a good result, if need further test case, email to me!
======= 2005-11-23 11:32:00 you replyed=======
>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
>>
>>
>>
= = = = = = = = = = = = = = = = = = = =
致
礼!
rabbit69
[EMAIL PROTECTED]
2005-11-24
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user