On Wed, Aug 27, 2008 at 10:45:34PM +0100, Karl Doody wrote: > 1/ I can't tab between edit_line boxes. Is this normal? (Tab selects all of > the text instead). > > 2/ Can I change the background colour of an edit_line widget? > > 3/ I need an onExit / onLostFocus event for when the focus leaves an > edit_line widget. Is this possible somehow? > > 4/ I have hooked up F1 to display help information as an overlay, and would > need this option accessible even if the focus is in an edit_line widget at > the time. Currently the widget seems to grab these keypresses (function > keys, tabs, escape, etc.) and not pass them on? Can I get at them > none-the-less?
Okay, so I'm working on #1 and #4. #2 probably won't make it in any time soon. Although, I've consider making controls transparent so you can just paint around and behind them yourself. #3. Focus and blur events. Could the `change` event work for now? Maybe tell me a bit about what you're doing. _why
