Sorry if it was a bit confusing. I do have an 800 x 600 Tk window with a canvas that defaults to 300 x 300 if the image is larger than that, or is sized at the graphic's actual size if it's smaller than 300 x 300. (Yes I did mean it was 700 x 200)

I do know that the height and width are coming in correctly as I'm pulling those values right from the gif file itself.

You're on the mark with the -scrollbars => 'sow' I know that, however when I tried to use -scrollbars => 'osow' both scrollbars disappeared. That's why I thought to put them as seperate items.

Thanks for the idea though. Back to the books I guess. :)

There is no emoticon for what I'm feeling now.


In reply to Re: Re: TK Scrollbars not working correctly by Popcorn Dave
in thread TK Scrollbars not working correctly by Popcorn Dave

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.