RE: classic application not reading file...

2004-06-29 Thread Jan Decroos
Andre, couldn't it be a solved bug ? see: http://www.runrev.com/revolution/developers/bugdatabase/show_bug.cgi?id=1468 ( and http://www.runrev.com/revolution/developers/bugdatabase/show_bug.cgi?id=379 ) Regards, Jan Hi Folks, I am a little lost trying to read a text file in

Re: How to use database-linked controls

2004-06-29 Thread Jan Schenkel
--- Bill [EMAIL PROTECTED] wrote: Jan: On 6/24/04 7:36 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: You can only pick a format when the Update after editing button is checked. Just noticed that answer. What I was trying to say is that the format radio buttons are mysteriously

Re: How to identify hilited lines in a list field

2004-06-29 Thread imcknight2
Ian McKnight writes: Hi I have a list of names in a field which has the Auto-hilite, List behaviour, Multi-line, contiguous and click to toggle all set to true. Setting traversalOn doesn't seem to make a difference. Sorry folks I don't know how this happened but this was a thread I started

Re: adding button with function to exe.

2004-06-29 Thread Bob Hartley
At 21:01 28/06/2004, you wrote: At 9:52 AM +0100 6/28/2004, Bob Hartley wrote: So I want to create a .exe file that has a toolbar with a T box. This inserts text boxes into a blank background that can be resized and another that inserts a button (with a drop down list of predefined commands)

Re: How to use database-linked controls

2004-06-29 Thread Jan Schenkel
--- Bill [EMAIL PROTECTED] wrote: I am using MySQL. Heh, that's what I use for testing and updating the codebase -- I'll try and simulate the error in the next couple of days. But if we cannot pass a user defined variable to the database query builder then it makes the database-linked

Re: Dan's Book

2004-06-29 Thread Heather Nagey
I ordered Dan's book on his web site more than a month ago and still haven't received it. Next I got to go through and see if I can find all the order information and re-send it all and try to get the book. And of course to resolve this issue you need to email support so that we can trace

scripted animation advice

