hi all,
iam wondering about how-to emulate some button click on the device?
--
wbr, yuri
hi all,
iam wondering about how-to emulate some button click on the device?
--
wbr, yuri
Maybe you could try by sending keys to the focus window group.
yucca
on ok key you can check the currently focus control if the focus controll is buttion then do something.
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
AFAIK you can only get the focus windowgroup, not the focus control, only exception would propably be that the currently focused control would be input control and the focus monitoring software would be currently active FEP.
Thus the answer would be no.
yucca