Substack ?

2001-12-07 Thread John Cuccio
I have a substack. rev 1.1 >From the main stack openstack handler I put on openstack --(from main stack) open stack "progress" -- the substack go to card 1 of stack "main" end openstack I put the second line in because I want the main stack to be active. Because of line 1 the substack is active

Re: relative paths and Quicktime

2001-12-07 Thread Jeanne A. E. DeVoto
At 9:08 AM -0800 12/4/2001, Steve Messimer wrote: >1. When a standalone is created are all the resources (Graphics sounds >movies ) incorporated directly in the application? Anything that is in the stack is included in the standalone application, but external files referenced by the stack are no

Re: Japanese on Revolution

2001-12-07 Thread Jeanne A. E. DeVoto
At 6:16 PM -0800 12/7/2001, [EMAIL PROTECTED] wrote: >Does Rev try to change btn names and labels between platforms? Yes, it converts properties (other than custom properties). -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] http://www.runrev.com/ Runtime Revolution Limited - Power to the Developer!

Re: How to get the name of the top palette?

2001-12-07 Thread Jeanne A. E. DeVoto
At 12:06 PM -0800 12/6/2001, Chipp Walters wrote: >I know topstack() but how do I reference the top palette window? Try using this: line 1 of the openStacks -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] http://www.runrev.com/ Runtime Revolution Limited - Power to the Developer! ___

Re: Custom Browser

2001-12-07 Thread Jeanne A. E. DeVoto
At 11:29 AM -0800 12/4/2001, Richard Pilot wrote: >How do You display a html file either from the internet, a >hard-drive or from html code from the application itself? Check out the htmlText property. For example, if you have HTML in a variable called "foo", you can view the effect of the HTML b

Can't find handler error?

2001-12-07 Thread Judy Perry
Hi, I am hoping someone can help me figure out what I am doing wrong. 1. I create a new Mainstack. 2. I paste in a graphic (jpg) 3. I go to the OBJECT menu and select CARD PROPERTIES so that I can assign a card script. 4. I get this: There was an Execution Error at 6:12:55 PM Error des

Re: Japanese on Revolution

2001-12-07 Thread Scott Rossi
Recently, [EMAIL PROTECTED] wrote: > Thanks Scott for the advice. I don't think spaces will be a problem since > Japanese does not have any, at least not single byte ones. Actually, this is indeed a problem. If there are no spaces present in the text, the text will not wrap in the field, and yo

Re: Japanese on Revolution

2001-12-07 Thread rbarber66
Hi Dave > > In addition to the wrapping issue, you'll have to watch for the > mac/iso conversions that Rev automatically does in fields when > changing between Mac and Windows. Japanese text that is Shift-JIS > coded, for example, is the same on Mac and Windows. But Rev will try > to convert w

Re: Japanese on Revolution

2001-12-07 Thread rbarber66
Thanks Scott for the advice. I don't think spaces will be a problem since Japanese does not have any, at least not single byte ones. I've been a HC/SC user for years and watching MC from v1 hoping it will someday add 2byte font support viz. not just correct display but also allow input. My app i

Re: Mac/Windows Fonts (Vol 1 #52)

2001-12-07 Thread Robert Presender
Hi, My many thanks to Sarah, Judy and Chip for your very informative info on this subject. It has given me a very good insight re fonts. Regards ...Bob --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.286 / Virus Database: 152

Re: Japanese on Revolution

2001-12-07 Thread Scott Rossi
Recently, Dave Cragg wrote: > In addition to the wrapping issue, you'll have to watch for the > mac/iso conversions that Rev automatically does in fields when > changing between Mac and Windows. Japanese text that is Shift-JIS > coded, for example, is the same on Mac and Windows. But Rev will try

Re: Japanese on Revolution

2001-12-07 Thread Dave Cragg
At 10:48 am -0800 7/12/01, Scott Rossi wrote: >Recently, [EMAIL PROTECTED] wrote: > >> Is anyone using Japanese text in a Revolution application? I am aware of the >> limitations with 16bit fonts but perhaps there is someone using a workaround >> that may be suitable. > >What workaround are you

Re: Japanese on Revolution

2001-12-07 Thread Scott Rossi
Recently, [EMAIL PROTECTED] wrote: > Is anyone using Japanese text in a Revolution application? I am aware of the > limitations with 16bit fonts but perhaps there is someone using a workaround > that may be suitable. What workaround are you looking for? If you're talking about *display* of font

Japanese on Revolution

2001-12-07 Thread rbarber66
Greetings Is anyone using Japanese text in a Revolution application? I am aware of the limitations with 16bit fonts but perhaps there is someone using a workaround that may be suitable. Thanks Ron ___ use-revolution mailing list [EMAIL PROTECTED] http

re:any idea how to do a progress bar in rev

2001-12-07 Thread Pierre Sahores
> Message: 10 > Date: Thu, 06 Dec 2001 19:07:50 -0800 > From: John Cuccio <[EMAIL PROTECTED]> > Subject: Progress bar > To: rev discussion <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > > any idea how to do a progress bar in rev. > > --__--__-- > > Message: 11 > Date: Thu, 06 Dec 2001 22:2

Re: use-revolution digest, Vol 1 #52 - 20 msgs

2001-12-07 Thread Pierre Sahores
> Message: 10 > Date: Thu, 06 Dec 2001 19:07:50 -0800 > From: John Cuccio <[EMAIL PROTECTED]> > Subject: Progress bar > To: rev discussion <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > > any idea how to do a progress bar in rev. > > --__--__-- > > Message: 11 > Date: Thu, 06 Dec 2001 22:2

Re: filter command and "not" wildcards

2001-12-07 Thread Ben Rubinstein
on 6/12/01 9:10 PM, Sivakatirswami at [EMAIL PROTECTED] wrote: >> filter excluding >> >> It should be one of those things where a relatively small programming effort >> produces a considerable expansion in facility. > > This is very fast: > > repeat for each line x in dataTofilter > if x c

best way to read and write variables?

2001-12-07 Thread Almesjö
What is the best way to write and read variables? When using Authorware there was a pretty convinient way to do it with property lists. Property lists looked something like this: "width":50, "height": 30 then you could just write the list to a textfile, read it in and do a List(theText) and you ha

Revolutions REgExplementation

2001-12-07 Thread dell
Hi, Anyone no how to match a pattern up to an 'endOFline marker' ie.. 'The Quick Brown fox jumps over the Lazy dog The Quick Brown fox jumps over the Lazy dog The Quick Brown fox jumps over the Lazy dog' Pattern needs to return: 'The Quick Brown fox jumps over the Have tried all traditional