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         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to