Tix hlist and item_exists

T

theoryboy

I can't seem to get this function to work. If the item does not exist I
get an exception, rather than a return value of false. Here's an
example:


#!/usr/bin/python

from Tix import *

root = Tk()
listBox = HList(root)
item = "some item"
if not listBox.item_exists(item, 0):
listBox.add(item, itemtype=TEXT, text=item)


Any ideas?

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top