Re: Selecting an object

2011-03-14 Thread Peter Haworth
No problem. Just want to make sure I get as much info as possible before changing my code. Pete Haworth On Mar 14, 2011, at 11:24 AM, J. Landman Gay wrote: > On 3/14/11 12:54 PM, Peter Haworth wrote: >> Hmm, well I started down this track but a search of the dictionary >> for "currentCard" tu

Re: Selecting an object

2011-03-14 Thread J. Landman Gay
On 3/14/11 12:54 PM, Peter Haworth wrote: Hmm, well I started down this track but a search of the dictionary for "currentCard" turns up no results. It looks form your example that the format of currentCard is a card number - is that correct? No, I screwed up again. I should stop writing off th

Re: Selecting an object

2011-03-14 Thread Peter Haworth
Hmm, well I started down this track but a search of the dictionary for "currentCard" turns up no results. It looks form your example that the format of currentCard is a card number - is that correct? Pete Haworth On Mar 13, 2011, at 9:50 PM, J. Landman Gay wrote: > But there's a shorter way u

Re: Selecting an object

2011-03-14 Thread Peter Haworth
Thanks. I guess the way I was doing it was mimicking how I would do it manually in the IDE but your way sounds neater so I'll give it a whirl. Pete Haworth On Mar 13, 2011, at 9:50 PM, J. Landman Gay wrote: > On 3/13/11 11:43 PM, J. Landman Gay wrote: >> On 3/13/11 7:45 PM, Peter Haworth wrote

Re: Selecting an object

2011-03-13 Thread J. Landman Gay
On 3/13/11 11:43 PM, J. Landman Gay wrote: On 3/13/11 7:45 PM, Peter Haworth wrote: I know that was suggested and I can't remember why it didn't work for me - I think it may have been because the group may not exist. Or maybe it's because I'm copying the control into the group, not creating it?

Re: Selecting an object

2011-03-13 Thread J. Landman Gay
On 3/13/11 7:45 PM, Peter Haworth wrote: I know that was suggested and I can't remember why it didn't work for me - I think it may have been because the group may not exist. Or maybe it's because I'm copying the control into the group, not creating it? For copying, use this: copy button "my

Re: Selecting an object

2011-03-13 Thread Peter Haworth
I know that was suggested and I can't remember why it didn't work for me - I think it may have been because the group may not exist. Or maybe it's because I'm copying the control into the group, not creating it? Pete Haworth On Mar 13, 2011, at 5:32 PM, J. Landman Gay wrote: > On 3/13/11 7:12

Re: Selecting an object

2011-03-13 Thread J. Landman Gay
On 3/13/11 7:12 PM, Peter Haworth wrote: I need to add a control into the group. After some help from people on the list a couple of weeks ago, I've been doing this by selecting the group, ungrouping it, making a group command from the selectedObjects property plus the id of the new control, the

Re: Selecting an object

2011-03-13 Thread Peter Haworth
I need to add a control into the group. After some help from people on the list a couple of weeks ago, I've been doing this by selecting the group, ungrouping it, making a group command from the selectedObjects property plus the id of the new control, then "do" the group command. Up to now

Re: Selecting an object

2011-03-13 Thread J. Landman Gay
On 3/13/11 6:11 PM, Peter Haworth wrote: I am trying to select a group on a card that is not currently open and getting an error that I can's select an object on a card that is not open. Tried setting the default stack to the name of the stack that the group is in but still get the same error.

Re: Selecting an object

2011-03-13 Thread Peter Haworth
Cool, thanks. Pete Haworth On Mar 13, 2011, at 4:17 PM, Mike Bonner wrote: > look at > go invisible to card "card" of stack "stack" > Some variation of that will probably be what you need. > > On Sun, Mar 13, 2011 at 5:11 PM, Peter Haworth wrote: > >> I am trying to select a group on a card t

Re: Selecting an object

2011-03-13 Thread Mike Bonner
look at go invisible to card "card" of stack "stack" Some variation of that will probably be what you need. On Sun, Mar 13, 2011 at 5:11 PM, Peter Haworth wrote: > I am trying to select a group on a card that is not currently open and > getting an error that I can's select an object on a card tha

Selecting an object

2011-03-13 Thread Peter Haworth
I am trying to select a group on a card that is not currently open and getting an error that I can's select an object on a card that is not open. Tried setting the default stack to the name of the stack that the group is in but still get the same error. I'd like to do this without opening the