Re: a php relay to either rev cgi or onrev

2009-07-28 Thread Pierre Sahores
Hi Friends, Nicolas, You just need to insert a simple line of javascript in your irev script to call a php piece of code from it. About a working example see : http://www.wrds.com/ contact.irev where the reCAPTCHA part relies on 3 simple php sniplets and the rest of the page on

Re: [ANN] Watch a video about a whole new approach to script editing

2009-07-28 Thread Heather Nagey
Dear Stephen, I'm so sorry our payment system hates you... unfortunately you do seem to be one of a handful of customers that Worldpay always block on the first attempt. Such things can usually be resolved by calling your bank and indicating its a real transaction, authorised by you.

Re: a php relay to either rev cgi or onrev

2009-07-28 Thread Nicolas Cueto
Thank you Pierre, but I do not understand your example. Where is the ?rev declaration? How does the (rev?) function sc_contact_report get called? I see a contact_report, but no sc_contact_report. About the input type submit, shouldn't there be a form action=somefile.irev method=post line

run.rev.live.09

2009-07-28 Thread Edward D Lavieri Jr
Does anyone have a sense for how many REVers will be in Edinburgh for the Developers' Conference in Sep? For those that attended run.rev.live.08, do you have any tips for us first timers? Thanks, Ed Ed Lavieri ID Leaders ___ use-revolution

Re: Trapping the Option or Command keys

2009-07-28 Thread Bill Ziegler
Thanks to all for your advice. I was going to check the state of the keys with an On-Idle script but will try Sarah's suggestion instead. Thanks again BIll ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: a php relay to either rev cgi or onrev

2009-07-28 Thread Pierre Sahores
Nicolas, Thank you Pierre, but I do not understand your example. Where is the ?rev declaration? How does the (rev?) function sc_contact_report get called? I see a contact_report, but no sc_contact_report. About the input type submit, shouldn't there be a form action=somefile.irev

Re: a php relay to either rev cgi or onrev

2009-07-28 Thread Pierre Sahores
Nicolas, My mistake : Please read : form method=POST instead of form method:POST on the following mail -- Pierre Sahores mobile : 06 03 95 77 70 www.sahores-conseil.com Le 28 juil. 09 à 14:17, Pierre Sahores a écrit : Nicolas, Thank you Pierre, but I do not understand your example.

Re: [Q] drag and drop with data grids

2009-07-28 Thread Trevor DeVore
On Jul 24, 2009, at 8:40 AM, Shao Sean wrote: anyone have any tips to getting a data grid to accept drops? i have the drag portion working, but am unable to get the other data grid to accept the drop.. in the message watcher the dragDrop message is not firing but the dragEnd message is.. i

Re: [ANN] Watch a video about a whole new approach to script editing

2009-07-28 Thread Jerry Daniels
Peter, the new tRev editor doesn't run on Linux at this time. Jerry http://reveditor.com On Jul 28, 2009, at 2:48 AM, Peter Alcibiades wrote: It sounds interesting. Does it work on all platforms (ie including Linux)? -- View this message in context:

Re: a php relay to either rev cgi or onrev

2009-07-28 Thread Richard Gaskin
This discussion has taken some useful and enlightening turns, but has anyone yet pinned down the specific recipe for the root problem which started this, in which it seems that Rev seems unable to get POST data in non-English/non-ISO8959-1 languages? Is there a but report filed against

Re: [ANN] Watch a video about a whole new approach to script editing

2009-07-28 Thread Robert M.
Hi, what is not clear to me is how trev relates to GLX2 editor -- what is common in the 2 prgrams, -- what was left over in GLX -- what's added in tRev what is the cope of use of both a the tools? thanks, Robert (user of GLX2) Jerry Daniels-2 wrote: We made a video showing it in action:

Re: [ANN] Watch a video about a whole new approach to script editing

2009-07-28 Thread Robert M.
Hi, what is not clear to me is how trev relates to GLX2 editor -- what is common in the 2 prgrams, (I guess automatic completion) -- what are function in GLX that have not been carried into Trex? (I guess the debugger part) -- what's added in tRev that is not in GLX? (I guess the visual

Re: [ANN] Watch a video about a whole new approach to script editing

2009-07-28 Thread Robert M.
Hi, what is not clear to me is how trev relates to GLX2 editor -- what is common in the 2 prgrams, (I guess automatic completion) -- what are function in GLX that have not been carried into Trex? (I guess the debugger part) -- what's added in tRev that is not in GLX? (I guess the visual

Green screen on Rev video tutorials

2009-07-28 Thread Kurt Kaufman
The newest version of Perian (1.1.4) seems to correct this conflict: http://perian.org/ ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Green screen on Rev video tutorials

