Re: changing a menu

2001-12-12 Thread Gareth Jones
Thanks, Stuart. As I mentioned, the name of the menu bar doesn't show up in the Menu Manager window. However, your advice about the command-line worked like a charm. Exactly what was needed! -Gareth Jones >To display an existing menu group in the Menu Manage Window, click the >"Edit" button o

How Can I make an animation loop?

2001-12-12 Thread Carls
How can I make an animation made using the animation manager loop. I use the revPlayAnimation function on preloadstack handler. I tried to do it using the send option in the animation manager but it doesn't work. Thanks ___ use-revolution mailing list [

Selected Text Color

2001-12-12 Thread Nelson Zink
I just got a copy of Revolution 1.1 and the selected text color in the ask/answer box, the script editor, etc. is gray. Any place to set this to a more palatable color? Nelson Zink ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.c

Re: Best way to launch other applications

2001-12-12 Thread Josh Dye
Well, For instance, Quake 3: Arena. When I use any sort of opening of program, it won't load all of the required DLL's. Try it at your house. Almost any game will give you a error message, With some few exceptions... - Josh Dye - Original Message - From: "Ken Ray" <[EMAIL PROTECT

Re: Best way to launch other applications

2001-12-12 Thread Ken Ray
Josh, Can you clarify what you mean about "opening Games that have to open Dll's"? What game(s) are you thinking of and what DLLs? Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Website: http://www.sonsothunder.com/ - Original Message - From: "Josh Dye" <[EMAIL PROTECTED]> To

Re: changing a menu

2001-12-12 Thread Stuart Milliken
To display an existing menu group in the Menu Manage Window, click the "Edit" button on the MM Window and then select the desired menu group from the "Edit Existing Menu Bar" window that appears. I found this a little confusing at first myself--I was expecting maybe a "View" or "Select" button.

RE: Best way to launch other applications

2001-12-12 Thread Jerry Daniels
Ritch, See the "Running a batch file in DOS" for tips in using the shell to launch. I'm certainly not an expert, but then info in that thread might be helpful. But, as far as I know, "launch doc with app" and "open process app doc" are the only two ways known to me. Happy hunting, Jerry Daniel

printing an area

2001-12-12 Thread Greg Wills
Thanks Jeanne, I appreciate your support. Greg At 10:55 PM -0800 12/8/2001, Greg Wills wrote: >Just a simple question. Is Rev 1.1 able to print an area of a card, >not the whole thing? Yes: print this card from 20,20 to 150,250 -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] http://www.runrev.c

Re: Best way to launch other applications

2001-12-12 Thread Josh Dye
Sounds good. Is there a way to do that same exact thing with opening Games that have to open Dll's? Anything would be great Ken! :-) - Josh Dye - Original Message - From: "Ken Ray" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 2:49 PM Subject: Re: Bes

Re: Best way to launch other applications

2001-12-12 Thread Ken Ray
Ritch, You can use either "open process" or "shell()". Shell is useful when you want Rev to stop in mid-stream and wait until the program is finished. For example: on mouseUp set the hideConsoleWindows to true get shell("C:\myfile.pdf") answer "Thank you!" end mouseUp This will launch the

Best way to launch other applications

2001-12-12 Thread Houdek, Ritch (MED)
What is the best way to launch other applications on a Windows platform? I have used "launch filename with appname" with limited success. The problems with it are: - Only 1 document can be opened at a time per application. In order to open a 2nd document, you must quit the entire application a

Re: Find/Replace feature

2001-12-12 Thread John
On Tuesday, December 11, 2001, at 04:08 PM, Ben C. Fetherston, Jr. wrote: > I have been attempting to create a script in a database stack that will > automatically change particular key letter combinations into a word or > phrase within a field when the field is closed. I have a script that >

Find/Replace feature

2001-12-12 Thread Ben C. Fetherston, Jr.
I have been attempting to create a script in a database stack that will automatically change particular key letter combinations into a word or phrase within a field when the field is closed. I have a script that works great with the "replace" command. However, the replace command will not "find

Re: displaying a Web page

2001-12-12 Thread Geoff Canyon
At 5:27 PM +0100 12/12/01, Andre Rombauts wrote: >i'm testing Revolution. Nice piece of work! > >How can I display a web page on a card? > >put url "x" into Check out the htmlText property of fields: set the htmlText of fld "somefield" to url "http://www.apple.com"; ___

Re: Running a batch file in DOS

2001-12-12 Thread Sjoerd Op 't Land
Jerry Daniels wrote/ schreef: > I couldn't figure out how to get the "C/" part of the script to work and > time was running out, so the cmd window remained open behind the > PowerBuilder app that I opened. Does set hideConsoldeWindows to true help? > Thanks, again for the help. > > Jerry Re

Re: Stupid Unix tricks

