On 2/22/06 2:15 PM, "Bob Warren" <[EMAIL PROTECTED]> wrote: > 2) I want to be able to move the main window around and to be able to > re-size it. The only way I have found of doing this so far is to display > the "close" decoration in the top right-hand corner. But the operator > should NOT be able to close the window in this way. How can I disable > (or remove) the close decoration and still enable the operator to > move/re-size the window?
You can trap the closeStackRequest handler and don't pass it: on closeStackRequest end closeStackRequest This is only triggered when someone wants to close a stack by the close box. Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: [EMAIL PROTECTED] _______________________________________________ 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
