Hi all, I already posed this question last week, but I didn't get any useful answers, so I guess the description of my problem wasn't quite clear enough. I'll try it again. I created a HList and wrote some drag 'n drop functionality around it: I can now pick something up (e.g. a file) and drag it to a folder somewhere else in the HList. However, when I want to drag something to a folder which is out of the HList's current view (because the HList is scrolled all the way down or something), the HList does not automatically scroll 'along' in the dragging direction (up or down). I hope someone can help me out with this problem, because my application is completely useless if I don't find a solution to this problem. I haven't been able to find this functionality in the Tk widget demo's. Sorry about my poor English, M

In reply to Perl/Tk: Drag 'n Drop in a HList: auto-scrolling by MSpitters

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.