Re: Select question

2004-03-23 Thread Doug Lerner
But... in order for the mouseDouble message to be recognized you first have to be in the browser tool. :) Anyway, I'm trying about 50 combinations to see which might work best. Thanks! doug On 3/23/04 3:53 PM, Brian Yennie [EMAIL PROTECTED] wrote: Doug, A few suggestions: You won't be

MYSQL Cgi Linux

2004-03-23 Thread paolo
I installed the cgi-engine (Rev 2.0 for Linux) in the cgi-bin of my server provider (Linux/apache) an it work great ... then i tryed to connect to a mysql-database . I... - uploaded the database-driver to the server (file dbmysql.so from the Linux folder in the distribution) - set the permission

Re: Select question

2004-03-23 Thread Doug Lerner
On 3/23/04 4:21 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: List-Help: mailto:[EMAIL PROTECTED] List-Subscribe: http://lists.runrev.com/mailman/listinfo/use-revolution, mailto:[EMAIL PROTECTED] Sender: [EMAIL PROTECTED] Errors-To: [EMAIL PROTECTED] So you are allowing your user to

Re: Select question

2004-03-23 Thread Richard Gaskin
Doug Lerner wrote: But... in order for the mouseDouble message to be recognized you first have to be in the browser tool. :) Not in a standalone. The mousedoubleUp message is sent to the object double-clicked on by the engine, but the Rev and MC IDEs trap that message and don't pass it. You

Re: is within - a syntax bug?

2004-03-23 Thread Frank Leahy
On Tuesday, March 23, 2004, at 06:10 AM, [EMAIL PROTECTED] wrote: From: Doug Lerner [EMAIL PROTECTED] Subject: is within - a syntax bug? To: How to use Revolution [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=US-ASCII This results in a syntax error that what

downloading RunRev to Windows 98: proximity = destiny

2004-03-23 Thread Erik Hansen
thank you for responding to the download RunRev to Windows 98 query. i could not assuage the fear of RunRev. in the human mind sometimes proximity = destiny. = [EMAIL PROTECTED]http://www.erikhansen.org __ Do you Yahoo!? Yahoo! Finance Tax Center - File

Re: Select question

2004-03-23 Thread Doug Lerner
The docs say it is only sent when in the browser tool though... doug On 3/23/04 5:45 PM, Richard Gaskin [EMAIL PROTECTED] wrote: Doug Lerner wrote: But... in order for the mouseDouble message to be recognized you first have to be in the browser tool. :) Not in a standalone. The

Re: [OT] Spelling

2004-03-23 Thread Ian Wood
Don' yow be worryin 'bout dat, Oi jost spen' de hole wkend taikin picchurs of a typographic stoodent competishun ware peepl haid left spellin mistaiks, ore 'tie-poes', in daire finall posters! Ian Wood Panoramic photography, from web to billboard, sunrise to moonrise

Re: [OT] Spelling

2004-03-23 Thread Graham Samuel
On Mon, 22 Mar 2004 22:42:33 -0600,Ken Ray [EMAIL PROTECTED] wrote: [...] it's means it is its means belonging to it -- An apostrophe usually implies possession (or is used in a contraction), and is not used for making a singular into a plural, so: television's = belonging to a

[ANN - REVISED] PDF, RTF and TXT version of Rev 2.1.2 Docs Available

2004-03-23 Thread Ken Ray
It has come to my attention that the RTF and PDF versions of what I've uploaded to my site had some special characters that looked funny and a running header that added 3MB to the overall file size of the document! In any event, a revised version has been reposted to my site. For those that

Summarizing the C vs Transcript conversations...