2009-07-28 Thread Colin Holgate
On Jul 28, 2009, at 9:45 AM, Kurt Kaufman wrote: The newest version of Perian (1.1.4) seems to correct this conflict: http://perian.org/ Good news, thanks. There are a ton of fixes in 1.1.4. ___ use-revolution mailing list

Re: enSharpen codec

2009-07-28 Thread Richmond Mathewson
Just installed Perian 1.1.4 on my G4 and the revMedia instructional videos work perfectly. Thank you . . . Perian! ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

How to handle one images with many images inside

2009-07-28 Thread Josep
Hi List, I want to customize the buttons and I found some resources images in png that inside the file have the three status for the button. Now I cut and export to three diferents files each of the status images and asign them. The question is if is posible handle in some way the dinamic asign

Re: a php relay to either rev cgi or onrev

2009-07-28 Thread Pierre Sahores
Interesting. I did'nt know about this. Thanks for the input, Richard -- Pierre Sahores mobile : 06 03 95 77 70 www.sahores-conseil.com Le 28 juil. 09 à 15:02, Richard Gaskin a écrit : This discussion has taken some useful and enlightening turns, but has anyone yet pinned down the specific

[ANN] GLX Application Framework 1.1 Released

2009-07-28 Thread Trevor DeVore
I would like to announce the release of GLX Application Framework 1.1. What is the GLX Application Framework? Revolution is the fastest way to write code that runs on multiple platforms without a lot of hassle. That code can be delivered as desktop applications, web applications or even

[ANN] New Course: Professional Application Development With Revolution

2009-07-28 Thread Trevor DeVore
Hi everyone, A little announcement on some new training my company, Blue Mango Learning Systems, is offering. ANNOUNCEMENT Revolution is an incredible cross-platform development tool for quickly creating programs that run on Mac, Windows and Linux. But creating a professional, polished

Re: How to handle one images with many images inside

2009-07-28 Thread Devin Asay
On Jul 28, 2009, at 8:21 AM, Josep wrote: Hi List, I want to customize the buttons and I found some resources images in png that inside the file have the three status for the button. Now I cut and export to three diferents files each of the status images and asign them. The question is

Uploading a reblet to the web via Freeway Pro

2009-07-28 Thread Stgoldberg
I've successfully gotten a stack to show up in Safari in test mode with webmedia. Navigation between cards is quick, but any script with RevGoURL does not work. In addition, on attempting to upload the stack to my website using Freeway Pro (the development tool I used to create the

Re: [ANN] Watch a video about a whole new approach to script editing

2009-07-28 Thread stephen barncard
I can step in here. T-Rev and GLX2 are two different products. One does not need the other. T-rev is a radically different approach to editing scripts in Rev. The former approach, tapping into Rev's Editor hooks from standard Rev windows running in the IDE can be a dicy, moving-target nightmare

Re:[ANN] Watch a video about a whole new approach to script editing

2009-07-28 Thread James Hurley
Jerry, Very impressive. On a peripheral note: I am always impressed by these educational movies of work done with Rev. Could you tell me what tools you used to make yours? Screen capture software for example? Thanks, Jim Hurley ___

Re: Uploading a reblet to the web via Freeway Pro

2009-07-28 Thread Pierre Sahores
Stephan, Freeway Pro is a great tool i own and use too but it's not designed to handle the revlet upload in the needed way (sticked as a simple url binded media, alike images or movies inside the resource directory can't do the trick). You will get what you expect in using, in betwin

Re: Revlet save a txt file

2009-07-28 Thread Howard Bornstein
On Sun, Jul 26, 2009 at 12:51 PM, Richard Gaskin ambassa...@fourthworld.com wrote: Yves COPPE wrote: 1) how can I save the txt file on my personal web site (it is not a rev-server) Two ways to send data to a server are FTP and POST via HTTP. From anything running on a public client

Re: Revlet save a txt file

2009-07-28 Thread Yves COPPE
Le 28-juil.-09 à 19:20, Howard Bornstein a écrit : I have been wondering about this also and am confused as to why the standard read and write file commands would not work. The revlet is sitting in a directory on a server, just like a stack sits in a directory on your local hard disk.

Gone without a trace

2009-07-28 Thread Howard Bornstein
I had mentioned previously that the Trace command was missing in the debugger in Rev 3.5 and it was suggested that I file a bug report. I did that (#8144) and got this very strange response from Oliver: We decided to remove the trace feature from the IDE for version 3.0 to make the product

Re: How to handle one images with many images inside

2009-07-28 Thread Jim Lambert
On Jul 28, 2009, at 10:00 AM, Josep wrote: I found some resources images in png that inside the file have the three status for the button. Now I cut and export to three diferents files each of the status images and asign them. The question is if is posible handle in some way the dinamic

Re: Revlet save a txt file

2009-07-28 Thread Devin Asay
On Jul 28, 2009, at 11:20 AM, Howard Bornstein wrote: On Sun, Jul 26, 2009 at 12:51 PM, Richard Gaskin ambassa...@fourthworld.com wrote: Yves COPPE wrote: 1) how can I save the txt file on my personal web site (it is not a rev-server) Two ways to send data to a server are FTP and

