Re: Datagrid data to text file

2009-05-12 Thread Yves COPPE
Le 13 mai 09 à 08:29, Fredrik Andersson a écrit : Whoops, missed a line from my code: ON mouseUp pMouseBtnNo put empty into tData put the dgData of group "DataGrid List" into theDataA REPEAT WITH i = 1 to the number of lines in the keys of theDataA put theDataA[i]["Ägr"] & ";"

Datagrid data to text file

2009-05-12 Thread Fredrik Andersson
Whoops, missed a line from my code: ON mouseUp pMouseBtnNo put empty into tData put the dgData of group "DataGrid List" into theDataA REPEAT WITH i = 1 to the number of lines in the keys of theDataA put theDataA[i]["Ägr"] & ";" & theDataA[i]["Dnr"] & ";" & theDataA[i]["Pnr"

Re: Datagrid data to text file

2009-05-12 Thread Fredrik Andersson
Hi, This is my own newbie solution. Looping through the array I'm afraid ;) You can probably use the Split/Convert commands (or other means) to do it a lot more efficiently. ON mouseUp pMouseBtnNo put empty into tData put the dgData of group "DataGrid List" into theDataA REPEA

Datagrid data to text file

2009-05-12 Thread Yves COPPE
Hello list, I want to export the data of a datagrid form to a text file (tab-tab- return text file) I've tried with the dgtext of group "dataGrid 1" but the columns are not in the properly order So I try with the dgData of group "dataGrid 1" but it gives me an array data How can I convert

Other stacks opening besides the one selected

2009-05-12 Thread Mark Stuart
Written by Jim Bufalini on Wed May 13, 2009 - 00:00 AM CDT >>> This is turning into 20 questions. ;-) Can you send the names of some of these .rev files opening up? Sounds like plugins or? since you didn't say you have windows opening up but files appearing in the application browser. If you l

RE: Other stacks opening besides the one selected

2009-05-12 Thread Jim Bufalini
This is turning into 20 questions. ;-) Can you send the names of some of these .rev files opening up? Sounds like plugins or? since you didn't say you have windows opening up but files appearing in the application browser. If you list the names, maybe someone will recognize them. If they are your f

Other stacks opening besides the one selected

2009-05-12 Thread Mark Stuart
Written by Jim Bufalini on Tue May 12, 2009 - 11:45 PM CDT >>> This is kind of an obvious question, but do you recognize the names of the stacks that are appearing? Meaning are they yours? Or, do they all start with rev... If they are rev files just go to your View menu and uncheck Revolution UI e

RE: New Scripting Competition

2009-05-12 Thread Randall Reetz
It will be fun! (to build My Project) Its like an X-Prize! (except there is no money) Zero is the new Million! -Original Message- From: "Mark Wieder" To: "How to use Revolution" Sent: 5/12/2009 7:26 PM Subject: Re: New Scripting Competition Randall- Tuesday, May 12, 2009, 6:42:58 PM, y

Other stacks opening besides the one selected

