Re: strange error in a repeat loop

2009-02-23 Thread Andre.Bisseret
Bonjour, Bob and Robert (and all), Le 23 févr. 09 à 18:40, Robert Brenstein a écrit : On 23.02.09 at 16:33 +0100 Andre.Bisseret apparently wrote: YEsss ! Thanks a lot Thierry and Robert ; both of you where right : I had a couple of spaces in item 9 of line 1 of my field !! Kind of things I s

can an external make use of pthreads?

2009-02-23 Thread Andre Garzia
Hello Folks, anyone here knows what happens if you execute some libexternal code inside a different thread? That is to say, if your external create a worker thread pool, is there anyway for those threads to tap into routines such as EvalExpr or GetVariable and the like? I've noticed strange behavi

Re: Embarrassed Newbie

2009-02-23 Thread dunbarx
Thanks, Richard, et. al. I actually assumed, as usual in Rev, that there was a command I simply missed: "place group yourGroup on all/this/marked cards" No problem with a repeat loop and a few parameters. The beauty, like you know what, is you can fabricate your own tools. I heard earlier abou

Re: Embarrassed Newbie

2009-02-23 Thread dunbarx
Thanks, Richard, et. al. Funny, I supposed, like usually happens in Rev, that there was a command that did that directly, as I said:  "place group groupName in all/this/marked cards On Feb 23, 2009, at 8:46:13 PM, "Richard Gaskin" wrote: From: "Richard Gaskin" Subject:Re: Embarrasse

Re: Embarrassed Newbie

2009-02-23 Thread Richard Gaskin
DunbarX wrote: OK. I get groups. And I see the additional flexibility as opposed to the fixed bg object class in HC. So how (without a repeat loop that places a group on every card) does one place a newly created background group on every card? That is, if you already have a stack with 5000

Re: Embarrassed Newbie

2009-02-23 Thread Bob Sneidar
BTW, according to the Dictionary, the group cannot be "nested" that is a part of another group. That is going to take a repeat loop I am sure. The command is: PLACE ONTO CARD You can use "this card" instead of card name if you go to each card in the loop, or you can get the name of every c

Re: Embarrassed Newbie

2009-02-23 Thread Bob Sneidar
That is going to take a repeat loop I am sure. The command is: PLACE ONTO CARD You can use "this card" instead of card name if you go to each card in the loop, or you can get the name of every card first and use it as an index to your repeat loop. Bob Sneidar IT Manager Logos Management

Embarrassed Newbie

2009-02-23 Thread DunbarX
OK. I get groups. And I see the additional flexibility as opposed to the fixed bg object class in HC. So how (without a repeat loop that places a group on every card) does one place a newly created background group on every card? That is, if you already have a stack with 5000 cards, how do you

Re: Do I use encrypt?

2009-02-23 Thread Bernard Devlin
Dan, it depends on how much control you have over the server side of things. You could use https and post the data there. But that probably depends on having a server-side application or CGI script that can process the data and put it into a file. Another option might be to use scp & shell. Aga

RE: Do I use encrypt?

2009-02-23 Thread Jim Bufalini
Hi Dan, Here is what you do: You create a CGI script in either Rev (if your server supports Rev CGI) or PHP on your server. The CGI script should accept params. Your Rev app address the CGI script with a post such as: Post "" to url "http://123.45.6.78/cgi-bin/" (assuming this is where your cgi-

Re: Gutenberg Reader

2009-02-23 Thread Terry Judd
> I am puzzled by the standalone not starting up on a couple Macs. For > Bernard it's on a PPC using 10.4.11, and for Pierre is on a Pro Core > Duo using 10.5.6. Don't know what happening, but something goes awry > in the standalone build process. I have had a couple of other > standalones I built

Re: Changing the screenRect within a stack

2009-02-23 Thread SparkOut
Philosophical screen wars aside, though I'm more on Mark's side that for advocating the application changing the settings, as long as it's a refusable option though, that's OK. Here's a post with some links to command line tools - I've not checked any out though, so can't advise if any is better t

Re: Gutenberg Reader

2009-02-23 Thread Peter Brigham MD
On Mon, 23 Feb 2009 15:36:27, Bernard Devlin Hi Peter, I just wanted to say that I downloaded the app & it won't start on OS X 10.4.11 PPC. It just seems to immediately quit. Let me know if there's anything you want me to do to help diagnose the fault. Bernard On Mon, Feb 23, 2009 at

Re: Changing the screenRect within a stack

2009-02-23 Thread Brian Yennie
Francis, Philosophical screen wars aside, here is a link that might get you started on MacOS. I think the short answer is that there is no easy way to do this in Rev or AppleScript, so you need to resort to a command-line utility. You can of course call it directly from Rev using shell()

Re: Changing the screenRect within a stack

2009-02-23 Thread Francis Nugent Dixon
Hi from Paris, Thanks to all for your philosophical suggestions (but no practical solutions). And I was right ! Rev doesn't appear have the means to do all this ! I had (of course), thought about the raping of the users computer, but I already have programs that do this, but as long as they retur

AW: OT: help for a one liner applescript?

2009-02-23 Thread Tiemo Hollmann TB
Oh boy, blind running on the wrong lane! Thanks so much :) Tiemo > -Ursprüngliche Nachricht- > Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- > boun...@lists.runrev.com] Im Auftrag von Ken Ray > Gesendet: Montag, 23. Februar 2009 20:33 > An: Use Revolution List > Betr