2004-03-23 Thread Frank Leahy
Hello All, There's been a fair number of posts regarding the fact that Transcript doesn't look and act like C. (I'm afraid that I was a big part of the conversation a couple of months ago when I suggested that it would be nice if simple constructs like a = b + c could be supported.) And now

Re: [OT] Spelling

2004-03-23 Thread Dom
Ken Ray [EMAIL PROTECTED] wrote: Sorry for being a bit pedantic, and I hope no one takes offense. And you are forgetting all these non-native speakers, who are blithely botching the english language... [Thanks to the Hachette-Oxford Dictionary, where I found all these strange words] -- and I

RE: selectedText confusion

2004-03-23 Thread Graham Samuel
Thanks to Klaus, Ray and Hershev for answering this. All in all, it was my fault because a mistake about context. I also reported the problem incorrectly. I said I've got a list field where one line is hilited (I can see the hilite), and I have the following handler in it on mouseUp global

Re: MYSQL Cgi Linux

2004-03-23 Thread paolo
Ops . I got the solution...(after several attempts) The database type has to be written in lowercase . mysql instead of MYSQL Now the following command works from a my CGIstack: put revOpenDatabase(mysql,dbhost,dbdatabase,dbuser,dbpassword) into dbresult great Rev ciao Paolo -

Building a standalone - problem 1

2004-03-23 Thread jcwall
I wonder if somebody could help me with building a standalone, a task which is new to me. Here is what I am doing. I have built two main stacks; SLDataCollection which I use to collect and store data and SLResults which is essentially a single card where I place the results for printing.

[OT] Algol!

2004-03-23 Thread Graham Samuel
On Tue, 23 Mar 2004 10:24:03 +, Frank Leahy [EMAIL PROTECTED] wrote: [a civilised summary of the C vs Transcript conversations...] including the remark I understand Marc's desire that it would be nice if Transcript supported C-like syntax, because most of the worlds computer languages are

Re: [OT] Spelling

2004-03-23 Thread Klaus Major
Hi Ken, Sorry, everyone, but after seeing multiple posts by people (not only on this list, but elsewhere as well) where certain words are consistently misspelled, I felt that it was time to make a quick post about those words in the hope that it would help us all communicate better in the

selecting a text field - a few questions

2004-03-23 Thread Doug Lerner
1. If I select a text field and place the insert cursor in the text, the text field gets surrounded by a blue box. What property is that? 2. The blue box mentioned in (1) above disappears if I select another text field, but not if I select another control, like a graphic in the same card. Why is

Re: selecting a text field - a few questions

2004-03-23 Thread Klaus Major
Hi Doug, 1. If I select a text field and place the insert cursor in the text, the text field gets surrounded by a blue box. What property is that? That is the showfocusborder property... 2. The blue box mentioned in (1) above disappears if I select another text field, but not if I select

Re: Split followed by Transpose

2004-03-23 Thread Glen Bojsza
This really clears up everythingbut then the question I have to ask is why would you have one command (split) create a 1D array and have another command that only works with a 2D array (transpose)? Would there not be a greater benefit if the split command or another new split command

Re: [OT] Spelling

2004-03-23 Thread j
Your got a lotta nerve saying that we's dont now anything about speling. You mean he gotS a lotta nerve... :D j. ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Database Experience

2004-03-23 Thread j
Various hand-crafted MySQL record locking schemes are discussed in most MySQL books. (pssst. the reason some people subscribe to lists like these is to avoid having to buy books.) j. ___ use-revolution mailing list [EMAIL PROTECTED]

Re: Database Experience

2004-03-23 Thread Rick Harrison
I don't believe MySQL has any built-in record locking functionality- that's the bad news. The good news is that even if it did, it would be about the same amount of work in the simple case. Suppose you were to write a front-end in Revolution, and had no control over the back-end (other than

Re: Database Experience

2004-03-23 Thread Rick Harrison
On Mar 23, 2004, at 11:15 AM, Bruce Robertson wrote: This is very useful information, thank you for sharing it with us. What happened to the Unlimited Version? Server feature are now strictly in Server, and there are 2 versions. Server 7 and Server 7 Advanced. Advanced has the web publishing

[Ann] MTML Pull-Parser Data Table

2004-03-23 Thread Mark Brownell
MTML Pull-Parser Data Table This is an example of using a form of simplified XML, a none compliant SGML similarity, that only requires that tag sets start and end inside the same document. That makes this MTML compliant. So says me, the inventor of it. Elements can contain multi-line text,

Setting the backgroundcolor

2004-03-23 Thread Jim Hurley
This is something that drives me crazy. More often than not, the backGroundColor property in the property inspector is dimmed out (gray ?, pre-selected ?) and does not function. My only recourse is to set the color in a handler or the message box. I assumed that this has been reported, but I

Re: OT: OS logo trademarked?

2004-03-23 Thread j
The logos are of course trademarked but using the images to identify software compatibility is common practice. not just common practice, but even legal: http://developer.apple.com/mkt/maclogo/mac_logo_license_agreement.pdf j. ___ use-revolution

Re: [Ann] MTML Pull-Parser Data Table

2004-03-23 Thread Mark Brownell
Concerning something that Wouter found: On Tuesday, March 23, 2004, at 06:54 AM, Wouter wrote: Hi, I hope you don't mind the intrusion as I didn't want to put this on the list. At: http://www.mail-archive.com/[EMAIL PROTECTED]/ msg27362.html you gave these very nice handlers in a reply on

Text issues with Mac Cube

2004-03-23 Thread Richard Gaskin
I have a customer who's experiencing a very odd circumstance: when displaying a text file in a field, clicking in specific character offsets in the text causes several paragraphs to effectively disappear, moving the text below them up. Clicking elsewhere in the field causes the text to be

Re: [OT] Spelling

2004-03-23 Thread Mark Brownell
On Monday, March 22, 2004, at 08:42 PM, Ken Ray wrote: and I hope no one takes offense. Thanks, Ken Ray I took a fence... , after smashed into it with my car. LOL mb ___ use-revolution mailing list [EMAIL PROTECTED]

waveforms

2004-03-23 Thread Richard Gaskin
Any of you have an algorithm or external for generating wave form images from MP3 or other audio files? -- Richard Gaskin Fourth World Media Corporation ___ [EMAIL PROTECTED] http://www.FourthWorld.com

Re: waveforms

2004-03-23 Thread jbv
Richard, Any of you have an algorithm or external for generating wave form images from MP3 or other audio files? I'm presently working on an app that will open AIFF files and display the waveforms (and eventually do FFT, filtering and other sound processing, and then save the result as

Re: Split followed by Transpose

2004-03-23 Thread Dar Scott
On Tuesday, March 23, 2004, at 07:33 AM, Glen Bojsza wrote: This really clears up everythingbut then the question I have to ask is why would you have one command (split) create a 1D array and have another command that only works with a 2D array (transpose)? Arrays are very powerful but if

Re: ANN: New plug-in: 2lz2

2004-03-23 Thread Klaus Major
Hi Revolutionists, there was a bug in Favourites, so the prefs were not loaded... Sorry for the inconveniences :-( A working copy is now: Tue, 23 Mar 2004 21:01:46 +0100 available... http://www.major-k.de/staxx/2lz2.mc.zip Again, sorry folks... Regards Klaus Major [EMAIL PROTECTED]

PNLP get Attributes; was [Ann] MTML Pull-Parser Data Table

2004-03-23 Thread Mark Brownell
On Tuesday, March 23, 2004, at 09:21 AM, Mark Brownell wrote: -- put PNLPgetAttribute(name, tZap) into theAttribute function PNLPgetAttribute tAttribute, strngToSearch strngToSearch should be parsed from an element tag set (bob, /bob, tZap) first in order to parse that element's attributes.

Re: itemDelimiter -- Fix

2004-03-23 Thread Mark Brownell
From: Mark Brownell * Subject: Re: itemDelimiter * Date: Thu, 12 Feb 2004 09:05:30 -0800 To fix archives: This is the latest that works, and thanks to Wouter it also fixes attributes that begin different but end the same. I forgot about space and SGML requirements. Example tag set

Repeat loop optimization?

2004-03-23 Thread Glen Bojsza
I tried the following experiment. I have a field with 1 lines and I want to convert the first word to seconds Method 1 Break the 1 lines into 5 separate loops. The start time and end time was recorded for each loop - ie when a loop completed the next loop started. TIME TO PROCESS 21

Re: Split followed by Transpose

2004-03-23 Thread Glen Bojsza
I like a lot of your points. But for reality anything being done in this area would eventually have to be put in Revolution's core engine (if Rev users are going to develop any intensive products around this functionality). But you have given me a side project to investigate and that would be

Re: [OT] Spelling

2004-03-23 Thread Jim Lyons
While we are off topic on spelling, maybe Mr. X would appreciate knowing that: Discrete means individually distinct, separate. Discreet means circumspect in speech or action, especially to avoid embarrassment. Or maybe he wouldn't... 8^) Jim Lyons

Re: Repeat loop optimization?

2004-03-23 Thread Dar Scott
On Tuesday, March 23, 2004, at 01:34 PM, Glen Bojsza wrote: This is a substantial difference...can anyone give me some pointers on how I should optimize repeat loops. I thought that doing the one big loop should be as fast as the multiple loops? 'line n' takes time proportional to n. Looping

Re: Split followed by Transpose

2004-03-23 Thread Dar Scott
On Tuesday, March 23, 2004, at 02:01 PM, Glen Bojsza wrote: But you have given me a side project to investigate and that would be seeing if an array/matrix/math external would 1. give any substantial performance over a transcript solution (my first thoughts would be yes) Currently, only

Re: Text issues with Mac Cube

2004-03-23 Thread Ray G. Miller
From: Richard Gaskin [EMAIL PROTECTED] I have a customer who's experiencing a very odd circumstance: when displaying a text file in a field, clicking in specific character offsets in the text causes several paragraphs to effectively disappear, moving the text below them up. Clicking

Re: [OT] Spelling

2004-03-23 Thread James . Cass
I could go for some Rev chicken scripts. Maybe with a condiment sauce plug-in. Mchicken scripts. -James ;-P Jim Lyons [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 03/23/04 04:02 PM Please respond to How to use Revolution To: [EMAIL PROTECTED] cc:

Re: Repeat loop optimization?

2004-03-23 Thread Sarah Reichelt
Hi Glen, I reckon you should be able to process all 1 lines in one go, without to much delay. Re-writing your fireBig handler to use repeat for each which is MUCH faster than repeat with: on firebig put long time into fld sb1 put line 1 to 1 of fld out into fbtemp1 put empty into

Re: Repeat loop optimization?

2004-03-23 Thread Glen Bojsza
Sarah, This is incredible...it took 1 second !! Now I must really play around with repeat for each since I am working with large data sets. thank you very much Glen On Tuesday, March 23, 2004, at 04:36 PM, Sarah Reichelt wrote: Hi Glen, I reckon you should be able to process all 1

RE: [OT] Spelling

2004-03-23 Thread Ken Ray
I could go for some Rev chicken scripts. Maybe with a condiment sauce plug-in. Mchicken scripts. LOL! :-) Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ ___ use-revolution mailing list

Re: waveforms

2004-03-23 Thread Bruce Robertson
Any of you have an algorithm or external for generating wave form images from MP3 or other audio files? I suggest you look at the very powerful scientific analysis tools available with Smile, the French applescript editor. Smile is actually a very powerful and very comprehensive system used for

Re: Split followed by Transpose

2004-03-23 Thread Dr . John R . Vokey
Back when the earth was still cooling, I produced an array package in hypercard compiled with CompileIt! that worked with a new hypercard object, a SANE array. From within hypercard, one worked (invisibly) with handles to the arrays, so that the array itself was never passed in and out of

Re: waveforms

2004-03-23 Thread Christopher Mitchell
speaking of all this, has anyone experimented with communicating between Rev and Max/MSP? and while I'm writing, the same crowd might know of the best way in RR to access CoreMidi devices, perhaps with a coremidi external... ? Yours, Chris On Mar 23, 2004, at 1:14 PM, jbv wrote: Richard,

What is sb?

2004-03-23 Thread Dar Scott
For some reason Rev won't let me use sb as a name. I don't find it in the dictionary. What is this? Dar ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: What is sb?

2004-03-23 Thread Richard Gaskin
Dar Scott wrote: For some reason Rev won't let me use sb as a name. I don't find it in the dictionary. What is this? It's the abbreviation for scrollbar. -- Richard Gaskin Fourth World Media Corporation Developer of WebMerge: Publish any database on any Web site

ask password clear bug

2004-03-23 Thread Wouter
As the ask password clear-bug is still standing in the latest RC, the following is still a solution: Edit the script of card 1 of the ask dialog stack and change: on backspaceKey if the fieldmode of me is password then deleteone else pass backSpaceKey end backspaceKey to on

align : right , left , top

2004-03-23 Thread hershrev
Looks like the align right click when selecting multiple items doesn't work, hershrev. ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Large Rev Logo, Anyone?

2004-03-23 Thread Judy Perry
Hi, Does anyone have, or know where to find, a large version of the logo for a tutorial splash screen? Thanks In Advance, Judy ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

CGI to Receive Any File by POST

2004-03-23 Thread Sannyasin Sivakatirswami
We are tightening up on FTP on our server and opening up AFP for remote mac users... but our Windows collobarators will need another way to send files. I'm thinking to serve a simple upload.html file with with a client side form input type=file select file picker that sends the chosen file

RE: Large Rev Logo, Anyone?

2004-03-23 Thread Ken Ray
Could you take it out of the OS X bundle icon? Iconographer would help with that ... Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Judy Perry Sent:

Externals inside the MacOS X package?

2004-03-23 Thread Dave Egbert
I've tried on numerous occasions to get my MacOS X standalones to look for externals inside the MacOS X package. Has anyone been able to get that to work? I understand that you have to quit RunRev in order for the set externals command to work. I think I'm a little confused on the sequence of

Re: Externals inside the MacOS X package?

2004-03-23 Thread Brian Yennie
The easiest way of all is probably to create a _stack_ with it's externals property already set, and then put both the stack and the external in the package. That way, your application can just start using the stack whenever necessary, and you can even make updates to that stack without