Problem solved.
I think plugin API calls the functions synchronously, it's not going to return control to NeoBook main program until that function returns.
To solve problem, i need call functions Asynchronously - doing something like:
- Code: Select all
THREAD CREATE MyFunction_Start (param) to hThread
....
THREAD CLOSE hThread , 50
I Updated the Sample of NeoMediaPlayer Plugin. On my tests works fine.
Could you test it ? the download link is:
http://specialapps.software-zone.com/fi ... ayerV2.zipVisible changes to test:
a) at init the program, you must see an alertbox telling the accel keys of the program
b) If you press on the keyboard F1 to F12 keys, some proceses will be done.
Please, tell me if it is working fine for you ( and what OS version you are using...)
Thanks in advance,
David de Argentina