Re: Do I use encrypt?

2009-02-23 Thread Dan Friedman
Bernard, You said "if you must use ftp"... Is there another choice that provides a secure transfer that REV does support? -Dan > Hi Dan, > I think you are out of luck when it comes to securing FTP. We've had > several discussions on the list about this (and I believe there is an > enhancement

Re: Do I use encrypt?

2009-02-23 Thread Bernard Devlin
Hi Dan, I think you are out of luck when it comes to securing FTP. We've had several discussions on the list about this (and I believe there is an enhancement request to support sftp). The encrypt command is more for encrypting chunks of data rather than adding security to ftp transfers. Securin

Re: Gutenberg Reader

2009-02-23 Thread Bernard Devlin
Hi Andre, WINE has come along in leaps and bounds. I run Lotus Notes under WINE on my netbook. I'm pleased to hear that a Rev app runs under WINE. I'd be interested to see if you could run the Rev IDE under WINE too. I tried 6 months ago and it wouldn't work (lots of the button icons were black

Re: OT: help for a one liner applescript?

2009-02-23 Thread Ken Ray
> Having no Mac experience I wanted to write my first one liner applescript > but failed even with such a basic. What I want to do is to launch an app > "foo" on a CD "fooCD". My one and only script line looks like: > > Tell application "Finder" to open folder "Volumes:fooCD:foo.app" > > When tr

Re: Gutenberg Reader

2009-02-23 Thread Andre Garzia
Peter, thanks for the software. Just to let you know, it actually runs fine on Linux under WINE. I downloaded the windows versions, launched it and it worked surprisingly well under WINE, I never thought WINE had hit such maturity. Check your main screen here: http://andregarzia.com/shots/screen

Do I use encrypt?

2009-02-23 Thread Dan Friedman
Greetings! Currently, my application writes data to a server using the put command: put someData into url ("ftp://uName:pw...@123.45.6.78/folder/file.txt";) A client is requesting that I not use clear text for the username/password. To do this, do I use the encrypt command? If so, how is th

OT: help for a one liner applescript?

2009-02-23 Thread Tiemo Hollmann TB
Hello, Having no Mac experience I wanted to write my first one liner applescript but failed even with such a basic. What I want to do is to launch an app "foo" on a CD "fooCD". My one and only script line looks like: Tell application "Finder" to open folder "Volumes:fooCD:foo.app" When trying to

Re: strange error in a repeat loop

2009-02-23 Thread Robert Brenstein
On 23.02.09 at 16:33 +0100 Andre.Bisseret apparently wrote: YEsss ! Thanks a lot Thierry and Robert ; both of you where right : I had a couple of spaces in item 9 of line 1 of my field !! Kind of things I should have suspected ; but I was really "brain stuck" (not sure this is a good expression

Re: strange error in a repeat loop

2009-02-23 Thread Bob Sneidar
Obviously the value here is not empty and is not a number. Did you try stepping through the code and seeing what the value is at the time you get the error? Bob Sneidar IT Manager Logos Management Calvary Chapel CM On Feb 23, 2009, at 6:27 AM, Andre.Bisseret wrote: Bonjour, I am completely

Re: Gutenberg Reader

2009-02-23 Thread Bernard Devlin
Hi Peter, I just wanted to say that I downloaded the app & it won't start on OS X 10.4.11 PPC. It just seems to immediately quit. Let me know if there's anything you want me to do to help diagnose the fault. Bernard On Mon, Feb 23, 2009 at 2:12 PM, Bill Marriott wrote: > Hi Peter, > > I am ve

Re: strange error in a repeat loop

2009-02-23 Thread Andre.Bisseret
YEsss ! Thanks a lot Thierry and Robert ; both of you where right : I had a couple of spaces in item 9 of line 1 of my field !! Kind of things I should have suspected ; but I was really "brain stuck" (not sure this is a good expression ;-))) Now, my handler is working nicely Robert thanks al

