Re: Finding the CD Drive

2003-02-07 Thread Jan Schenkel
--- Monte Goulding [EMAIL PROTECTED] wrote: Hi All Does anyone have a function to find the name or names of the CD drives on a users system. My app won't be on the CD but it needs to read a file from the CD without user intervention. Thanks Monte Goulding Hi Monte, Have a look at

Re: home stack

2003-02-07 Thread Jan Schenkel
--- erik hansen [EMAIL PROTECTED] wrote: --- Jan Schenkel [EMAIL PROTECTED] wrote: The closest thing to a 'Home' stack for us now, is to store all those nifty handlers into a separate library stack, and then insert its script into back at startup. this is what i have never been able

RE: Finding the CD Drive

2003-02-07 Thread Gary Rathbone
The method I've used in the past is to get a volume list - volumes() and use a repeat loop to search for a 'unique' file eg x:\monte456 which would only exist on the CD. When you've found the file, you've found your 'active' CD volume. I've searched the archives for a better solution but can't

Re: home stack

2003-02-07 Thread Jan Schenkel
--- Jan Schenkel [EMAIL PROTECTED] wrote: --- erik hansen [EMAIL PROTECTED] wrote: --- Jan Schenkel [EMAIL PROTECTED] wrote: The closest thing to a 'Home' stack for us now, is to store all those nifty handlers into a separate library stack, and then insert its script into back at

Re: [OT] More French questions

2003-02-07 Thread sims
Bonjour mes amis, I am translating a Rev shareware into French and have a question concerning month names. I have a prototype (French translation is about halfway done so far) at http://www.EZPZapps.com/iB/iBirthdayX.1.4A.sit I need to know from someone who has a French System 1. Do the month

Re: Norton Internet Security (NIS) and Post command failure

2003-02-07 Thread Kevin Miller
On 7/2/03 5:22 am, Tariel Gogoberidze [EMAIL PROTECTED] wrote: We are also badly hit by this issue. Our users with windows XP and NIS installed can't send post command. Sometimes Norton askes for permision to allow MC stanalone to work but then blocks it anyway. Short of uninstalling

Re: Setting graphic style to Line

2003-02-07 Thread miscdas
Jan Schenkel writes: --- Jim Witte [EMAIL PROTECTED] wrote: These observations refer to both 1.1.1 and 2.0 I think (I haven't done rigorous testing). When I try to set the style of a graphic object to line (eg. set style of the selectedObject to line') I get an error (Expression: missing

Re: [OT] More French questions

2003-02-07 Thread yves COPPE
Bonjour mes amis, I am translating a Rev shareware into French and have a question concerning month names. I have a prototype (French translation is about halfway done so far) at http://www.EZPZapps.com/iB/iBirthdayX.1.4A.sit I need to know from someone who has a French System 1. Do the month

Re: [OT] More French questions

2003-02-07 Thread sims
All what is displayed is in English ! courage et au travail -- Greetings. Yves COPPE Thank you Yves...back to the drawing board for me. atb sims -- --- http://EZPZapps.com [EMAIL PROTECTED] Software -

Re: Setting graphic style to Line

2003-02-07 Thread Jim Hurley
Jim Witte wrote: I tried the script mentioned before on the list: set the style of the defaultgraphic to line create graphic linetohost set the points of graphic linetohost to MyVertList choose browse tool but got a missing '(' error on the 'set the style..' line. Thanks, Jim Jim, Try:

Re: [OT] More French questions

2003-02-07 Thread Ludovic Thébault
sims wrote: I need to know from someone who has a French System 1. Do the month names display correctly in French? No. Month names are in english 2. After you click on a day in the calendar does the month display in French in the first field. Yes.

Re: [OT] More French questions

2003-02-07 Thread sims
sims wrote: I need to know from someone who has a French System 1. Do the month names display correctly in French? No. Month names are in english 2. After you click on a day in the calendar does the month display in French in the first field. Yes. Well! That is most encouraging, thank

Re: [OT] More French questions

2003-02-07 Thread Ludovic Thébault
sims wrote: 2. After you click on a day in the calendar does the month display in French in the first field. Yes. Well! That is most encouraging, thank you Ludovic! For me the first field is the field inside the calendar. Two others field with the month name are in english.

Re: home stack

2003-02-07 Thread erik hansen
--- Jan Schenkel [EMAIL PROTECTED] wrote: thanks, this makes it simple. insert the script of stack Foobar into back From then on, messages, handlers and functions travel 'through' this script as well. is it possible to put on startup insert the script of stack Foobar into back open

RE: Finding the CD Drive

2003-02-07 Thread Monte Goulding
That's it Thankyou The method I've used in the past is to get a volume list - volumes() and use a repeat loop to search for a 'unique' file eg x:\monte456 which would only exist on the CD. When you've found the file, you've found your 'active' CD volume. I've searched the archives for

Re: home stack

2003-02-07 Thread Björnke von Gierke
Actually, startup is a valid message which gets send to your application when it... starts up! o_O If you want to use it in the stack (not builded), then you might want to use openStack or preopenStack instead. (or preopenCard, or preopenBackground what ever fits your need best :-] ) On

