anomaly in dictionary entry explained in use-rev long ago; bug in uploading web notes?

2005-10-13 Thread Dick Kriesel
On 10/12/05 12:04 AM, Dick Kriesel [EMAIL PROTECTED] wrote: The entry for property the backgroundNames states: The backgroundNames is the list of all backgrounds in the stack whose backgroundBehavior property is set to true, whether they appear on the current card or not. While trying to

Re: Manipulate Stacks with Duplicate Names?

2005-10-13 Thread Scott Rossi
Is there any way to distinguish between newly created (unsaved) stacks that have the same name? How about using the stack's ID? I seem to recall reading on the list long ago that it was somehow possible for multiple opened stacks to have duplicate IDs, and (because of this) referencing stacks

Re: Manipulate Stacks with Duplicate Names?

2005-10-13 Thread xbury . cs
not mistakenly because Tuv once told me you just CANT rely on stack ids. Actually they change across sessions (not very smart IMOHO) so i too just avoid them... The stack path is probably the best reference after the stack's name... cheers Xavier [EMAIL PROTECTED] wrote on 13/10/2005 08:23:39:

Handling HTML Form POST in Rev?

2005-10-13 Thread Peter Reid
Can anyone provide some guidance on how I'd go about handling a POST from and HTML form? I'm trying to produce a simple form handling application in Rev using AltBrowser to provide the display of the form. However, I've no idea how I can get Rev to receive the POSTed form. I want this to

Re: Use of the encryption features in 2.6

2005-10-13 Thread Mark Schonewille
Hi Bill, An easy way to encrypt the contents of a field: on mouseUp encrypt fld 1 using blowfish with password 12345678 put the result into rslt if rslt is empty then put it into fld 2 else put rslt into fld 2 end if end mouseUp and decrypt it using on mouseUp decrypt fld

FileType

2005-10-13 Thread Yves COPPE
Hi list With mac OSX 10.4.2, the screen capture has changed of fileformat Before, in the previous mac OS X(Panther) it was a .pdf file Now it's a .png file Can you tell me what's the typefile of the image file created with a screen capture ? Thank you Greetings. Yves COPPE [EMAIL

Re: Browser Fields

2005-10-13 Thread Charles Hartman
On Oct 13, 2005, at 12:40 AM, Jesse Sng wrote: Has anyone attempted to implement the kind of browser set of fields that you see in iTunes and in the OS X Finder? I need to design something like that for a particular application that will allow the user to browser a hierarchical set of

Field Problems

2005-10-13 Thread David Burgun
Hi All, I am experiencing a problem using a Field List. I have a handler that updates the field, and in it I have the following lines: enable me disable me select line myLine of me All of which, when stepped over with the debugger cause the Handler to quit, actually the whole message thread

Re: Field Problems

2005-10-13 Thread xbury . cs
this could be a selectionchanged handler intercepting it... try to run this handler with lock messages before you run it... if it still kills the (it's NOT a thread) execution, it's probably an error in myline... If it runs, there's a frontscript (maybe) event handler catching your change of

Re: Background Group Question

2005-10-13 Thread David Burgun
Hi I solved the problem like this: repeat with myCardIndex = 1 to the number of cards in stack myStackLongName go to card myCardIndex of myStackLongName --** repeat with myControl index = 1 to the number of controls in card myCardIndex of stack myStackLongName

Re: FileType

2005-10-13 Thread Eric Chatonet
Hi Yves, With Capture (shipped with Mac OS Tiger): Type: PNGf Creator: prvw (preview/aperçu) Le 13 oct. 05 à 12:31, Yves COPPE a écrit : Hi list With mac OSX 10.4.2, the screen capture has changed of fileformat Before, in the previous mac OS X(Panther) it was a .pdf file Now it's a .png

Re: Browser Fields

2005-10-13 Thread xbury . cs
Hi guys, im working on such a hierarchical beast... but with not just files involved (i have active directory domains, subnets, servers, drives, shares, files in use, etc... i'll try to simplify... After i fix my PC's overheating issues... As for incremental searches, it's just a look

Re: FileType

2005-10-13 Thread Peter Reid
If you download and use the free utility called TinkerTool (currently v3.61): http://www.bresink.com/osx/TinkerTool.html you can change the screen capture format to any of PNG, PDF, TIFF, PICT, JPEG-JFIF, JPEG-2000, BMP, GIF, PSD, SGi, TGA! So you can have almost any flavour of graphic

Re: Question on message handling

2005-10-13 Thread Jim Hurley
Message: 17 Date: Wed, 12 Oct 2005 17:26:20 -0500 From: Ken Ray [EMAIL PROTECTED] Subject: Re: Question on message handling To: Use Revolution List use-revolution@lists.runrev.com Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=US-ASCII On 10/12/05 2:22 PM, Jim Hurley

Re: FileType

2005-10-13 Thread Yves COPPE
Le 13-oct.-05 à 15:40, Peter Reid a écrit : If you download and use the free utility called TinkerTool (currently v3.61): http://www.bresink.com/osx/TinkerTool.html you can change the screen capture format to any of PNG, PDF, TIFF, PICT, JPEG-JFIF, JPEG-2000, BMP, GIF, PSD, SGi, TGA!

Google invite

2005-10-13 Thread Bill
Can someone send me a google invite? ||| )_) )_) )_) )___))___))___)\ )))_)\\ _|||\\\__ ---\ /- http://www.bluewatermaritime.com ^ ^

