Hello,
I'd like to capture keys while displaying listbox. Is this possible without symbian-signing? (keycapture module requires this)
Canvas and Text controls both have ways to read keypresses. Why doesn't Listbox have it?
Hello,
I'd like to capture keys while displaying listbox. Is this possible without symbian-signing? (keycapture module requires this)
Canvas and Text controls both have ways to read keypresses. Why doesn't Listbox have it?
whatever happens happens
Hi janekw_,
This is called binding key:
I'm not sure if you should us "Keycode" or "Scancode" codes. Try both. They are listed in "Figure 5.7: Keycodes and scancodes for phone keys usable from Python applications" for the PyS60 doc.Code:listbox_object.bind(event_code, callback)
LFD
Devices:
Nokia E61 3rd Edition - pys60 1.4.0
Tips and modules:
http://www.lfdm.net/thesis
Thank you both - I must've been blind not to see it in the docs![]()
whatever happens happens
I've played a little with listbox' bind(). I'd like to have some searchbox appearing when the user presses an alphabet key. Does this mean I have to bind every possible keycode? Is there a more elegant solution?
whatever happens happens
I checked the doc and it seams that only "checkbox lists" have the search field option.
You can try to implement it in Python but I bet it's going to be slow...
LFD
Devices:
Nokia E61 3rd Edition - pys60 1.4.0
Tips and modules:
http://www.lfdm.net/thesis