am 07.11.2001 16:49 Uhr schrieb [EMAIL PROTECTED] unter
[EMAIL PROTECTED]:

> 
> -------------- BEGIN use-revolution.v001.n116 --------------
> 
> 001 - "derek.huby" <derek.huby@ - FormattedWidth property
> 002 - Johann Weber <jmweber@aim - Re: Rotating Irregular Polygon objects.
> 003 - Curry Kenworthy <curry@ka - importing graphics
> 004 - "Josh Dye" <[EMAIL PROTECTED] - The wait command?
> 005 - "Ken Ray" <kray@sonsothun - Re: importing graphics
> 006 - "Scott Slaugh" <xslaugh@h - Re: The wait command?
> 007 - "Ken Ray" <kray@sonsothun - Re: The wait command?
> 008 - Geoff Canyon <gcanyon@ins - Re: The wait command?
> 009 - "Jeanne A. E. DeVoto" <je - Re: Rotating Irregular Polygon objects.
> 010 - "Jeanne A. E. DeVoto" <je - Re: FormattedWidth property
> 011 - Shari <gogypsy@bellsouth. - Re: Custom properties
> 012 - Scott Rossi <scott@tactil - Re: Custom properties
> 013 - "Ken Ray" <kray@sonsothun - Re: Custom properties
> 014 - [EMAIL PROTECTED]         - Re: Transplantee
> 015 - "Geoff Canyon" <gcanyon@i - Re: Custom properties
> 
> This is the Use Revolution mailing list.  Use it to
> discuss and solve "how-to" questions relating to using Revolution.
> Please do not send bug reports or feature requests to this list.
> To unsubscribe, place the word unsubscribe in the body of an
> email and send it to [EMAIL PROTECTED]
> 
> 
> --------------- MESSAGE use-revolution.v001.n116.1 ---------------
> 
> From: "derek.huby" <[EMAIL PROTECTED]>
> Subject: FormattedWidth property
> Date: Tue, 06 Nov 2001 21:00:52 +0000
> MIME-Version: 1.0
> Content-Type: text/plain; charset="US-ASCII"
> Content-Transfer-Encoding: 7bit
> In-Reply-To: <[EMAIL PROTECTED]>
> 
> From: Derek Huby <[EMAIL PROTECTED]>
> 
> Dear all,
> 
> I've been having a few problems with the formattedWidth property of a
> field...
> 
> I want to check the formattedWidth of a field which scales when its stack is
> resized. (if the text is too wide to fit in the resized field, I want to
> reduce the textSize until it fits!)
> 
> I got some bizarre behaviour, before eventually figuring out that the
> problem was that the formattedWidth property seems to return a value in the
> range 0 to 255. Make the field contents bigger, and formattedWidth gets
> bigger - until it gets to 255, after which it rolls over to 0 again.
> 
> Am I doing something wrong? Or is this a bug which I should report? And is
> there a workaround?
> 
> Thanks!
> 
> Derek
> ---------------------------------------------------------------------------
> 
> 
> 
> --------------- MESSAGE use-revolution.v001.n116.2 ---------------
> 
> From: Johann Weber <[EMAIL PROTECTED]>
> Subject: Re: Rotating Irregular Polygon objects.
> Date: Tue, 6 Nov 2001 15:45:47 -0800
> MIME-Version: 1.0
> Content-Type: text/plain; charset="us-ascii" ; format="flowed"
> 
> The "rotate" command found in version 1.1 does it apply to graphic
> objects as well as image objects?
> How does one implement the rotate command?  The documentation with
> the latest 1.1 beta does not contain any references to a "rotate"
> command.


Hi, what's wrong with this script? (It works fine in HC)

on mouseup
  put empty into cd field 1
  repeat until number of lines of card field 1 = 5
    put random (5) into a
    find a in cd field 1
    if the result = "not found" then
    put a & return after card field 1
  end if
  end repeat
end mouseup

What I'd like to manage is that the numbers between 1 and 5 could be found
in card field one, but each number only once and not ascending from 1 to 5.

Thanks a lot for your advice.

Martin

Reply via email to