Re: Front scripts vs Behaviors

2010-08-10 Thread Mark Wieder
Peter- Check out Richard Gaskin's writeup on the message path: http://www.fourthworld.com/embassy/articles/revolution_message_path.html Behavior objects are not at all like frontscripts, but are more like local backscripts. That said, it sounds from your description that behaviors fit your purpo

Front scripts vs Behaviors

2010-08-10 Thread Peter Haworth
I'm currently using front scripts to handle common events for different types of controls. For example, I have menuPick, mouseDown, and mouseUp front script handlers that deal with what I want do in those events for option menu buttons. They all pass the event on so the real controls can

Re: Multiple revCursors stacks

2010-08-10 Thread J. Landman Gay
On 8/10/10 2:52 PM, Hershel Fisch wrote: Hi, I¹m wordering why I have multiple stacks with name ³revCursors² and multiple stacks ³macRevCursors² I don't know how it happened, but you should only have one of each. If they have different dates, keep the newest one. -- Jacqueline Landman Gay

Re: the pendingClick

2010-08-10 Thread J. Landman Gay
On 8/10/10 5:40 PM, Mark Wieder wrote: zryip- Tuesday, August 10, 2010, 3:36:24 PM, you wrote: Have a look to this old thread: http://www.mail-archive.com/use-revolution@lists.runrev.com/msg110620.html Ah... Eric to the rescue once again... Ken Ray had a good one too, a long time ago.

Re: [HELP] anyone have a simple handler to add a control to a group programatically?

2010-08-10 Thread J. Landman Gay
On 8/10/10 8:47 PM, Andre Garzia wrote: :-O x 1 Is it that simple?!!? :-O *GASP* I can code a whole web server in Rev but could not do it! :-D Now, for your amusement, I will tell you what I was doing. I kept a "Stack" (the datastructure not the file format) with all the long ids of

Re: [HELP] anyone have a simple handler to add a control to a group programatically?

2010-08-10 Thread Andre Garzia
:-O x 1 Is it that simple?!!? :-O *GASP* I can code a whole web server in Rev but could not do it! :-D Now, for your amusement, I will tell you what I was doing. I kept a "Stack" (the datastructure not the file format) with all the long ids of the controls in a group. If I needed to ad

Re: Learning CGI - Woes

2010-08-10 Thread J. Landman Gay
On 8/10/10 6:28 PM, Bob Cole wrote: On August 4th there was a lot of chatter SQL queries and logins going across the network and what a bad idea that is. There was discussion about CGIs and Jacque's tutorial and other resources that I have now studied. I know I have followed the steps (many time

Re: [HELP] anyone have a simple handler to add a control to a group programatically?

2010-08-10 Thread J. Landman Gay
On 8/10/10 8:04 PM, Andre Garzia wrote: Folks, Trying not to reinvent the wheel here. I am working with some runtime group creations but I like to be able to add controls to an existing group. Checked the docs and did not found anything like that. Did anyone here created such command? Thanks in

Re: Learning CGI - Woes

2010-08-10 Thread Andre Garzia
The last engine to have that behaviour is 3.5. Can't use 4.x as CGI. 3.5 is great, till some time ago I was using 2.9 :D On Tue, Aug 10, 2010 at 9:42 PM, Malte Pfaff-Brill wrote: > Hi Bob, > > I could not get it to work with the 4.0 engine either. I did fall back to > the 3.5 engine which w

[HELP] anyone have a simple handler to add a control to a group programatically?

2010-08-10 Thread Andre Garzia
Folks, Trying not to reinvent the wheel here. I am working with some runtime group creations but I like to be able to add controls to an existing group. Checked the docs and did not found anything like that. Did anyone here created such command? Thanks in advance Andre "groups inside groups insid

Re: Learning CGI - Woes

2010-08-10 Thread Malte Pfaff-Brill
Hi Bob, I could not get it to work with the 4.0 engine either. I did fall back to the 3.5 engine which works as advertised. :-) Hth, Malte___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe a

Re: Copying binary files over a LAN using Rev

2010-08-10 Thread Alejandro Tejada
Hi Richard, Actually, it would be ideal to mount the volume, but it's not possible in this setup. I will continue with this topic, as soon workload returns to normal levels. Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Copying-binary-files-over-a-LAN-usin

Learning CGI - Woes

