Re: Button vs. Message box scripts;

2003-04-03 Thread Dave Cragg
At 4:58 pm +0200 3/4/03, Malte Brill wrote: Jim wrote: I am using Rev on a Mac. The problem may well be idiosyncratic to my machine. It would be helpful if some other Rev/Mac user on this list would test the following. Run the line below from the message window in Rev and report to Scott whethe

Re: Button vs. Message box scripts;

2003-04-03 Thread Malte Brill
Jim wrote: >I am using Rev on a Mac. The problem may well be idiosyncratic to my machine. >It would be helpful if some other Rev/Mac user on this list would >test the following. Run the line below from the message window in >Rev and report to Scott whether you receive a "stack corrupted" >messa

Re: Button vs. Message box scripts;

2003-04-03 Thread Jim Hurley
when I try you message box suggestion. --__--__-- Message: 3 Date: Wed, 02 Apr 2003 14:37:11 -0800 Subject: Re: Button vs. Message box scripts; From: Scott Rossi <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Recently, "Jim Hurley" wrote: I get a mess

Re: Button vs. Message box scripts;

2003-04-02 Thread Scott Rossi
Recently, "Jim Hurley" wrote: > I get a message "stack corrupted" when I try you message box suggestion. That's odd. Are you using Rev or MC? Access seems to work fine here in MC Mac/Win; I didn't test in Rev so this might be the problem. Regards, Scott Rossi Creative Director Tactile Media,

Re: Button vs. Message box scripts;

2003-04-02 Thread Jim Hurley
Message: 1 Date: Tue, 01 Apr 2003 10:25:58 -0800 Subject: Re: Button vs. Message box scripts; From: Scott Rossi <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Recently, "Jim Hurley" wrote: Regarding revRotatePoly: My version probably does violen

Re: Button vs. Message box scripts AND things rotational

2003-04-02 Thread Jim Hurley
Jim Hurley <[EMAIL PROTECTED]> > Subject: Re: Button vs. Message box scripts Suppose I wanted to alter revRotatePoly (or use it as a base for a new routine) so that the center of rotation was a point of my choosing rather then the graphic's loc. -- Well, I don'

Re: Button vs. Message box scripts

2003-04-01 Thread Cubist
sez [EMAIL PROTECTED]: >I found that resetting the graphic loc at the end did less violence >to the position of the graphic after rotation but this may be a >matter of preference. > >Also, using round rather than trunc maintains the shape of the >graphic a little better. Doing 8 rotations of

Re: Button vs. Message box scripts;

2003-04-01 Thread Scott Rossi
Recently, "Jim Hurley" wrote: > Regarding revRotatePoly: My version probably does violence to the > language by using text as a parameter sent to a handler that expects > only a graphic. There are also some polygon rotation scripts in the Tangram stack available via our stack player. Paste the

Re: Button vs. Message box scripts;

2003-04-01 Thread Jim Hurley
Jeanne, Regarding revRotatePoly: My version probably does violence to the language by using text as a parameter sent to a handler that expects only a graphic. Jim ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listi

Re: Button vs. Message box scripts;

2003-04-01 Thread Jim Hurley
Message: 13 Date: Sun, 30 Mar 2003 14:24:39 -0800 To: [EMAIL PROTECTED] From: "Jeanne A. E. DeVoto" <[EMAIL PROTECTED]> Subject: Re: Button vs. Message box scripts; P.S. Invert matrices? Reply-To: [EMAIL PROTECTED] At 6:54 AM -0800 3/28/03, Jim Hurley wrote: On mouseUp revro

Re: Button vs. Message box scripts

2003-03-31 Thread Ken Norris
** > Date: Mon, 31 Mar 2003 04:13:50 -0800 > From: Jim Hurley <[EMAIL PROTECTED]> > Subject: Re: Button vs. Message box scripts > Suppose I wanted to alter > revRotatePoly (or use it as a base for a new routine) so that the > center of rotation was a point of my

Re: Button vs. Message box scripts

2003-03-31 Thread Wilhelm Sanke
On Sun, 30 Mar 2003 "Jeanne A. E. DeVoto" <[EMAIL PROTECTED]> wrote: > At 6:54 AM -0800 3/28/03, Jim Hurley wrote: > > >On mouseUp > >revrotatepoly graphic "MyPoly", 90 > >end mouseUp > > > >return an error: "Chunk source is not a container." > > > The problem here is that revRotatePoly needs an

Re: Button vs. Message box scripts

2003-03-31 Thread Ken Norris
** > Date: Sun, 30 Mar 2003 14:24:39 -0800 > From: "Jeanne A. E. DeVoto" <[EMAIL PROTECTED]> > Subject: Re: Button vs. Message box scripts; P.S. Invert matrices? > The problem here is that revRotatePoly needs an expression that evaluates > to a graphic ref

Re: Button vs. Message box scripts

2003-03-31 Thread Jeanne A. E. DeVoto
At 4:13 AM -0800 3/31/03, Jim Hurley wrote: >Is it possible to probe the Transcript library routines to see how >they work and, dare I say it, modify them? Suppose I wanted to alter >revRotatePoly (or use it as a base for a new routine) so that the >center of rotation was a point of my choosing ra

Re: Button vs. Message box scripts

2003-03-31 Thread Jim Hurley
"Jeanne A. E. DeVoto" wrote: >On mouseUp revrotatepoly graphic "MyPoly", 90 end mouseUp return an error: "Chunk source is not a container." The problem here is that revRotatePoly needs an expression that evaluates to a graphic reference, not a graphic reference itself. (This is for complicated

Re: Button vs. Message box scripts; P.S. Invert matrices?

2003-03-30 Thread Jeanne A. E. DeVoto
At 6:54 AM -0800 3/28/03, Jim Hurley wrote: >On mouseUp >revrotatepoly graphic "MyPoly", 90 >end mouseUp > >return an error: "Chunk source is not a container." The problem here is that revRotatePoly needs an expression that evaluates to a graphic reference, not a graphic reference itself. (This is

Re: Button vs. Message box scripts; P.S. Invert matrices?

2003-03-29 Thread Jim Hurley
on Fri Mar 28 09:55:01 2003 Jim Hurley wrote: I ran the following single line in the msg box: >revrotatepoly graphic "MyPoly", 90 and sure enough, the graphic "MyPoly" rotated 90 degrees. But the button handler: On mouseUp revrotatepoly graphic "MyPoly", 90 end mouseUp return an error: "Chunk sour

Re: Button vs. Message box scripts; P.S. Invert matrices?

2003-03-29 Thread Alejandro Tejada
on Fri Mar 28 09:55:01 2003 Jim Hurley wrote: >I ran the following single line in the msg box: >revrotatepoly graphic "MyPoly", 90 >and sure enough, the graphic "MyPoly" rotated 90 >degrees. >But the button handler: >On mouseUp >revrotatepoly graphic "MyPoly", 90 >end mouseUp >return an error: "C

Button vs. Message box scripts; P.S. Invert matrices?

2003-03-28 Thread Jim Hurley
Now here's a funny thing: I ran the following single line in the msg box: revrotatepoly graphic "MyPoly", 90 and sure enough, the graphic "MyPoly" rotated 90 degrees. But the button handler: On mouseUp revrotatepoly graphic "MyPoly", 90 end mouseUp return an error: "Chunk source is not a conta