Re: Question on message handling

2005-10-13 Thread Mark Wieder
Jim- Thursday, October 13, 2005, 7:12:32 AM, you wrote: What I found surprising (and welcome) is that the back and forward slashes never appear in the field. The key stroke is never passed back to the field for display after it is caught by the card script. (It would be if there were a pass

Re: Google invite

2005-10-13 Thread Gordon Tillman
Done! --gordy On Oct 13, 2005, at 10:08, Bill wrote: Can someone send me a google invite? ||| )_) )_) )_) )___))___))___)\ )))_)\\ _|||\\\__ ---\ /-

Re: Field Problems

2005-10-13 Thread David Burgun
Hi, Ok, I've got it working now, you are right using the hilitedline property is much more reliable, but one further question: How can I un-lite a line in a field? Thanks a lot Dave this could be a selectionchanged handler intercepting it... try to run this handler with lock messages

Re: Field Problems

2005-10-13 Thread Klaus Major
Hi David, Hi, Ok, I've got it working now, you are right using the hilitedline property is much more reliable, but one further question: How can I un-lite a line in a field? set the hilitedlines of fld xyz to 0 Thanks a lot Dave Regards Klaus Major [EMAIL PROTECTED]

StandAlone that saves

2005-10-13 Thread Ronald Zellner
I have the basics on this OK- I have a stack that I want the end user to be able to update. I have a Splash Screen stack that opens the main stack and that is what I use to create the standalone. I don't get the Rev icon on the Mac app file (have it selected in the standalone settings)

RE: Field Problems

2005-10-13 Thread MisterX
just the faq of it, you can also set multiple hilites with set the hilitedlines of field x to 1,4,12,9 or set them to empty... get it? get the hilitedlines of field x set them to somethingelse or if they are empty... or if they are 2 by 2... ;) language extensions in rev... my lexical

Re: Field Problems

2005-10-13 Thread Jim Ault
it is more fun to un-hilite with animation --set the fld to multi line list behaviour put the number of lines in fld xyz into maxx set the hilitedlines of fld xyz to 3 wait 300 millisecs set the hilitedlines of fld xyz to 5 wait 300 millisecs set the hilitedlines of fld xyz to 2,3 wait 300

Re: Browser Fields

2005-10-13 Thread Roger Guay
Hello Jesse, I have done a limited amount of this kind of thing in a curriculum development tool that we've built for teachers at a local Seattle school. I've not had a great deal of experience using Rev., so my work would no doubt be perceived as unsophisticated . . . at least by some.

Arcade Engine.

2005-10-13 Thread Denis Fernández
I need activate a Arcade Enigne for revolution, Help me Denis - Original Message - From: Todd Geist [EMAIL PROTECTED] To: use-revolution@lists.runrev.com Sent: Wednesday, October 12, 2005 10:08 PM Subject: Re: Image woes... Still having problems On 10/12/05 4:59 AM, Klaus Major

Script printing pProblems not solved in 2.6.1?

2005-10-13 Thread Dave LeYanna
Using Windows XP... A while back I mentioned that I was having problems with CR but no LF when I was printing scripts out of the script editor. I never got around to fixing it using the ideas mentioned in Bugzilla, I just put up with it waiting for the maintenance upgrade. It's hard to

Re: 2.6.1 release notes?

2005-10-13 Thread Sivakatirswami
On Oct 12, 2005, at 6:25 PM, Troy Rollins wrote: Version 2.6.1 is a bug fix and maintenance release. For more details, please see the IDEChangeLog.txt and EngineChangeLog.txt files in the distribution folder. In the Root of the new Rev folder (the same place you found Whats_new.txt)

