So, I need to learn TCL and figure out how to convert that into Perl/Tkx. Thanks for the references, I've looked at most of them and have mostly used http://www.tkdocs.com/tutorial, which is excellent. I was able to convert my script from Tk to Tkx, except for the drag and drop. Just don't understand how to convert the drag and drop from TCL to Tkx. I'll keep plugging away and maybe it will make sense. Again, thanks for the quick responses. The script has a screen with about 20 things that the user needs to fill in or select. They then select a button to send a request to a configuration manager. When they do that I create an xml file with all their selections and save it to a network drive. I then create a mail message stating that a request has been created, with a link to the xml file. The Configuration Manager can then use the link in the email they receive to drag and drop the xml file into the gui. They then select a button to perform a build of the system. There's several thousand lines of code, but can't figure out drag and drop for Tkx.

In reply to Re^4: Drag and Drop in Tkx by David S
in thread Drag and Drop in Tkx by David S

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.