[Resolved] Case: 12202 - TextBox editing events does not work on device

I already placed a bug report. But this is a really important feature for me, to implement the final lines of my app. So I wanted to use this forum to advert to it a bit more.

[import]uid: 53732 topic_id: 21769 reply_id: 321769[/import]

@ansca

It would be so nice if anybody could give a statement to the “editing”-event bug - “we workin on it, maybe in two days” or something like that. It would let me sleep a bit better, cause this is really urgent for me.

And while we’re at it, I reported some widget-api bugs up to 2 months ago, with no response at all. Is the widget thing on hold at the moment?

Thanks in advandce, for some encouraging words!

[import]uid: 53732 topic_id: 21769 reply_id: 87072[/import]

Hey there,

I’m not sure why I didn’t see this earlier - my apologies.

I will try to get some information on this for you on Monday :slight_smile:

RE the widgets, that is not my area but I understand they have been undergoing various improvements of late and this may be why the bugs have not been addressed - do you have case #s for them?

Peach :slight_smile: [import]uid: 52491 topic_id: 21769 reply_id: 87798[/import]

Hey Peach,

thanks for tuning in to the textbox thing!

And here are the case numbers of the widget bugs:
10872
11558
11621
11623
12011

Mike [import]uid: 53732 topic_id: 21769 reply_id: 87895[/import]

No news on this topic? Sorry for pushing, but as I said before, this is really urgent for me. [import]uid: 53732 topic_id: 21769 reply_id: 89594[/import]

+1

I also need to get the edit events (and aren’t receiving them) – I like the word wrap the textBox does on the fly, but need to capture the Return key to end the edit. [import]uid: 54750 topic_id: 21769 reply_id: 92623[/import]

Hey guys, will see if I can get any new info on this in the AM.

(It isn’t assigned to me so need to ask around.) [import]uid: 52491 topic_id: 21769 reply_id: 92695[/import]

Nothing new? I think this bug is really “show stopping”, so don’t really understand why there is nobody here, who is in charge of this.

Thanks peach for endeavor anyway. [import]uid: 53732 topic_id: 21769 reply_id: 94842[/import]

textbox editing is fixed in the new daily build! thanks @ ansca
@ mpappas2

If you need the return key, you can trace it like this:

if event.newCharacters:byte() == 10
– do something
end
[import]uid: 53732 topic_id: 21769 reply_id: 97139[/import]

:slight_smile: [import]uid: 52491 topic_id: 21769 reply_id: 97253[/import]