I don't know why TAB works in a Dialog but not in a Window.  I imagine some
digging around the dark recesses of Win32 documentation and the xs inner
workings might do the trick.  Then again, maybe it must be handled by the
Window's callbacks.

One idea that occurred to me, for now, is to make a Window and put a Dialog
in it and put the controls in the Dialog.  I haven't tried it yet, but it
sounds good :-)

Is there any plans to support more event types?  E.g. keyboard events.  Then
we might handle the TAB in our callbacks for a Window.  Not an ideal
solution.  I'd rather use events for more creative stuff.


Thanks,
--
Ami Bar-Yadin ([EMAIL PROTECTED])


Reply via email to