I using Tix in python and am having problems with the HList. Noone in the python forums can answer my questions and the documentation I can find does not help either. I have multiple HLists all tied to a database some of which are changing as the program runs. The biggest issue I am having is that I have to delete all the entries in the list each time I poll the database. I would like to check each entry from the database with the HList and add it if it does not exists. I would also like to sort by a column, print the entries in a csv file and determine if an item is in the list. All of these could be solved if I could just figure out a way to get the entry and path using the entry id but I cannot find the function to do so. Is there a HList method to get a entry path using the entry id? Thanks

In reply to Tix HList Help by notgeekenough

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.