2009-05-12 Thread Mark Stuart
Written by J. Landman Gay on Tue May 12, 2009 - 11:28 PM CDT >>> The stacks may not have their destroystack property set to true. If destroystack is false (which is Rev's default) the stack is not active and not in the message path, but it isn't really closed either. It remains in RAM and I thin

RE: Other stacks opening besides the one selected

2009-05-12 Thread Jim Bufalini
Hi Mark, This is kind of an obvious question, but do you recognize the names of the stacks that are appearing? Meaning are they yours? Or, do they all start with rev... If they are rev files just go to your View menu and uncheck Revolution UI elements in lists. Aloha from Hawaii, Jim Bufalini

Re: Setting Image FileName to FTP vs HTTP

2009-05-12 Thread Tariel Gogoberidze
On May 13, 2009, at 12:01 AM, Tariel Gogoberidze wrote: is it possible to have http:// path to On-Rev folder not accessible from browser? Figured this out. Directory could be protected through cPanel Sorry for this "bombardment" with questions. I was in rush. Tariel _

Other stacks opening besides the one selected

2009-05-12 Thread Mark Stuart
Written by Kay C Lan on Tue May 12, 2009 - 9:47 PM CDT What does the stack in question do? Have you done a global search to see if there is a 'start using' that has mysteriously appeared in your stack. Does the stack contain an openStack or openCard script. If so, if you place a breakpoint r

Re: Other stacks opening besides the one selected

2009-05-12 Thread J. Landman Gay
mfstuart wrote: Hi all, I don't understand what's happening. Can somebody tell me why other stacks open and are listed in the Application Browser, when I only selected one stack to open? The one stack has no other stacks associated to it and no other stacks have been selected in the "Standalone

RE: Setting Image FileName to FTP vs HTTP

2009-05-12 Thread Jim Bufalini
Tariel Gogoberidze wrote: > So, another question, is it possible to have http:// path to On-Rev > folder not accessible from browser? If you are on on-Rev, then the world is your oyster. ;-) You app address a publically available html page that in turn uses the new Rev scripting to access a secur

Re: Setting Image FileName to FTP vs HTTP

2009-05-12 Thread Tariel Gogoberidze
On May 12, 2009, at 10:57 PM, Tariel Gogoberidze wrote: Setting the image FileName to ftp://User:p...@domainname.com:21/folderName/ImageName.jpg is working in my tests, but may be somebody knows, is it OK to use FTP to set image FileName and if yes, is there a difference in load speed,

RE: Setting Image FileName to FTP vs HTTP

2009-05-12 Thread Jim Bufalini
Hi Tariel, Speed aside, if this project is something that is going to run on anything but your own machine, you do know that anyone with a freely available sniffer can "see" the user name and password you are using? Hence, you are best off using a public html address or if you must address a pass

Setting Image FileName to FTP vs HTTP

2009-05-12 Thread Tariel Gogoberidze
Hi, Setting the image FileName to ftp://User:p...@domainname.com:21/folderName/ImageName.jpg is working in my tests, but may be somebody knows, is it OK to use FTP to set image FileName and if yes, is there a difference in load speed, reliability etc between setting image FileName to FTP

Re: New Scripting Competition

2009-05-12 Thread Kay C Lan
On Wed, May 13, 2009 at 9:42 AM, Randall Reetz wrote: > The new contest: Build My Project > on openCard answer "Project Built" end openCard ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Other stacks opening besides the one selected

2009-05-12 Thread Kay C Lan
What does the stack in question do? Have you done a global search to see if there is a 'start using' that has mysteriously appeared in your stack. Does the stack contain an openStack or openCard script. If so, if you place a breakpoint right at the beginning so that you can step through, when do t

Re: New Scripting Competition

2009-05-12 Thread Mark Wieder
Randall- Tuesday, May 12, 2009, 6:42:58 PM, you wrote: > The new contest: Build My Project > -write me for requirements- "Requirements"? We don't need no steenking "requirements"... -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing

Re: Sending Email with attachment

2009-05-12 Thread Kay C Lan
On Wed, May 13, 2009 at 4:23 AM, Peter Alcibiades < palcibiades-fi...@yahoo.co.uk> wrote: > I am finding that sending email with attachments from the shell is > more complicated than thought. Quite a bit more. > > That's because your honest. Maybe you need to spend some time at the SpammersOfThe

New Scripting Competition

2009-05-12 Thread Randall Reetz
The new contest: Build My Project -write me for requirements- -Original Message- From: "Mark Wieder" To: use-revolution@lists.runrev.com Sent: 5/11/2009 2:27 PM Subject: Scripting competition Jacque- Monday, May 11, 2009, 2:05:48 PM, you wrote: > You know what I miss? Remember those s

Re: OT Re: Newbie... Strict Compilation mode (and fruit)

2009-05-12 Thread Kay C Lan
On Tue, May 12, 2009 at 1:51 PM, Richmond Mathewson < richmondmathew...@gmail.com> wrote: > I cannot restrain myself > they should > be working overtime to set the masses free: > something they are certainly not doing by pumping buckets > of money into the "People's Republic" of China - the > P

Re: Scripting competition results

2009-05-12 Thread Jerry J
On May 12, 2009, at 5:42 PM, Mark Wieder wrote: Jerry- Tuesday, May 12, 2009, 5:31:30 PM, you wrote: Now, to figure out why Brian's Fib code is faster - our algorithms were nearly identical and both are pretty tight code. Without, of course, my silly field-stuffing. It isn't, actually. I pu

Re: On-Rev down?

2009-05-12 Thread David Bovill
Ah... thanks I got the same reply a week ago. Maybe coz ssh was enabled only for an IP... that got transfered over... beats me. Any way with luck they will be taking a nice look at SSH certificates. What would be nice would be to be able to seemlesly create and fetch a user cert from CACert (withou

Re: OT: Declared variables and the scripting competition.

2009-05-12 Thread Mark Wieder
Alex- Tuesday, May 12, 2009, 4:14:06 PM, you wrote: > First, I had a version that started out ... >> >> function fib p >> local f >> local i >> local b >> local o >> local n >> local a > etc. How about local f local i local b local o local n local ac local ci That gives you seven t

Re: Scripting competition results

2009-05-12 Thread Mark Wieder
Jerry- Tuesday, May 12, 2009, 5:31:30 PM, you wrote: > Now, to figure out why Brian's Fib code is faster - our algorithms > were nearly identical and both are pretty tight code. Without, of > course, my silly field-stuffing. It isn't, actually. I put lock/unlock screen commands around your cod

Re: Scripting competition results

2009-05-12 Thread Jerry J
From: Mark Wieder (Jerry- I got off digest mode last year and I'm *really* glad I did) I just did, and you're right, its way better. And, no more me messing up threads by re-pasting the subject! Now, to figure out why Brian's Fib code is faster - our algorithms were nearly identical an

RE: How to remove leading and trailing spaces from a string?

2009-05-12 Thread Jim Bufalini
Hi Sadu, If it is just leading and trailing chars of the entire string of words or items or..., you can use: Put word 1 to -1 of tString into tString. If it's a string of items use item 1 to -1... This removes spaces and other "non-word" chars before word 1 and after word -1. And it's quick.

Re: How to remove leading and trailing spaces from a string?

2009-05-12 Thread Phil Davis
Seems like I remember Ken also suggesting another solution which even I can understand: function unpadded pText return word 1 to -1 of pText -- Ken's solution end unpadded At least I *think* it was Mr. Ray Phil Sadhu Nadesan wrote: Howzit, I needed to do that and was about to (once a

How to remove leading and trailing spaces from a string?

2009-05-12 Thread Sadhu Nadesan
Howzit, I needed to do that and was about to (once again) reinvent the wheel, but decided to use the Rev search engine instead, and came across this handy regular expression function from Ken Ray, posted circa 2006. Works great! Thank you, Mr. Ray. Sadhu function trimWS pText -- Remove al

Re: On-Rev down?

2009-05-12 Thread Phil Davis
Hi David, I posted this problem to support (aka Heather) the other night and received this response: I suspect there is an issue with the irev client and SSH. We're investigating this, I'll get back to you when I have any more information. If you have SSH access to your account as I do to mi

Re: [OT] EFL video resources

2009-05-12 Thread chris livermore
hey, nice find Richard! (re: resources) Just to set you straight on our lingo: 'Cobber' is more British, never heard it here. It's Aussie, not 'Ozzy' as we don't all talk like Ozzy Osbourne, except maybe after a few schooners down the pub. For traveling here, a handy phrase is: Hey mate, ya k

Other stacks opening besides the one selected

2009-05-12 Thread mfstuart
Hi all, I don't understand what's happening. Can somebody tell me why other stacks open and are listed in the Application Browser, when I only selected one stack to open? The one stack has no other stacks associated to it and no other stacks have been selected in the "Standalone Application Setti

OT: Declared variables and the scripting competition.

2009-05-12 Thread Alex Tweedly
The difficulty with this competition was always going to be that the quest was to find ".. the most elegant ..." - i.e. a subjective evaluation criterion. So I thought about what would Mark W. find elegant - and decided I had to use (or over-use) variable declarations. First, I had a versi

Re: Best way to get the path to one stack/standalone

2009-05-12 Thread Sarah Reichelt
On Tue, May 12, 2009 at 5:32 PM, Josep wrote: > > Thanks :) > > It's the same for Windows? > No, not quite, because my function looks for the .app extension which is a Mac only thing. And in a Mac app, I know that any separate sub-stacks are inside the .app bundle, so this function works it's way

Re: Pop server

2009-05-12 Thread Sarah Reichelt
On Wed, May 13, 2009 at 7:14 AM, Riccardo wrote: > Hi, > I am trying to use the Sarah's library to read messages from a POP server > but I have same problems > In many cases the process stops during the reading and i have to force the > exit.Is this related to the format or to the size of the mess

Re: On-Rev down?

2009-05-12 Thread David Bovill
How about the On-Rev client? I can't login. 2009/5/12 Ian Wood > Yes, back up again. > > Ian > > On 12 May 2009, at 23:16, Pierre Sahores wrote: > > Up again after 45 mn of interruption >> > > ___ > use-revolution mailing list > use-revolution@lists.r

Re: On-Rev down?

2009-05-12 Thread Ian Wood
Yes, back up again. Ian On 12 May 2009, at 23:16, Pierre Sahores wrote: Up again after 45 mn of interruption ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscriptio

RE: On-Rev down?

2009-05-12 Thread Jim Bufalini
I just FTPd and browsed. > -Original Message- > From: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- > boun...@lists.runrev.com] On Behalf Of Ian Wood > Sent: Tuesday, May 12, 2009 12:12 PM > To: How to use Revolution > Subject: On-Rev down? > > Just wondering if anyone e

Re: On-Rev down?

2009-05-12 Thread Pierre Sahores
Up again after 45 mn of interruption -- Pierre Sahores mobile : 06 03 95 77 70 www.sahores-conseil.com Le 13 mai 09 à 00:13, Colin Holgate a écrit : On May 12, 2009, at 6:11 PM, Ian Wood wrote: Just wondering if anyone else can view on-rev or any sites hosted there. I can't open either the

Re: On-Rev down?

2009-05-12 Thread Colin Holgate
On May 12, 2009, at 6:11 PM, Ian Wood wrote: Just wondering if anyone else can view on-rev or any sites hosted there. I can't open either the on-rev site or any of my domains that are pointed to the host. :-( It does seem poorly at the moment,. The email server is not responding too.

On-Rev down?

2009-05-12 Thread Ian Wood
Just wondering if anyone else can view on-rev or any sites hosted there. I can't open either the on-rev site or any of my domains that are pointed to the host. :-( Ian ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

Re: LibURL Puzzlement : unpuzzled!

2009-05-12 Thread Tereza Snyder
On May 12, 2009, at 4:35 PM, Jim Bufalini wrote: It's as simple as: Put "ftp://"; & & ":" & & "@" & & into myDirVar NLST or LIST first will determine if you get just the file and directory names or the long form. This persists beyond the handler, so set it back at the end of your

Re: uncomment short cut don't work on my mac

2009-05-12 Thread Reinhold Venzl-Schubert
Hi Devin, Since Rev 3.0 the uncomment shortcut do not works on my mac. With "apple" "-" I can comment a line in my script. But "apple" "shift" "_" strikes. I have to grab my mouse and click at the menu. Do anybody knows help? This was a bug in early 3.0 releases. It has been fixed, but to mak

RE: LibURL Puzzlement

2009-05-12 Thread Jim Bufalini
Hi Terry, It's as simple as: Put "ftp://"; & & ":" & & "@" & & into myDirVar NLST or LIST first will determine if you get just the file and directory names or the long form. This persists beyond the handler, so set it back at the end of your handler. Make sure you path ends with "/" and no

RE: Scripting competition

2009-05-12 Thread Jim Bufalini
What I think is really significant about what Jerry did is that it demonstrates how because numbers in Rev are really "strings" that you can perform math calculations on, and ability to interchangeably treat a chunk as numeric or string (due to the lack of typing), Rev is able to transcend the limi

Re: LibURL Puzzlement

2009-05-12 Thread Tereza Snyder
On May 12, 2009, at 4:08 PM, Richard Gaskin wrote: Tereza Snyder wrote: I'm using libUrl for the first time, and my first task is to obtain a list of files in a directory on the server. In terminal, I can log onto the server via ftp and I can type 'nlist' or 'ls' to obtain a list of fi

Pop server

2009-05-12 Thread Riccardo
Hi, I am trying to use the Sarah's library to read messages from a POP server but I have same problems In many cases the process stops during the reading and i have to force the exit.Is this related to the format or to the size of the message? When the reading is ok is it possible to filter th

Re: LibURL Puzzlement

2009-05-12 Thread Richard Gaskin
Tereza Snyder wrote: I'm using libUrl for the first time, and my first task is to obtain a list of files in a directory on the server. In terminal, I can log onto the server via ftp and I can type 'nlist' or 'ls' to obtain a list of files. I see in the docs that, "You specify which command

LibURL Puzzlement

2009-05-12 Thread Tereza Snyder
Hi all, I'm using libUrl for the first time, and my first task is to obtain a list of files in a directory on the server. In terminal, I can log onto the server via ftp and I can type 'nlist' or 'ls' to obtain a list of files. I see in the docs that, "You specify which command to use wi

Sending Email with attachment

2009-05-12 Thread Peter Alcibiades
Sorry to reply out of thread -- can't seem find the start of it in Nabble. Anyway, I am finding that sending email with attachments from the shell is more complicated than thought. Quite a bit more. You can use mail, which involves first uuencoding it, then piping it through to mail. Tried

Re: Quoted or unquoted literals

2009-05-12 Thread Richard Gaskin
Brian Yennie wrote: I'm a bit skeptical that any such difference actually exists. Both the short and long forms should map to the exact same compiled code. Theoretically the long form would take longer to parse / compile the first time, but we're talking about the parsing of individual cha

Re: interesting things hiding in rev

2009-05-12 Thread bar...@libero.it
Hello Rev world :-) , - On Mon, 11 May 2009 11: 30: 41 -0400 Shao Sean wrote: >I am assuming "lzwkey" is for registering the extra license for gif. Do you mean RR still requires an extra licence to export GIFs? If I am not misinformed, the Unisys patent, and all co

