Re: All about plugin

2003-01-31 Thread Jeanne A. E. DeVoto
At 8:27 AM -0800 1/27/03, Jim Hurley wrote: I created a stack containing the handlers I would like to use as addenda to RR in the stack script. I set it to open at startup. I then saved the stack and stored it in the plugin folder. On restarting RR the stack in that folder opened as expected. But

Re: create graphic and choose browse issues

2003-01-31 Thread Jeanne A. E. DeVoto
At 11:03 AM -0800 1/29/03, Zac Elston wrote: set the style of the defaultgraphic to line create graphic linetohost set the points of graphic linetohost to MyVertList choose browse tool when i compile it, everything appears to work fine, but while developing it, I have to choose the browse tool

Re: htmlText and images

2003-01-31 Thread Jeanne A. E. DeVoto
At 2:17 PM -0800 1/29/03, Björnke von Gierke wrote: You are downloading images as html. That won't work, because html is a ascii transfer, not a binary one. You must use binfile:www.sitename.com/images/mymage.jpg instead. This isn't right. HTTP is an 8-bit transfer protocol and will download

VS: [Announce] Rev Navigator is now available.

2003-01-31 Thread Esa Kivelä
-Alkuperäinen viesti- Lähettäjä: Geoff Canyon [mailto:[EMAIL PROTECTED]] Lähetetty: 31. tammikuuta 2003 13:29 Vastaanottaja: Use-Revolution; improve-revolution Aihe: [Announce] Rev Navigator is now available. Rev Navigator is now available at

Re: htmlText and images

2003-01-31 Thread Mike McManus
Am I understanding everyone correctly? I need to download the image separately from getting the html file in which it is included? If so then I would assume I need to also change the image source of the html after I get that to point to the correct graphic. Relatively complicated, but

[OT] French translation for Save

2003-01-31 Thread sims
Is économiser the correct French word French for a Save button? If it isn't, what is correct? atb sims -- --- http://EZPZapps.com [EMAIL PROTECTED] Software - Internet Development - Consulting

Re: [OT] French translation for Save

2003-01-31 Thread Jan Schenkel
--- sims [EMAIL PROTECTED] wrote: Is économiser the correct French word French for a Save button? If it isn't, what is correct? atb sims -- I thought it was Sauver or Préserver but my memory fails me on a regular basis. Jan Schenkel.

Jaguar and 1.1.1 ok?

2003-01-31 Thread Ivers, Doug E
If I install Jaguar (Mac OS 10.2) will I still be able to run Rev 1.1.1 without problems? -- D ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: [Announce] Rev Navigator is now available.

2003-01-31 Thread Toma Tasovac
When I try to download, I get: The requested URL /navigator/navigator.sit was not found on this server On Friday, January 31, 2003, at 12:29 PM, Geoff Canyon wrote: Rev Navigator is now available at http://www.inspiredlogic.com/navigator Toma Tasovac

Re: [OT] French translation for Save

2003-01-31 Thread yves COPPE
--- sims [EMAIL PROTECTED] wrote: Is Èconomiser the correct French word French for a Save button? If it isn't, what is correct? atb sims -- I thought it was Sauver or PrÈserver but my memory fails me on a regular basis. I'm a french speaker. It's Sauver (or sometimes Sauvegarder)

Re: Jaguar and 1.1.1 ok?

2003-01-31 Thread Klaus Major
Hi Doug, If I install Jaguar (Mac OS 10.2) will I still be able to run Rev 1.1.1 without problems? Yes, but your first action after launching RR should be changing the look and feel (Menu - View) to Mac OS emulated. -- D Hope that helps. Regards Klaus Major [EMAIL PROTECTED]

dynamic controls

2003-01-31 Thread Bisser Milanov
Using Revolution can I add controls dynamically like buttons, text boxes, labels etc using code during runtime? Best Regards Bisser Milanov *** DataFlight Europe as e-mail [EMAIL PROTECTED] Tel: +45 48 16 84 71 Fax: +45 70 22 45 25

Re: [OT] French translation for Save

