[DUG] groupboxes and tabs
Ross Levis
ross at stationplaylist.com
Mon Dec 11 16:15:18 NZDT 2006
I just realized what it is. I'm specifically using IsDialogMessage (via
Application.HandleMessage) to the parent of a plugin window that this
program loads, and this is causing the problem. I'm not sure how to
resolve it but I'm on the right track now.
Cheers,
Ross.
----- Original Message -----
From: <mike at webdata.co.nz>
To: "NZ Borland Developers Group - Delphi List" <delphi at ns3.123.co.nz>
Sent: Monday, December 11, 2006 3:25 PM
Subject: Re: [DUG] groupboxes and tabs
Check the tab order for your group boxes.
Also if your group box's parent is say a TPanel then check its tab
order.
Remember the Group box must have focus before you can tab though the
components that are based on it.
All the best,
Mike
> I have a strange problem today with a small one form application. The
> form has 3 group boxes on it. In all my previous experience, pressing
> tab
> on the last control in one group box takes the focus to the first
> control
> of the next group box, but this is not happening. Each group box is
> only
> navigating around it's own controls.
>
> I'm sure I'm missing something obvious, but what is it?
>
> Thanks,
> Ross._______________________________________________
> Delphi mailing list
> Delphi at ns3.123.co.nz
> http://ns3.123.co.nz/mailman/listinfo/delphi
>
_______________________________________________
Delphi mailing list
Delphi at ns3.123.co.nz
http://ns3.123.co.nz/mailman/listinfo/delphi
More information about the Delphi
mailing list