Re: revOnLine upLoad problem

2009-05-12 Thread DunbarX
Jacques. Thanks. It works. My fault, as usual, in deleting the property set. Craig ** Recession-proof vacation ideas. Find free things to do in the U.S. (http://travel.aol.com/travel-ideas/domestic/national-tourism-week?ncid=emlcntustrav0002) ___

Re: Details on how to apps mac like?

2009-05-12 Thread Stephen Cox
Thanks. I got it worked out. And thanks about the margin.. Didn't know that. Actually you can do some pretty nice interfaces with this. ;) On 5/12/09 2:38 PM, "J. Landman Gay" wrote: > Stephen Cox wrote: >> No mater how close I get my icon >> bar to the windows title bar, the card¹s background

Re: Details on how to apps mac like?

2009-05-12 Thread J. Landman Gay
Stephen Cox wrote: No mater how close I get my icon bar to the windows title bar, the card¹s background bleeds in. Almost like there¹s cell padding going on. I'm not clear what you're seeing here, but a couple of thoughts: if you are using a group for your toolbar, note that groups have a marg

Re: revOnLine upLoad problem

2009-05-12 Thread J. Landman Gay
dunb...@aol.com wrote: Jacques: I had successfully uploaded before. I just tried to upload a newer version, so I deleted the old one. I am in v3.5. My stack did not have the "cREVonLine" custom property, so I could not remove it. I added the property and set it to "false". Clever, eh? But st

Re: Scripting competition

2009-05-12 Thread Jerry J
From: Sarah Reichelt It is vastly better to assemble all the data into a variable and only put it into the field once. By making that change, I got the running time for your script down from 1022 milliseconds to 21! That I knew, but to see the difference in numbers is astounding! Thanks, Jerr

Re: revOnLine upLoad problem

2009-05-12 Thread DunbarX
Jacques: I had successfully uploaded before. I just tried to upload a newer version, so I deleted the old one. I am in v3.5. My stack did not have the "cREVonLine" custom property, so I could not remove it. I added the property and set it to "false". Clever, eh? But still no dice. ANY other st

Re: uncomment short cut don't work on my mac

2009-05-12 Thread Devin Asay
On May 12, 2009, at 11:36 AM, Scott Rossi wrote: Recently, Devin Asay wrote: It might be worth resetting your preferences again, to see if it's working for you now. It does work (nice), although uncommenting winds up selecting part of the previous line, so hitting comment again will screw

Re: Quoted or unquoted literals

2009-05-12 Thread Brian Yennie
Nah, I'm frequently off by at least a few milliseconds, possibly even a tick or two. Brian Yennie wrote: I'm a bit skeptical that any such difference actually exists. Both the short and long forms should map to the exact same compiled code. Theoretically the long form would take longer to

Re: uncomment short cut don't work on my mac

2009-05-12 Thread Scott Rossi
Recently, Devin Asay wrote: > It might be worth resetting your preferences again, to see if it's > working for you now. It does work (nice), although uncommenting winds up selecting part of the previous line, so hitting comment again will screw up the lines unless I click out of the selected text

Re: Quoted or unquoted literals

2009-05-12 Thread J. Landman Gay
Brian Yennie wrote: I'm a bit skeptical that any such difference actually exists. Both the short and long forms should map to the exact same compiled code. Theoretically the long form would take longer to parse / compile the first time, but we're talking about the parsing of individual characte

Re: Quoted or unquoted literals

2009-05-12 Thread Richmond Mathewson
Well, as an educational content deliverer I try to make my programs run no faster than the brains of my pupils/students; mind you, in certain cases that is glacially slow. :) Years ago, on my Performa 475 things were great, I had time to takes gulps of coffee between sentences in my Master's