2003-01-31 Thread Ludovic Thebault
yves COPPE a écrit: I'm a french speaker. It's Sauver (or sometimes Sauvegarder) or Enregistrer which is used for menu item Save Enregistrer Sous.. for Save as.. happy to help you in French ! Bonjour à tous les utilisateurs francophones de la liste !

Re: dynamic controls

2003-01-31 Thread Klaus Major
Hi Bisser, Using Revolution can I add controls dynamically like buttons, text boxes, labels etc using code during runtime? Yes :-) But runtimes/standalones will have the 10 statement limit just like the starter kit. This ONLY appeals to new created objects (during runtime). Best Regards

Line Tracing

2003-01-31 Thread Jim Hurley
Message: 11 Date: Thu, 30 Jan 2003 19:52:22 -0800 Subject: re: Line Tracing From: Roger Guay [EMAIL PROTECTED] To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Thanks to Gary Rathbone and Jim Hurley for their suggestions, but the Lockscreen property does not work, and although Jim's script is

RE: dynamic controls

2003-01-31 Thread Bisser Milanov
So I cannot create more than 10 objects dynamically at runtime? Best Regards Bisser Milanov *** DataFlight Europe as e-mail [EMAIL PROTECTED] Tel: +45 48 16 84 71 Fax: +45 70 22 45 25 Visit www.dataflight.dk and get the latest news

create graphic and choose browse issues

2003-01-31 Thread Jim Hurley
Zac Elston wrote: set the style of the defaultgraphic to line create graphic linetohost set the points of graphic linetohost to MyVertList choose browse tool when i compile it, everything appears to work fine, but while developing it, I have to choose the browse tool manually. is this

Jaguar 10.2.3

2003-01-31 Thread Carsten Levin
Using Rev. 1.1.1 with Jaguar 10.2.3 - no problems that wasnt there with 10.1 On fredag, jan 31, 2003, at 14:11 Europe/Copenhagen, [EMAIL PROTECTED] wrote: Message: 13 Subject: Jaguar and 1.1.1 ok? Date: Fri, 31 Jan 2003 07:36:19 -0500 From: Ivers, Doug E [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: [OT] French translation for Save

2003-01-31 Thread sims
I'm a french speaker. It's Sauver (or sometimes Sauvegarder) happy to help you in French ! Merci beaucoup mes amis! The button will enable the user to 'Save' an image they have made so it appears that Sauver or Sauvegarder would be correct but in this case Sauver fits the space nicely ;-) I

Re: dynamic controls

2003-01-31 Thread Klaus Major
Hi Bisser, So I cannot create more than 10 objects dynamically at runtime? No, no this is a misunderstanding :-) You can create dozens of controls at runtime, but when setting the script of these new objects dynamically THAT goes under the starter kit limit. (If you want to create these

bad factor

2003-01-31 Thread Bisser Milanov
If I try to do: set the location of btn to 50,50 or set the height of btn to 50 I get error message: Expression: bad factor What does it mean? Where I can find more detailed description of error messages? Best Regards Bisser Milanov

Re: bad factor

2003-01-31 Thread Klaus Major
Hi Bisser, If I try to do: set the location of btn to 50,50 or set the height of btn to 50 I get error message: Expression: bad factor What does it mean? The engine (and i ;-) are asking WHAT button ??? So if you script: ... set the height of btn Name of your button here!!! to 50 ... or

RE: bad factor

2003-01-31 Thread Bisser Milanov
Obviously the programming using this Revolution is quite different than a normal development tool for Windows that is why I am so confused. Yes I was missing the word button - my button name is btn. Thanx for the assistance Best Regards Bisser Milanov

services, daemons ...

2003-01-31 Thread Bisser Milanov
Can I write services for windows and daemons for unix using Revolution? Actually the thing is I want to run a program as a server application because nobody would be logged in on the PC. So is it possible to make an application that has no user interface? Best Regards Bisser Milanov

Re: VS: [Announce] Rev Navigator is now available.

2003-01-31 Thread Geoff Canyon
It's a plugin. The screen shots are Mac, but it should work on windows exactly the same. On Friday, January 31, 2003, at 03:40 AM, Esa Kivelä wrote: -Alkuperäinen viesti- Lähettäjä: Geoff Canyon [mailto:[EMAIL PROTECTED]] Lähetetty: 31. tammikuuta 2003 13:29 Vastaanottaja:

Re: [Announce] Rev Navigator is now available.

2003-01-31 Thread Geoff Canyon
Fixed now. On Friday, January 31, 2003, at 04:45 AM, Toma Tasovac wrote: When I try to download, I get: The requested URL /navigator/navigator.sit was not found on this server On Friday, January 31, 2003, at 12:29 PM, Geoff Canyon wrote: Rev Navigator is now available at

Re: bad factor

2003-01-31 Thread Klaus Major
Hi Bisser, Obviously the programming using this Revolution is quite different than a normal development tool for Windows that is why I am so confused. There is no such thing like a normal development tool for Windows ;-) Yes I was missing the word button - my button name is btn. Hmm, not

