Hi, THANKS!
No I did not know that. However, I needed a user defined index, but that info is nice to know. I did find out how to do it, I posted my answer earlier. thanks, wade Message: 15 Date: Sun, 25 Feb 2007 11:59:00 -0800 From: CV <[EMAIL PROTECTED]> Subject: Re: adding a property to a listbox(0) for cloning To: REALbasic NUG <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Feb 25, 2007, at 4:11 AM, Wade Maxfield wrote: > I would like to add a property to a listbox, which I am cloning > through > the use of an index. I would like to know the index of the listbox > when all > I have is the "me" information. Maybe I'm not understanding your requirement, but each of the listbox instances in the control array knows its own index, ie., me.Index, since listbox is a subclass of Control and has a property called Index. Best, Jack _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