Group members

2009-07-28 Thread James Hurley
How do I get a list of all the controls within a group? And if they are grouped radio buttons, is the a shortcut to finding out which is selected? Thanks, Jim Hurley ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

Re: Group members

2009-07-28 Thread Devin Asay
On Jul 28, 2009, at 11:39 AM, James Hurley wrote: How do I get a list of all the controls within a group? The only way I can think of is to loop through them (untested): repeat with x = 1 to the number of controls in group myGrp put the name of control x of group myGrp cr after

Re: Revlet save a txt file

2009-07-28 Thread Yves COPPE
Le 28-juil.-09 à 19:39, Devin Asay a écrit : It won't work because of the security model the web is based on. Client processes cannot write to a web server. The only way to get around this is to FTP from the client, POST data to a server side script of some kind (CGI, PHP) or store the

Re: Revlet save a txt file

2009-07-28 Thread Richard Gaskin
Howard Bornstein wrote: On Sun, Jul 26, 2009 at 12:51 PM, Richard Gaskin ambassador at fourthworld.com wrote: Two ways to send data to a server are FTP and POST via HTTP. From anything running on a public client FTP would expose your password unnecessarily, so using POST to send the data to a

Re: Revlet save a txt file

2009-07-28 Thread Howard Bornstein
Thank you everyone for making this clearer to me. I didn't understand the model of client services in relationship to web servers. -- Regards, Howard Bornstein --- www.designeq.com ___ use-revolution mailing list

Re: Group members

2009-07-28 Thread Richmond Mathewson
James Hurley wrote: How do I get a list of all the controls within a group? And if they are grouped radio buttons, is the a shortcut to finding out which is selected? Thanks, Jim Hurley ___ Well . . . I just worked this out: on mouseUp set the

Re: Group members

2009-07-28 Thread Richmond Mathewson
James Hurley wrote: How do I get a list of all the controls within a group? And if they are grouped radio buttons, is the a shortcut to finding out which is selected? Thanks, Jim Hurley ___ This is really annoying: doing this: on mouseUp set

Re: Group members

2009-07-28 Thread Richmond Mathewson
Devin Asay wrote: On Jul 28, 2009, at 11:39 AM, James Hurley wrote: How do I get a list of all the controls within a group? The only way I can think of is to loop through them (untested): repeat with x = 1 to the number of controls in group myGrp put the name of control x of group

[OT] good data visualization example

2009-07-28 Thread viktoras d.
animated statistics of the world: http://graphs.gapminder.org/world Viktoras ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: How to handle one images with many images inside

2009-07-28 Thread Josep
Thanks, also I think that wih tiff also is posible to put in layers differents images... well by the moment the easy is cut and paste :) the images.. Salut, Josep Jim Lambert wrote: On Jul 28, 2009, at 10:00 AM, Josep wrote: I found some resources images in png that inside the file

Re: [ANN] Watch a video about a whole new approach to script editing

2009-07-28 Thread Jerry Daniels
Stephen, Thank you for your kind words and helpfulness in responding to Robert's queries! I'm speechless. I know, that's unheard of. Best, Jerry http://reveditor.com - check out tRev The Movie! On Jul 28, 2009, at 10:53 AM, stephen barncard wrote: I can step in here. T-Rev and GLX2 are

Drag files and upload it

2009-07-28 Thread Josep
Hi List, Today's problem is: a)The user drag one file into one stack. The program must get the file, b)copy to a local folder and c)upload it to a server folder. The files can be of any type. If the file is a image these must be d)showed scaled into a image control. Step a) is OK Step b) is OK

Re: How to handle one images with many images inside

2009-07-28 Thread Jim Lambert
On Jul 28, 2009, at 10:00 AM, Josep wrote: I found some resources images in png that inside the file have the three status for the button. Now I cut and export to three diferents files each of the status images and asign them. The question is if is posible handle in some way the dinamic

Re: a php relay to either rev cgi or onrev

2009-07-28 Thread Pierre Sahores
Perhaps usefull about the same subject : http://www.javascriptkit.com/javatutors/externalphp.shtml Pierre -- Pierre Sahores mobile : 06 03 95 77 70 www.sahores-conseil.com Le 28 juil. 09 à 09:41, Pierre Sahores a écrit : Hi Friends, Nicolas, You just need to insert a simple line of

Re: Uploading a reblet to the web via Freeway Pro

2009-07-28 Thread Mark Smith
Stephan and Pierre, I just found that you can embed a revlet in a page using Freeway - you need to create a markup item and set it's content to the html generated by rev when you 'save as standalone'. If you just copy and paste from the line that says: div id=plugin style=display:none up

