hi all,
i have following code
if
from SIPT.xml_param_mapping import
MESSAGE_PARAMETER_MAPPING
else:
from SIPT.msg_param_mapping import
MESSAGE_PARAMETER_MAPPING
parameter_list = MESSAG
hi
am using Tix notebook and i have two frames in that. am adding some
widgets in to both of the frames. now i want to delete all of the
widgets in one of the frame. i dont want to delete the frame, but its
childres.
so how can i get the sub widgets within that frame.
Thanks in advance
Anil
--
hi
iam using Tix tree widget in my python script. how can i delete the
entire tree. i tried the following
self.msgTree = Tix.Tree(self.msgWin)
self.msgTree.hlist.delete()
but it thorws the following error
self.msgTree.hlist.delete()
File "/usr/local/lib/python2.2/lib-tk/Tix.py", line 320,
hi
iam using Tix ScrolledListBox widget. is there any option so that i
can disply the items in multiple colums
thanks
Anil
--
http://mail.python.org/mailman/listinfo/python-list
hi
iam using Tix ScrolledListBox widget. is there any option so that i
can disply the items in multiple colums
thanks
Anil
--
http://mail.python.org/mailman/listinfo/python-list
hi
i tried installing the bwidget lib . but
while running the demo script am getting following error.
python sam.py
Traceback (most recent call last):
File "sam.py", line 1, in ?
import bwidget, Tkinter, sys, os
File "/usr/local/lib/python2.2/site-packages/bwidget/__init__.py",
line 149, i
thanks u man. i am new to tk inter. i tried installing the lib. but
while running the demo script am getting following error.
python sam.py
Traceback (most recent call last):
File "sam.py", line 1, in ?
import bwidget, Tkinter, sys, os
File "/usr/local/lib/python2.2/site-packages/bwidget/_
hi can i use the bwidgets in tkinter? if so from where can i download
the bwidget for tk inter. and i want to know the installation procedure
--
http://mail.python.org/mailman/listinfo/python-list