Re: Photo Processing , Gallery and IPTC Data app

2008-01-21 Thread Luis
Hiya, Well, there may be a service that you can piggy-back onto through the Eye-Fi wireless SD card: www.eye.fi/making-it-effortless Cheers, Luis. On 21 Jan 2008, at 01:34, Sivakatirswami wrote: We are beginning work on an in-house semi-industrial strength photo processing tool, for

Uploading images from browser to Rev cgi app

2008-01-21 Thread Richard Miller
I'm looking for a simple way to allow users to upload an image from their browser to my Rev cgi app (running on a MacMini). What code would I use in the html page and in the receiving Rev app? Do I need to use Javascript or PERL or is it even easier than that? Thanks. Richard Miller

question about how to update an item in a field in batch mode

2008-01-21 Thread Peter Alcibiades
There is a sales file with a varying number of lines, tab delimited. Each line records one transaction, the sale of one product. These lines accumulate throughout the day. At the end of the day, I want to take (for instance) item 1 tab item 2 tab, and use this to look up the line in the

Equalizer in player?

2008-01-21 Thread Fred moyer
I realize this might be asking a lot, but does anyone know how to tweak the sound from a player object? For example, I wish I could do the following: - adjust treble or bass (EQ) - compression (not allowing the music to go over a certain volume) - change speed of the music without

how to trap put calls?

2008-01-21 Thread Andre Garzia
Hello Friends, I want to trap put calls so that they don't go to the message box. I know this been done before since there are message box replacements out there but I don't know how it was done. For the next revision of RevOnRockets, I want to make RevHTTP server work with any kind of CGI, for

Re: how to trap put calls?

2008-01-21 Thread Stephen Barncard
Andre - there is actually some command that will divert put to anywhere you like -- this went in on the release of 2.8.1 I think - else one of the early 2.9 betas... Hello Friends, I want to trap put calls so that they don't go to the message box. I know this been done before since there

Re: how to trap put calls?

2008-01-21 Thread Stephen Barncard
the revMessageBoxRedirect ~ This global property allows you to configure what happens when the value of the 'msg' pseudo-variable changes. When set to empty, the old behaviour will be used. When set to the long id of a field, the old behaviour is replicated but

Re: Equalizer in player?

2008-01-21 Thread Jim Sims
On Jan 21, 2008, at 7:09 PM, Fred moyer wrote: I realize this might be asking a lot, but does anyone know how to tweak the sound from a player object? For example, I wish I could do the following: - adjust treble or bass (EQ) - compression (not allowing the music to go over a certain

Re: Equalizer in player?

2008-01-21 Thread Trevor DeVore
On Jan 21, 2008, at 2:38 PM, Jim Sims wrote: tell application QuickTime Player open my_track set my_movie to first movie set ts to time scale of my_movie set current time of my_movie to my_seconds * ts set rate of my_movie to 1.5 -- starts playing end tell tells QuickTime Player to start

Re: Equalizer in player?

2008-01-21 Thread Richard Gaskin
Trevor DeVore wrote: On Jan 21, 2008, at 2:38 PM, Jim Sims wrote: tell application QuickTime Player open my_track set my_movie to first movie set ts to time scale of my_movie set current time of my_movie to my_seconds * ts set rate of my_movie to 1.5 -- starts playing end tell tells

Re: question about how to update an item in a field in batch mode

2008-01-21 Thread Sarah Reichelt
On Jan 22, 2008 3:46 AM, Peter Alcibiades [EMAIL PROTECTED] wrote: There is a sales file with a varying number of lines, tab delimited. Each line records one transaction, the sale of one product. These lines accumulate throughout the day. At the end of the day, I want to take (for instance)

Re: Equalizer in player?

2008-01-21 Thread Stephen Barncard
did anyone see this comment from Kevin Miller in Bugzilla @568? --- Comment #1 From Kevin Miller 2003-10-03 09:20:50 [reply] --- Thanks for the feature request, I'll add this to the feature request list. In the mean time you can do this with the MIDI builder stack that comes with

Re: question about how to update an item in a field in batch mode

2008-01-21 Thread Jeanne A. E. DeVoto
At 5:46 PM + 1/21/2008, Peter Alcibiades wrote: So what I am trying to do is go through the sales field using the number and description from each line, one after the other, and match each line against the record for that product in the stock field, then if there is a match, knock down the

Equalizer in player?

2008-01-21 Thread Richmond Mathewson
A quick look around my hard disks revealed 15 copies of various versions of a stack called: MIDIBuilder.rev all seemingly connected with Runtime Revolution 2.0.1 I could, at the risk of offending someone send one as an attachment off-list: however I am sure there is a way for those who want it

Re: docs

2008-01-21 Thread Josh Mellicker
Hi Mark, If you're referring to the docs at revcoders.org, I have been discussing this with the Rev folks and I think we all figured it would be best to wait until the next big doc revision came out, which should be soon I believe. On Jan 19, 2008, at 12:17 PM, Mark Swindell wrote:

Re: Another Revolution?

2008-01-21 Thread Josh Mellicker
Why do you say LiveStage Pro (the main authoring app) is dead? On Jan 18, 2008, at 3:04 PM, Ian Wood wrote: Apple lost interest, and every upgrade since about 6.5 broke something. Oh, and LiveStage Pro (the main authoring app) is dead. :-( Ian On 18 Jan 2008, at 22:26, Randall Lee Reetz

Re: Another Revolution?

2008-01-21 Thread Josh Mellicker
could you forward contact info, thanks ;-) On Jan 18, 2008, at 5:05 PM, Richard Gaskin wrote: an army of methamphetamine addicts outsourced from Bakersfield ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

libSmtp253 and Rev cgi

2008-01-21 Thread Richard Miller
I need to generate an email from a Rev cgi stack. I tried using Shao Sean's libSmtp253 stack (which I've used successfully before in other non-cgi situations), but it does not appear to work correctly in the CGI environment. Does anyone know if his stack is compatible in Rev cgi mode?

Re: Equalizer in player?

2008-01-21 Thread Stephen Barncard
Legacy versions of Rev including engines down to 2.0 always available by FTP ftp.runrev.com /pub/revolution/downloads A quick look around my hard disks revealed 15 copies of various versions of a stack called: MIDIBuilder.rev all seemingly connected with Runtime Revolution 2.0.1 I could,

Re: libSmtp253 and Rev cgi

2008-01-21 Thread Mark Schonewille
Hi Richard, Yes, it is compatible etc, but using it inside a cgi environment may be a big hassle. I had at least three cases where I couldn't use the main account (with short user name) but where I could use any other account (with user names like [EMAIL PROTECTED]). There is a special

Sha-1 Encryption

2008-01-21 Thread Bill Vlahos
Rev currently does MD5Digest but I don't see SHA-1 capability which is stronger and is more modernly used. Is it there and I missed it? If not, does someone have a function I could use? It doesn't have to be fast. Bill Vlahos ___ use-revolution