Re: Quoted or unquoted literals

2009-05-12 Thread René Micout
So do I !! :-) :-) :-) :-) :-) :-) :-) :-) :-) :-) :-) :-) :-) René from Paris Le 12 mai 09 à 18:45, J. Landman Gay a écrit : René Micout wrote: Jacqueline, You said yesterday (?) that using synonym like "cd", "btn", "fld" is slower than "card", button", "field". That is, I t

Re: Set Custom property in standalone?

2009-05-12 Thread J. Landman Gay
Josep wrote: Yes, like a config.ini from windows... but in Mac how it work? Where are stored the file? together the App? Usually in either the user's preferences folder, or in the user or system Application Support folder. It is your choice. User Prefs folder path can be obtained with specia

Re: Quoted or unquoted literals

2009-05-12 Thread Brian Yennie
I'm a bit skeptical that any such difference actually exists. Both the short and long forms should map to the exact same compiled code. Theoretically the long form would take longer to parse / compile the first time, but we're talking about the parsing of individual characters -- something

[OT] EFL video resources

2009-05-12 Thread Richmond Mathewson
I have been using these video resources for over 3 years now: http://australianetwork.com/nexus/ http://australianetwork.com/learningenglish/vodcast.htm http://australianetwork.com/englishbites/ http://australianetwork.com/businessenglish/ http://australianetwork.com/studyenglish/-- this