2010-08-10 Thread Bob Cole
On August 4th there was a lot of chatter SQL queries and logins going across the network and what a bad idea that is. There was discussion about CGIs and Jacque's tutorial and other resources that I have now studied. I know I have followed the steps (many times) but I can't get the Hello World s

Re: the pendingClick

2010-08-10 Thread zryip theSlug
On Wed, Aug 11, 2010 at 12:40 AM, Mark Wieder wrote: > zryip- > > Tuesday, August 10, 2010, 3:36:24 PM, you wrote: > >> Have a look to this old thread: > >> http://www.mail-archive.com/use-revolution@lists.runrev.com/msg110620.html > > Ah... Eric to the rescue once again... > The master is away b

Re: the pendingClick

2010-08-10 Thread Mark Wieder
zryip- Tuesday, August 10, 2010, 3:36:24 PM, you wrote: > Have a look to this old thread: > http://www.mail-archive.com/use-revolution@lists.runrev.com/msg110620.html Ah... Eric to the rescue once again... -- -Mark Wieder mwie...@ahsoftware.net __

Re: the pendingClick

2010-08-10 Thread zryip theSlug
On Tue, Aug 10, 2010 at 11:22 PM, wrote: > In HC, I always distinguished, within a single mouseUp handler, the > difference between a single mouseClick and a double mouseClick as: > > on mouseUp >   wait 15 >   if the mouseClick then put "Double" else put "Single" > end mouseUp > > But it seems m

Re: Multi-dimensional arrays, tutorial?

2010-08-10 Thread Dick Kriesel
On Aug 10, 2010, at 12:53 AM, FlexibleLearning wrote: > Can someone point me to an explanation or tutorial on using > multi-dimensional arrays, and specifically persistence between > sessions? Hi, Hugh. If you'd like to see a script locals persistence toolkit, I'd be glad to share the code. Th

the pendingClick

2010-08-10 Thread DunbarX
In HC, I always distinguished, within a single mouseUp handler, the difference between a single mouseClick and a double mouseClick as: on mouseUp wait 15 if the mouseClick then put "Double" else put "Single" end mouseUp But it seems more modern, more revLike, to use a mouseUp handler and a

Re: revdb_connectionerr

2010-08-10 Thread Bob Sneidar
Agreed. In fact, I put all database operations inside a try/catch structure so as not to assault the end user with error dialogs that they don't know what to do with. If you are making a TON of calls in your app, you may want to consider writing a special database error function which knows how

Re: revdb_connectionerr

2010-08-10 Thread Mark Schonewille
Peter, The last db operation. If no error occurred, it is empty. Actually, I thought this function was obsolete, but I might be wrong about that. In any case, I'd always check the result after using a database command or function besides any dedicated error reporting functions. -- Best regards

Re: revdb_connectionerr

2010-08-10 Thread Bob Sneidar
Comments: If there were no errors on the specified database connection, the revDatabaseConnectResult function returns empty. Otherwise the revDatabaseConnectResult function returns the database specific error message for the most recent database operation that failed. Bob On Aug 10, 2010, at

revdb_connectionerr

2010-08-10 Thread Peter Haworth
Does this function return the result of the last db operation or the last db operation that failed? The dictionary entry seems to suggest the latter... Pete Haworth ___ use-revolution mailing list use-revolution@lists.runrev.com Please visi

Multiple revCursors stacks

2010-08-10 Thread Hershel Fisch
Hi, I¹m wordering why I have multiple stacks with name ³revCursors² and multiple stacks ³macRevCursors² Thakns, Hershel ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscri

Re: [OT] Anyone hear of TapLynx?

