Problems with Standalone Builder Revolution 2.5.

2004-10-09 Thread Martin Meili
Hello list What's the matter with the Standalone Builder of Revolution 2.5.? I can make up very nice stacks using icons, the printing library and the ask/answer dialogue. Everything works great in a stack. But, as soon as I generate a standalone application, all the nice features have gone. In

Re: Modal dialogue "it"

2004-10-09 Thread Rob Cozens
on keydown whichkey put whichkey into field "response" of stack "dialog" modal "dialog" answer it if not it contains "cancel" then send continueStuff to this card end keydown I put "answer it" there just as a test (so that Rev would show me what was put into "it" after the modal dialog sta

Re: Detect Gateway IP address in windows

2004-10-09 Thread Mark Wieder
Alex- Friday, October 8, 2004, 5:03:01 PM, you wrote: AT> I tried not to ask - but I can't help myself . ...I was also trying not to ask... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runre

Re: MAC Address on Linux

2004-10-09 Thread Mark Talluto
On 10/8/04 3:45 PM, "Mark Talluto" wrote: > Thanks for the tip! It worked like a charm. Once I get the parsing of > the returned data down, I'll update Ken with the Linux bit. Thanks, Mark! I'd appreciate that... Ken, Here is the snippet for finding the MAC Address on Linux. I had to learn

Educational uses of Rev

2004-10-09 Thread Marian Petrides
A while back someone asked me to upload screen shots from my transfusion medicine software (Transfusion Medicine Interactive) but I never got a chance. However, the screen shots can now be found on AABB's website at: https://portal.aabb.org/apps/marketplace/product.aspx?id=042020 under: sampl

Windows standalone icon

2004-10-09 Thread Andrew
Hi, everyone thanks so much for your help with my modal dialog. I have one more quick question, which is that when try to save my stack as a windows standalone I get an error saying "Can't open Windows icon file (path name)". How can I solve this? Thanks A ___

Re: MAC Address on Linux

2004-10-09 Thread Ken Ray
On 10/9/04 11:42 AM, "Mark Talluto" <[EMAIL PROTECTED]> wrote: >> On 10/8/04 3:45 PM, "Mark Talluto" >> wrote: >> >>> Thanks for the tip! It worked like a charm. Once I get the parsing >> of >>> the returned data down, I'll update Ken with the Linux bit. >> >> Thanks, Mark! I'd appreciate tha

Re: MAC Address on Linux

2004-10-09 Thread Ken Ray
On 10/9/04 11:42 AM, "Mark Talluto" <[EMAIL PROTECTED]> wrote: case "Linux" > if there is a file("/sbin/ifconfig") then >put shell("/sbin/ifconfig") into temp >get matchText(temp,"HWaddr[* ]([0-9A-Z:]*)",retVal) > else >return "An error has occured." > end if

RTF text

2004-10-09 Thread Bruce Lewis
First problem: Bullets, curly quotes, etc. MS Word saves an RTF file and reopens it with these characters displaying perfectly. set the rtfText of a rev field to the file and these items are lost. No space where they were. Type these into a rev field and put the rtfText of the field into the fi

Re: MAC Address on Linux

2004-10-09 Thread Alex Tweedly
At 15:18 09/10/2004 -0500, Ken Ray wrote: (Sorry about that last one) Thanks, Mark... I tried this in my copy of RedHat 9, and I don't get anything with "HWaddr" in /sbin/ifconfig. When I looked at Mark Waddingham's approach of doing "cat /proc/net/arp", I didn't get anything either. The only thing

Re: MAC Address on Linux

2004-10-09 Thread Pierre Sahores
Hi, Use the "ifconfig -a" command to collect all the availables interfaces informations. Best, Le 9 oct. 04, à 23:20, Alex Tweedly a écrit : At 15:18 09/10/2004 -0500, Ken Ray wrote: (Sorry about that last one) Thanks, Mark... I tried this in my copy of RedHat 9, and I don't get anything with "HW

Re: MAC Address on Linux

2004-10-09 Thread Ken Ray
On 10/9/04 4:20 PM, "Alex Tweedly" <[EMAIL PROTECTED]> wrote: > At 15:18 09/10/2004 -0500, Ken Ray wrote: >> (Sorry about that last one) >> >> Thanks, Mark... I tried this in my copy of RedHat 9, and I don't get >> anything with "HWaddr" in /sbin/ifconfig. When I looked at Mark Waddingham's >> ap

RE: RTF text

2004-10-09 Thread MisterX
if RunRev had to take care of every snitchy translation out there, the program would be about 9 TeraBytes zipped download... Be happy... Some things, are not handled... but you can handle anything... the Power of a programmer... who published that again? Just a pointer to getting your app out bef

RE: Detect Gateway IP address in windows

2004-10-09 Thread MisterX
answer it with "OK" or "Nope" who said this maillist wasn't fun? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Mark Wieder > Sent: Saturday, October 09, 2004 6:30 PM > To: How to use Revolution > Subject: Re: Detect Gateway IP address in wind

Re: Sorting...is it just me? OT

2004-10-09 Thread Jim Witte
On Oct 7, 2004, at 12:47 PM, Mark Smith wrote: For more bizarre sentences ("what did you bring the book I don't like to be read to out of up for?", yes, that's FIVE prepositions at the end) read "The Language Instinct" by Stephen Pinker. A fascinating book, and not just for the weird sentence st

Re: value of variable

2004-10-09 Thread Hershel Fisch
On Tuesday, September 28, 2004, at 09:28 PM, Ken Ray wrote: On 9/28/04 5:42 PM, "Hershel Fisch" <[EMAIL PROTECTED]> wrote: on mouseUp answer "What kink of file are you putting ?" with "Tab Delimited" and "Comma Delimited" and "Cancel"--and on put word 1 of it into sFileType if sFileType i

Snapshot is 24 bit all the time?

2004-10-09 Thread John Rule
Even if the screen resolution is 16 bit, 'import snapshot' is always at 24 bit...correct? Anyway to change that? Thanks, JR ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: RTF text

2004-10-09 Thread Pierre Sahores
Thanks Xavier for writting this... Not too zen at all... It's important to say, again and again, that we don't need to let the best tools do our work for us. Revo is able to let us design all we are able to have in mind, no least, no more and it's exactly why Revo is the perfect tool we knows ;-