Re: Quoted or unquoted literals

2009-05-12 Thread J. Landman Gay
René Micout wrote: Jacqueline, You said yesterday (?) that using synonym like "cd", "btn", "fld" is slower than "card", button", "field". That is, I think, an interesting problem because I use synonym every time... What is the difference (speed) ? With 100,000 iterations of each "send" comma

Re: Scripting competition results

2009-05-12 Thread Bob Sneidar
So... what you are saying is that the computer is not always right, and when the problem gets too complex, it needs our help? ;-) Bob Sneidar IT Manager Logos Management Calvary Chapel CM On May 12, 2009, at 8:47 AM, Mark Wieder wrote: ...and that, of course, is the focus of this exercise. C

Re: Quoted or unquoted literals

2009-05-12 Thread Richard Gaskin
René Micout wrote: Jacqueline, You said yesterday (?) that using synonym like "cd", "btn", "fld" is slower than "card", button", "field". That is, I think, an interesting problem because I use synonym every time... What is the difference (speed) ? Not enough to bother with, IMO. I ran thi

Re: uncomment short cut don't work on my mac

2009-05-12 Thread Devin Asay
On May 12, 2009, at 9:48 AM, Scott Rossi wrote: Recently, Devin Asay wrote: Since Rev 3.0 the uncomment shortcut do not works on my mac. With "apple" "-" I can comment a line in my script. But "apple" "shift" "_" strikes. I have to grab my mouse and click at the menu. Do anybody knows help?

