You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
Hello,
Is it possible to use signals/slots in BB10 WebWorks native extension ?
I was able to compile and load succesfully the native extensiona and I can call native methods and fire events from within the native code.
The only problem that I have is that registered slots are never called.
Do I need to start a separate thread and manage event queue myself ? Any hints are welcome.
Example slots used during testing:
The text was updated successfully, but these errors were encountered: