05-07-2012 04:31 PM
Hi all,
I was wondering if anyone has some advice on registering for geolocation events under cascades. So far I have created a separate thread which registers for geolocation events but the thread never seems to receive any. I have initialised bps on the thread, and check for events passing in -1 into bps_get_event() to wait for events. From testing it appears no events are received because the thread never returns from bps_get_event.
I have tested the same code on the ndk for PlayBook and it works as expected, so I can only assume that I am missing something here.
Any help would be appreciated.
05-07-2012 04:51 PM
05-07-2012 05:15 PM
Thanks for the reply peter.
I have tried the ndk geolocation sample and that runs ok on the alpha device. I must admit I'm finding it a bit confusing especially since I have not used qt before. Hopefully there will be some documentation soon on how to access device features.
I feel a bit frustrated since I could use the device features on the PB but had no GUI and on BB10 I have a GUI but am finding it hard to access the device features lol
05-08-2012 08:56 AM