Using lpt1 in Windows

2006-10-18 Thread Paul Williams
I am developing some educational software that uses a sensor that plugs into the parallel port. I need to be able to read and set the state of the i/o pins on that port. I have tried using read/write to file lpt1 without any success, can anyone point in the right direction with a snippet of

Rev Graphics Gurus

2006-10-18 Thread Richmond Mathewson
Have uploaded COLOUR VALUES 2 to My Space: this lets one play around with a set of RGB slides and see the effect upon a control . . . However, if any of the colours of the control are the default (empty) the whole thing goes wrong AND, still do not quite understand why this will not work with

Wrong look and feel

2006-10-18 Thread Patrick Grässle
Hi The standalone applications I create with Revolution Studio 2.7.4 on OS X always end up with the Macintosh look and feel, i.e. the lookandfeel property is set to Macintosh. In the standalone I have added buttons to can change the lookandfeel property to Motiv and Windows 95 (which works),

Re: Wrong look and feel

2006-10-18 Thread Ken Ray
On 10/18/06 2:21 AM, Patrick Grässle [EMAIL PROTECTED] wrote: Hi The standalone applications I create with Revolution Studio 2.7.4 on OS X always end up with the Macintosh look and feel, i.e. the lookandfeel property is set to Macintosh. In the standalone I have added buttons to can

RE: Wrong look and feel

2006-10-18 Thread Patrick Grässle
Thanks a lot Ken, that was fast, and it works. Actually, I unsuccessfully googled list.runrev.com for more than an hour before I submited my question to the mailing list. Maybe there are other places where one can find known bug. Patrick -Original Message- From: [EMAIL PROTECTED]

Images don't show in standalone

2006-10-18 Thread William de Smet
Hi there, I am making a standalone application with image files in a seperate directory. In the standalone application settings I added the files. After making the standalone the images don't show but the directory with images is there (next to the .app or .exe). I don't get it. I must be doing

Re: Images don't show in standalone

2006-10-18 Thread Eric Chatonet
Hi William, The defaultFolder is probably not set correctly: By default it's always the folder where lies the app (Revolution app/ exe in the IDE or your app when it is a standalone) As for me, I prefer to get the filename of my app (or mainStack in the IDE) and deduce all paths needed from

test of resubscription

2006-10-18 Thread Martin Baxter
Just resubscribed with a different email having got an, um, unsolicited email advert to my old userev mailbox, which was only used for this list and occasionally communicating with other list-members. Could have been a lucky guess I suppose, but it wasn't an obviously guessable address. See

Re: Wrong look and feel

2006-10-18 Thread Trevor DeVore
On Oct 18, 2006, at 12:31 AM, Ken Ray wrote: The standalone builder doesn't copy the proper theme files to your standalone (it's a known bug). Some additional information on this bug. This is what I have found on my machines. If I have just booted my computer and I build a standalone

Re: Images don't show in standalone

2006-10-18 Thread Bill Marriott
William, Encrypt with password, as I understand it, only prevents changes to your stack. It does not prevent the standalone from being run. The changes it prohibits are things like duplicating a field, not changing the contents of the field. You also cannot modify scripts at runtime. For more

XP thumbs.db file

