On 10/21/05, Toni Willberg <[EMAIL PROTECTED]> wrote: > Matthew Garrett wrote: > > My application takes a long time to train itself from its initial data > > set, which is done before any widgets are displayed. This seems to make > > the application launcher unhappy, and it gets killed just as it's > > starting. How can I avoid this happening? > > > > First tought is to modify your application to display something before > it reads the data in...
Please use a thread to load your data. Other wise user may think that it broke/hang! You can do something like: display: loading data launch a thread to load data join thread (wait it to finish) display: data loaded show your screen -- Gustavo Sverzut Barbieri --------------------------------------- Computer Engineer 2001 - UNICAMP GPSL - Grupo Pro Software Livre Cell..: +55 (19) 9165 8010 Jabber: [EMAIL PROTECTED] ICQ#: 17249123 MSN: [EMAIL PROTECTED] Skype: gsbarbieri GPG: 0xB640E1A2 @ wwwkeys.pgp.net _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
