[Maf] bugs and questions :-)

Christopher Ottley xknight at users.sourceforge.net
Wed Feb 23 10:27:14 EST 2005


Molle Bestefich wrote:

>FYI, your maff files, when fed through an 8.3 filesystem, becomes
>MS-ACCESS Forms, which have their extension hidden by default in
>explorer, so no easy way of renaming them back to maff.... gah.
>  
>
I know. Don't feed them through an 8.3 filesystem. ;).

>Is it possible to check if there's something else that needs to be
>done and sleep for a few seconds if that seems to be the case?  (If
>focus is lost for instance?)  Or perhaps just sleep 50 msec now and
>then?
>  
>
Right now I sleep a second every time. The real problem is that the 
javascript timeout is the closest thing implemented to supporting thread 
processing in javascript components. All javascript code is executed in 
the same thread (including chrome javascript I believe) so it's not 
*really* multithreaded, hence slow.

>Ok.. The original does have a very big advantage in that it's a de
>facto standard and other users can open it in Internet Explorer,
>MS-WORD and such.  So I'm sticking with that, albeit the slow speed
>:-/.
>  
>
You can open MAF MHTs in IE and it'll work. Basically MHTs encoded by IE 
will be slow to open in Mozilla. MHTs in Mozilla will be fast to open in 
both Mozilla and IE. They will open properly either way.

Regards,
Christopher.



More information about the Maf mailing list