Re: Custom Control Property

2011-05-31 Thread Roger Eller
On Tue, May 31, 2011 at 10:18 AM, Todd Geist wrote: > > how does one get an account on  RQCC? > I think it is the same account you use to download/update your LiveCode software. ~Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Custom Control Property

2011-05-31 Thread Todd Geist
how does one get an account on RQCC? On Tue, May 31, 2011 at 7:09 AM, Trevor DeVore wrote: > On Mon, May 30, 2011 at 12:41 PM, Scott Rossi >wrote: > > > the AB doesn't always respect child groups contained within the group. > The > > parent > > group may display with some of its child groups v

Re: Custom Control Property

2011-05-31 Thread Trevor DeVore
On Mon, May 30, 2011 at 12:41 PM, Scott Rossi wrote: > the AB doesn't always respect child groups contained within the group. The > parent > group may display with some of its child groups visible (appears to be a > minor bug in the AB). > I recently posted a fix for this to RQCC. It is a simple

Re: Custom Control Property

2011-05-30 Thread Scott Rossi
Unless something changed with 4.6.1, setting the selectGroupedControls of groups does not change the number of controls (unfortunately). If you're going to iterate through the number of controls of a card, and you don't want to affect controls in certain groups, you'll need to check whether or not

Re: Custom Control Property

2011-05-30 Thread Todd Geist
Thanks Scott Does that effect ( the number of controls ) ? Or do we still have to be careful when looping through controls? Todd On Mon, May 30, 2011 at 9:41 AM, Scott Rossi wrote: > Maybe you're thinking of the selectGroupedControls property. Setting the > selectGroupedControls of a group t

Re: Custom Control Property

2011-05-30 Thread Scott Rossi
Maybe you're thinking of the selectGroupedControls property. Setting the selectGroupedControls of a group to false will generally make the group appear as a single object to the Application Browser, however, the AB doesn't always respect child groups contained within the group. The parent group m