Re: Type in upper case

2004-09-30 Thread Éric Chatonet
Le 30 sept. 04, 00:23, [EMAIL PROTECTED] a crit : Hello, I want the user type in upper case. I've made a script with the keyup handler to convert lower letter in upper letter, but the conversion is visible. How make the conversion in the keydown handler ? Bonjour Ludovic, It's a pity but toUpper

Re: Linux Audio

2004-09-30 Thread FlexibleLearning
Hope this helps, David... /H Resolving audio problems with MC/RR under Linux RedHat 9 TROUBLESHOOTING AUDIO PROBLEMS Q: I can't hear any sound! A: You need to have xanim installed, otherwise, no sound is going to be played. Open a terminal, and type xanim. If you receive a message like

FLC_IDE: A combi-function for stack environment info

2004-09-30 Thread FlexibleLearning
Several rather useful handlers have been posted to identify various aspects of a stack's operating environment, so I thought to combine them in a single function for your Scripter's Scrapbooks. The below should copy and paste correctly as monospaced, but do watch for line wraps! example:

Re: Educational uses for Rev

2004-09-30 Thread Dom
Sorry to answer so late, but there are so much messages on the RR List ;-) Dave Cragg [EMAIL PROTECTED] wrote: http://www.corporate-english.com ... both products were developed in Metacard/Revolution, including all the current server-side CGI scripts for the Corporate English product.) Too

Standard in (stdin) behavior. (At your convenience)

2004-09-30 Thread K
Okay, I am experiencing a oddity I cannot explaine. As I have reported on several occasions I have created a external that lanuches a process simular to CreateProcess in Windows. This external provides stdin and stdout handles to be used by the parent and child for interprocess

RE: FLC_IDE: - and about stackfiles

2004-09-30 Thread MisterX
Thanks for the credits ;) You could also add the dynamicpaths, stackfiles, and the older hyperCard related properties. This would be nice to know why we get some different behaviors in different stacks... - Everyone try this in the message box: The stackfiles of stack home (in hyperCard you

Re: [OT] Wireless remote events? - resolved

2004-09-30 Thread Alejandro Tejada
on Wed, 29 Sep 2004 Richard Gaskin wrote: With so many Rev conferences this year I keep daydreaming that someone will start an open source presentation tool and runtime library in Transcript. Any chance we could toss one together in time to make all of our presentations for Malta? :)

Re: Educational uses for Rev

2004-09-30 Thread Dave Cragg
On 30 Sep 2004, at 13:39, Dom wrote: Sorry to answer so late, but there are so much messages on the RR List ;-) Dave Cragg [EMAIL PROTECTED] wrote: http://www.corporate-english.com ... both products were developed in Metacard/Revolution, including all the current server-side CGI scripts for the

Re: Linux Audio

2004-09-30 Thread David Quinn-Jacobs
Thanks, Flexible. I had read that, but it doesn't seem to apply to my situation. I am getting truncated and garbled sounds, even using the sound formats recommended there. I have played with the esd and artsd daemons too, but they don't seem to affect the quality of the playback. I have

Re: Accessing parts of arrays

2004-09-30 Thread Jeanne A. E. DeVoto
At 10:34 PM +0200 9/29/2004, jbv wrote: another interesting feature would be some sort of find function for arrays... for instance : put myText into T[5,8] find myText in T would return 5,8 or a list of found chunks if it is in more

Re: bug with autorun on Windows?

2004-09-30 Thread Chipp Walters
Chris, you can always set the defaultFolder yourself on startup. Check the Address property. best, Chipp Chris Sheffield wrote: The problem is that I noticed that the defaultFolder is not getting set correctly. When autorun launches the app, the defaultFolder is set to E:/ (the root of the

Re: bug with autorun on Windows?

2004-09-30 Thread Thomas McGrath III
Chris, I had the same thing happen on a major project and had to get the path of the executable on startup and set the default folder to that. I did copy my 'images' folder to the root level on one project so the code could follow it because I didn't have time to change the startup code but

Re: Accessing parts of arrays

2004-09-30 Thread Jan Schenkel
--- Jeanne A. E. DeVoto [EMAIL PROTECTED] wrote: At 10:34 PM +0200 9/29/2004, jbv wrote: another interesting feature would be some sort of find function for arrays... for instance : put myText into T[5,8] find myText in T would return 5,8

RE: bug with autorun on Windows?

2004-09-30 Thread Chris Sheffield
That is what I ended up doing. And that works fine. I'll Bugzilla this though since it doesn't seem to be behaving the way it should be. Thanks. Chris Sheffield Software Development Read Naturally -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chipp

Re: XPATH XML Library

2004-09-30 Thread Jan Schenkel
--- K [EMAIL PROTECTED] wrote: HAs anyone written a XML library supporting XPATH queries? Kevin Nope, but if you bugzilla this enhancement request and sollicit votes for it on this list, I'm sure we can send a signal to the Mothership that this would make a great addition for the next

RE: bug with autorun on Windows?

2004-09-30 Thread Jan Schenkel
--- Chris Sheffield [EMAIL PROTECTED] wrote: That is what I ended up doing. And that works fine. I'll Bugzilla this though since it doesn't seem to be behaving the way it should be. Thanks. Chris Sheffield Actually, I wouldn't call it a bug at all ; I used this OS-ability in FoxPro

Re: Can table-cell borders be invisible?

2004-09-30 Thread Jan Schenkel
--- [EMAIL PROTECTED] wrote: Can anyone tell me if it is possible to have table-cell borders that are invisible? I've seen controls to turn the outside border on and off, but not the inner borders around the cells. Setting the bordercolor of the cells to the background color

Re: Educational uses for Rev

2004-09-30 Thread Dom
Dave Cragg [EMAIL PROTECTED] wrote: Correction: *they* state. I was just drawing attention to it. Point noted ;-) -- ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: bug with autorun on Windows?

