Re: Groups

2009-08-16 Thread Richard Gaskin
Steve Jones wrote: I'm a little confused by RR's handling of backgrounds. It seems that grouping items makes them go to the background and appear on all cards in a stack. But then you can't edit the scripts of the items in that group - just the script of that group. Is there any way to

Re: [OT] Copyright Question

2009-08-16 Thread William Marriott
No, you do not need to affix a copyright notice in order for something to be protected. http://www.templetons.com/brad/copymyths.html Joe Lewis Wilkins wrote: Hey Roger, Though I don't pretend to know this for a fact, in my copyright research many years ago, I discovered that if something

datagrid problem resolved

2009-08-16 Thread Yves COPPE
Hi list if you have a fld in a datagrid ( Form style) and this fld (let us name him : body) contains from row to row a variable text, you will use a layout script in the following form : put item 2 of theRect + the formattedHeight of field Body of me into item 4 of theRect It gives

Re: [OT] Copyright Question

2009-08-16 Thread Ian Wood
On 16 Aug 2009, at 08:09, William Marriott wrote: No, you do not need to affix a copyright notice in order for something to be protected. Yep. As far as I'm aware, in ALL countries that have signed up to the Berne Convention copyright is automatically assigned as soon as you produce

revlet and php

2009-08-16 Thread Yves COPPE
Hi I have a php function file which without any argument returns a value calculated by the php script How can I get the result of this php script from a rev script ? I've found a POST command but I don't need to send any argument to the php script file ?? Thanks. Greetings. Yves

Re: revlet and php

2009-08-16 Thread Björnke von Gierke
it depends on how you interact with the php file, as you said, you're using a revlet, which behaves like a client app on the persons computer who is interacting with it in his browser. Therefore you need to query the php via an url from your server. put url

Re: revlet and php

2009-08-16 Thread Yves COPPE
Le 16-août-09 à 13:09, Björnke von Gierke a écrit : it depends on how you interact with the php file, as you said, you're using a revlet, which behaves like a client app on the persons computer who is interacting with it in his browser. Therefore you need to query the php via an url from

irev redirect URL?

2009-08-16 Thread Nicolas Cueto
Hello All, I've made a series of irev and php pages/urls to be accessed by Japanese cell-phones. My question is: Within an irev script (not the HTML code), is there a rev way to redirect to a new url? I tried launch url. No go. And tried the meta-tag REFRESH outside the ?rev ? script, which

lineoffset doesn't find empty lines

2009-08-16 Thread Björnke von Gierke
Hi I was trying to find an empty line in some text, and thought that lineoffset would be perfect for that. however, it seems to not work with the search-string being . I also thought this used to work (though i'm not totally sure, and haven't checked). So.. bug or not? thanks björnke

Re: lineoffset doesn't find empty lines

2009-08-16 Thread Brian Yennie
I would think that technically, it should work with wholeMatches = true. Otherwise, with wholeMatches = false, it should return nothing. I based this on consistency with the normal string logic that: empty = empty (TRUE) empty contains empty (FALSE) With that said, it sounds like lineOffset

Re: Franklin 3D for Revolution Update

2009-08-16 Thread David Bovill
Hi Lynn, I'm raising some funding for a 3D app for Architects. Interested in becoming a founder / co-investing in feature creation. Would like to know more about the model formats that are supported - and inter-conversion between model formats. Is it possible to send us some detail on this?

Re: Challenge: How can we set the rect of a polygon to its visual rect? (and a tentative solution)

2009-08-16 Thread Wilhelm Sanke
On Sat Aug 15, 2009, capellan capellan2000 at yahoo.com wrote: Hi Wilhelm, (snip) Some time ago, i posted a stack named export_regular_polygons than shows a formula to convert regular polygons (3 to 20 sides) in polygons: http://www.geocities.com/capellan2000/export_regular_polygons.zip

Re: lineoffset doesn't find empty lines

2009-08-16 Thread stephen barncard
find all double CRs? if CR is your line delimiter. An empty line would always have a second line delimiter like itself immediately afterward. - Stephen Barncard San Francisco http://barncard.com 2009/8/16 Brian Yennie bri...@qldlearning.com I would think that

Re: irev redirect URL?

2009-08-16 Thread SparkOut
Nicolas Cueto-4 wrote: Hello All, I've made a series of irev and php pages/urls to be accessed by Japanese cell-phones. My question is: Within an irev script (not the HTML code), is there a rev way to redirect to a new url? I tried launch url. No go. And tried the meta-tag

Re: irev redirect URL?

2009-08-16 Thread SparkOut
SparkOut wrote: Nicolas Cueto-4 wrote: Hello All, I've made a series of irev and php pages/urls to be accessed by Japanese cell-phones. My question is: Within an irev script (not the HTML code), is there a rev way to redirect to a new url? I tried launch url. No go. And

Re: lineoffset doesn't find empty lines

2009-08-16 Thread Björnke von Gierke
my main problem is that it's all based on lines. so finding the empty lines allows me to dismiss the line after it, then parse the line after that etc. (for example). Frankly there must be some way to find the number of the first occurrence of an empty line, and get a result in lines, not

Re: lineoffset doesn't find empty lines

