good day,
        thanks, I finally got around to testing this fix and it seems 
to work well the only thing I found so far was left over the testing 
the session  time outs (set to 10 secs) is IE would pop up the message
wt internal error [object error] code undefined description 
stylesheet is null or not object.    It has gone away since I set the 
timeout to 300 secs.

I had a bit of a head scratcher with compiling my app with the cvs 
code as of this morning:
/home/mcgregor1/wt/src/Wt/WAbstractItemModel:788: error: expected 
unqualified-id before string constant
/home/mcgregor1/wt/src/Wt/WAbstractItemModel:788: error: expected ',' 
or '...' before string constant

it turned out after much digging  that our code had a #define 
emptyString that the compiler was using instead of Wt's  I fixed it 
by renaming our #define
chuckles



>Hey Chuckles,
>
>2008/12/30 Chuckles McGregor <[email protected]>:
>>>Hey Chuckles,
>>
>>  good day,
>>         back at it this quiet week....
>>
>
>>  I can get the wt-homepage example to best replicate the error if I
>>  clear out the cache and cookies, disable the ie developer toolbar (I
>>  downloaded to try it) then
>>  restart IE and invoke the application here is the log file:
>
>I could finally reproduce this problem. Quite amazing that you can
>only reproduce it by disabling the IE developer toolbar :-)
>
>And, it seems to be a bug in IE related to what connection (of the two
>it opens to the server) IE is using to retrieve the CSS files.
>
>I have checked in a workaround that works for me, from localhost. The
>online example probably always works because the longer download
>required for the main content makes IE always use the same (by
>accident? good) connection.
>
>I would like to hear how other circumstances affect the current
>workaround. It works by delaying the loading of the CSS with 15ms
>after rendering the main content, for IE.
>
>I have also fixed the IE conditional comments for stylesheets.
>
>Regards,
>koen
>
>------------------------------------------------------------------------------
>_______________________________________________
>witty-interest mailing list
>[email protected]
>https:// lists.sourceforge.net/lists/listinfo/witty-interest


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to