Re: Getting Variables from Option Men --CORRECTION

2006-12-13 Thread Mark Schonewille
Charles, Why variables? on mouseUp if the label of btn 1 is a number and ¬ the label of btn 2 is a number then put the label of btn 2 - the label of btn 1 into x -- do something with x end if end mouseUp No need for a script in the option menu buttons. Best, Mark --

Re: Determining When Option Menus Have Changed

2006-12-13 Thread Mark Schonewille
Charles, local theOldLabel on mouseDown put the label of me into theOldLabel end mouseDown on menuPick theItem if theItem is theOldLabel then put The same old thing else put Time for a change! end if end menuPick Mark -- Economy-x-Talk Consultancy and Software Engineering

Re: Determining When Option Menus Have Changed

2006-12-13 Thread Eric Chatonet
Charles and Mark, on menuPick pNewItem, pOldItem if pNewItem = pOldItem then put The same old thing else put Time for a change! end if end menuPick Best Regards from Paris, Eric Chatonet Le 13 déc. 06 à 10:41, Mark Schonewille a écrit : Charles, local theOldLabel on

Re: Determining When Option Menus Have Changed

2006-12-13 Thread Mark Schonewille
Hi Eric, This doesn't work for me. Create a new option menu button and paste your script in it. It doesn't work. What else do I need to make this work? File a bug? Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Get your store

Re: Determining When Option Menus Have Changed

2006-12-13 Thread Eric Chatonet
Hi Mark, I apologize: From the docs: This parameter is included only if the button's menuMode property is set to tabbed. Anyway it could be a nice request :-) Best Regards from Paris, Eric Chatonet Le 13 déc. 06 à 11:06, Mark Schonewille a écrit : Hi Eric, This doesn't work for me.

MySQL Using UPDATE for saving a picture

2006-12-13 Thread baleareninsel
Hi everybody, Trying to save a picture (.jpg or .bmp) to mySQL Database. I Use put the imagedata of image Foto_Image into temp3 ## works put UPDATE Customers SET Fomage = ' temp3 ' where kndnr = kundennummer into SQL_Befehl to_i In the Variable Watcher I can see the SQL_Befehl as:

Creating reports from a Garmin 60CSX GPS...

2006-12-13 Thread Jim Carwardine
Hi Folks... There has been a few posts regarding passing information to/from a computer and a Palm-type device. I'd like to do the same for a GPS. There are GPS devices out there http://www.advantrack.com/hw_junior.htm that do deliver reports calculating mileage and tracking start and end trip

Re: I want money.

2006-12-13 Thread chris raj
I just thought of an idea. Create 1 million website with some 30 pages of content and place adsense. Lets say each website only produce USD1.00 in 1 year, I would have one million dollar :) How that sounds? If spoke to my friends about it. You know the problem is creating 1 million website.

Re: Creating reports from a Garmin 60CSX GPS...

2006-12-13 Thread Richard Gaskin
Jim Carwardine wrote: There are GPS devices out there http://www.advantrack.com/hw_junior.htm that do deliver reports calculating mileage and tracking start and end trip points from a street map database but they are all single purpose dash-mounted devices. I can't seem to find a hand-held GPS,

Re: Creating reports from a Garmin 60CSX GPS...

2006-12-13 Thread Jim Carwardine
Thanks, Richard. That Advantrack unit seems to have good reports and I'll bet they are OEM-ing and repackaging something from either Magellan or Garmin so maybe the existing reports package could be retooled to use the regular models... Jim on 12/13/06 12:03 PM, Richard Gaskin wrote: Jim

Re: Creating reports from a Garmin 60CSX GPS...

2006-12-13 Thread Jim Carwardine
I just talked with the Advantrack support people and their report package http://www.advantrack.com/sw_pro_mapping.htm was created in-house and he wouldn't say whether they were OEM-ing a generic brand. They can identify and isolate a way-point to a city block or range of addresses. We can then

Touchscreen Hardware

2006-12-13 Thread David Brooks
Any information prior about touchscreen hardware experience will be appreciated. The task is to create four interactive centers at a local zoo where children will make observations of animals and make choices based upon those observations. Our plan is to run this with RunRev on Mac

Re: Touchscreen Hardware

