Re: How Rev saved Thanksgiving

2003-11-24 Thread Scott Rossi
On 11/23/03 6:35 PM, J. Landman Gay [EMAIL PROTECTED] wrote: Interestingly, send answer GoToBed? with Yes to me in 30 seconds works, as does send answer GoToBed? with Maybe to me in 30 seconds but send answer GoToBed? with No to me in 30 seconds does not! Interesting. It

Re: mouseDown across multiple buttons

2003-11-24 Thread Klaus Major
Hi Scott, I would like to drag across a grid of buttons and have them change their hilite as the mouse enters them... rather than needing to click them one at a time. With the mouse being down, I'm having trouble. I've tried some things with mouseMove x,y coordinates but have been

cgi create card script question

2003-11-24 Thread pbower
My basic problem: I can create a card in a stack using buttons and the command line but this fails when the command is given from an otherwise fully functional cgi script.details. running apache on a linux computer: I have a stack test1 in my cgi-bin folder I have cgi scripts running

HLP: Saving content of fields in a standalone

2003-11-24 Thread Thierry Olive
Hello, I've built a standalone (for Mac OS X) with editable fields. Users can add information in these fields. How can I save the new content of these fields so that when the standalone is reopened this new text is still visible to other users? is there aonther solution than saving the content

Re: cgi create card script question

2003-11-24 Thread Alex Rice
On Nov 23, 2003, at 3:14 PM, [EMAIL PROTECTED] wrote: for the life of me when I have this code in the cgi script. start using stack test1 create card save stack test1 close stack test1 nothing happens. The rest of the script runs without a hitch. Peter, maybe the save stack is failing

Re: cgi create card script question

2003-11-24 Thread Klaus Major
Hi Peter, On Nov 23, 2003, at 3:14 PM, [EMAIL PROTECTED] wrote: for the life of me when I have this code in the cgi script. start using stack test1 create card save stack test1 close stack test1 nothing happens. The rest of the script runs without a hitch. i don't know if this also

Using Yahoo/Geocities services within RunRev

2003-11-24 Thread Alejandro Tejada
Hi Revolutionaries, Is possible to read/send Yahoo Mail and upload files to a Geocities account from within RunRev? Checking the projects in sourceforge, I found a software to allow reading and posting Yahoo mail using Outlook or Eudora. So, I wonder if anyone is making something similar

Re: mono sounds to left and right sound channel

2003-11-24 Thread Trevor DeVore
I don't know if this is the best way but you could use the QuickTime external I have been working on. You could set up two players and and set the pan of one to the left and the other to the right using qtSetTrackBalance(revPlayerID, TrackIdentifier, Value). Check out the documentation for

Re: About from the OSX-Menu

2003-11-24 Thread Thierry Arbellot
On Monday, November 24, 2003, at 09:21 PM, R. Hillen wrote: Hello Thierry, Hello Richard, thank you for your mails, which were a great help for me. You're welcome You are right; shutdownrequest works also from the icon in the dock; there was another error so I misinterpreted, what I saw: I

Re: Database - Update from Data Entry/Query form

2003-11-24 Thread Jan Schenkel
--- Melvin Cox [EMAIL PROTECTED] wrote: I have successfully implemented a Query By Example call from a button on my data entry/query form. I am, however, having problems implementing an Update (Modify) statement. The script for the Update button uses global variables to hold the

Re: use-revolution Digest, Vol 2, Issue 121

