Title bar on the side

J. Landman Gay jacque at hyperactivesw.com
Fri Apr 1 01:11:06 EST 2005


On 3/31/05 8:50 PM, Varen Swaab wrote:

> Hi
> 
> I'm trying to create a small palette window that has a title bar on the 
> left side (rather than the top) and I can't figure out how. I didn't see 
> any mention of this anywhere in the instructions. Does anyone have info 
> on whether this is possible?

It isn't built-in, but it would be pretty easy to fake, I think. Take a 
screen shot of a system window that has the drag bar you want, and use a 
graphics program to extract just the drag bar area. Import the image 
into a Rev stack and place it at the left edge of the stack. Then script 
the image with a mousedown handler that sets the location of the stack 
to the location of the mouse, adjusted to global coordinates.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com


More information about the use-livecode mailing list