Way to put PPPoE status in menubar?

Ken Ray kray at sonsothunder.com
Tue Mar 18 11:10:00 EST 2003


You can do it this way with Rev 2:
 
on mouseUp
  set the hideConsoleWindows to true
  get shell("open " & quote & "/System/Library/CoreServices/Menu
Extras/PPPoE.menu" & quote)
end mouseUp
 
Works for me in 10.2.4,
 
Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/ 

-----Original Message-----
From: use-revolution-admin at lists.runrev.com
[mailto:use-revolution-admin at lists.runrev.com] On Behalf Of
RGould8 at aol.com
Sent: Tuesday, March 18, 2003 8:44 AM
To: use-revolution at lists.runrev.com
Subject: Way to put PPPoE status in menubar?


I'm trying to figure out how to get Revolution to put the PPPoE status
in the menubar in Mac OS X.  (Basically mimicing what happens if the
user were to check the "show PPP status in menubar" checkbox in the
networking pane).

After digging around in the web for a bit, I read that this will do the
trick in the terminal window:

/System/Library/CoreServices/Menu Extras/PPPoE.menu

However, when I go into the "Library" folder, I don't see this
CoreServices directory.  I'm assuming if I can get this working in
terminal, then there's a way to get AppleScript to make a call to the
terminal from Revolution to execute the command.  Anyone have an idea of
what this syntax might look like?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.runrev.com/pipermail/use-livecode/attachments/20030318/75bd832b/attachment.html>


More information about the use-livecode mailing list