Setting Pixels - Any geeks out there?

2003-01-31 Thread Robert J Warren \(Howsoft.com\)
For those of you who are interested in graphics, I DO suggest you try Monte's custom paint tool for simply drawing squiggly lines with the mouse. In terms of coding, and since Monte has proved to us all that he is quite good at this kind of thing, I think that this routine is probably about as

RE: FAQs from this list...

2003-01-31 Thread Rob Cozens
www.oenolog.com/who.htm -- Rob Cozens Sorry erik, no FAQ there; but Serendipity Library is available at http://www.oenolog.com/ftp/serendipity_downloader. -- Rob Cozens CCW, Serendipity Software Company http://www.oenolog.com/who.htm And I, which was two fooles, do so grow three; Who are a

RE: FAQs from this list...

2003-01-31 Thread Rob Cozens
Sorry erik, no FAQ there; but Serendipity Library is available at http://www.oenolog.com/ftp/serendipity_downloader.htm added a .htm. Sorry. -- Rob Cozens CCW, Serendipity Software Company http://www.oenolog.com/who.htm And I, which was two fooles, do so grow three; Who are a little wise,

Re: bad factor

2003-01-31 Thread Ken Ray
Yes I was missing the word button - my button name is btn. Hmm, not too intuitive ;-) Take another name next time, just to avoid confusion in your scripts. Of course you can have many buttons with the same name on a card, but when you address a button by its name in a script , the script

Re: services, daemons ...

2003-01-31 Thread Ken Ray
Can I write services for windows and daemons for unix using Revolution? Actually the thing is I want to run a program as a server application because nobody would be logged in on the PC. So is it possible to make an application that has no user interface? You can make an application with no

Re: bad factor

2003-01-31 Thread Vikram Singh
You should give some indication of which button you want to move: set the loc of btn 1 to 20,20 set the rectangle of btn "hello" to 22,22,77,77 etc Vikram - Original Message - From: Bisser Milanov To: [EMAIL PROTECTED] Sent: Friday, January 31, 2003 7:36 PM

Re: bad factor

2003-01-31 Thread Klaus Major
Hi Ken, ... (b) remove any possible confusion that Rev might encounter. So use this: set the hilite of btn Banana to true instead of this: set the hilite of btn Banana to true is this supposed to be an innuendo? :-D Just my $0.02, Ken Ray Have a nice weekend :-) Regards Klaus

Re: bad factor

2003-01-31 Thread Dave LeYanna
Now, if he would have said foobar instead of Banana we would not have considered any implicit innuendo. However, since he DID use Banana, what are we to think? g djl At 07:58 PM 1/31/03 +0100, you wrote: Hi Ken, ... (b) remove any possible confusion that Rev might encounter. So use this:

Re: bad factor

2003-01-31 Thread Klaus Major
Hi Dave, Now, if he would have said foobar another programmers term whose meaning i have been looking for for years. Can you enlighten me? instead of Banana we would not have considered any implicit innuendo. Hark, hark, that's true... However, since he DID use Banana, what are we to

Re: reserved words