Re: Group members

2009-07-28 Thread Richmond Mathewson
Richmond Mathewson wrote: Devin Asay wrote: On Jul 28, 2009, at 11:39 AM, James Hurley wrote: How do I get a list of all the controls within a group? The only way I can think of is to loop through them (untested): repeat with x = 1 to the number of controls in group myGrp put the

Re: Group members

2009-07-28 Thread Richmond Mathewson
James Hurley wrote: How do I get a list of all the controls within a group? And if they are grouped radio buttons, is the a shortcut to finding out which is selected? Thanks, Jim Hurley ___ Devin's solution can be 'nested' quite effectively,

Re: Uploading a reblet to the web via Freeway Pro

2009-07-28 Thread Pierre Sahores
Thanks for the info, Mark. Good to know ! Pierre -- Pierre Sahores mobile : 06 03 95 77 70 www.sahores-conseil.com Le 28 juil. 09 à 21:13, Mark Smith a écrit : Stephan and Pierre, I just found that you can embed a revlet in a page using Freeway - you need to create a markup item and set

Re: Group members

2009-07-28 Thread Richmond Mathewson
My take (with Credit given to Devin Asay) is here: http://mathewson.110mb.com/FILEZ/Groupies.rev.zip ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: [ANN] Watch a video about a whole new approach to script editing

2009-07-28 Thread Jerry Daniels
James, tRev - The Movie was shot with Screen Flow with post-production work done in iMovie. On OS X, of course. Best, Jerry Daniels Watch tRev - The Movie http://reveditor.com/trev-the-movie On Jul 28, 2009, at 11:22 AM, James Hurley wrote: Jerry, Very impressive. On a peripheral note:

Re: [ANN] Watch a video about a whole new approach to script editing

2009-07-28 Thread Peter Alcibiades
No real reason why it should run on Linux of course. But what would be really nice for us would be some way of integrating our favorite editor into rev. My own choice is Geany, but Kate or Gedit would also be fine, or at a pinch even Vim. I have tried Ken's program, but can't get it to work,

Re: [ANN] Watch a video about a whole new approach to script editing

2009-07-28 Thread Jerry Daniels
Stephen, Regarding the chalkboard or inverse motif in tRev: you were not the only one who wanted or needed it. There are people out there who have damaged eyes and can't look at a bright screen the hours that scripting demands. There are others, like myself, who really appreciate the

Gone without a trace

2009-07-28 Thread Howard Bornstein
I had mentioned previously that the Trace command was missing in the debugger in Rev 3.5 and it was suggested that I file a bug report. I did that (#8144) and got this very strange response from Oliver: We decided to remove the trace feature from the IDE for version 3.0 to make the product

Downloading a Mac rev app

2009-07-28 Thread Richard Miller
I'd appreciate suggestions on the easiest way to download a Mac-based Rev app from a server. I'd be doing this in a revlet. I just want to take it from the server and store it locally. In the past, I've manually copied every part of the app (i.e the contents of the app folder) and

Re: Trapping the Option or Command keys

2009-07-28 Thread Sarah Reichelt
On Tue, Jul 28, 2009 at 10:08 PM, Bill Zieglerbillzieg...@mac.com wrote: Thanks to all for your advice. I was going to check the state of the keys with an On-Idle script but will try Sarah's suggestion instead. Don't use idle! It was OK in HyperCard's day, but with modern multi--tasking, an

Re: Gone without a trace

2009-07-28 Thread Mark Wieder
Howard- Tuesday, July 28, 2009, 2:20:59 PM, you wrote: I'd really like to see Trace put back as it is extremely useful in some circumstances. I suppose I *should* point out that glx2 has a working trace in its debugger... -- -Mark Wieder mwie...@ahsoftware.net

Re: Downloading a Mac rev app

2009-07-28 Thread Richard Miller
One thought I had would be to store the contents of the app in a stack, transfer the stack, then rebuild the app. At least this means transferring only one item. Richard Miller wrote: I'd appreciate suggestions on the easiest way to download a Mac-based Rev app from a server. I'd be doing

Re: Gone without a trace

2009-07-28 Thread Troy Rollins
On Jul 28, 2009, at 6:53 PM, Mark Wieder wrote: I suppose I *should* point out that glx2 has a working trace in its debugger... Will GLX2 even be maintained now that tRev is the hot new thing? Which, as I understand it, does not have a debugger, right? -- Troy RPSystems, Ltd.

New (?) display problems in RevWeb

2009-07-28 Thread James Hurley
I'm back again, refreshing my postings on the screen refresh rate problems in revlets. And perhaps a clue to their origin. Some of you are aware of the existing display problem when running Rev in the IDE in OS X. If an object is moved across the screen with set the loc command, it is