Re: [OT] GIMP paint studio

2009-05-12 Thread Richmond Mathewson
Sorry I didn't reply earlier. GIMP does still require xWindows to run on a Mac; but installing xWindows is a no-brainer. As I have my Mac set to launch xWindows at startup it doesn't really get in the way. GIMP is good, very good; and with these add-ons it is even better. The add-ons work exact

Re: Scripting competition results

2009-05-12 Thread Mark Wieder
Monday, May 11, 2009, 11:53:25 PM, Andre Garzia wrote: > yes that is it, 3 lines... I know it to be running accurate up to > fib(65) then very accurate until fib(70), then it overflows > somewhere... silly powers, always exploding my integers. and Jim Bufalini wrote: > But, it only works to a pr

Re: uncomment short cut don't work on my mac

2009-05-12 Thread Joe Lewis Wilkins
I just tried it with 3.5 Studio on a Mac Intel w/Leopard and the problem WAS there; after Devin's fix, it disappeared and worked properly. Joe Wilkins On May 12, 2009, at 8:48 AM, Scott Rossi wrote: Recently, Devin Asay wrote: Since Rev 3.0 the uncomment shortcut do not works on my mac.

Re: uncomment short cut don't work on my mac

2009-05-12 Thread Scott Rossi
Recently, Devin Asay wrote: >> Since Rev 3.0 the uncomment shortcut do not works on my mac. >> With "apple" "-" I can comment a line in my script. >> But "apple" "shift" "_" strikes. >> I have to grab my mouse and click at the menu. >> >> Do anybody knows help? > > This was a bug in early 3.0 re