re: Showing/Hiding Images on mouseLeave...

2003-02-07 Thread John J. Theobald
Igor de Oliveira Couto wrote some time ago: Dear Revolution Masters, I'm trying to implement a simple button that should use 3 different images: 'idle', 'over' (when the cursor in on top of the button), and 'down' (when the mouse is down on the button). Because the shape of the button is

Re:Re: Norton Internet Security (NIS) and Post command failure

2003-02-07 Thread Tariel Gogoberidze
Date: Sat, 08 Feb 2003 00:55:04 +1000 Subject: Re: Norton Internet Security (NIS) and Post command failure From: [EMAIL PROTECTED] [EMAIL PROTECTED] Hi Tariel, Can you confirm that this happens *also* with Revolution standalones, or does it just happen with MC? Also, does it only

Rev2.0 alpha

2003-02-07 Thread Barry Levine
DL'd and played with the Rev2.0 alpha today. Whew! I'll let those in charge of whipping that bad boy into shape take as much time as they need! Release no software before its time. Barry ___ use-revolution mailing list [EMAIL PROTECTED]

re: Showing/Hiding Images on mouseLeave...

2003-02-07 Thread erik hansen
I simply put a transparent graphic behind my freeform shaped button. This graphic extends beyond the borders of my button. I then put this handler in the graphic. on mouseEnter put image normalstate into image goback end mouseEnter goback is the name of my freeform button,

Flash integration

2003-02-07 Thread Bradley Borch
Flash is capable of sending messages to other programs using two commands: getURL and FScommand. I've gotten both of these to work within JavaScript and Director using Lingo. Any idea how to send commands from Flash to Rev? Brad Regards, Bradley S. Borch Activa Digital Media Design 5 Pine

Re: More about images

2003-02-07 Thread Ken Norris (dialup)
** Hi Jan, -- Date: Thu, 6 Feb 2003 01:29:38 -0800 (PST) From: Jan Schenkel [EMAIL PROTECTED] Subject: Re: More about images I'd rather write a simple routine that will do the same as it does in HC with Uli's xDraw: Draw corresponding button rects of the DOWN state image.

Re: Showing/Hiding Images on mouseLeave...

2003-02-07 Thread John J. Theobald
erik hansen wrote: I simply put a transparent graphic behind my freeform shaped button. This graphic extends beyond the borders of my button. I then put this handler in the graphic. on mouseEnter put image normalstate into image goback end mouseEnter goback is the name of my freeform

Re: More about images

2003-02-07 Thread Jan Schenkel
--- Ken Norris (dialup) [EMAIL PROTECTED] wrote: [snip] -- Thanks for trying. Maybe I just don't fully understand what happens if you group the image. It has to be in a background behavior thing anyway. Ken N. Hi Ken, Let's see if I got this right: - there's one large image