Re: 2.6.1 release notes?

2005-10-13 Thread Andre Garzia
On Oct 13, 2005, at 6:05 AM, Sivakatirswami wrote: Right, of course I saw that... but... is this all there is to it? setting a window shape to an image with transparency... some how with all the hype over this new feature I keep expecting to find more in the realm of Deep masks: create

Re: Handling HTML Form POST in Rev?

2005-10-13 Thread Dan Shafer
I'm probably missing something here, but if you're not building a Web application that runs on a Web server, why are you using a browser and HTML at all? A browser's only job, really, is to provide an interface between a user desktop and information stored on a Web server. (Yeah, I know it

Re: Handling HTML Form POST in Rev?

2005-10-13 Thread Andre Garzia
Also doing form validation in Rev is way easier than in HTML + Javascript. It's just me or those AJAX guys seems a little code masochists... Cheers andre On Oct 13, 2005, at 4:15 PM, Dan Shafer wrote: I'm probably missing something here, but if you're not building a Web application that

Re: Manipulate Stacks with Duplicate Names?

2005-10-13 Thread Jeanne A. E. DeVoto
At 11:23 PM -0700 10/12/2005, Scott Rossi wrote: Is there any way to distinguish between newly created (unsaved) stacks that have the same name? How about using the stack's ID? I seem to recall reading on the list long ago that it was somehow possible for multiple opened stacks to have

Re: Browser Fields

2005-10-13 Thread Alex Tweedly
[EMAIL PROTECTED] wrote: As for incremental searches, it's just a look searching the next word and adding the findings to the results list. Isn't it? Let me know if you can't see how it's done... Yes and no. Please explain in what way it is incremental? search words, searching

Rev vs. AJAX...Or Web-Aware Apps vs. Web Apps

2005-10-13 Thread Dan Shafer
Andre.. I've been doing a LOT of thinking and analysis and research and investigation the past two weeks on this topic, so your post triggered in me a thought that perhaps I should share some of my conclusions with this group. I am acutely aware of Richard Gaskin's wonderful thinking

Re: 2.6.1 release notes?

2005-10-13 Thread Mark Talluto
On Oct 13, 2005, at 2:05 AM, Sivakatirswami wrote: Right, of course I saw that... but... is this all there is to it? setting a window shape to an image with transparency... some how with all the hype over this new feature I keep expecting to find more in the realm of Deep masks: create

Re: [Slightly OT] - Of Ajax, Ruby on Rails, and 37 Signals

2005-10-13 Thread Bruce Robertson
Rodney. I have to say this is one of the most reasoned and intelligent responses I've seen to the implied question, Why doesn't everyone use Revolution? It serves as a good reminder of a couple of great Truths of Programming. First, no one tool is suited for everything. Second, busy

Re: Handling HTML Form POST in Rev?

2005-10-13 Thread Peter Reid
Hi Dan I'm trying to produce a generic forms handler that can be used by people running surveys. Rather than try to make a generic forms design tool completely in Rev I thought I'd take advantage of the ease with which you can design forms in HTML. Then capture the Send and parse and e-mail

the most weird of the errors ever... (almost like a cold boot)

2005-10-13 Thread Andre Garzia
Hi Folks, I am experiencing some random crashes, but right now I experienced the most weird error ever... my screen went blank (actually blue, like shutdown) but it was not shutdown, then finder relaunched and poof no applications were running, before that Rev, iTunes, Safari and Mail

Re: Handling HTML Form POST in Rev?

