yep, sorry about that. I was in a rush and didn't think to make myself clear.

I think I may have found the answer with the TCL/Tk browser plugin and using

Tk::DragDrop; Tk::DropSite;

OK, this is all in the web browser. Users would be heavily netscape and IE biased.

I'm fine with DBI, CGI modules. That end of things is all covered.

I just want some nice way of enabling the user to choose which column from one table maps to another column in another table. I could do this by listing all columns for each table with a text box next to each one and the user then puts in a code (1 or 2 or 3 etc) in order to identify which column from one table joins a column in another table. i.e columnA from table1 might map to columnC from table2, so I would put a 1 in each of the boxes.

This seems rather messy and so I thought there must be a way, in an applet say, of dragging and dropping one column onto another annd noting the coordinates of the start position and the end.

cheers


In reply to Re: Re: drag and drop widgets by nosbod
in thread drag and drop widgets by nosbod

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.