I think perhaps we should be clear on what "fully operational" means?

For me, when I select a file (left click) and drag, the icon should be the "ok, got it", then as mouse moves into the Tk box, it should change to the "no, you cannot drop here icon, the circle surrounding a backslash. If and only if you "find" the label should the icon change back to "ok,got it, you can drop here". If you do not find the label, then the result on my machine is "no error, and no action". That is the reason that I added -text to the label, so I could find it.

Some of the incantations that I have tried seem inconsistent for reasons that I do not understand, even on Windows. Some of my tests say, OK, you can drop this file anywhere within this Main Window! I reboot the machine and run some intermediate cases and then all of a sudden something different happens.

I did note the Xwindows error that you are getting. I am wondering if you are seeing the icon behavior that I expect in paragraph one above? It is hard for me to see how you would see that given that this label didn't have any "text" associated with it. I couldn't find the darn thing, because without text it is "invisible".

My suspicion and testing results seem to indicate that there is something "flaky" here that also appears on Windows. Although I cannot test on Linux, there appears to be something very odd going on which can be hard to reproduce.


In reply to Re^3: X Error in Tk remote drag and drop by Marshall
in thread X Error in Tk remote drag and drop by prenaud

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.