View Single Post
Old 09-07-2011, 02:25 PM   #533
Mark Nord
2B || !2B
Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.
 
Posts: 854
Karma: 327896
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
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.
Mark Nord is offline   Reply With Quote