2010-08-10 Thread Matthias Rebbe
Javascript? Then you could also use NimbleKit (http://www.nimblekit.com/). You just have to pay a onetime fee of 99USD and may sell as many different apps as you want. Even Apple lists this tool http://www.apple.com/downloads/macosx/development_tools/nimblekit.html Regards, Matthias Am 10.08.

Re: Functions for On-Rev

2010-08-10 Thread Pierre Sahores
Hello, You just need to quote the name of your "functions.irev" lib, separe your code in two parts (load, use) and eventually set the needed relative HTTP path if the actual file don't lies in the same directory. > include "functions.irev" > ?> > > put titleCase("THIS SENTENCE WAS CONVERTED

Re: [OT] Anyone hear of TapLynx?

2010-08-10 Thread stephen barncard
or Javascript. On 10 August 2010 09:16, Bob Sneidar wrote: > Looks like you can do really simple "apps" (read applicationized web pages) > without coding. But if you have to code, it's Objective C, right? > > Bob > > > On Aug 9, 2010, at 9:26 PM, Chipp Walters wrote: > > > http://www.taplynx.com

Re: Functions for On-Rev

2010-08-10 Thread Alex Tweedly
I saw your later post, but thought I'd mention it should be function titlecase pString rather than function titlecase, pString (i.e. no comma between name and parameter list) -- Alex. On 10/08/2010 17:33, Gregory Lypny wrote: Hello everyone, Is it possible to call a file of function

Ooops - Functions for On-Rev

2010-08-10 Thread Gregory Lypny
Please disregard my previous post on this topic. I figured it out: forgot to name the web page with .irev. How embarrassing. Gregory ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and m

Functions for On-Rev

2010-08-10 Thread Gregory Lypny
Hello everyone, Is it possible to call a file of functions for On-Rev? I created a file called functions.irev. In it, I put a function that converts strings to title case. I then placed an HTML object on a web page with but unfortunately, I get nothing. Regards, Gregory ___

Re: [OT] Anyone hear of TapLynx?

2010-08-10 Thread Bob Sneidar
Looks like you can do really simple "apps" (read applicationized web pages) without coding. But if you have to code, it's Objective C, right? Bob On Aug 9, 2010, at 9:26 PM, Chipp Walters wrote: > http://www.taplynx.com/features/ > > Just wondering if anyone

ListMagic Users: Cannot import LM data with the status of checkboxes

2010-08-10 Thread charles61
I love List Magic. It makes it extremely easy to make lists in Rev apps. After using the syntax given in the docs to export and then import LM lists, I found that the status of the checkboxes in the second header are not being imported when you import the list back into your app. Has any LM users

Re: Multi-dimensional arrays, tutorial?

2010-08-10 Thread Björnke von Gierke
Yes, you're right because what you're doing is not multidimensional arrays at all. You're simply using custom property sets and want to store stuff in them. I did once make an enhancement requests that ask for making arrays and properties (custom or not) basically be the same, which might that t

Re: Multi-dimensional arrays, tutorial?

2010-08-10 Thread FlexibleLearning
Thank you BvG. Persistence by putting an array into a property makes sense kinda... It was the syntax that had me fooled. If I have understood the system, then 1. set the dinnerNames["mains"] of this stack to "tex" - good 2. set the dinnerNames["mains"]["spicy"] of this stack to "tex" - bad! bec

Re: [OT] Anyone hear of TapLynx?

2010-08-10 Thread Mark Wieder
Mike- Tuesday, August 10, 2010, 6:35:49 AM, you wrote: > I found the price -- it was in plain sight. $599 to get one app > running. I guess you can play around with the SDK for free. Thanks > for the heads up. That was my take on the pricing as well. It's free to develop with the SDK, and then w

Re: Classic CGI on Win

2010-08-10 Thread Mark Wieder
Malte- Tuesday, August 10, 2010, 1:03:48 AM, you wrote: > Mark, you raised my curiosity. What exactly were the problems you > encountered on IIS? Did it work at all? Or was it just complicated? It's been some four years now since I did this, so my memory is a bit hazy about it. I did write this

Re: Unable to Print/ Email from Standalone

2010-08-10 Thread Klaus on-rev
Hi Brent, > When User hits the Print Button or Email Button using Windows XP/Vista in > Standalone it prints or emails a Blank Document - Even with printing exported > as part of the Standalone. Works fine directly from within RevEnterprise on > my Macintosh! Below I describe what I am trying t

Re: Moving forward

2010-08-10 Thread William Moseid
Bravo, Jerry! Jerry Daniels wrote: (The following quote has helped me through the ups and downs of business and life over the years. Thought I'd share it. "If you are kind, people may accuse you of selfish, ulterior motives; be kind anyway. If you are successful, you will win some false friends

Unable to Print/ Email from Standalone

2010-08-10 Thread Brent Summerton
When User hits the Print Button or Email Button using Windows XP/Vista in Standalone it prints or emails a Blank Document - Even with printing exported as part of the Standalone. Works fine directly from within RevEnterprise on my Macintosh! Below I describe what I am trying to achieve: Scenari

Re: [OT] Anyone hear of TapLynx?

2010-08-10 Thread Michael Kann
Chipp, I found the price -- it was in plain sight. $599 to get one app running. I guess you can play around with the SDK for free. Thanks for the heads up. Mike --- On Tue, 8/10/10, Chipp Walters wrote: From: Chipp Walters Subject: Re: [OT] Anyone hear of TapLynx? To: "How to use Revolutio

Moving forward

2010-08-10 Thread William Roger Moseid
neighbor as you love yourself" Best, William __ Information from ESET Smart Security, version of virus signature database 5354 (20100810) __ The message was checked by ESET Smart Security. http://www.eset.com ___ use-re

Re: [OT] Anyone hear of TapLynx?

2010-08-10 Thread Michael Kann
Chipp, Did it say how much it costs? Mike --- On Tue, 8/10/10, Chipp Walters wrote: From: Chipp Walters Subject: Re: [OT] Anyone hear of TapLynx? To: "How to use Revolution" Date: Tuesday, August 10, 2010, 12:04 AM Ack. Looks like it's only good for iPhone and not iPad-- at least I can't fi

Re: Rev/Linux update - for Richmond

2010-08-10 Thread Kevin Miller
On 10/08/2010 04:42, "Richard Gaskin" wrote: >> Yer, but . . . the reall "fun" will be when I get home and try the >> Sanskrit2003 font on Linux . . . >> >> err . . . wait a minute . . . no it won't as I have a Studio licence so >> no access to DP builds; >> Heather very kindly extended my licen

Re: Multi-dimensional arrays, tutorial?

2010-08-10 Thread Björnke von Gierke
Jim, your folder analogy is not correct, as this works fine: put "mex" into foo["bar"]["tex"] put foo["bar"]["tex"] --yields: mex With multiple arrays, I always run into conceptual problems (aka. brain pain) because in the example above: foo is an array (has keys) foo["bar"] is also an array an

Re: [ANNOYANCE] Custom protocols that are not registered do not trigger browserBeforeNavigate correctly on windows.

2010-08-10 Thread Mike Bonner
Followup, it will actually start with currenturl# I believe, so that should be what is checked for. Am I correct in my understanding that the page itself is not reloaded on link hrefs that begin with #? If so, should still work fine this way, will have to setup a full blown page and see how it beh

Re: [ANNOYANCE] Custom protocols that are not registered do not trigger browserBeforeNavigate correctly on windows.

2010-08-10 Thread Mike Bonner
Think there might be an easier way to do this, have only done a little experimentation though. If your page has links in the form of The Link Text Then when its clicked by default it will go nowhere, yet you can pass in any combination of information you wish, process it then if desired navigate t

Re: Multi-dimensional arrays, tutorial?

2010-08-10 Thread Jim Ault
I only have time for a quick hint. I think you need to create each node before defining the next child level. Kind of like 'create folder' at each level in the directory. When I did this a year ago I recall I used nested repeat loops and the array names in strings. I built the requisite string

Re: Multi-dimensional arrays, tutorial?

2010-08-10 Thread Malte Pfaff-Brill
Hi Hugh, as of Rev 4 (if I recall correctly) you can store the whole array in a custom property, which you would need to set: local tArray put "malte" into tArray[1]["firstname"] put "pfaff-brill" into tArray[1]["lastname"] put "linus" into tArray[2]["firstname"] put "pfaff" into tArray[2]["las

Re: Classic CGI on Win

2010-08-10 Thread Malte Pfaff-Brill
Thanks for the head ups guys. Will have my coworker try to set things up today. Mark, you raised my curiosity. What exactly were the problems you encountered on IIS? Did it work at all? Or was it just complicated? All the best, Malte___ use-revolution

Multi-dimensional arrays, tutorial?

2010-08-10 Thread FlexibleLearning
Can someone point me to an explanation or tutorial on using multi-dimensional arrays, and specifically persistence between sessions? Okay, so I'm a trifle late to the party but I am here now! I am making no headway at all from such information as I can find in the dox so obviously I have my fundam

Re: [ANNOYANCE] Custom protocols that are not registered do not trigger browserBeforeNavigate correctly on windows.

2010-08-10 Thread Ben Rubinstein
On 09/08/2010 13:55, Andre Garzia wrote: I believe that this can be "fixed" by using client side javascript only. By fixed I mean "restore that behaviour". If you specify an action that is a javascript function and in that function you assemble your parameters in a url and set the window.location