2003-01-31 Thread Jeanne A. E. DeVoto
At 3:45 PM -0800 1/29/03, erik hansen wrote: --- Klaus Major [EMAIL PROTECTED] wrote: You use lots of reserved word in your handlers, be it as a handler name (left, right, home etc...) or names of variables (num as the most obvious example). on the trail of the elusive reserved word... ï no

Re: [OT] French translation for Save

2003-01-31 Thread Andre Rombauts
Le 31/01/2003 14:54, sims à [EMAIL PROTECTED] a écrit: The button will enable the user to 'Save' an image they have made so it appears that Sauver or Sauvegarder would be correct but in this case Sauver fits the space nicely ;-) Indeed space is often a problem when translating menus... :-( In

Re: htmlText and images

2003-01-31 Thread Björnke von Gierke
On Freitag, Jan 31, 2003, at 09:06 Europe/Zurich, Jeanne A. E. DeVoto wrote: At 2:17 PM -0800 1/29/03, Björnke von Gierke wrote: You are downloading images as html. That won't work, because html is a ascii transfer, not a binary one. You must use binfile:www.sitename.com/images/mymage.jpg

Re: bad factor

2003-01-31 Thread Ken Ray
set the hilite of btn Banana to true is this supposed to be an innuendo? :-D =:-O :-) Ken ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: bad factor

2003-01-31 Thread Dave LeYanna
At 09:20 PM 1/31/03 +0100, you wrote: Hi Dave, Now, if he would have said foobar another programmers term whose meaning i have been looking for for years. Can you enlighten me? Simply a universal variable used to represent a generic contextual item while discussing or explaining something.

Re: bad factor

2003-01-31 Thread Jan Schenkel
--- Dave LeYanna [EMAIL PROTECTED] wrote: At 09:20 PM 1/31/03 +0100, you wrote: Hi Dave, Now, if he would have said foobar another programmers term whose meaning i have been looking for for years. Can you enlighten me? Simply a universal variable used to represent a generic

OT: FooBar (was Bad Factor)

2003-01-31 Thread Gary Rathbone
Now, if he would have said foobar --- another programmers term whose meaning i have been looking for for years. Can you enlighten me? --- Simply a universal variable used to represent a generic contextual item... --- When I was a student (a good few years ago) I was told the

Re: OT: FooBar (was Bad Factor)

2003-01-31 Thread Dave LeYanna
Close... Situation Normal All Fouled Up djl At 09:10 PM 1/31/03 +, you wrote: Now, if he would have said foobar --- another programmers term whose meaning i have been looking for for years. Can you enlighten me? --- Simply a universal variable used to represent a generic

OT fubar/foobar/foo etc

2003-01-31 Thread Alex Rice
[this post may contain offensive language] On Friday, January 31, 2003, at 01:20 PM, Klaus Major wrote: another programmers term whose meaning i have been looking for for years. Can you enlighten me? I see you are running Mail.app and so are an OS X user. May I recommend OmniDictionary.app

Re: OT: FooBar (was Bad Factor)

2003-01-31 Thread Alex Rice
On Friday, January 31, 2003, at 02:10 PM, Gary Rathbone wrote: When I was a student (a good few years ago) I was told the term originated from the military, just as we us 'Snafu' now. Basically, it’s a distorted version of 'F***ed Up Beyound All Recognition' - or am I just being naïve ?

Re: OT: FooBar (was Bad Factor)

2003-01-31 Thread Dar Scott
On Friday, January 31, 2003, at 02:37 PM, Alex Rice wrote: Correct, but it's more interesting than that. The metasyntactic foo was adopted into the fubar phase as foobar. But foo is the real interesting character of the bunch. The Jargon File has a lengthy and interesting entymology of foo.

Re: [OT] French translation for Save

2003-01-31 Thread erik hansen
--- Ludovic Thebault [EMAIL PROTECTED] wrote: yves COPPE a écrit: I'm a french speaker. It's Sauver (or sometimes Sauvegarder) or Enregistrer which is used for menu item Save Enregistrer Sous.. for Save as.. sauver parait plus international, n'est ce pas? = [EMAIL PROTECTED]

foo

