Re: creating a bezier
Re: creating a bezier
- Subject: Re: creating a bezier
- From: Christopher Nebel <email@hidden>
- Date: Sun, 16 May 2004 11:30:13 -0700
On May 16, 2004, at 10:41 AM, jon edwards wrote:
Is there any way to create a bezier (like those used for volume
control, mute, and eject) using Applescript? I'm looking to write a
search script and I'd like to place the input field in a bezier. Take
it easy on the newbies, if I'm dreaming too big, put me in my place.
I think you mean "bezel", since that's what the API for doing that is
called -- Bezel Services. (A "bezier" is short for "bezier spline", a
kind of curve.) Bezel Services is really only designed for displaying
stuff, as far as I know -- you couldn't put an input field in one.
Besides, neither AppleScript nor AppleScript Studio give any access to
it. However, what you could do is make a normal window and make it
translucent. I think you could do that with Studio, though you might
need a "call method" to set the transparency.
--Chris Nebel
AppleScript Engineering
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.