2004-06-29 Thread kweto
Hello All, (B (BIs there a mathematical way of generating a spinner effect (i.e., to (Bre-create something like the spinner in the game of Twister or for a lucky (Bwheel)? (B (BI recall way back when that someone had very creatively used MC's (BarcAngle property on a circle image-object to

Re: scripted animation advice

2004-06-29 Thread sims
Hello All, Is there a mathematical way of generating a spinner effect (i.e., to re-create something like the spinner in the game of Twister or for a lucky wheel)? Could you use an animated GIF and step through it using random numbers? hth sims EuroRevCon - November 2004 Sign up now!

Re: Problem with read from socket

2004-06-29 Thread maxence . bernard
I have found where is the problem : I have a read instruction which blocks : read from socket socket1 until empty You said that it didn't block, but for me, it always is waiting, and the program continues when I move the mouse or click on the stack. A bug ? Maxence BERNARD

Re: Delete URL... and the result

2004-06-29 Thread Troy Rollins
On Jun 29, 2004, at 4:16 AM, Dave Cragg wrote: No, FTP actually. Oops! That's a different matter. After issuing a delete command to the ftp server, libUrl is expecting a 250 response, not 200. That's why it is being reported as an error. Either the server is being eccentric or liburl is getting

unique id numbers

2004-06-29 Thread Wouter
Hi all, Normally in stacks id numbers are unique. In stack revPropertyPalette 1 I found 6 instances of id 0 in my copy of rev. This makes the unique id numbers not so unique. Can one or several controls in different groups with an id of 0 cause trouble? Can someone confirm the following?:

RE: unique id numbers

2004-06-29 Thread MisterX
Abraham, Confirmed. Very strange indeed! altID is 0 long id is 0 Now I have to reconfigure all my styles savings for PropsN2O... Argh. How did you find this one out? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of

Re: How to use database-linked controls

2004-06-29 Thread hershbp
Hi Jan, what exactly does revSetSQLOfQuery function, ? Thanks. On Tuesday, June 29, 2004, at 06:57 AM, Jan Schenkel wrote: --- Bill [EMAIL PROTECTED] wrote: I am using MySQL. Heh, that's what I use for testing and updating the codebase -- I'll try and simulate the error in the next couple of days.

Re: Problem with read from socket

2004-06-29 Thread Troy Rollins
On Jun 29, 2004, at 11:48 AM, Dar Scott wrote: I think most of the folks who do a lot of sockets scripting use 'with message', so those might be more robust and you may have to do that. The compiler allows 'until empty' to be optional in that case. Try both if need be. In my case, I use for

Re: unique id numbers

2004-06-29 Thread Wouter
On 29 Jun 2004, at 17:50, [EMAIL PROTECTED] wrote: Message: 21 Date: Tue, 29 Jun 2004 18:04:48 +0200 From: MisterX [EMAIL PROTECTED] Subject: RE: unique id numbers To: How to use Revolution [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii Abraham,

RE: unique id numbers

2004-06-29 Thread MisterX
337 controls with ID 0 in the stack! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Wouter Sent: Tuesday, June 29, 2004 18:25 To: [EMAIL PROTECTED] Subject: Re: unique id numbers On 29 Jun 2004, at 17:50, [EMAIL PROTECTED] wrote:

Re: How to use database-linked controls

2004-06-29 Thread Jan Schenkel
--- [EMAIL PROTECTED] wrote: Hi Jan, what exactly does revSetSQLOfQuery function, ? Thanks. That command permanently changes the SQL statement of an automated database query, executes this query and refreshes the fields linked to it. It is currently the only way to achieve dynamic queries in

Determining if an array is empty

2004-06-29 Thread Gregory Lypny
Hello everyone, Suppose I have an array named thisArray and I want to know if it is empty, that is, whether it has any elements. I find that if thisArray is empty returns true even if it is not but if keys(thisArray) is empty gives me the right answer Am I correct in

Re: Determining if an array is empty

2004-06-29 Thread Jan Schenkel
--- Gregory Lypny [EMAIL PROTECTED] wrote: Hello everyone, Suppose I have an array named thisArray and I want to know if it is empty, that is, whether it has any elements. I find that if thisArray is empty returns true even if it is not but if keys(thisArray)

Re: Another Revolution Success Story

2004-06-29 Thread Jim
On Jun 28, 2004, at 10:01 PM, Brian Yennie wrote: Perhaps there's a good CSV-to-tab-delimited converter out there =). replace comma with tab in tData :-) (Can you replace comma with tab in url file://path/to/file.csv ??) Jim. ___ use-revolution mailing

RE: Another Revolution Success Story - yet another release!

2004-06-29 Thread MisterX
Hi everyone, Here you are, a pretty compliant CSV importer for RunRev... Imports Excel CSV (with returns and quotes in the MS Xcel fields and all kinds of craps including filtering out linefeeds and the like that usualy slip in the process! Just took a while to clean that up! I didn't bother

Card id and button problem

2004-06-29 Thread Lars Brehmer
Hi All! I've been searching searching the archives for hours, but since I don't really know what I'm doing, I guess I don't know what to search for! Here's the problem/question: I have a stack with a substack drawer. When a new card is created in the main stack, there is a button on it that

RE: Another Revolution Success Story

2004-06-29 Thread MisterX
It works for really overly simple csv files... But it's too simple alas... Check out my code in the posted stack... Enjoy the script it takes to understand MS CSVs... Surely I didn't exhaust all cases... Xa -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

Re: Another Revolution Success Story

2004-06-29 Thread Dave Cragg
At 3:21 pm -0500 29/6/04, Jim wrote: On Jun 28, 2004, at 10:01 PM, Brian Yennie wrote: Perhaps there's a good CSV-to-tab-delimited converter out there =). replace comma with tab in tData :-) If only it were that easy. But commas may occur within a field, in which case, the field is usually

Just testing -- go about you business...

2004-06-29 Thread Chipp Walters
talk amongst yourselves, Chipp ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Saving data in RTF in OS X

2004-06-29 Thread Gregory Lypny
Hello everyone, I use put url (file: filepath .txt) to save stack data to tab-delimited text files, which are then opened by TextEdit. However, when I do the same thing but append .rtf, TextEdit cannot open the file. Is there some way that I can save as rtf? Greg

Re: Another Revolution Success Story

2004-06-29 Thread Pierre Sahores
Oh là là, comme on dit chez nous... What's an usefull stuff, Xavier. Can spend time in test and debug, if that can help ;) Le 29 juin 04, à 06:11, MisterX a écrit : I wrote one to import an excel made csv. There was no published format that I could find though... It is a bit unfinished (about 5%

Re: Card id and button problem

2004-06-29 Thread Sarah Reichelt
When you create the new button, store it's ID. Then when you create the new card, get it's ID or set it's name. Then set a custom property of the new button to that card ID or name. In the button script, have a line that retrieves that custom property and uses it as the destination. something

RE: Another Revolution Success Story - yet another release!

2004-06-29 Thread Alex Tweedly
At 22:42 29/06/2004 +0200, MisterX wrote: Hi everyone, Here you are, a pretty compliant CSV importer for RunRev... Sorry, it's not quite that simple :-) I see two problems 1. You have a small bug, in that you only replace commas within a quoted field in the first occurrence on each line. The

Re: classic application not reading file...

2004-06-29 Thread Andre Garzia
Jan, thanks for your feedback, I'll reboot in 9.2.2 and check my standalone!!! :D Cheers andre On Jun 29, 2004, at 5:17 AM, Jan Decroos wrote: Andre, couldn't it be a solved bug ? see: http://www.runrev.com/revolution/developers/bugdatabase/show_bug.cgi? id=1468 ( and

can I download a new 2.2 ppc engine?!

2004-06-29 Thread Andre Garzia
Hi Folks, Trying to solve my problem with reading empty files in classic mode (http://www.runrev.com/revolution/developers/bugdatabase/show_bug.cgi? id=1468) I saw on bugzilla (thanks to Jan) that Tuviah solved the problem and posted a fixed engine. I just don't know how to get this engine

Re: Just testing -- go about you business...

2004-06-29 Thread Mark Wieder
Chipp- talk amongst yourselves, I've been talking *to* myself all day. Does that count? -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Another Revolution Success Story

2004-06-29 Thread Mark Wieder
MisterX- Tuesday, June 29, 2004, 1:52:18 PM, you wrote: M It works for really overly simple csv files... I really wish the csv format had never been invented. Separating fields with tabs works much better, and separating them with non-printing characters is better yet. I'm getting tired of

Re: Another Revolution Success Story

2004-06-29 Thread Troy Rollins
On Jun 29, 2004, at 10:31 PM, Mark Wieder wrote: I really wish the csv format had never been invented. Separating fields with tabs works much better, and separating them with non-printing characters is better yet. This is why regex exists. Parsing of csv is probably best done with a matchText

Disabling popup menu items

2004-06-29 Thread Troy Rollins
It seems that option menus behave differently between OSX and Windows. Leading a line with ( on OSX disables the line for the menu, yet on Windows it just leads the line with it. If you have an option menu on Windows, do you generally disable the item programmatically? e.g. disable menuItem 3

RE: Disabling popup menu items

2004-06-29 Thread Monte Goulding
It seems that option menus behave differently between OSX and Windows. Leading a line with ( on OSX disables the line for the menu, yet on Windows it just leads the line with it. If you have an option menu on Windows, do you generally disable the item programmatically? e.g. disable menuItem 3

Rev Instant Messenger client

2004-06-29 Thread rodney tamblyn
Does anyone have a Revolution instant messenger client library - for any of the major IM types - MSN, ICQ, AIM, Yahoo etc ? ~ Rodney -- Rodney Tamblyn 44 Melville Street Dunedin New Zealand +64 3 4778606 http://rodney.buzzword.com/ http://oceanbrowser.com

Re: Disabling popup menu items

2004-06-29 Thread Troy Rollins
On Jun 29, 2004, at 11:17 PM, Monte Goulding wrote: It seems that option menus behave differently between OSX and Windows. Leading a line with ( on OSX disables the line for the menu, yet on Windows it just leads the line with it. If you have an option menu on Windows, do you generally disable

RE: Disabling popup menu items

2004-06-29 Thread Monte Goulding
It seems that option menus behave differently between OSX and Windows. Leading a line with ( on OSX disables the line for the menu, yet on Windows it just leads the line with it. If you have an option menu on Windows, do you generally disable the item programmatically? e.g. disable

Re: Disabling popup menu items

2004-06-29 Thread Troy Rollins
On Jun 29, 2004, at 11:29 PM, Monte Goulding wrote: How about divider lines? Same deal? Yes.. you just see the dash and it's selectable. How delightfully primitive. ;-) -- Troy RPSystems, Ltd. http://www.rpsystems.net ___ use-revolution mailing list

Re: Rev Instant Messenger client

2004-06-29 Thread Andre Garzia
On Jun 30, 2004, at 12:16 AM, rodney tamblyn wrote: Does anyone have a Revolution instant messenger client library - for any of the major IM types - MSN, ICQ, AIM, Yahoo etc ? ~ Rodney Rodney, I don't have one but I've implemented a simple client for a custom app I am developing... it's simple,

RE: Disabling popup menu items

2004-06-29 Thread Monte Goulding
Actually I've taken to providing a blank line (no dash) for Windows to act as a separator and although it looks a bit odd at first, you get used to it rather quickly. So my code just traps for a blank line selection and doesn't change the menuHistory of the button (i.e. nothing happens). I would