Try the reSizeStack utility at http://www.flexiblelearning.com/xtalk.htm
Hugh Senior
FLCo
Todd Geist wrote...
Hello,
I have a stack with a custom title bar, that I created (no stack controls) .
I need to create a resize control to go in the lower right. I have seen this
done before but I can'
on mouseDown
put item 1 of the mouseLoc - item 1 of the loc of me into theX
put item 2 of the mouseLoc - item 2 of the loc of me into theY
repeat while the mouse is down
set the loc of me to item 1 of the mouseLoc + theX, item 2 of the
mouseLoc - theY
set the rect of this sta
Hello,
I have a stack with a custom title bar, that I created (no stack controls) .
I need to create a resize control to go in the lower right. I have seen this
done before but I can't find any examples. Can any one point me at a good
example?
Thanks
Todd
Todd Geist
---