Re: set rect of fld f1 of cd c1 of wd w1 to rect of fld f2 of cdc2 of wd w2

2005-08-26 Thread Tariel Gogoberidze
On Fri, 26 Aug 2005 11:49:29 Richard Gaskin wrote b) Valid ID numbers go up to 2 billion So if you establish a base ID well above a million you should never conflict with the engine's ID numbering scheme (unless of course you have more than a million objects, but then you'll have other proble

Re: set rect of fld f1 of cd c1 of wd w1 to rect of fld f2 of cdc2 of wd w2

2005-08-26 Thread Dick Kriesel
BugZilla 3089: make the range of altIDs match the range of object IDs And it already has a vote! (One vote was all I had left.) -- Dick On 8/26/05 1:25 PM, "Richard Gaskin" <[EMAIL PROTECTED]> wrote: > Dick Kriesel wrote: >> On 8/26/05 11:49 AM, "Richard Gaskin" <[EMAIL PROTECTED]> wrote: >>

Re: set rect of fld f1 of cd c1 of wd w1 to rect of fld f2 of cdc2 of wd w2

2005-08-26 Thread Richard Gaskin
Lynch, Jonathan wrote: No way to re-use - the data is stored in custom props and displayed in tables. The tables are constantly deleted and created as needed. If I did not do this, the program could easily wind up occupying gigabites of ram when it is running. If you reuse the objects there wou

RE: set rect of fld f1 of cd c1 of wd w1 to rect of fld f2 of cdc2 of wd w2

2005-08-26 Thread Lynch, Jonathan
use Revolution Subject: Re: set rect of fld f1 of cd c1 of wd w1 to rect of fld f2 of cdc2 of wd w2 Dick Kriesel wrote: > On 8/26/05 11:49 AM, "Richard Gaskin" <[EMAIL PROTECTED]> wrote: > > >>I think altID is the way to go because it also lets you reference thi

Re: set rect of fld f1 of cd c1 of wd w1 to rect of fld f2 of cdc2 of wd w2

2005-08-26 Thread Richard Gaskin
Dick Kriesel wrote: On 8/26/05 11:49 AM, "Richard Gaskin" <[EMAIL PROTECTED]> wrote: I think altID is the way to go because it also lets you reference things numerically b) Valid ID numbers go up to 2 billion Valid altID numbers go up to only 65535. create button repeat with i = 6553

Re: set rect of fld f1 of cd c1 of wd w1 to rect of fld f2 of cdc2 of wd w2

2005-08-26 Thread Dick Kriesel
On 8/26/05 11:49 AM, "Richard Gaskin" <[EMAIL PROTECTED]> wrote: > I think altID is the way to go because it also lets you reference things > numerically > b) Valid ID numbers go up to 2 billion Valid altID numbers go up to only 65535. create button repeat with i = 65535 to 65537 set the alt

RE: set rect of fld f1 of cd c1 of wd w1 to rect of fld f2 of cdc2 of wd w2

2005-08-26 Thread Lynch, Jonathan
26, 2005 3:01 PM To: How to use Revolution Subject: Re: set rect of fld f1 of cd c1 of wd w1 to rect of fld f2 of cdc2 of wd w2 Lynch, Jonathan wrote: > My software creates and deletes tons of objects on the fly. > > I just looked at a new field's prop inspector, and its id was 97

Re: set rect of fld f1 of cd c1 of wd w1 to rect of fld f2 of cdc2 of wd w2

2005-08-26 Thread Richard Gaskin
Lynch, Jonathan wrote: My software creates and deletes tons of objects on the fly. I just looked at a new field's prop inspector, and its id was 97807 Watch out! Only 999,902,193 IDs left to go. :) I'm not sure what happens if the engine runs out of IDs. Mr. Waddingham, what's the word? I

RE: set rect of fld f1 of cd c1 of wd w1 to rect of fld f2 of cdc2 of wd w2

2005-08-26 Thread Lynch, Jonathan
askin Sent: Friday, August 26, 2005 2:49 PM To: How to use Revolution Subject: Re: set rect of fld f1 of cd c1 of wd w1 to rect of fld f2 of cdc2 of wd w2 Lynch, Jonathan wrote: > I have a table object that consists of fields which serve as cells, > inside of groups which serve as rows, inside

Re: set rect of fld f1 of cd c1 of wd w1 to rect of fld f2 of cdc2 of wd w2

2005-08-26 Thread Richard Gaskin
Lynch, Jonathan wrote: I have a table object that consists of fields which serve as cells, inside of groups which serve as rows, inside of a group which is the table. Each Row is named group mRow_1, mRow_2, mRow_3 etc... When you drag a row so that it is moved in between two other rows, its nam

RE: set rect of fld f1 of cd c1 of wd w1 to rect of fld f2 of cdc2 of wd w2

2005-08-26 Thread Lynch, Jonathan
ution Subject: Re: set rect of fld f1 of cd c1 of wd w1 to rect of fld f2 of cdc2 of wd w2 Recently, Lynch, Jonathan wrote: > I want more ways of addressing an object. I could really use an altname > property. > > Put 8 into field altname "myField" > > This way I can addr