2006-10-18 Thread David Glasgow
I have recently had XP users complaining about 'blank' images in what is in essence a slide show of images contained in a folder. The standalone assumes everything in the folder is an image, and tries to display each. I had carefully deleted OS X invisible files (the file database and

Re: XP thumbs.db file

2006-10-18 Thread Peter T. Evensen
In searching on the web, it is an OLE structured data file. Here is a library someone wrote to parse it: http://www.petedavis.net/MySite/DynPageView.aspx?pageid=31 and a pdf describing the file: http://www.accessdata.com/media/en_US/print/papers/wp.Thumbs_DB_Files.en_us.pdf You could

Re: Use of abbreviations in scripts

2006-10-18 Thread Jim Ault
On 10/15/06 4:18 PM, Dar Scott [EMAIL PROTECTED] wrote: So, my question to all, since it seems to be OK and even in to use abbreviations, how about for examples on this list where newbies read scripts? Should those be spelled out or should newbies learn to read abbrev early? (The word

Fingerprint Scanners

2006-10-18 Thread Roger . E . Eller
I am about to begin a project that may require the use of a fingerprint scanner. Do any of you have experience with reading the identified user result from such devices using Revolution? This will not be a heavy security scenario. I just need the users name to go into a field of a rev stack.

Re: Fingerprint Scanners

2006-10-18 Thread Stephen Barncard
If the device is connected through a serial port and provides text data to read, then it should work with the serial port commands (and usb with a keyspan or other serial to USB adapter). Bar code scanners work this way. If it's USB only, it would be more of a problem and a external may have

Background Win process knowing user's activity

2006-10-18 Thread Eric Chatonet
Hi all, A Win project at the moment: Even if Rev is not the frontmost app, it's easy to know if the mouse has been moved by monitoring the screenMouseLoc value. I would like also to know if any key is pressed or if the mouse wheel is used (in another running process). In a word, I want to

Re: Shell

2006-10-18 Thread hershf
Quoting Sarah Reichelt [EMAIL PROTECTED]: I have never used PostgreSQL, so I don't know how you normally start it. However from the error message, it appears that you don't start it with sudo, just with a standard user's login. Can you start PostgreSQL as normal from the Terminal and post

Re: Use of abbreviations in scripts

2006-10-18 Thread Dar Scott
On Oct 18, 2006, at 10:47 AM, Jim Ault wrote: This is one of the reasons that a script that looks 'legal and correct' will generate an error. Newbies could be very confused since they are doing 'exactly' what the docs say. It would be nice if colorizing would catch that. It is good that

Re: Fingerprint Scanners

2006-10-18 Thread Roger . E . Eller
I have been reading about the affordable ( $100) fingerprint scanners. It seems they all want to dig themselves into the OS and replace the authentication routines for logging in to the PC. I don't want this at all. The only thing I want is for my app to read a username from the device after

altSplash gotcha

2006-10-18 Thread kee nethery
I'm using Chip's altSplash system for the apps I build (thanks Chip!) and today I ran into something that stumped me for quite some time. Maybe it's always been this way but ... when you build a standalone, you can have various code sets (XML, Video, etc) either added automatically into

Re: Using lpt1 in Windows

2006-10-18 Thread Dar Scott
On Oct 18, 2006, at 1:00 AM, Paul Williams wrote: I am developing some educational software that uses a sensor that plugs into the parallel port. I need to be able to read and set the state of the i/o pins on that port. I have tried using read/write to file lpt1 without any success, can

Re: altSplash gotcha

2006-10-18 Thread Andre Garzia
Kee, One useful thing is to include the error report tool in your standalone. You can check it by going to the bugs pane in the standalone builder settings, its the last pane. If you allow it to work thru email, then, if there's an error during runtime, this thing will trap it and put in a

Re: altSplash gotcha

2006-10-18 Thread Mark Swindell
Where can I learn about this system? Looked on Chipp's sites Altuit and Chipp and didn't find it. Mark On Oct 18, 2006, at 4:43 PM, Andre Garzia wrote: I'm using Chip's altSplash system for the apps I build (thanks Chip!) and today I ran into something that stumped me for quite some time.

Re: CGI for Slide show

2006-10-18 Thread David Bovill
I really think forgetting Java for this is clear. A standard one off flash or AJAX solution with variable data passed to it via a Rev based backed seems solid to me. Of course it could be any programming language not just Rev, but there is absolutely no reason not to use a Rev stack based cgi.

Hacking: rev cgi's and other languages (ie php) together

2006-10-18 Thread David Bovill
Ive been playing with some hacks using Rev cgis and php scripting. And thought I'd send out some notes for ideas and feedback: 1) First we can use iFrames - a Rev or any cgi can create the html required to fit inside the iFrame 2) We can use Server Side Includes (SSI) 3) We can use language

Basic question: Rev CGI and executing Rev scripts from bash

2006-10-18 Thread David Bovill
The test.cgi works fine, but executing the cgi from the terminal also works but complains: Could not open libgdk-x11-2.0.so: libgobject-2.0.so: cannot open shared object file: No such file or directory From memory this is because of some missing libraries that the Linux engine needs for

Re: Basic question: Rev CGI and executing Rev scripts from bash

2006-10-18 Thread Andre Garzia
David, working as cgi will also yield this error but apache will treat it as a malformed http header and ignore it. This is due to missing/wrong link for the UI graphic libraries. Due to the nature of the linux dynamic loader and the way Rev was built, it will look for those libraries

export image and CGI

2006-10-18 Thread Andre Garzia
Friends, I am generating some images on runtime for a CGI, I'd like to use export ... as JPEG command to save my image data to a variable that I could output to the browser. This is specially useful for example for building captcha checks. I double checked my code but again, rev gives an

Internal Image Format ?

2006-10-18 Thread Richmond Mathewson
A while ago I developed a CD for Music Education that was sold to a number of Scottish school, using Runtime Revolution 1.1.1. There was a problem with imported JPEGS not showing up in Windows stand-alones . . . the solution was to convert the images into some type of internal bitmap format (???)