Re: msql insert new record

2006-10-17 Thread Josh Mellicker
My recommendation would be to use a handler to property format the SQL statement, so you could write code like this: jjSQLinsert tasks,ownerID, currentUserID(), projectID, tProjectID, statusID, 1 where the first parameter is the table name, followed by ColumnName, Value pairs. Then

Re: CGI - OS X problem

2006-10-17 Thread Ken Ray
On 10/17/06 12:45 AM, Andre Garzia [EMAIL PROTECTED] wrote: Sarah, CGIs will run as a special user, not the logged user, usualy they will run as nobody/nobody. This is a secure measure. You can try to trap for the shell command known as who with get shell(who) this will echo que

Re: CGI for Slide show

2006-10-17 Thread Sivakatirswami
Thanks everyone for the JAVA script alternative. I went ahead and knocked together a slide show using iFrame and Revolution CGI. Please see http://www.himalayanacademy.com/runrev/revolution_web_delivery.shtml My main headaches had to do with paths and lineoffset and the fact that the files of

Re: IDE gone unstable with stack menu change

2006-10-17 Thread Mark Wieder
Bill- Monday, October 16, 2006, 6:50:59 PM, you wrote: I'll try to make a feature request for the Menu Builder to offer not to move things. I have a feeling that this trips up a number of folks and it looks like Rev knows how to prevent the problem. My workaround for this is never to use

Re: Use of abbreviations in scripts

2006-10-17 Thread Mark Wieder
Mark- Monday, October 16, 2006, 7:55:00 PM, you wrote: my pet typo was always 'crad', whereas even I find it hard to misspell 'cd' ! I usually misspell it as 'lp'... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list

Re: CGI - OS X problem

2006-10-17 Thread Mark Wieder
Sarah- Monday, October 16, 2006, 10:45:43 PM, you wrote: session will be logged on ttyp1. After parsing it, you can just set the folder to /Users/username/Documents ...and you may also need to set permissions on the Documents folder in order to access it from the cgi stack... -- -Mark

Re: CGI - OS X problem

2006-10-17 Thread Sarah Reichelt
On 10/17/06, Mark Wieder [EMAIL PROTECTED] wrote: Sarah- Monday, October 16, 2006, 10:45:43 PM, you wrote: session will be logged on ttyp1. After parsing it, you can just set the folder to /Users/username/Documents ...and you may also need to set permissions on the Documents folder in order

Re: Use of abbreviations in scripts

2006-10-17 Thread Martin Baxter
Mark Smith wrote: And this also demonstrates one of the reasons I use the abbreviations that I do : my pet typo was always 'crad', whereas even I find it hard to misspell 'cd' ! Best, Mark On 17 Oct 2006, at 03:35, Jeanne A. E. DeVoto wrote: At 11:16 AM -0500 10/16/2006, Ken Ray wrote:

Re: Use of abbreviations in scripts

2006-10-17 Thread Mark Smith
not '78' ? Mark On 17 Oct 2006, at 07:35, Mark Wieder wrote: Mark- Monday, October 16, 2006, 7:55:00 PM, you wrote: my pet typo was always 'crad', whereas even I find it hard to misspell 'cd' ! I usually misspell it as 'lp'... -- -Mark Wieder [EMAIL PROTECTED]

Re: Use of abbreviations in scripts

2006-10-17 Thread Mark Smith
You're quite right, I can, and frequently do misspell anythinh.. Mark On 17 Oct 2006, at 08:37, Martin Baxter wrote: Mark Smith wrote: And this also demonstrates one of the reasons I use the abbreviations that I do : my pet typo was always 'crad', whereas even I find it hard to misspell

Re: IDE gone unstable with stack menu change

2006-10-17 Thread Mark Schonewille
Hi Bill, Your requested feature already exists. When you make a new menubar, a window appears to choose a stack and give the new group a name, with a checkbox giving you an option to move objects down to accommodate for the menu bar. Best regards, Mark -- Economy-x-Talk Consultancy

Re: CGI for Slide show

2006-10-17 Thread Sivakatirswami
David Bovill wrote: Isn't this thread ending up at the solution I posted earlier - ie there are now robust cross platform AJAX libraries for this sort of thing - they look great and they work: Take a look at lightbox: http://www.huddletogether.com/projects/lightbox2/

Reacting to shell commands?

2006-10-17 Thread Ian Wood
On a Mac you can (with a few workarounds) add in AppleScript functionality to control your Rev apps from outside. Can something similar be set up for the command line? I'm mostly interested in Windows solutions, presumably this will involve using the relaunch handler? Ian

Re: Reacting to shell commands?

2006-10-17 Thread Mark Schonewille
Hi Ian, When you launch a standalone from the command line, you can submit parameters with the command. These parameters are in variables $1, $2,... $n. The relaunch command is a good option. I'm about to do this myself but haven't done so yet. It would be nice to trick Revolution to

Re: Reacting to shell commands?

