Hi all,

I¹ve been working my own graphics-based approach to a graphical control
interface, avoiding canvases etc., and it seems to be (finally) working
pretty well.  But I¹ve hit a snag.

My interface still needs a few ³real² controls on it ­ namely, an EditField,
and an Einhughur StyleGrid and DataGrid.

I need the tab key to pass focus between my own bespoke ³controls² (which
aren¹t controls at all ­ just classes that draw into the window buffer) and
these ³real² controls.  I¹ve implemented this so far via a
³FocusableControl² interface, assigned to both my custom ³controls² and the
³real² controls.

But, whatever I do, I can¹t stop the real controls automatically getting the
focus when I press tab.  I still want them to be focussable ­ but I don¹t
want tab to advance through ³real² controls automatically.  I want to manage
that myself, using SetFocus when the real controls are next in line to
receive the focus.

So, here¹s the question: is there a way to stop the controls getting the
focus automatically?

Any help much appreciated!

Dave.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to