antioch, from your previous post I'll assume that you're still talking about using ActiveState on Windows. You really should include that sort of information on each question you ask because most people don't remember all of the previous postings for every monk. I only remember because I try to follow all new threads on Tk. Oh yeah, you should also mention which version of Tk you have too, just to be thorough.

I have some unfortunate news for you, many of the options in Perl/Tk simply do not work in M$ Windows. They were originally written and tested against X-Windows usually, and the framework for M$ doesn't allow many of them (arrowimage is one I've tried working with before and failed too).

If you have access, try your options out on a Linux or UNIX system. Let us know if they do or do not work there, along with which OS and windowing manager used. I'd wager that you'll find they work as advertised there, whereas The Evil Empire does not allow it's various file-browse and dialog boxes to be altered outside of their standards.

Sorry.

- - arden.


In reply to Re: Using Tk::BrowseEntry Options by arden
in thread Using Tk::BrowseEntry Options by antioch

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.