Re: strange error in a repeat loop

2009-02-23 Thread DunbarX
In a message dated 2/23/09 10:01:58 AM, andre.bisse...@inria.fr writes: > Sorry Thierry for my question in my preceding post, In fact, I  > understand why 12 ! > Thanks a lot > André > > I don't. I get no error if the number of loops is different than the number of items, and empty is added

Re: strange error in a repeat loop

2009-02-23 Thread Andre.Bisseret
Sorry Thierry for my question in my preceding post, In fact, I understand why 12 ! Thanks a lot André Le 23 févr. 09 à 15:44, Thierry a écrit : Le 23 févr. 09 à 15:27, Andre.Bisseret a écrit : <...> REPEAT FOR each line enil in cmdeDuMois Test if you have 12 items in your line and th

Re: strange error in a repeat loop

2009-02-23 Thread DunbarX
If there was the case where the handler tried to add , say, "E", to a number, the error would show up as something like this: ...execution error at line 4 (Operators +: error in left operand), char 21 where in HT you get "expected number here". But the error here seems more basic, like there is

Re: strange error in a repeat loop

2009-02-23 Thread Andre.Bisseret
Thanks Thierry for you quick answer ; just a question : why to test if I have 12 items in a line ? (why 12 ?) I am testing if I have somewhere an item that would not be a number (I think empty "accepts" add) André Le 23 févr. 09 à 15:44, Thierry a écrit : Le 23 févr. 09 à 15:27, Andre.Biss

Re: strange error in a repeat loop

2009-02-23 Thread Robert Brenstein
Is it possible that item 9 in one of the lines of fld "chRécapDuMois" is not a valid number? An invisible char sneaked in? This loop seems curious REPEAT FOR each item meti in tLesVars put empty into meti END repeat I think you mean REPEAT FOR each item meti in tLesVars

Re: strange error in a repeat loop

2009-02-23 Thread DunbarX
In a message dated 2/23/09 9:44:26 AM, th.do...@gmail.com writes: > Test if you have 12 items in your line > and that every item is not empty and is a number ! > > >         add item 5 of enil to total5 > >         add item 6 of enil to total6 > >         add item 7 of enil to total7 > >       

Re: strange error in a repeat loop

2009-02-23 Thread Thierry
Le 23 févr. 09 à 15:27, Andre.Bisseret a écrit : <...> REPEAT FOR each line enil in cmdeDuMois Test if you have 12 items in your line and that every item is not empty and is a number ! add item 5 of enil to total5 add item 6 of enil to total6 add item 7 of enil t

Re: strange error in a repeat loop

2009-02-23 Thread DunbarX
In a message dated 2/23/09 9:28:07 AM, andre.bisse...@inria.fr writes: > Thanks a lot in advance for any idea > No ideas, but did you try removing that line entirely and carefully retyping it? Craig Newman ** A Good Credit Score is 700 or Above. See yours in just 2 easy steps!

strange error in a repeat loop

2009-02-23 Thread Andre.Bisseret
Bonjour, I am completely stuck with a silly error I keep getting in a simple handler. Here it is : -- ON totaliser local total5 ,total6 ,total7,total8,total9,totalPort,totalGéné,totalAnnul,cmdeDuMois,tLesVars - -- EMPTY IN VAR

Re: Gutenberg Reader

2009-02-23 Thread Bill Marriott
Hi Peter, I am very interested in the Gutenberg texts, so I downloaded your application and gave it a try. Unfortunately, I'm the impatient sort and never figured out how to display one of the texts within your application. So, my one bit of [hopefully constructive] criticism then is that you m