Joe,
Yep, that's exactly what's happening. Just never experienced that
before.
Thanks!
Floyd
On Jan 28, 2006, at 3:45 PM, Joseph J. Strout wrote:
At 7:58 AM -0500 1/28/06, Floyd Resler wrote:
I am running REALbasic 2005 and have several controls inside a
group box. How can I select a control inside the group box
without having to tab to it? Whenever I click on the control, the
group box is selected instead. Same thing happens with controls
inside a canvas.
If that's what happening, it means your group box or canvas is in
front of (has a higher ControlOrder) than the things it contains.
That's an incorrect ordering anyway; fix it (e.g., move the group
box or canvas to the back), and you'll be able to select the
contained controls by clicking them.
Best,
- Joe
--
Joseph J. Strout
joe at strout dot net
_______________________________________________
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>
_______________________________________________
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>
|