On Thu, Aug 28, 2008 at 3:50 AM, Carl <[EMAIL PROTECTED]> wrote:
> "Chuckk Hubbard" <[EMAIL PROTECTED]> writes:
>
>> Right-click popup menu. None of the options that come from the
>> cascades can be selected with the mouse. If you select a submenu with
>> the mouse and then use the arrow keys and
"Chuckk Hubbard" <[EMAIL PROTECTED]> writes:
> Right-click popup menu. None of the options that come from the
> cascades can be selected with the mouse. If you select a submenu with
> the mouse and then use the arrow keys and enter key to select an
> option, it works, but the menu remains on the
Eric Brunel wrote:
> On Tue, 27 Mar 2007 12:05:07 +0200, Gigs_ <[EMAIL PROTECTED]> wrote:
>
>> Hi all
>>
>> I cant figure out how to disable resizing of my popup window?
>
> myPopupWindow.wm_resizable(0, 0)
>
> It may or may not make resize controls disappear depending on your
> platform and/or
On Tue, 27 Mar 2007 12:05:07 +0200, Gigs_ <[EMAIL PROTECTED]> wrote:
> Hi all
>
> I cant figure out how to disable resizing of my popup window?
myPopupWindow.wm_resizable(0, 0)
It may or may not make resize controls disappear depending on your
platform and/or window manager. But the resizing w