Re: MI MapBasic: ButtonPad Close Action

1999-08-12 Thread EdwardsRG
"Mark Stiles" <[EMAIL PROTECTED]> wrote: << I've looked through the documentation to see if you can remove the "X" button [from a buttonpad] but I didn't see anything. >> To disable a Window's close function (the "X" in the upper right of a window) for any window (including a buttonpad), find

RE: MI MapBasic: ButtonPad Close Action

1999-08-12 Thread Sue Port
Mark, You can disable the X on a buttonpad by using the following mapbasic command: Set Window ButtonPadInfo("{Pad Name}",6) SysMenuClose Off The other way of issuing the "Alter Menu Item.." when a user closes a buttonpad, would be difficult as the WinCloseHandler command doesn't work on butto