Hi Jason

Edit the script of your stack and put this into it:

you dont need to mess wiht decorations actually...

local myloc
on openstack
  put the loc of me into myloc
end openstack

on movestack
  if the loc of me is not myloc
  then set the loc of me to myloc
end movestack

-- Unfortunatelly, leaving the mousestack handler empty doesn't prevent
moving as you might expect (as is the case with other handlers - EG
ResizeStack)...

But this work.

cheers
Xavier

Jason - Polydiam Industries Limited said:
> Thanks for all of your help on my previous question!
>
>
>
> I want to make a stack (like a help stack) which apart of the main stack
>
>
>
> I don't want the user to be able to move this stack, but I still want to
> have a close button on the top like a normal window.
>

> How is this possible?
>

> Thanks for all your help :-)

>
> Jason

-- 
http://monsieurx.com/taoo

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to