2003-11-24 Thread Ray G. Miller
From: J. Landman Gay [EMAIL PROTECTED] Subject: Re: How Rev saved Thanksgiving To: [EMAIL PROTECTED], How to use Revolution [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii; format=flowed On 11/23/03 8:31 PM, Bruce Laidlaw wrote:

Re: serialControlString

2003-11-24 Thread Dar Scott
On Monday, November 24, 2003, at 09:30 AM, Thomas J McGrath III wrote: below is the response from the creator of the MacBrick: I don't know how to send a hex number or how to receive a dot. When sending a V000(version number) to the device I do see the green light on the device blink and the

Tim Farmer/CRYNOTES

2003-11-24 Thread Tim . Farmer
I will be out of the office starting 11/24/2003 and will not return until 12/01/2003. Thanks! Tim Farmer ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Border screen artifacts on dynamically moving button on Windows

2003-11-24 Thread Sannyasin Sivakatirswami
Ok, more Windows aggravatiom for a presentation I have made which, if you don't mind a long download, (11 meg, 155 pieces of art embedded) a little dose of Saivite Hinduism and some beautiful graphics, you can view the beta version of at: http://www.himalayanacademy.com/studyhall/alpha/ the

RE: Making Screensavers with Revolution

2003-11-24 Thread Jim Lambert
I am making a screensaver for Windows OS by changing the .exe extension of my Rev Standalone to .scr. It works great and displays as expected Neat. but it does not quit after a mouse movement or key command. Does anyone know the function or call sent out by Windows to the .scr to trigger the

Re: Making Screensavers with Revolution

2003-11-24 Thread Mike Brown
Hi Jim, I tried the mousemove method: on mousemove quit End mousemove But it does not work on the Windows OS for a screensaver application (.scr). The screensaver will launch from Windows but immediately quits as if you moved the mouse... Even if the mouse is completely stationary. It is my

RE: Making Screensavers with Revolution -sb-OS

2003-11-24 Thread Monte Goulding
Hi Jim, I tried the mousemove method: on mousemove quit End mousemove But it does not work on the Windows OS for a screensaver application (.scr). The screensaver will launch from Windows but immediately quits as if you moved the mouse... Even if the mouse is completely stationary.

RE: Making Screensavers with Revolution

2003-11-24 Thread Ken Ray
Do you already have a mouseMove/rawKeyDown handler to trap user input in your Rev app? If not, that would most likely be the best approach, IMHO... Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ -Original Message- From: [EMAIL

Re: Making Screensavers with Revolution -sb-OS

2003-11-24 Thread Mike Brown
Hi Monte, Your method works like a charm! Thanks!! - Mike You might want to try something like the following: local sOldMouseLoc on mouseMove x,y if sOldMouseloc = then put x,y into sOldMouseLoc if sOldMouseLoc x,y then quit end mouseMove

Re: Making Screensavers with Revolution -sb-OS

2003-11-24 Thread Thomas J McGrath III
Mike, Can you share your screen saver so that I might learn what you have done? ALso, is this possible for Macintosh OSX screensavers? Thanks Tom On Nov 24, 2003, at 6:08 PM, Mike Brown wrote: Hi Monte, Your method works like a charm! Thanks!! - Mike You might want to try something like

Re: serialControlString

2003-11-24 Thread Sarah
Tom, If you are using my SerialTest stack, it will automatically receive any data sent by the Brick, so the dot should just appear in the log field on the right. To send the escape, I would make a copy of the Send button, and replace the line: put fld sendField into theData with put

Re: Making Screensavers with Revolution -sb-OS

2003-11-24 Thread Mike Brown
Sure... Let me clean it up a bit and then I'll send an email with a link where the stack can be downloaded. - Mike Mike Brown Cyber-NY Interactive 212-475-2721 888-70-CYBER www.cyber-ny.com From: Thomas J McGrath III [EMAIL PROTECTED] Reply-To: How to use Revolution [EMAIL PROTECTED] Date:

Need a function that re-arranges words(!)

2003-11-24 Thread [EMAIL PROTECTED]
Hi all, Help! :) I've been trying to figure this out but it's been a mess, even though I think it's probably an easy one. What I need is rev code that can do this: Given any phrase, e.g.: my fat cat Spit out all of the following (no need to be in this order): my fat cat my cat fat fat my cat

Re: HLP: Saving content of fields in a standalone

2003-11-24 Thread Sarah
On 24 Nov 2003, at 6:50 pm, Thierry Olive wrote: I've built a standalone (for Mac OS X) with editable fields. Users can add information in these fields. How can I save the new content of these fields so that when the standalone is reopened this new text is still visible to other users? is there

Re: serialControlString

2003-11-24 Thread Jason Spencer
I have found that on OS X the write needs to end in a LF with the serial drivers I use. I think this is a Revolution bug. Hmmm, I'm not sure that it's a bug in Revolution. Using the Keyspan drivers and my device, I get strange behavior if I add an LF after the data I send. Things are fine if I

Re: Making Screensavers with Revolution -Example Stack

2003-11-24 Thread Mike Brown
Here is a link for downloading the Rev Stack that can be made into a screensaver on Windows OS: http://clients.cyber-ny.com/rev/ScreenSaver.rev To make this into a screensaver, you would save it as a Standalone and then replace the .exe extension with .scr. Then take the new .scr file you

Re: serialControlString

2003-11-24 Thread Sarah
On 25 Nov 2003, at 11:07 am, Jason Spencer wrote: I have found that on OS X the write needs to end in a LF with the serial drivers I use. I think this is a Revolution bug. Hmmm, I'm not sure that it's a bug in Revolution. Using the Keyspan drivers and my device, I get strange behavior if I add

answer file with filter on OSX Panther

2003-11-24 Thread Sannyasin Sivakatirswami
is Answer file myprompt with filter type(s) broken on OS X Panther? answer file Choose another presentation with filter Revolution Stacks,*.rev;*.mc Does not work on my Mac.. Am I doing something wrong? I think this was already discussed perhaps... but search at mindLube with filter with

RE: answer file with filter on OSX Panther

2003-11-24 Thread Monte Goulding
is Answer file myprompt with filter type(s) broken on OS X Panther? It's not broken it's just not implemented ;-) You still need to use type codes but good luck if OS X decides not to apply them to your file. There's been a feature request in on this since way before 2.0. answer file