Re: uncomment short cut don't work on my mac

2009-05-12 Thread Devin Asay
Hello Reinhold, On May 12, 2009, at 5:35 AM, Reinhold Venzl-Schubert wrote: Hi! Since Rev 3.0 the uncomment shortcut do not works on my mac. With "apple" "-" I can comment a line in my script. But "apple" "shift" "_" strikes. I have to grab my mouse and click at the menu. Do anybody knows hel

Re: Character encoding is driving me insane

2009-05-12 Thread Fredrik Andersson
Thanks for the help Mark & Klaus! I tried a few variants based on the manual and your examples. Unfortunately I couldn't get it to work. For instance when I tried to set the custom behaviour script of the datagrid columns in question to "Set the unicodetext of me to uniencode(pData, "utf8")

Re: Problems with the LayoutControl-script of a form datagrid

2009-05-12 Thread Fredrik Andersson
Thanks! Sometimes I'm really blind Sorry to have taken up your time with something this trivial. Regards, Fredrik 12 maj 2009 kl. 14.32 skrev Trevor DeVore: On May 12, 2009, at 3:32 AM, Fredrik Andersson wrote: ... ON LayoutControl pControlRect local theFieldRect set the right of

Re: Problems with the LayoutControl-script of a form datagrid

2009-05-12 Thread Trevor DeVore
On May 12, 2009, at 3:32 AM, Fredrik Andersson wrote: ... ON LayoutControl pControlRect local theFieldRect set the right of field "Rang" to item 3 of pControlRect -10 put the left of field "Rang" of me into theLeft put the rect of field "Namn" of me into theRect put theLeft -10 int

Re: Character encoding is driving me insane

2009-05-12 Thread Mark Schonewille
Hi Fredrik, When you're using unicode, you need to use the unicodeText properties all the time. Instead of putting a field into a variable, you do this: put the unicodeText of fld "importedData" into tData The problem now is that tData is not plain text. If all characters in your text can

Re: Character encoding is driving me insane

2009-05-12 Thread kl...@major.on-rev.com
Hejsan Fredrik, Hi there, I'm writing a small application that's supposed to keep track of different tasks for certain people at work. I'm using a datagrid to present the data and simple text files for storage. The problem is that I tend to lose the characters åäö and ÅÄÖ (which we use a

RE: Scripting competition

2009-05-12 Thread Jim Bufalini
Andre Garzia wrote: > Folks, > I am coming late for this thread and I do have a cute implementation > of Fibonacci series!!! it is the smallest I have ever seen but I think > it's overflowing somewhere, but it should be awarded "fib > implementation I want printed on a shirt" award. > > function

Character encoding is driving me insane

2009-05-12 Thread Fredrik Andersson
Hi there, I'm writing a small application that's supposed to keep track of different tasks for certain people at work. I'm using a datagrid to present the data and simple text files for storage. The problem is that I tend to lose the characters åäö and ÅÄÖ (which we use a lot here in Swed

Re: Math issue, isn't it?

2009-05-12 Thread Colin Holgate
Mathprecision would control the number of decimal places, like numberformat, #.00 would make the math be as good as ten decimal places allow it to be. Your routine for testing numbers that are very close was good, but that's just one example case of the issue. Doing something like n

