steveonjava / widgetfx

Automatically exported from code.google.com/p/widgetfx
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Widgets initialize on the main thread #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Point slideshow at a large directory or remote directory
2. exit widgetfx
3. start widgetfx

What is the expected output? What do you see instead?

Would expect WidgetFX to start immediately and load widgets asychronously, 
instead it blocks until all widgets are completely loaded and 
initialized.  Rather than leaving it to individual widgets to do work on 
seperate threads, the dock should probably spin a separate process for 
each.

Original issue reported on code.google.com by zax...@ca.astound.net on 11 Jan 2009 at 2:57