Revolution Syntax Quick Reference

2006-05-02 Thread Paul Claude
Some time ago, I asked to the Revolution's staff for a printable language guide in PDF format, to easily print it and use it in developing Revolution's applications. Geoff Canyon - from Runtime Revolution - told me that "The online documentation can be exported using the stack available at...Be aw

Re: splash screen before app loads -- sample script?

2006-05-02 Thread Phil Davis
Hi Eric, Here's a quick example you can play with and modify as you like. It isn't meant to be the be-all-end-all, it just illustrates the one app structure idea I was promoting. http://pdslabs.net/stacks/sampleApp.zip Just unzip, double-click 'appSplash.rev' and away you go. Phil Eri

Re: Runrev for intel macs?

2006-05-02 Thread simplsol
I presume you mean Rev with universal binaries to take full advantage of the Intel chip. Meanwhile, I have been using Rev 2.6.1 with a 20" Intel iMac and a Core Solo Mac Mini for several weeks now. Both run fineand fast... today. Paul Looney -Original Message- From: Xeubie Tsu <[EMA

Re: Extracting PICT resources

2006-05-02 Thread Devin Asay
Thanks to Stephen, Sarah and Mark. Your notes jogged by memory, and I dug into my old XCMD collections. Kevin Calhoun's ClipToPict XCMD in the Dartmouth collection, and resPictToClip ClipToPictFile from HyperExternals Pro (Heizer Software!) did the trick. The Rev getResource() function on

Runrev for intel macs?

2006-05-02 Thread Xeubie Tsu
Does anyone know how soon runrev will come out for intel macs? The support tells me it could be within a month, but I'm itching to know for sure. I'm also curious how it will come out - will it be the next update, 2.7.2? _ Don’t ju

Re: Extracting PICT resources

2006-05-02 Thread J. Landman Gay
Devin Asay wrote: I'm converting an old Hypercard app to Revolution. That app used PICT resources in stacks to store images. There are hundreds of them. Before I start doing them one by one in Photoshop, does anyone know whether I could write a rev stack to automate this? I've looked at the com

Re: splash screen before app loads -- sample script?

2006-05-02 Thread Tereza Snyder
On May 2, 2006, at 7:54 PM, Richard Gaskin wrote: Mark Smith wrote: A very simple example would be where you have your mainstack (called "splashStack") as a splash screen, and your actual logic in a substack (called "logicStack"). In the script of stack "splashStack" on startUp show m

Re: splash screen before app loads -- sample script?

2006-05-02 Thread Richard Gaskin
Mark Smith wrote: A very simple example would be where you have your mainstack (called "splashStack") as a splash screen, and your actual logic in a substack (called "logicStack"). In the script of stack "splashStack" on startUp show me open stack "logicStack" end startUp in the scr

Re: splash screen before app loads -- sample script?

2006-05-02 Thread Mark Smith
A very simple example would be where you have your mainstack (called "splashStack") as a splash screen, and your actual logic in a substack (called "logicStack"). In the script of stack "splashStack" on startUp show me open stack "logicStack" end startUp in the script of stack "logicSt

[OT] RevCentral Newsletter #10

2006-05-02 Thread Chipp Walters
Hot of the presses! Another issue of RevCentral Newsletter is making the rounds. If haven't already seen it in your InBox, then you can subscribe (free) at: http://www.altuit.com/webs/revCentral/revCentralHome/default.htm Dan talks more about what to expect from RevConWest. Also, there's a g

Re: splash screen before app loads -- sample script?

2006-05-02 Thread Erik Hansen
--- Phil Davis <[EMAIL PROTECTED]> wrote: > One common way to handle this is to organize > your app like this: > > - the main app consists of the engine & your > splash screen stack only. > This keeps the executable small so it opens > quickly when the user starts > the app. > > - the splash sc

Re: Extracting PICT resources

2006-05-02 Thread Mark Smith
Sorry, I should have said that getResources(pFilePath,"PICT") should return a list af all the PICT resources in a file, and then you can loop through the list using getResource (or copyResource) to extract them. Best, Mark On 2 May 2006, at 23:59, Devin Asay wrote: I'm converting an ol

Re: Extracting PICT resources

2006-05-02 Thread Mark Smith
Have a look at 'getResource' and 'getResources' in the docs. Looks like they'll help you do what you need to... Best, Mark On 2 May 2006, at 23:59, Devin Asay wrote: I'm converting an old Hypercard app to Revolution. That app used PICT resources in stacks to store images. There are hundred

Re: Extracting PICT resources

2006-05-02 Thread Sarah Reichelt
On 5/3/06, Devin Asay <[EMAIL PROTECTED]> wrote: I'm converting an old Hypercard app to Revolution. That app used PICT resources in stacks to store images. There are hundreds of them. Before I start doing them one by one in Photoshop, does anyone know whether I could write a rev stack to automate

Re: Extracting PICT resources

2006-05-02 Thread Stephen Barncard
I'll check my list of old XCMDSthere should be something that converts PICT resources into PICT files there's all kinds of resource xcmds out there. You'll have to do the conversion in Hypercard 'cause those won't work in Rev. I have a collection called 'Clip To Pict' which has an x c

Extracting PICT resources

2006-05-02 Thread Devin Asay
I'm converting an old Hypercard app to Revolution. That app used PICT resources in stacks to store images. There are hundreds of them. Before I start doing them one by one in Photoshop, does anyone know whether I could write a rev stack to automate this? I've looked at the commands that wor

Re: Can one expand the width of a cell in a table field?

2006-05-02 Thread Jim Ault
It is true that the plugin is easier. I use it so seldom I forgot about it. Sarah's is a better recommendation than the one I gave. Jim Ault Las Vegas On 5/2/06 2:12 PM, "Sarah Reichelt" <[EMAIL PROTECTED]> wrote: > I highly recommend revTabRuler, a plugin from Frtederic Rinaldi that > comes wi

