Dear Monks,

I'm trying to build a little app using perl/Tk (perl 5.8.7, Tk 804.027) over Win32. When I add either an Optionmenu or a BrowseEntry to my MW, I get weird results: at startup, the BrowseEntry shows up as a list in the top left corner of the screen. If I click the window title bar, the list goes away, but leaves a little white square behind. If I move my window, another window pops up in that same corner, with the title "TclNotifier" - and I know there's something in the window, but I can't see it because the window is too small, and can't be resized.

With Optionmenu I don't get the list at startup, the main window shows up alright. But if I click on the Optionmenu I get the small TclNotifier window.

I even tried to use the sample code from the CPAN Tk::BrowseEntry page (plus "MainWindow->new()" and "MainLoop"), to eliminate possible interferences from my other widgets, but it still didn't work.

Anyone saw that before? Any suggestions?

Thank you,

VMat

In reply to TclNotifier?? (Win32 + Tk + BrowseEntry) by VMat

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.