Can I drag and drop a file *from* perl Tk into another windows app?
I haven't found *any* reference to this aspect of DND. I've spent 20+ hours on the web, Perl Monks, Safari, and in the few docs I found. I've read the ubiquitous stuff:
- http://www.perl.com/pub/a/2001/12/11/perltk.html
- http://www.perltk.org/articles/dnd/dnd.html
- http://www.perltk.org/articles/dnd/hlistdnd.pl
I changed 'Win32' to 'Local' in #3 above. While I can drag in and drag locally I can't drag out (not even to another instance of the same app). The OS and other apps don't respond in any way, and the token doesn't change to indicate a drop site.
Is this possible? Is there documentation? Thanks.
Ardemus - "This, right now, is our lives"
Resolution: This question has been answered: Yes, but only through the Tcl/Tk module (not Perl/Tk). Full details are available in this thread.
My Application: Search and aggregate data from multiple databases. I want to select and drag results into other apps (like Sound Forge or Pro Tools).
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.