2005-10-13 Thread Andre Garzia
On Oct 13, 2005, at 7:07 PM, Peter Reid wrote: The problem is that I can't guarantee access to a web server with cgi on it in the variety of situations where I want to deploy these forms, so I thought I'd try to build the minimum web server functionality (enough to handle the form

Re: Rev vs. AJAX...Or Web-Aware Apps vs. Web Apps

2005-10-13 Thread J. Landman Gay
Dan Shafer wrote: Laszlo spits out SWF files that play in any Flash player from 5.0 forward, and because of the Flash technology are guaranteed to work in any browser (since over 99% of them have Flash plug-ins already installed). Well, except for those of us who remove Flash because

Re: Handling HTML Form POST in Rev?

2005-10-13 Thread Peter Reid
Andre Thanks for the feedback, which of your apps would you recommend for the simplest guidance on this? Peter, if you're trying to build a little webserver in Rev, well, that is pretty easy, I have many versions of webserver built in rev running fine. Just log into my user space in

Re: anomaly in dictionary entry explained in use-rev long ago; bug in uploading web notes?

2005-10-13 Thread Howard Bornstein
On 10/13/05, Dick Kriesel [EMAIL PROTECTED] wrote: That seems like a worthy comment to add to the dictionary entries for the backgroundNames property and the remove command. Unfortunately, the Upload web note button appears not to work, even though a dialog box reports Upload complete. At

Re: Google invite

2005-10-13 Thread Jon Biddell
On 14/10/2005, at 1:08 AM, Bill wrote: Can someone send me a google invite? Ah, someone else beat me to it... If anyone else wants one, I have 100 to get rid of. Jon ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: the most weird of the errors ever... (almost like a cold boot)

2005-10-13 Thread Mark Wieder
Andre- Thursday, October 13, 2005, 3:11:34 PM, you wrote: weird weird weird... ...and it looks like Lula's in trouble, too... -- -Mark Wieder [EMAIL PROTECTED] ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Rev vs. AJAX...Or Web-Aware Apps vs. Web Apps

2005-10-13 Thread Dan Shafer
I guess I've gotten to a place where I ignore (as in don't even see) those animated ads any more. They don't bother me enough to miss the Flash content that i do like. But your point is well taken as well. Flash isn't 100% ubiquitous. Neither, for that matter, is JavaScript. On Oct 13,

Re: Rev vs. AJAX...Or Web-Aware Apps vs. Web Apps

2005-10-13 Thread Mark Wieder
Dan- Thursday, October 13, 2005, 1:54:38 PM, you wrote: Another client for whom I've written three relatively large apps in Rev has been advised by his new CEO to require me to rewrite them in some more standard language or tool/environment. He may not listen to the advice but he has raised

Re: Handling HTML Form POST in Rev?

2005-10-13 Thread Dan Shafer
I'm not so sure it's a daft idea at all. I just didn't understand your original motive. So you want to use HTML to *design* the forms (or, perhaps more accurately, to allow your users to design them) and then process the output via a Rev application. Interesting idea. With altBrowser,

Re: the most weird of the errors ever... (almost like a cold boot)

2005-10-13 Thread Dan Shafer
In theory, at least, that can't happen. In practice, it obviously did! I've had four black-screen-of-death crashes in the past 2+ weeks on my PBG4 with 10.4.2. I can't isolate them. Maybe there's something in the air. On Oct 13, 2005, at 3:11 PM, Andre Garzia wrote: Hi Folks, I am

Re: the most weird of the errors ever... (almost like a cold boot)

2005-10-13 Thread Andre Garzia
On Oct 13, 2005, at 8:20 PM, Dan Shafer wrote: In theory, at least, that can't happen. In practice, it obviously did! I've had four black-screen-of-death crashes in the past 2+ weeks on my PBG4 with 10.4.2. I can't isolate them. Maybe there's something in the air. solar flares?

RE: the most weird of the errors ever... (almost like a cold boot)

2005-10-13 Thread Scott Kane
I am experiencing some random crashes, but right now I experienced the most weird error ever... my screen went blank (actually blue, like shutdown) but it was not shutdown, then finder relaunched and poof no applications were running, before that Rev, iTunes, Safari and Mail were

Backscript

2005-10-13 Thread AbilityForms
Hi Everyone, Here's another foolish newbie question. How do I insert a handler into the backscripts? Joe Orlando, Florida ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Backscript

2005-10-13 Thread Richard Gaskin
[EMAIL PROTECTED] wrote: Hi Everyone, Here's another foolish newbie question. How do I insert a handler into the backscripts? insert script of btn MyBackScript into back For more on backscripts, frontscripts, and libraries see:

Re: the most weird of the errors ever... (almost like a cold boot)

2005-10-13 Thread Troy Rollins
On Oct 13, 2005, at 7:29 PM, Andre Garzia wrote: throw in your theory I'll go with – two major updates to QuickTime and iTunes in about a month. :-( -- Troy RPSystems, Ltd. http://www.rpsystems.net ___ use-revolution mailing list

Re: use-revolution Digest, Vol 25, Issue 38

2005-10-13 Thread Benjamin Pastrana
I am getting a very Fancy Font in the properties palettes. How I can set it to verdana or arial font? Thanks Benjamin On 10/13/05 10:00 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Send use-revolution mailing list submissions to use-revolution@lists.runrev.com To subscribe or

Re: Rev vs. AJAX...Or Web-Aware Apps vs. Web Apps

2005-10-13 Thread Dan Shafer
I agree 100%. Unless, of course, I'm the sole source. Dan On Oct 13, 2005, at 4:17 PM, Mark Wieder wrote: Back when I was doing hardware stuff, our one strict rule was never design a circuit with single-source parts. If your sole supplier gets stomped on by a dinosaur you're SOL.