2003-01-31 Thread erik hansen
--- Dave LeYanna [EMAIL PROTECTED] wrote: foobar Simply a universal variable used to represent a generic contextual item... It is much better to use to avoid confusion: For example which is clearer: set var to 3 or set foobar to 3 var could be some kind of keyword while foobar is

Re: reserved words

2003-01-31 Thread erik hansen
--- Jeanne A. E. DeVoto [EMAIL PROTECTED] wrote: At 3:45 PM -0800 1/29/03, erik hansen wrote: --- Klaus Major [EMAIL PROTECTED] wrote: You use lots of reserved word in your handlers, be it as a handler name (left, right, home etc...) or names of variables (num as the most obvious

Re: htmlText and images

2003-01-31 Thread Dave Cragg
At 12:06 am -0800 31/1/03, Jeanne A. E. DeVoto wrote: This isn't right. HTTP is an 8-bit transfer protocol and will download images fine, and binfile is a scheme for local files - it won't work with files on a server. http://www.sitename.com/images/myimage.jpg; is correct. Just to reinforce

Re: Line Tracing

2003-01-31 Thread erik hansen
--- Jim Hurley [EMAIL PROTECTED] wrote: http://www.runrev.com/revolution/education/usercontributions.html so, how do you download this? = [EMAIL PROTECTED]http://www.erikhansen.org __ Do you Yahoo!? Yahoo! Mail Plus - Powerful.

RE: Line Tracing

2003-01-31 Thread Gary Rathbone
http://www.runrev.com/revolution/education/usercontributions.html so, how do you download this? Click on the title Turtle Graphics Demo v1.0 Regards Gary Rathbone ___ use-revolution mailing list [EMAIL PROTECTED]

Re: Line Tracing

2003-01-31 Thread Jan Schenkel
--- Roger Guay [EMAIL PROTECTED] wrote: Sarah, Jim What I'm trying to do is trace a line in time as a ball is moved across the screen. Near as I can tell, I want the screen to update but not redraw (if that makes any sense?) I've done this in ToolBook on the PC but I much prefer to

Cut,Copy,Paste menus

2003-01-31 Thread Ron
Hi All, I've worked on this all day and can't find the problem so I bring it to you. I can't get the cut,copy,paste menuitems to work via cmd keys in my app. I made a simple app with just those menus to make sure I was able to make some app work and that worked okay, but my original app is still

Re: Cut,Copy,Paste menus

2003-01-31 Thread Ken Ray
Ron, what platform(s) are you trying this on? Ken Ray Sons of Thunder Software Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ - Original Message - From: Ron [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 31, 2003 11:01 PM Subject: Cut,Copy,Paste menus

Re: Cut,Copy,Paste menus

2003-01-31 Thread Ron
Hi Ken Sorry, I forgot. Mac OS 9.2.1 right now. Perhaps I'm doing something wrong with the enable/disable routines? A menuitem will not work if it disabled right? Perhaps I'm sending the cmdkey to a disabled menu? Maybe I should be asking how one goes about correctly enabling/disabling various

Re: [OT] French translation for Save

2003-01-31 Thread yves COPPE
--- Ludovic Thebault [EMAIL PROTECTED] wrote: yves COPPE a Ècrit: I'm a french speaker. It's Sauver (or sometimes Sauvegarder) or Enregistrer which is used for menu item Save Enregistrer Sous.. for Save as.. sauver parait plus international, n'est ce pas? All what my friends

SVG in MC/Rev

2003-01-31 Thread Richard Gaskin
I just added my SVG sample stack (4W mc2svg) to the Tutorials section of RevNet's stack collection. If you don't already have it, you can download RevNet at the Revolution Embassy: http://www.fourthworld.com/rev/ -- Richard Gaskin Fourth World Media Corporation Developer of WebMerge 2.2:

Re: Cut,Copy,Paste menus

2003-01-31 Thread Ron
Okay, a little progress. Instead of trying to fix my broken stack, I tried to break the simple stack using scripts from the broken one. It looks like I'm sending menumessages to a disabled menu and it doesn't respond (duh). So my question should be: Where should scripts that control the