surqizu,
I assume the button works if clicked on with the mouse, but you can't access it by only using the cursor-key's and ENTER.
Sim's mouse-input is similar to the touch-input on 600/x50 but there is no representation for this with the 505.
So there is extensive code to allow the selection of on-screen-elements with the help of the cursor-keys in "target.ntHandleEventsDlg = function () " nt in the function-name stands for NonTouch
You will have to add handler-code to process your new button here.
So basically Ben is perfectly right if he suggest to simply use an standard-hardware-button instead of a FSK-Button on-screen, which couldn't be access without extensive additional code.
Hope that makes any sense to you
Regards
Mark
Last edited by Mark Nord; 09-08-2011 at 02:35 AM.
|