Re: Question on message handling

2005-10-13 Thread Ken Ray
On 10/13/05 9:12 AM, Jim Hurley [EMAIL PROTECTED] wrote: on keyDown theKey switch theKey case / send mouseUP to button pause break case \ send mouseUP to button resume break default pass keyDown end switch end keyDown What I found surprising (and welcome) is that

Re: Manipulate Stacks with Duplicate Names?

2005-10-13 Thread Ken Ray
On 10/13/05 1:23 AM, Scott Rossi [EMAIL PROTECTED] wrote: Is there any way to distinguish between newly created (unsaved) stacks that have the same name? How about using the stack's ID? I seem to recall reading on the list long ago that it was somehow possible for multiple opened stacks

Re: Fancy Font in Properties Palette (was: Re: use-revolution Digest, Vol 25, Issue 38)

2005-10-13 Thread Ken Ray
On 10/13/05 10:53 PM, Benjamin Pastrana [EMAIL PROTECTED] wrote: I am getting a very Fancy Font in the properties palettes. How I can set it to verdana or arial font? Thanks Is this on Windows or Mac? And do you know what font is actually being displayed? More information would help to be

RE: cWinCursor broke in 2.6.1?

2005-10-13 Thread MisterX
Hi TJ I filed a bugzilla on it yesterday http://support.runrev.com/bugdatabase/show_bug.cgi?id=3182 I don’t remember the bugzilla for color cursors but it should have a million votes on it by now ;) cheers Xavier http://monsieurx.com -Original Message- From: [EMAIL PROTECTED]

RE: Browser Fields

2005-10-13 Thread MisterX
Alex try this The other button mentioned in the script is a checkbox to do search or filters. It's also easy to extend to do multi-hilites like Firefox. script in field on backspacekey send keyup to me in 300 milliseconds pass backspacekey end backspacekey on keyup thekey get me if

Re: Rev vs. AJAX...Or Web-Aware Apps vs. Web Apps

2005-10-13 Thread J. Landman Gay
Dan Shafer wrote: I guess I've gotten to a place where I ignore (as in don't even see) those animated ads any more. They don't bother me enough to miss the Flash content that i do like. I use this: http://flashblock.mozdev.org/ Works very well and leaves me in control. -- Jacqueline

AXEL import?

2005-10-13 Thread Benjamin Pastrana
Does Revolution accepts AXEL files with interactivity?? http://www.mindavenue.com/en/products/ ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

AXEL

2005-10-13 Thread Benjamin Pastrana
Does Revolution accepts AXEL files with interactivity?? http://www.mindavenue.com/en/products/ ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Rev vs. AJAX...Or Web-Aware Apps vs. Web Apps

2005-10-13 Thread Trevor DeVore
On Oct 13, 2005, at 1:54 PM, Dan Shafer wrote: * generally faster than Web apps * not dependent upon a reasonably fast Internet connection * not dependent on a server out there somewhere being up and running and not overloaded * better looking with better user experiences (at least

RE: Rev vs. AJAX...Or Web-Aware Apps vs. Web Apps

2005-10-13 Thread MisterX
On Behalf Of Dan Shafer I agree 100%. Unless, of course, I'm the sole source. Dan On Oct 13, 2005, at 4:17 PM, Mark Wieder wrote: Back when I was doing hardware stuff, our one strict rule was never design a circuit with single-source parts. If your sole supplier gets stomped

Re: AXEL

2005-10-13 Thread Trevor DeVore
On Oct 14, 2005, at 1:16 AM, Benjamin Pastrana wrote: Does Revolution accepts AXEL files with interactivity?? http://www.mindavenue.com/en/products/ Not directly. But you can use the Axel QT component and you open the file using a player object. -- Trevor DeVore Blue Mango Multimedia

RE: cannot create or edit web notes for the dictionary

2005-10-13 Thread MisterX
see bugzilla http://support.runrev.com/bugdatabase/show_bug.cgi?id=2857 I think that should answer why it doesn't work anymore ;) cheers Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dick Kriesel Sent: Friday, October 14, 2005 6:06 AM

Re: use-revolution Digest, Vol 25, Issue 38

2005-10-13 Thread Judy Perry
Benjamin, Could you possibly have downloaded and installed some shareware font? I know I had this same problem after I downloaded Ransome Note, a font in which the letters look as if they've been cut from various newspapers, magazines, etc., and IT started showing up in my properties palette...