Re: unpacking

2008-03-02 Thread Paul Foraker
Hi Jim, The Variable Watcher indicates that the value of the incoming variable is correct, and remains so throughout the execution (or the VW is not updating properly). Nevertheless, the 'close stack' kills the utility of the variable. -- Paul On Sat, Mar 1, 2008 at 11:58 PM, Jim Ault [EMAIL

Re: unpacking

2008-03-02 Thread Jim Ault
According to the docs, the stack should not be purged until the handler(s) finish, so the variable should remain available to be passed. If you tried to open another stack with the same name, Rev should complain. I do know that complex send systems can create 'folds' in the message path that no

Printing problems -- is this the answer?

2008-03-02 Thread Peter Alcibiades
What may work is set the systemPrintSelector to false! Answer printer then brings up a print dialog with the printer in it, which is dramatic progress. Peter ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: Revolution Reading GPS Data

2008-03-02 Thread viktoras didziulis
usually GPS devices use NMEA (National Marine Electronics Association) protocol. Check this: http://www.gpsinformation.org/dale/nmea.htm Best wishes Viktoras Andre Garzia wrote: Richard, I never did that but I think there's a protocol and it's all ascii based. I think you just open the

Re: Revolution Reading GPS Data

2008-03-02 Thread Ben Rubinstein
On 1/3/08 22:59, R. Hillen wrote: is there anybody who succeeded in reading data from a gps device into a revolution application? How did you do it? Which device did you use? Hi Richard, I did this a couple of years ago in Rev - it was very straightforward. All (er, virtually all) GPS

Team Development / Exporting stuff to text files

2008-03-02 Thread Richmond Mathewson
For what it is worth . . . Have just uploaded SS.rev to revOnline (also available at my main Yahoo Group): it is the seed of a stack to export 'everything' to a text file: as it stands it exports all the scripts in a stack. If anybody can use it / modify it for use: it is there for them! Love,

Length of revOnline Access?

2008-03-02 Thread Richmond Mathewson
How long does access to revOnline last after purchase of a particular instantiation of Runtime Revolution? My personal details got 'hosed' from my G4 a while back and have just reregistered on the basis of a Media 2.7.2 licence I own (although I do all my work with DC 2.6.1 for almost

Re: Team Development using Run Rev

2008-03-02 Thread Ben Rubinstein
On 1/3/08 21:33, Chipp Walters wrote: Coming a bit late to this party. I've successfully used Rev in a multi-developer environment using our own auto-update architecture and MagicCarpet. It basically works like this. Individual developers check out stacks from a web server using MagicCarpet,

Re: Team Development using Run Rev

2008-03-02 Thread Chipp Walters
Ben, No, it only manages stacks. No diff'ing. It's fairly simple as it uploads and keeps track of changes for individual stacks. -Chipp ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Revolution Reading GPS Data

2008-03-02 Thread Graham Samuel
This interests me also - I have a simple GPS device (a so-called 'training' device) which captures trackpoints and waypoints. Its current PC software is just that, i.e. it doesn't work on a Mac, and more or less the only thing it can do is to create a kml file for use by Google Earth. I am

Unexpected Windows nastiness

2008-03-02 Thread David Glasgow
Sorry for the vague subject line for this post, but I can't really put it in a nutshell. I have got so used to building stuff on OS X and then just tweaking for Windows, I am completely thrown by this problem. I am using Studio 2.7.4 on a MacBook with XP running under parallels for

Re: Revolution Reading GPS Data

2008-03-02 Thread Thomas McGrath III
Graham, What is the make and model of the device? Most of the devices that I have seen (even the USB only ones) use serial commands or a converter to serial commands. I have come across a few generic USB drivers for things like the Keyspan High Speed Serial converter. It is a Serial to

Re: select rectangle area

2008-03-02 Thread Ken Ray
On Sun, 2 Mar 2008 00:04:04 +0100, R. Hillen wrote: Hello, I want to select in an application an rectangle area of an image by dragging the mouse from one edge to another, whereby the selected rectangle is visualized. As I have no idea how to do it, all tips are welcome! May you help?

Re: [OT] Does Sheepshaver work in Leopard?

2008-03-02 Thread Jim Carwardine
Just confirming what others have said. Sheepshaver seems to work in Leopard just fine. I tested HC and MacProject II... Jim On 2-Feb-08, at 11:18 AM, Claudi Cornaz wrote: Hi Jim, I have been using it for one app, Claris Cad and I have not encountered any problems. Don't know about other

Re: Team Development / Exporting stuff to text files

2008-03-02 Thread Chipp Walters
You mean something like? on mouseUp repeat with x = 1 to the number of cds in this stack put the long name of cd x cr the script of cd x crcr after tScripts repeat with y=1 to the number of controls on cd x put the long name of control y of cd x cr the script of control y of cd x

Re: Revolution Reading GPS Data

2008-03-02 Thread Kay C Lan
On Mon, Mar 3, 2008 at 4:26 AM, Graham Samuel [EMAIL PROTECTED] wrote: This interests me also - I have a simple GPS device (a so-called 'training' device) which captures trackpoints and waypoints. Its current PC software is just that, i.e. it doesn't work on a Mac, and more or less the only

Re: Revolution Reading GPS Data

2008-03-02 Thread Thomas McGrath III
Kay the Garmin Training Center takes XML files and outputs to XML as well. I don't know if it is working with serial commands or not since I don't have the Edge 305. You can download the program to play around with at: http://www8.garmin.com/support/collection.jsp?product=010-00447-00 Keep

Re: Revolution Reading GPS Data

2008-03-02 Thread Thomas McGrath III
Kay, Also: Garmin USB support just works. Support is built into the kernel, so the device now sits on a pseudo-serial port called /dev/ ttyUSB0. quote found here: http://www.marengo-ltd.com/gps/ Also of interest: http://www.gpsbabel.org/ Getting info out of the 305: -

Re: Revolution Reading GPS Data

2008-03-02 Thread Thomas McGrath III
Kay, Lastly, This is for Firefox and Google Maps with a GPX Conversion. Supposed to work with the 305. http://www.elsewhere.org/journal/gmaptogpx/ But GPS Babel is supposed to be the swiss army knife for GPX file formats Tom On Mar 3, 2008, at 12:16 AM, Thomas McGrath III wrote: