Hello Monks,

I've been working on a project in ActiveState Perl 5.8.9 where I want to allow a Windows user to query a SQL database to request a subset of data that matches a few search parameters. I'd present this list of records to the users in a "Windows-friendly" grid and the user would then select a single specific record for editing. From that point the user would supply info on how the record is to be updated -- changing page counts or pricing. (These are records of copy transactions billable to clients.)

My program would then produce the SQL update query and submit it to the database after testing the user input

From what I've read of the TK::TixGrid widget it looks like it would fit the bill. However, I've had no luck finding a working sample of one anywhere. Neither the ActiveState documentation, nor any of the various books include an example script that actually renders one. Neither Google Searches of the web at large nor Super Searches within these hallowed walls have turned up an example.

As a visual learner, I benefit from starting with a working example and modifying it till I understand what I'm working with.

Can any of the monks suggest where I might find an example of TK::TixGrid in a script? I'm also open to alternative strategies if anyone thinks I've chosen the wrong path with TK.

With thanks up front,

Generator


In reply to Have there been sightings of TK::TixGrid in the wild? by generator

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.