Hello,
Currently quite far through in the development of an application using KUIX to drive the UI. Its a Location based app (using 179) and is being developed on a Sony Handset. However I've got a problem when I exit the application, which sometimes causes the phone to lock up.
Im exiting the application by calling destroyImpl() after I've closed any open threads (by setting a boolean to false) and set the LocationProvider to be null.
Lock up events seemingly occur at random, I believe it to be KUIX related, because calling the same code through standard controls only, does not cause the phone to lockup.
I would be greatful for any ideas you may have to resolve the lockup issues.
Ross