Re: Can one expand the width of a cell in a table field?

2006-05-02 Thread Sarah Reichelt
I highly recommend revTabRuler, a plugin from Frtederic Rinaldi that comes with the default install. It allows setting tab stops graphically which makes things MUCH easier. Cheers. Sarah On 5/2/06, Jim Ault <[EMAIL PROTECTED]> wrote: Actually, you specify the 'tab stops' in a table field. I

Re: splash screen before application loads

2006-05-02 Thread Phil Davis
Hi Viktoras, One common way to handle this is to organize your app like this: - the main app consists of the engine & your splash screen stack only. This keeps the executable small so it opens quickly when the user starts the app. - the splash screen stack contains code that opens the 'real'

splash screen before application loads

2006-05-02 Thread Viktoras Didziulis
As always thanks for all your help in advance :-) It takes time (~5 sec) while my application loads on some computers, so sometime it looks like it doesn't start at all. Usually end-users have a limited patience so they try clicking and may even get angry... In order to save their nerves is th

Re: Unlock Code for RunRev 2.7.1?????

2006-05-02 Thread Devin Asay
On May 2, 2006, at 10:51 AM, David Burgun wrote: Hi All, I just downloaded and tried to unlock version 2.7.1 but I got the message: "The entered license is too old to unlock this version" It worked fine under version 2.7.0. Do I need a new unlock code for 2.7.1? Dave, This happened to

Re: CSV and REV?

2006-05-02 Thread Garrett Hylltun
Stephen Barncard wrote: It's not a Mac thing. Filemaker has been a cross-platform application for years.. Stephen Barncard wrote: FILEMAKER (PRO OR OTHERWISE) FMP ? Shows ya what a newb to MacOS I am! 8-) Sorry, just never heard of it until I moved over to the Mac. -Garrett __

Re: Unlock Code for RunRev 2.7.1?????

2006-05-02 Thread Mark Smith
You should probably email [EMAIL PROTECTED] Best Mark On 2 May 2006, at 17:51, David Burgun wrote: Hi All, I just downloaded and tried to unlock version 2.7.1 but I got the message: "The entered license is too old to unlock this version" It worked fine under version 2.7.0. Do I need a ne

Re: CSV and REV?

2006-05-02 Thread Stephen Barncard
It's not a Mac thing. Filemaker has been a cross-platform application for years.. Stephen Barncard wrote: FILEMAKER (PRO OR OTHERWISE) FMP ? Shows ya what a newb to MacOS I am! 8-) -Garrett -- stephen barncard s a n f r a n c i s c o - - - - - - - - - - - - __

Unlock Code for RunRev 2.7.1?????

2006-05-02 Thread David Burgun
Hi All, I just downloaded and tried to unlock version 2.7.1 but I got the message: "The entered license is too old to unlock this version" It worked fine under version 2.7.0. Do I need a new unlock code for 2.7.1? Thanks a Lot All the Best Dave __

Re: CSV and REV?

2006-05-02 Thread Garrett Hylltun
Stephen Barncard wrote: FILEMAKER (PRO OR OTHERWISE) FMP ? Shows ya what a newb to MacOS I am! 8-) -Garrett ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscri

Re: Changing Script In Standalone

2006-05-02 Thread Chipp Walters
Bridger, What you did should work with the following caveats. As Stephen said, the number of lines in your field cannot be more than 10. You may only use 'set the script of' controls with scripts of ten lines or less (not including the handler part if I remember correctly.) So, creating dyna

Re: relative paths

2006-05-02 Thread Peter T. Evensen
When I open a project, I usually manually set the defaultfolder to what I want it to be for my project in the messagebox: set the defaultfolder to "/Projects/Whatever" At 03:56 AM 5/2/2006, you wrote: One more question... How to force the stack to be run from its current directory when it is

Re: Can one expand the width of a cell in a table field?

2006-05-02 Thread Jim Ault
Actually, you specify the 'tab stops' in a table field. I recommend that you do this from the Inspector palatte, in the Table drop down menu choice to get a feel for what happens with different settings. Start with a field that contains sample data you want to display, then use the Inspector to t

Can one expand the width of a cell in a table field?

2006-05-02 Thread Stgoldberg
Is there a way to expand the width of cells within a table field? I did not see a description of the controls for the table field in the Rev documentation. Thanks. Steve Goldberg ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: relative paths

2006-05-02 Thread Mark Schonewille
Hi Viktoras, You could set the defaultfolder to the path to your stack. put the defaultFolder into myFldr set the itemDel to "/" set the defaultFolder to ¬ item 1 to -2 of the effective filename of me put myData into url "file:/my file.txt" put myMoreData into url "file:/folder/file.txt" set t

relative paths

2006-05-02 Thread Viktoras Didziulis
One more question... How to force the stack to be run from its current directory when it is opened from within Revolution Studio ? The problem I am experiencing is setting relative paths for external files to open. It works fine when the stack is packaged into standalone and executed. But when i

Re: Changing Script In Standalone

2006-05-02 Thread Martin Baxter
Viktoras Didziulis wrote: Hi, does this mean that it is not possible to create a standalone with a data driven menu ? Like creating a menu from tab delimited file with item names and links to external files that are being constantly updated... Is there any workaround like using htmlText prop

Re: Changing Script In Standalone

2006-05-02 Thread Viktoras Didziulis
Hi, does this mean that it is not possible to create a standalone with a data driven menu ? Like creating a menu from tab delimited file with item names and links to external files that are being constantly updated... Is there any workaround like using htmlText property with hyperlinks within