realbasic-games
[Top] [All Lists]

Re: Group Box

To: REALbasic Games <realbasic-games at lists dot realsoftware dot com>
Subject: Re: Group Box
From: "Joseph J. Strout" <joe at strout dot net>
Date: Sat, 28 Jan 2006 13:45:14 -0700
Delivered-to: realbasic-games at lists dot realsoftware dot com
References: <7C8E480F-3483-4726-A51D-1578DFB1C618 at maccrafters dot com>
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>


<Prev in Thread] Current Thread [Next in Thread>