2001-12-12 Thread Sjoerd Op 't Land
Bill Vlahos wrote/ schreef: > There are some command line programs I would like to put in a nice UI. > It seems like Revolution would make this pretty easy except I don't see > in the documentation how to write it. Is there a way to program Rev for > command line functions directly? > > I would

Re: displaying a Web page

2001-12-12 Thread Scott Rossi
Recently, Andre Rombauts wrote: > How can I display a web page on a card? REV doesn't interpret HTML, if that's what you're asking. You either need to parse the HTML yourself and build your own rendering of the page (pretty major chore unless it's a simple page), or display a screenshot of the

FW: changing a menu

2001-12-12 Thread Heather Williams
Except you sent it to me instead... ;) don't worry, I'll just forward it to the list Heather From: Gareth Jones <[EMAIL PROTECTED]> Date: Wed, 12 Dec 2001 08:23:25 -0800 To: [EMAIL PROTECTED] Subject: changing a menu Hello from a new subscriber. I've decided to give my friendly contact at Runt

displaying a Web page

2001-12-12 Thread Andre Rombauts
i'm testing Revolution. Nice piece of work! How can I display a web page on a card? put url "x" into Thanks. André ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Find/Replace feature

2001-12-12 Thread Geoff Canyon
At 4:08 PM -0800 12/11/01, Ben C. Fetherston, Jr. wrote: >I have been attempting to create a script in a database stack that will >automatically change particular key letter combinations into a word or >phrase within a field when the field is closed. I have a script that works >great with the "re

Re: best way to read and write variables?

2001-12-12 Thread Geoff Canyon
At 5:19 PM -0800 12/11/01, Niklas "Almesj–" wrote: >Jeanne A. E. DeVoto wrote: >"..Well, no, not really. Can you explain a little >about why you'd want to >store the contents of a variable in a separate file? >What you would >accomplish by doing this?.." > >- I need to specify some settings for a

Stupid Unix tricks

2001-12-12 Thread Bill Vlahos
There are some command line programs I would like to put in a nice UI. It seems like Revolution would make this pretty easy except I don't see in the documentation how to write it. Is there a way to program Rev for command line functions directly? I would like to send "commands" and read and d

Re: Change stack in openStack

2001-12-12 Thread Kevin Miller
On 5/12/01 10:44 am, David Vaughan <[EMAIL PROTECTED]> wrote: > The same code works perfectly if I put it in a button and execute it > "manually". > What is going on here please? Can you send me a copy of the stack off-list? Kevin Kevin Miller <[EMAIL PROTECTED]> Runti

Re: Recurring Error Msg

2001-12-12 Thread Kevin Miller
On 12/12/01 4:24 am, Judy Perry <[EMAIL PROTECTED]> wrote: > Lucky you. At least you can GET to the properties window... We've corrected a fair number of these here. But if you have a recipe - i.e. can talk us through it step by step to get the problem, please send it in so we can make sure it

Re: Disappearing dialog

2001-12-12 Thread Kevin Miller
On 11/12/01 7:03 am, Andu <[EMAIL PROTECTED]> wrote: > Sounds as if you are running the stack outside the IDE and forgot to move the > dialog > stack into the stack - same as for standalones. Use the Build Files option in the Distribution Builder - ensuring that "Answer Dialog" is checked on the

Re: putting a file to a web server

2001-12-12 Thread Kevin Miller
On 10/12/01 9:09 pm, Chipp Walters <[EMAIL PROTECTED]> wrote: > put url "file:c:\test.txt" Should be: put URL "file:c:/test.txt" Revolution always uses "/" on all platforms. Kevin Kevin Miller <[EMAIL PROTECTED]> Runtime Revolution Limited - Power to the Developer! T

Re: Fullscreen of player?

2001-12-12 Thread Kevin Miller
On 7/12/01 12:23 am, Almesjö Niklas <[EMAIL PROTECTED]> wrote: > Is there any way to use the fullscreen or > present-movie options in Quicktime with a player? Yes, set the rect of the stack to the screenRect, show the backDrop and hide the menuBar. Regards, Kevin Kevin Miller <[EMAIL PROTECTE

Re: Copy Image to Clipboard?

2001-12-12 Thread Kevin Miller
On 6/12/01 10:26 pm, Chipp Walters <[EMAIL PROTECTED]> wrote: > I'm trying to copy and image to the clipboard for pasting into another > program like Photoshop. > > I've tried the 'cut' command and it doesn't work. Any ideas if this can be > done in RR? Yes, you need to select inside the image

[TIP] Converting strings to hexadecimal

2001-12-12 Thread Shao Sean
like me, you may be needing to converting simple strings into hex.. after much research online looking for code to do such said conversion, i came across a simple function in metatalk "binaryEncode".. it didn't help, but it's counterpart "binaryDecode" did.. the equal sign "=" in hex is 3D, so th