Re: Choices, Choices, Choices

2004-02-24 Thread Frank Leahy
On Tuesday, February 24, 2004, at 05:52 AM, [EMAIL PROTECTED] wrote: I am starting a new project and have to decide the best way to store a lot of info for my button states and actions. right now I need to decide which is the best way to proceed??? My Decision is between arrays (which I am new

Re: Choices, Choices, Choices

2004-02-24 Thread Rob Cozens
I have hundreds of buttons. In groups of about 130 each. Each button has three states: Available to hit, Not-available to hit and mouseDown once hit. I need to set the available/not-available state depending on the other buttons. Morning, Tom. Unless you are using them for other purposes, each

Re: Choices, Choices, Choices

2004-02-24 Thread Ken Norris
Hi Thomas, Date: Tue, 24 Feb 2004 08:09:27 -0500 From: Thomas McGrath III [EMAIL PROTECTED] Subject: Re: Choices, Choices, Choices I can see how the repeats would work with building the 1_ddd etc. But is there another way to do it with arrays? --- That's why I suggested looking

Re: Choices, Choices, Choices

2004-02-24 Thread Thomas McGrath III
Ken, Only thing is there will be spaces in the items. I thought line, word, items could not handle spaces? Tom On Feb 24, 2004, at 11:22 AM, Ken Norris wrote: Hi Thomas, Date: Tue, 24 Feb 2004 08:09:27 -0500 From: Thomas McGrath III [EMAIL PROTECTED] Subject: Re: Choices, Choices, Choices I

Re: Choices, Choices, Choices

2004-02-24 Thread Frank Leahy
On Tuesday, February 24, 2004, at 01:22 PM, [EMAIL PROTECTED] wrote: Date: Tue, 24 Feb 2004 08:09:27 -0500 From: Thomas McGrath III [EMAIL PROTECTED] Subject: Re: Choices, Choices, Choices To: How to use Revolution [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: text/plain

Re: Choices, Choices, Choices

2004-02-24 Thread Rob Cozens
Only thing is there will be spaces in the items Spaces in items is OK; spaces in words is non sequitur, Tom. If you start with an empty field, 'put some info into line 100 of field Empty Field' puts 99 returns some info into the field Likewise, 'put some info into item 100 of field Empty

Re: Choices, Choices, Choices

2004-02-24 Thread Ken Norris
Hi Thomsa, Date: Tue, 24 Feb 2004 12:04:29 -0500 From: Thomas McGrath III [EMAIL PROTECTED] Subject: Re: Choices, Choices, Choices Only thing is there will be spaces in the items. I thought line, word, items could not handle spaces? --- So fake it. Put some other char for a space

Re: Choices, Choices, Choices

2004-02-24 Thread Thomas McGrath III
like one button and act like a real button. Any ideas.. Tom On Feb 24, 2004, at 9:40 PM, Ken Norris wrote: Hi Thomsa, Date: Tue, 24 Feb 2004 12:04:29 -0500 From: Thomas McGrath III [EMAIL PROTECTED] Subject: Re: Choices, Choices, Choices Only thing is there will be spaces in the items. I

Choices, Choices, Choices

2004-02-23 Thread Thomas McGrath III
Hello to all, I am starting a new project and have to decide the best way to store a lot of info for my button states and actions. right now I need to decide which is the best way to proceed??? I have hundreds of buttons. In groups of about 130 each. Each button has three states: Available to

Re: Choices, Choices, Choices

2004-02-23 Thread Ken Norris
Hi Thomas, Date: Mon, 23 Feb 2004 22:22:34 -0500 From: Thomas McGrath III [EMAIL PROTECTED] Subject: Choices, Choices, Choices My Decision is between arrays (which I am new to understanding), Custom Properties (which seem complicated for this) and Simple storage containers from delimited