I get one second delay for each character I put in a ListBox. Both in the Emulator and the app on my Nokia 5310_ExpressMusic.
Any ideas why?
I can't even begin to tell you how extreamly annoying this is! 
I get one second delay for each character I put in a ListBox. Both in the Emulator and the app on my Nokia 5310_ExpressMusic.
Any ideas why?
I can't even begin to tell you how extreamly annoying this is! 
In a list box or an edit box?
An EditBox of course, silly me! The EditBox is in a ListBox, but that's (probably) besides the point... Sorry for the confusion.
It's unavoidable. The only way of inputing text using the 5310 xpress music is the numeric keypad. The current mechanism for inputing text in an editbox with a numeric keypad is the traditional non-t9 way, i.e. by doing multi-taps on each numeric key to access groups of letters. This is why you notice a delay when only pressing one key, otherwise you wont be able to step through the letters corresponding to that key.
Whenever a keyboard exists (still in an experimental state) this is handled differently and the character is sent directly. If you press another key before the timeout or if the editbox is set to number input mode the characters will also be sent directly.
// Niklas
They ARE set to IM_NUMBERS, but still...
Then you should be able to just type in the number. When you press a different key it will flush the current number to the edit box.
Yes. I never said I couldn't insert characters. I said I get a one second delay...
If I input two zero's, only one is registered. Unless I press zero, wait one sec and then press zero again... This is very anoying. And not expected behaviour if I understood you correct:
if the editbox is set to number input mode the characters will [also] be sent directly.
Yes you're right, that's obviously a bug. I added an issue for it and will look into it as soon as possible.
The issue: https://github.com/MoSync/MoSync
// Niklas
Thanx a mill!
It was an easy fix. It should be in the next nightly build.
There is (in Forum Posts) was an info about EditBox::setQwerty() method. Did this method was expelled from API?
Hi...
I've had installed MAUIex in Nokia E71..
Why I can't type a text in EditBox?
thank's for advice
I will have to have a look to see if there is a problem, but in MAUIex, you need to use the joypad to highlight the editbox you want to edit and (I think) press fire first. You type directly into the box, there isn't a native text window to type into.