in reply to Re^5: Perl::Tk and cursor in Menubutton
in thread Perl::Tk and cursor in Menubutton

In Russian I say next:
I can speak in Russian too.
If You can may speak with me in Rusian too...
)))

I probe you remarked code. But can't change cursor in new menu.
I can change border, relief, but cursor - not...(((
But this method is more better...
  • Comment on Re^6: Perl::Tk and cursor in Menubutton

Replies are listed 'Best First'.
Re^7: Perl::Tk and cursor in Menubutton
by kcott (Archbishop) on Oct 22, 2010 at 04:26 UTC

    Thanks for the translation. :-)

    I only used $file_menu->cget(q{-menu})->configure(...) for the borderwidth options shown: it didn't help with the cursor issue.

    -- Ken