Hi, I need to have an Entry or EntryCell or any control that allows entering text and process the Enter key. Also, I am hiding the keyboard because the user will use the hardware keyboard so I am using EntryCell setting keyboard = null.. that doesn't work with Entry object, but I am not able to process the Enter key, so what I need is a control that allows entering text without showing the keyboard and to process the Enter key, thanks.
↧