2004-09-30 Thread Frank D. Engel, Jr.
Can you autoplay a batch file? For some reason, I thought that only works in some versions of Windows, and not others? On Sep 30, 2004, at 3:46 PM, Jan Schenkel wrote: --- Chris Sheffield [EMAIL PROTECTED] wrote: That is what I ended up doing. And that works fine. I'll Bugzilla this though

Re: Accessing parts of arrays

2004-09-30 Thread Mark Brownell
On Thursday, September 30, 2004, at 12:35 PM, Jan Schenkel wrote: If my memory serves me well, Geoff Canyon started a thread on the xTalk mailing list a while ago that proposed functions itemOffsets, wordOffsets and lineOffsets which would return all the occurences' locations. So if we could have

Simple array question

2004-09-30 Thread Jim Hurley
I have an array x[1] x[2] x[3] ... etc. I combine x by return and put into a field. But the elements of the array are not ordered 1, 2,3 etc. I don't want to sort the list in the field by the values but by the numerical order of the keys. I do that now by brute force: repeat with i = 1 to m

Re: Simple array question

2004-09-30 Thread Mark Brownell
On Thursday, September 30, 2004, at 02:48 PM, Jim Hurley wrote: repeat with i = 1 to m put x[i] into line i of tResults end repeat put tResults into field 2 But is there any quick way to get the list sorted by the keys? I have 11,000 elements in the array. Jim Maybe by using a faster

Transfer all props except name and script

2004-09-30 Thread Sannyasin Sivakatirswami
I know there are a number of property tools which you kind wizards have put into the public domain... but I'm looking for a simple tool, that no doubt has already been written... just the script would be fine.. I find myself frequently wishing I would like to change all, usually buttons, to

Re: Transfer all props except name and script

2004-09-30 Thread Frank D. Engel, Jr.
Do you also wish to include the position and the size of the button? Just thought I'd point that out, since they seem to be lacking from your list. Obviously the layer can't be made the same for all of them, so I'll assume you don't want that. Thus, you might try something like (untested,

Re: Simple array question

2004-09-30 Thread Frank D. Engel, Jr.
Untested, but this might work: put the keys of x into y sort lines of y put empty into z repeat with i = 1 to the number of lines in y put x[i] the lineDelimiter after z end repeat delete the last char of z put z into field 2 On Sep 30, 2004, at 6:50 PM, Mark Brownell wrote: On Thursday,

Re: Simple array question

2004-09-30 Thread Alex Tweedly
At 15:50 30/09/2004 -0700, Mark Brownell wrote: On Thursday, September 30, 2004, at 02:48 PM, Jim Hurley wrote: repeat with i = 1 to m put x[i] into line i of tResults end repeat put tResults into field 2 takes 170 ticks for 11,000 elements on my slow machine But is there any quick way to

Re: Simple array question

2004-09-30 Thread Robert Brenstein
Untested, but this might work: put the keys of x into y sort lines of y -- sort lines of y numeric put empty into z repeat with i = 1 to the number of lines in y -- repeat for each line i in y put x[i] the lineDelimiter after z end repeat delete the last char of z put z into field 2 Robert

Re: Simple array question

2004-09-30 Thread Mark Brownell
On Thursday, September 30, 2004, at 05:48 PM, Alex Tweedly wrote: At 15:50 30/09/2004 -0700, Mark Brownell wrote: Maybe by using a faster repeat loop and a simpler append technique. put into tResults put 1 into i repeat put x[i] return after tResults if x[i] = empty then exit repeat

Re: bug with autorun on Windows?

2004-09-30 Thread Meitnik
In a message dated 9/30/04 11:26:07 PM, [EMAIL PROTECTED] writes: bug with autorun on Windows? -- Could you please post the final code to do autorun correctly. I too need this for cd on windows. Thanks. Btw, this should be in the docs too ;-) Andrew

Re: parsing and arrays and xml

2004-09-30 Thread Meitnik
In a message dated 9/30/04 11:26:07 PM, [EMAIL PROTECTED] writes: The reason that I bring it up here on the list in the open is that the external will speed up my XML based database and if it where later to be added to the engine then it would speed up my software that I'm selling now.