2006-12-13 Thread Mikey
I could have sworn I just answered this question. Maybe it was for a different development tool. Anyway, touchscreens today are durable and easy to use. The input typically plugs into the USB port of the machine. Occasionally they may require calibration. If you deploy iCab you can put it in

Re: Touchscreen Hardware

2006-12-13 Thread Richard Miller
Dave, We use the Elo infrared touch screen technology (they call it CarrollTouch). We've tried many variations from numerous manufacturers. This infrared technology is very flexible, accepting stylus or finger touch, and can be easily adapted to different LCD's. On the LCD front, we use

Determining When Option Menus Have Changed

2006-12-13 Thread Charles Szasz
Thanks to everybody for their suggestions! I have not tried them yet but I will when I get home from work. Charles Szasz [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

[ANN]Multi-standalone communication

2006-12-13 Thread Kay C Lan
For newbies and hobbyist, and anyone else who is interested, I have uploaded two stacks to Rev Online that demonstrate standalone to standalone communication using the 'send myMessage to application myApp' command. NOTE Unfortunately the 'send myMessage to application myApp' is a Mac only

Re: Touchscreen Hardware

2006-12-13 Thread David Brooks
Thank you VERY much!! Best, Dave B. On Dec 13, 2006, at 11:27 AM, Richard Miller wrote: Dave, We use the Elo infrared touch screen technology (they call it CarrollTouch). We've tried many variations from numerous manufacturers. This infrared technology is very flexible, accepting

Re: I want money.

2006-12-13 Thread Stephen Barncard
Just what the world needs, a million more crappy websites!! :) I just thought of an idea. Create 1 million website with some 30 pages of content and place adsense. Lets say each website only produce USD1.00 in 1 year, I would have one million dollar :) -- stephen barncard s a n f r a

[UPD] Bitwise Library 1.1.0

2006-12-13 Thread Shao Sean
Finally got around to updating the bit math library. Tested on Windows and Mac OS X 10.3.9 [PPC] The library allows Rev to do bit math on signed 32-bit integers. The four built-in Rev commands are replaced and there are four new commands: bitwiseAnd, bitwiseOr, bitwiseXor, bitwiseNot replace

Re: Multi-user stack question

2006-12-13 Thread Kay C Lan
On 12/10/06, Mark Wieder [EMAIL PROTECTED] wrote: Normally I would say altSQLite would be a great choice for this app, Are you sure about this.? I was under the impression that altSQLite ( I guess soon to be revSQLite) is an embedded 'single instance' database. How would you propose to

Help. How do you insert a custom icon into your standalone?

2006-12-13 Thread Dave Herndon
I have searched all over the internet and tried choosing an icon in the standalone settings screen but of all the hundreds of icons that I have found none have passed the criteria of Rev. Is there an easy way to choose an Icon so I don't have to use the blank square of an Icon I get from Rev ?

Re: Help. How do you insert a custom icon into your standalone?

2006-12-13 Thread Scott Kane
I have searched all over the internet and tried choosing an icon in the standalone settings screen but of all the hundreds of icons that I have found none have passed the criteria of Rev. Is there an easy way to choose an Icon so I don't have to use the blank square of an Icon I get from Rev

Re: Help. How do you insert a custom icon into your standalone?

2006-12-13 Thread Mark Schonewille
Dave, An icon for an application is not the same as an icon for a web page. It has to be of a special format that contains a number of pictures, one for each resolution. For Mac, you can use Apple's Icon Composer, which you will find in the Applications folder of the Developer Tools

RE: Help. How do you insert a custom icon into your standalone?

2006-12-13 Thread Steve Denney
My understanding is that the standalone builder won't proceed until you've supplied icons in all the expected formats (this wasn't the case with earlier versions of rev). The easy way is to get a program that does this for you. Steve Denney -Original Message- From: [EMAIL PROTECTED]

Re: Help. How do you insert a custom icon into your standalone?

2006-12-13 Thread Eric Chatonet
Hi Dave, You might be interested in two links: http://www.sonsothunder.com/devres/revolution/tips/dply002.htm http://www.altuit.com/webs/altuit2/RunRev/Tutorials.htm Ken and Chipp provide there amazing tutorials about how to create and install custom icons for each platform :-) Le 14 déc.