RE: Drag-n-Drop in Perl/Tkx
[email protected] ("Konovalov, Vadim (Vadim)** CTR **")
| Newsgroups | perl.tcltk |
|---|---|
| Message-ID | <35BF8D9716175C43BB9D67CA60CC345E14C7F4CE@FRMRSSXCHMBSC2.dc-m.alcatel-lucent.com> |
> The demo script works very nicely. Thank you!. But, we still > can't drop a > file onto the Entry box and have the file name appear (which > is what *I* > would really like). Is this a limitation of BWidgets or just > the script? what do you mean by drag-n-dropping a file? Is it a file from external application (i.e. explorer)? If my guess is right, then the answer is - yes, BWidgets has limitation of not allowing DND of external application. I, personally, use file dropping into "entry" widgets using namely "tkdnd". Best regards, Vadim.