RE: lingo-l Problem with goToNetPage on OSX

2004-06-08 Thread Johan Verhoeven
try:

gotoNetPage (http://www.google.com,_blank;)

otherwise, I second the buddyAPI option it's some kind of must have to have in your 
toolbox..

J.

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Cath Sample
Verzonden: dinsdag 8 juni 2004 5:04
Aan: [EMAIL PROTECTED]
Onderwerp: Re: lingo-l Problem with goToNetPage on OSX


Hi,
I'm no Mac guru, but in what way is it not working? In my experience the 
browser on the Mac is much more picky about how you format URLs, names of 
files, etc.
Cath


At 12:48 p.m. 7/06/2004 -0400, you wrote:
New to the list, so bear with me if my protocol is not correct  :)

I'm having a problem getting the goToNetPage command to work in an OSX
projector.  My code is rather simple and works on PC as well as in a classic
projector both on a 9.x OS and a 9.x OS run through OSX.

code
on mouseUp me
   gotoNetPage http//www.google.com,_blank
end
/code

Do the xtras differ on Classic vs. OSX?  Does the code differ?  Anyone know
an alternate way of opening a browser (instead of using goToNetPage)?  I'm
a PC guy, any help from you Mac gurus will be much appreciated!

--James

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L 
is for learning and helping with programming Lingo.  Thanks!]

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]


Re: lingo-l Problem with goToNetPage on OSX

2004-06-08 Thread James Bruehl [Imagicom]
It gives me a script error message within the OSX projector, and a
handler not defined error within the Director environment.  I'm exploring
Sean's BuddyAPI solution, but I'm still curious to know if anyone else has
any theories.  Are there different xtras for Mac Classic and OSX projectors?

The help is much appreciated  :)

--James


- Original Message - 
From: Cath Sample [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 07, 2004 11:03 PM
Subject: Re: lingo-l Problem with goToNetPage on OSX


 Hi,
 I'm no Mac guru, but in what way is it not working? In my experience the
 browser on the Mac is much more picky about how you format URLs, names of
 files, etc.
 Cath


 At 12:48 p.m. 7/06/2004 -0400, you wrote:
 New to the list, so bear with me if my protocol is not correct  :)
 
 I'm having a problem getting the goToNetPage command to work in an OSX
 projector.  My code is rather simple and works on PC as well as in a
classic
 projector both on a 9.x OS and a 9.x OS run through OSX.
 
 code
 on mouseUp me
gotoNetPage http//www.google.com,_blank
 end
 /code
 
 Do the xtras differ on Classic vs. OSX?  Does the code differ?  Anyone
know
 an alternate way of opening a browser (instead of using goToNetPage)?
I'm
 a PC guy, any help from you Mac gurus will be much appreciated!
 
 --James
 
 [To remove yourself from this list, or to change to digest mode, go to
 http://www.penworks.com/lingo-l.cgi  To post messages to the list, email
 [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L
 is for learning and helping with programming Lingo.  Thanks!]

 [To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is
for learning and helping with programming Lingo.  Thanks!]



[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]


Re: lingo-l Problem with goToNetPage on OSX

2004-06-08 Thread Mathew Ray
Yes, there is no single extra (that I am aware of) that works for both 
platforms. You should separate your xtras and either use two folders to 
hold os9 and osx projects, or use a bundle solution...which is more 
elegant IMO.

http://www.macromedia.com/support/director/ts/documents/bundle_proj.htm
Lots of posts on this topic in the archives here and on direct-l that 
may be of some help too.

~Mathew
James Bruehl [Imagicom] wrote:
It gives me a script error message within the OSX projector, and a
handler not defined error within the Director environment.  I'm exploring
Sean's BuddyAPI solution, but I'm still curious to know if anyone else has
any theories.  Are there different xtras for Mac Classic and OSX projectors?
The help is much appreciated  :)
--James

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]


Re: lingo-l Problem with goToNetPage on OSX

2004-06-08 Thread Troy Rollins
On Jun 8, 2004, at 11:41 AM, Mathew Ray wrote:
Yes, there is no single extra (that I am aware of) that works for both 
platforms.
Some do, but they are certainly the exception. PregEx would be an 
example, I believe.

--
Troy
RPSystems, Ltd.
http://www.rpsystems.net
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]


lingo-l Problem with goToNetPage on OSX

2004-06-07 Thread James Bruehl [Imagicom]
New to the list, so bear with me if my protocol is not correct  :)

I'm having a problem getting the goToNetPage command to work in an OSX
projector.  My code is rather simple and works on PC as well as in a classic
projector both on a 9.x OS and a 9.x OS run through OSX.

code
on mouseUp me
  gotoNetPage http//www.google.com,_blank
end
/code

Do the xtras differ on Classic vs. OSX?  Does the code differ?  Anyone know
an alternate way of opening a browser (instead of using goToNetPage)?  I'm
a PC guy, any help from you Mac gurus will be much appreciated!

--James

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]


Re: lingo-l Problem with goToNetPage on OSX

2004-06-07 Thread Sean Wilson

Anyone know
an alternate way of opening a browser (instead of using goToNetPage)?
I'd recommend using Buddy API for opening browsers - it will run whatever 
application the user has flagged as their preferred browser as opposed to 
however it is that Director makes its decision. And it's more user-friendly 
with mailto: URLs
http://www.mods.com.au

[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]


Re: lingo-l Problem with goToNetPage on OSX

2004-06-07 Thread Cath Sample
Hi,
I'm no Mac guru, but in what way is it not working? In my experience the 
browser on the Mac is much more picky about how you format URLs, names of 
files, etc.
Cath

At 12:48 p.m. 7/06/2004 -0400, you wrote:
New to the list, so bear with me if my protocol is not correct  :)
I'm having a problem getting the goToNetPage command to work in an OSX
projector.  My code is rather simple and works on PC as well as in a classic
projector both on a 9.x OS and a 9.x OS run through OSX.
code
on mouseUp me
  gotoNetPage http//www.google.com,_blank
end
/code
Do the xtras differ on Classic vs. OSX?  Does the code differ?  Anyone know
an alternate way of opening a browser (instead of using goToNetPage)?  I'm
a PC guy, any help from you Mac gurus will be much appreciated!
--James
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L 
is for learning and helping with programming Lingo.  Thanks!]
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo.  Thanks!]