2006-10-17 Thread Ian Wood
On 17 Oct 2006, at 13:49, Mark Schonewille wrote: Hi Ian, When you launch a standalone from the command line, you can submit parameters with the command. These parameters are in variables $1, $2,... $n. Where would these parameters be handled in the standalone? Digging through the

use of setprop in text scripts

2006-10-17 Thread Andre Garzia
Friends, can I use setprop and getprop in a text cgi? For example, I am planning to change my cookie setting routines to work like: put the cookies into tArrayA will get trapped by a getprop and return the cookies and: set the cookies to pArrayA will get trapped by

Re: IDE gone unstable with stack menu change

2006-10-17 Thread Stephen Barncard
We've been warned that there are problems with menus on multiple cards, however I have successfully and easily added menus to a single card stack, where background groups are switched in and out of visibility with no problems, and the data is provided by a database. Does using multiple cards

Re: use of setprop in text scripts

2006-10-17 Thread Mark Smith
I don't see how this would workwhat is 'the cookies' if not 'of' something? I don't think you can define 'global' properties, as if you were referring to one of the built in ones like the itemDelimiter or the wholeMatches. Maybe a script local with set and get accessor handlers would

Re: Reacting to shell commands?

2006-10-17 Thread Dar Scott
On Oct 17, 2006, at 6:49 AM, Mark Schonewille wrote: These parameters are in variables $1, $2,... $n. A couple years ago this did not work right. Has this been fixed? Dar ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Rev Graphics Gurus

2006-10-17 Thread John Vokey
Rev Graphics Gurus, I have two general questions (which ultimately will evolve into many more). I need to manipulate the contents of images in Rev in two ways: 1) I need to average, pixel by pixel, two images (of the same size) before display of that average. So, the question is: how do I

Re: CGI for Slide show

2006-10-17 Thread Jim Ault
On 10/16/06 11:32 PM, Sivakatirswami [EMAIL PROTECTED] wrote: My main headaches had to do with paths and lineoffset and the fact that the files of a default folder so not necessarily in alpha order by default... anyway... it works. Suggestion for the issue of variable parameters passed to the

Re: Rev Graphics Gurus

2006-10-17 Thread Ken Ray
On 10/17/06 11:34 AM, John Vokey [EMAIL PROTECTED] wrote: Rev Graphics Gurus, I have two general questions (which ultimately will evolve into many more). I need to manipulate the contents of images in Rev in two ways: 1) I need to average, pixel by pixel, two images (of the same size)

Re: Rev Graphics Gurus

2006-10-17 Thread Scott Rossi
Recently, John Vokey wrote: I have two general questions (which ultimately will evolve into many more). I need to manipulate the contents of images in Rev in two ways: 1) I need to average, pixel by pixel, two images (of the same size) before display of that average. So, the question is:

Re: Reacting to shell commands?

2006-10-17 Thread Mark Wieder
Dar- Tuesday, October 17, 2006, 9:27:19 AM, you wrote: A couple years ago this did not work right. Has this been fixed? Do you remember what in particular wasn't working? I've been using these without too many problems - the things I've run into are the chars that get swallowed by the engine.

Re: use of setprop in text scripts

2006-10-17 Thread Mark Wieder
Andre- Tuesday, October 17, 2006, 7:52:35 AM, you wrote: can I use setprop and getprop in a text cgi? For example, I am Getprop and setprop will work, but as Mark Smith pointed out, your examples won't. You want put the cookies of this stack into tArrayA set the cookies of this stack to

Re: Rev Graphics Gurus

2006-10-17 Thread Dar Scott
On Oct 17, 2006, at 10:34 AM, John Vokey wrote: I need to manipulate the contents of images in Rev in two ways: The general method for manipulating the contents of images is through the imageData property (and alphaData property) of the image control. There are four bytes per pixel in

Re: enable flash

2006-10-17 Thread Henk van der Velden
Sorry Ken, I should have been more specific. Trevor DeVore told there was a workaround on the Quicktime-api list: http://lists.apple.com/archives/quicktime-api/2006/Sep/msg00103.html However the workaround is beyond my understanding. Can I use this in Revolution? How? Kind regards, Henk

Re: IDE gone unstable with stack menu change

2006-10-17 Thread J. Landman Gay
Mark Wieder wrote: Bill- Monday, October 16, 2006, 6:50:59 PM, you wrote: I'll try to make a feature request for the Menu Builder to offer not to move things. I have a feeling that this trips up a number of folks and it looks like Rev knows how to prevent the problem. My workaround for this

Re: CGI for Slide show

2006-10-17 Thread J. Landman Gay
Sivakatirswami wrote: OT: our island was not affected adversely by the earthquake. The news is tending to blow things way out of proportion... Oh, how CNN loves a disaster... but all is well in Hawaii. Thank you very much for posting this. I thought about you immediately after the event

Re: enable flash

