Resizestack: sending and passing problem

2006-10-11 Thread David Bovill
Spent hours trying to track this down... send "resizeStack" to card 1 Could not get it to work. Then tried this. Create a blank stack - on the card script add: on mouseUp beep pass mouseUp end mouseUp And put an empty button on a card. Clicking on the button gives you a very pleasing b

Re: Resizestack: sending and passing problem

2006-10-11 Thread Mark Schonewille
Hi David, The correct way is to create a resizeStack handler like this: on resizeStack modResizeStack pass resizeStack end resizeStack on modResizeStack -- do stuff here end modResizeStack and a button would contain a script like on mouseUp modResizeStack end mouseUp Now, you can cal

Re: Resizestack: sending and passing problem

2006-10-12 Thread André.Bisseret
Le 11 oct. 06 à 23:57, David Bovill a écrit : Spent hours trying to track this down... send "resizeStack" to card 1 Could not get it to work. Then tried this. Create a blank stack - on the card script add: on mouseUp beep pass mouseUp end mouseUp And put an empty button on a card. C

Re: Resizestack: sending and passing problem

2006-10-12 Thread Chipp Walters
David, Try this: set the width of this stack to 300 send "resizeStack" to this stack You need to 'send' the message for it to work. that will do the necessary resizing for you. Another VERY helpful tip on WinXP is to right-click the desktop choose properties to show the Display Properties panel

Re: Resizestack: sending and passing problem

2006-10-16 Thread David Bovill
Appologies to everyone and thanks for your replies - I cannot duplicate the errors i was getting last week. I have utterly no idea why i was getting these errors back then! ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit thi