Re: Border screen artifacts on dynamically moving button on Windows

2003-11-24 Thread Sannyasin Sivakatirswami
More feed back from users... this seems to be on all Windows machines and only with the left click button on the mouse... which, for some reason enables the vis of the border of a button whose show border property is set to false. On Nov 24, 2003, at 12:07 PM, Sannyasin Sivakatirswami wrote:

No images when copying htmltext from Rev field to email client

2003-11-24 Thread RGould8
My apologies if this email is coming through as not text-only - - - I'm trying a new email client, and won't know the outcome until I see how it looks on the listserve... My question: If I've got a web-page with images and text displayed within an html-enabled field in my Revolution app, and

RE: Palette window stuck at screenloc? -sb-OS

2003-11-24 Thread Ken Ray
One other way to do it (I do it this way myself) is to have the mainstack use code like: on preOpenStack if the owner of the target is me then set the loc of this stack to the screenLoc end if end preOpenStack Since the preOpenStack message goes to the card first, the owner of the card

linked media when running on server

2003-11-24 Thread RGould8
If I have a Revolution thin client that just has a simple go to stack http://stackfromserver type of logic, and I want that stack on the server to pull in images stored on the server, instead of stored within the stack, do I need to do something special with the pathnames to the graphics? The

RE: Border screen artifacts on dynamically moving button on Windows

2003-11-24 Thread Ken Ray
Sannyasin, Is it possible that what your user is seeing is the grey inner rectangle that shows the focus of the button? That is, if you turn off the traversalOn does it go away? Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ -Original

Re: graphing externals

2003-11-24 Thread Richard Gaskin
cteno4 wrote: does anyone have ideas for where to get a set of graphing externals for use with metacard/rev on both the mac and PC? I need to draw line, bar, and pie charts on the fly from data given to the external. Welcome to Revolution: you can now leave most externals behind. :) With

RE: graphing externals

2003-11-24 Thread Ken Ray
You can check out the Graph and Table Objects stacks created by Ken Simons and Tuviah Snyder at: http://www.rpi.edu/~simonk/technical.html Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ -Original Message- From: [EMAIL PROTECTED]

Re: linked media when running on server

2003-11-24 Thread Scott Rossi
On 11/24/03 7:29 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: If I have a Revolution thin client that just has a simple go to stack http://stackfromserver type of logic, and I want that stack on the server to pull in images stored on the server, instead of stored within the stack, do I

[no subject]

2003-11-24 Thread Stephen Messimer
Hi all, This is to let you know that version 1.0 of PreceptorTools courseware development system was released today. Free 30 day downloads are available both on the Run Rev web site and on my website as well. PreceptorTools may be purchased online at the Runtime Revolution online store

Re: Border screen artifacts on dynamically moving button on Windows

2003-11-24 Thread J. Landman Gay
On 11/24/03 8:03 PM, Sannyasin Sivakatirswami wrote: More feed back from users... this seems to be on all Windows machines and only with the left click button on the mouse... which, for some reason enables the vis of the border of a button whose show border property is set to false. Are all

Re: serialControlString

2003-11-24 Thread Dar Scott
On Monday, November 24, 2003, at 06:22 PM, Sarah wrote: I have found that on OS X the write needs to end in a LF with the serial drivers I use. I think this is a Revolution bug. Hmmm, I'm not sure that it's a bug in Revolution. Using the Keyspan drivers and my device, I get strange behavior if

Re: Revolution QuickTime External

2003-11-24 Thread Trevor DeVore
I have uploaded another update to the QuickTime External for OS X. This release addresses some problems with setting balance, bass and treble in audio only files. It also adds the ability to set the volume on a per track basis. download: http://www.mangomultimedia.com/examples/revolution/

Tim Farmer/CRYNOTES

2003-11-24 Thread Tim . Farmer
I will be out of the office starting 11/24/2003 and will not return until 12/01/2003. HAPPY THANKSGIVING! Tim Farmer ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: HLP: Saving content of fields in a standalone

2003-11-24 Thread Dom
Thierry Olive [EMAIL PROTECTED] wrote: Is there a possiblity to save this text without using an external file? Je ne vois pas comment. I don't see how. Les standalones ne peuvent pas être modifiées. Standalones cannot be modified. Peut-etre en utilisant un Lanceur qui ouvre ta pile, qui

graphing externals

2003-11-24 Thread cteno4
Hi, does anyone have ideas for where to get a set of graphing externals for use with metacard/rev on both the mac and PC? I need to draw line, bar, and pie charts on the fly from data given to the external. I have an old cdrom project that may get new life and it has an on the fly graphing