2006-10-17 Thread Ken Ray
On 10/17/06 12:43 PM, Henk van der Velden [EMAIL PROTECTED] wrote: Sorry Ken, I should have been more specific. Trevor DeVore told there was a workaround on the Quicktime-api list: http://lists.apple.com/archives/quicktime-api/2006/Sep/msg00103.html However the workaround is beyond my

Rev Graphics Gurus

2006-10-17 Thread Richmond Mathewson
Point 1; I am not a Graphic Guru (nor any other type of Guru!). Point 2; as usual I went for the naive route: Thought I would just have a bash at changing RGB values imported my image renamed it to a standard name PIC put the colors of image PIC into field F1 (there are a number of fields:

Re: Reacting to shell commands?

2006-10-17 Thread Dar Scott
On Oct 17, 2006, at 11:24 AM, Mark Wieder wrote: Tuesday, October 17, 2006, 9:27:19 AM, you wrote: A couple years ago this did not work right. Has this been fixed? Do you remember what in particular wasn't working? I've been using these without too many problems - the things I've run into

Re: Rev Graphics Gurus

2006-10-17 Thread Dar Scott
On Oct 17, 2006, at 1:01 PM, Richmond Mathewson wrote: err - sorry about the abbreviations How else would we know that you are in? Besides, you quoted control names. Dar ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Rev Graphics Gurus

2006-10-17 Thread John Vokey
Thanks Ken and Scott: a beautifully clear exposition! -JRV ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Rev Graphics Gurus

2006-10-17 Thread Dar Scott
On Oct 17, 2006, at 1:01 PM, Richmond Mathewson wrote: And I thought I was being clever! Were you thinking of colorMap? I think this is neutered for bit depths greater than 8 and might be for 2.7 for all depths. On Windows, some colors cannot be changed. In any case, that was clever!

Rev Graphics Gurus

2006-10-17 Thread Richmond Mathewson
I am one slow learner! Just registered for My Space . . . and uploaded COLOUR VALUES to it look for Richmond in RevOnline see, I warned you :) sincerely, Richmond Mathewson Philosophical problems are confusions arising owing to

Printing Problem with Rev HELP

2006-10-17 Thread Dave Herndon
I converted over some stack from rev 1.1 to 7.3 and I went through a process of slowly stripping down the stack until I could get it to print. The culprit seemed to be fields with the table object feature chosen and the Baseline text feature chosen. It would bomb revelution every time. Once

Re: Rev Graphics Gurus

2006-10-17 Thread Wilhelm Sanke
On Tue Oct 17, John Vokey vokey at uleth.ca Rev Graphics Gurus, I have two general questions (which ultimately will evolve into many more). I need to manipulate the contents of images in Rev in two ways: 1) I need to average, pixel by pixel, two images (of the same size) before display

Use of abbreviations in scripts

2006-10-17 Thread Francis Nugent Dixon
Mark, This is only because you are dyselxic ! Many of us are . From: Mark Smith [EMAIL PROTECTED] And this also demonstrates one of the reasons I use the abbreviations that I do : my pet typo was always 'crad', whereas even I find it hard to misspell 'cd' ! -Francis Nothing

Re: Printing Problem with Rev HELP

2006-10-17 Thread Flavel Steve
On 18/10/2006, at 4:46 AM, Dave Herndon wrote: I converted over some stack from rev 1.1 to 7.3 and I went through a process of slowly stripping down the stack until I could get it to print. The culprit seemed to be fields with the table object feature chosen and the Baseline text

Re: Use of abbreviations in scripts

2006-10-17 Thread Jerry Daniels
Right on time! (or the abbreviated form: Right on!) Best, Jerry Daniels Makers of Galaxy 1.5 http://www.daniels-mara.com On Oct 15, 2006, at 6:17 PM, Ken Ray wrote: 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

Re: Comparison of Multimedia

2006-10-17 Thread Luis
Hiya, Well, not quite the info you're waiting for (still working them feelers) but I came up with this: http://developer.apple.com/hardwaredrivers/ipod/index.html From the site: 'iPod Note Reader User Guide (PDF) Interested in taking full advantage of the Notes capability in the new

Re: CGI for Slide show

2006-10-17 Thread Sivakatirswami
Oh, yes, this is very interesting indeed: I've just start using stacks on the web instead of plain text CGI's. Your model shows a lot of potential. Given that there are a finite number of UI designs for a slide show that would work in any given web context. (5 to 10 at the most -- variations in

Subject: [ANN] Seamless Tiles Generator released

2006-10-17 Thread Wilhelm Sanke
This stack - produced in the alternative Metacard IDE - was intended to be part of the enhancements of my Imagedata Toolkit, but is now available as a separate application. It should run on all platforms (tested on Windows and Mac OS X). On Mac OS X it needs at least an Revolution engine

Re: IDE gone unstable with stack menu change

2006-10-17 Thread Bill Vlahos
I think I missed the feature when I created it. What I needed was the reverse which would have been NOT to move everything back up. Bill On Oct 17, 2006, at 3:15 AM, Mark Schonewille wrote: Hi Bill, Your requested feature already exists. When you make a new menubar, a window appears to