2009-08-16 Thread Jim Ault
On Aug 16, 2009, at 2:05 PM, stephen barncard wrote: find all double CRs? if CR is your line delimiter. An empty line would always have a second line delimiter like itself immediately afterward. Just to mention in Rev you can set the lineDelimiter to / but the filter command only considers

Re: lineoffset doesn't find empty lines

2009-08-16 Thread Björnke von Gierke
On 16 Aug 2009, at 23:23, Jim Ault wrote: The rule should be to test various functions before relying on them to do what you assume they will do. sure, tell me what to test :P currently i have (courtesy of mark waddingham): put the number of lines in char 1 to offset(return return,

Re: lineoffset doesn't find empty lines

2009-08-16 Thread Mark Wieder
Jim- Sunday, August 16, 2009, 2:23:42 PM, you wrote: The rule should be to test various functions before relying on them to do what you assume they will do. Thanks. I've been looking for an excuse to post this link http://www.molecularbear.com/blog/?p=7 -- -Mark Wieder

Re: lineoffset doesn't find empty lines

2009-08-16 Thread Björnke von Gierke
oops mark-mismatch alert! currently i have (courtesy of mark SCHONEWILLE): On 16 Aug 2009, at 23:29, Björnke von Gierke wrote: On 16 Aug 2009, at 23:23, Jim Ault wrote: The rule should be to test various functions before relying on them to do what you assume they will do. sure, tell

Re: irev redirect URL?

2009-08-16 Thread Sarah Reichelt
Have a look at http://troz.net/onrev/samples/desktop.irev and it's script. This redirects to a different page if a mobile device is detected. Cheers, Sarah Sent from my iPhone On 17/08/2009, at 12:21 AM, Nicolas Cueto nicon...@gmail.com wrote: Hello All, I've made a series of irev and

Re: Importing gMail

2009-08-16 Thread Mark Wieder
Jim- ...and speaking of squaring the circle, I just came across Bradford Hansen-Smith's work: http://www.wholemovement.com/ -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: lineoffset doesn't find empty lines

2009-08-16 Thread BNig
Björnke, would -- on mouseUp pMouseBtnNo put field 1 into temp repeat while theLine 0 put lineoffset(crcr,temp) into theLine if theLine 0 then delete line theLine + 1 of temp end repeat put temp into field 1 end mouseUp --- not do it? it

Re: lineoffset doesn't find empty lines

2009-08-16 Thread Mark Wieder
Björnke- Sunday, August 16, 2009, 2:33:44 PM, you wrote: oops mark-mismatch alert! To add another Mark into the mix... g If you're just trying to eliminate blank lines and parse the rest, can't you just filter theContent without empty and then proceed? Although that seems too straightforward,

Re: lineoffset doesn't find empty lines

2009-08-16 Thread Björnke von Gierke
yes it's more complex. among other things i want to divide the data at the empty line into two vars, delete the next line (if another condition is met), and put part of the lines (not all) of the parts before the empty line into an array (tho i can use lineoffset for those!). mark's

Re: lineoffset doesn't find empty lines

2009-08-16 Thread Mark Wieder
Björnke- Sunday, August 16, 2009, 2:52:01 PM, you wrote: yes it's more complex. among other things i want to divide the data at the empty line into two vars, delete the next line (if another condition is met), and put part of the lines (not all) of the parts before the empty line into an

Re: lineoffset doesn't find empty lines

2009-08-16 Thread Mark Smith
I also see that lineoffset(cr cr, tText) + 1 seems to work well. Best, Mark Smith On 16 Aug 2009, at 22:42, BNig wrote: Björnke, would -- on mouseUp pMouseBtnNo put field 1 into temp repeat while theLine 0 put lineoffset(crcr,temp) into theLine if

Re: lineoffset doesn't find empty lines

2009-08-16 Thread Brian Yennie
Keep in mind that all of these (crcr) methods will miss an empty line as the FIRST line. So you need to do something like: function emptyOffset tText if (char 1 of tText is cr) then return 1 else return lineOffset(crcr, tText)+1 end emptyOffset I also see that lineoffset(cr

Re: lineoffset doesn't find empty lines

2009-08-16 Thread Jim Ault
On Aug 16, 2009, at 3:52 PM, Brian Yennie wrote: Keep in mind that all of these (crcr) methods will miss an empty line as the FIRST line. So you need to do something like: function emptyOffset tText if (char 1 of tText is cr) then return 1 else return lineOffset(crcr,

Re: lineoffset doesn't find empty lines

2009-08-16 Thread Mark Wieder
Björnke- Sunday, August 16, 2009, 3:05:09 PM, you wrote: yes it's more complex. among other things i want to divide the data at the empty line into two vars, delete the next line (if another condition is met), and put part of the lines (not all) of the parts before the empty line into an

PayPal Integration with On-Rev

2009-08-16 Thread Derek Bump
Did anyone attempt the PayPal Integration with On-Rev tutorial by Mark Wieder? Was anyone able to get it to work with PayPal Sandbox? I attempted to do the same thing with PHP, using Mark's wonderful article as a guide. I setup a Sandbox account and a PHP script that would spit out all of the