|
From: Lark <lar...@ya...> - 2001-02-21 07:32:30
|
on 2/20/01 10:59 PM, Ben Hines at bh...@sa... wrote: >> access are now gone. Someone broke into my appartment on Monday afternoon and >> stole my computer with all my stuff on the hard drive. With barely no >> > Man.. that really sucks. Computers do get recovered, perhaps you could find it > being hawked or something. Shucks. Very sorry to hear it, Geo! >> required instead. On the long term, better behavior would be to have the >> scanner in a different thread with no UI by itself, but I had no time to >> implement that. >> > Aye. Threads are actually pretty simple to add in powerplant IIRC. The effort > involved is in redesigning the app structure to be thread-friendly. Unless we > want to put each CScribiaDoc in its own thread - is it bad to have UI in > different threads? I'm not familiar with Mac threads; however, the scanner should be easy to put in a thread - what flex generates is very modularized already. All that is shared between the scanner and the rest of Scribia are the fields in CScribiaDoc. I assume there is some thread synchronization mechanism in PP? If I started using that from inside the scanner to synchronize with the reader, we're almost there. -- Lark <lar...@ya...> |