Hi all,
I'm trying Shoes for a project and I must say it's a breath of fresh
air compared to the boilerplate of other libraries!... but I have hit
a few snags. It may be me, or it may be features that aren't present,
or will never be. Any and all clarification appreciated.
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?
Many thanks,
-Karl
(All 0.r925, on Mac OS X Leopard PPC but I've seen the same on Tiger
Intel also).