uncomment short cut don't work on my mac

2009-05-12 Thread Reinhold Venzl-Schubert
Hi! Since Rev 3.0 the uncomment shortcut do not works on my mac. With "apple" "-" I can comment a line in my script. But "apple" "shift" "_" strikes. I have to grab my mouse and click at the menu. Do anybody knows help? Reinhold ___ use-revolution mai

Details on how to apps mac like?

2009-05-12 Thread Stephen Cox
Hi, So far the only application I¹ve found written in revolution that looks like a native Mac app is ScreenSteps. Granted, I haven¹t looked long. :) Anyway my questions: How¹d they created the icon bar? And I mean the area right below the title bar of the window? I¹ve been busting my head play

Re: Example revolution apps?

2009-05-12 Thread Stephen Cox
That's encouraging. Learning Revolution, I've been frustrated with the design tools. But as long as I know things are possible I'm not worried. Thanks. On 5/12/09 5:08 AM, "kl...@major.on-rev.com" wrote: > Hi Stephen, > >> Is ScreenSteps by Blue Mango written in Revolution? > > Yes :-) > >>

Re: What is this in Page Source

2009-05-12 Thread Joe Lewis Wilkins
Good call Andre. Never even occurred to me. Thanks, Joe On May 12, 2009, at 1:57 AM, Andre Garzia wrote: Joe, scroll down, see if it is not thousands of whitespaces before the code... Andre ___ use-revolution mailing list use-revolution@lists

Re: Example revolution apps?

2009-05-12 Thread kl...@major.on-rev.com
Hi Stephen, Is ScreenSteps by Blue Mango written in Revolution? Yes :-) -Stephen Cox Best Klaus -- Klaus Major http://www.major.on-rev.com kl...@major.on-rev.com ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit th

Example revolution apps?

2009-05-12 Thread Stephen Cox
Is ScreenSteps by Blue Mango written in Revolution? -Stephen Cox ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/li

Re: What is this in Page Source

2009-05-12 Thread Andre Garzia
Joe, scroll down, see if it is not thousands of whitespaces before the code... Andre On Tue, May 12, 2009 at 5:53 AM, Joe Lewis Wilkins wrote: > Hi  All, > > I was on a website and wanted to take a look at the Page Source for that > site and all I got was this: > > > > Nothing else. I'm very n

What is this in Page Source

2009-05-12 Thread Joe Lewis Wilkins
Hi All, I was on a website and wanted to take a look at the Page Source for that site and all I got was this: Nothing else. I'm very new to this sort of thing. Normally there is a lot of HTML when you do View>Page Source for any web page. TIA, Joe Wilkins _

update to the Simple CMS for On-Rev

2009-05-12 Thread Andre Garzia
Hello Folks, I am in the process of making some huge improvements to the Simple CMS. I've coined a simple module system and I am building an admin interface. The module system is half working already (sans the admin part) and two modules are bundled: a guestbook and a google analytics module (Gott

Re: Scripting Competition

2009-05-12 Thread Mick Collins
Here are F(1) to F(100) followed by F(1) 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181 6765 10946 17711 28657 46368 75025 121393 196418 317811 514229 832040 1346269 2178309 3524578 5702887 9227465 14930352 24157817 39088169 63245986 102334155 165580141 267914296 43349443

Re: Set Custom property in standalone?

2009-05-12 Thread Josep
Yes, like a config.ini from windows... but in Mac how it work? Where are stored the file? together the App? Salut, Josep -- View this message in context: http://www.nabble.com/Set-Custom-property-in-standalone--tp23494567p23497638.html Sent from the Revolution - User mailing list archive at Nab

Re: Best way to get the path to one stack/standalone

2009-05-12 Thread Josep
Thanks :) It's the same for Windows? Salut, Josep -- View this message in context: http://www.nabble.com/Best-way-to-get-the-path-to-one-stack-standalone-tp23494588p23497586.html Sent from the Revolution - User mailing list archive at Nabble.com.

Problems with the LayoutControl-script of a form datagrid

2009-05-12 Thread Fredrik Andersson
Hi everyone, I've been lurking for a couple of months here (and for a couple of years on the forums) but I havn't had much to say. Anyway, it's been very interesting reading so far and I'm looking forward to learning even more in the future :) Oh, and I have a small problem regarding data