Hi all i need to print out a value of a wxctrllist. i used a example on a xpython wiki but it's for a html text and not for a wxctrllist.
Thank's
···
--
____ _ _
/ __| | | _ __| | ___
> __| |___ (_) / _| |/ _ \
>_/ || | | || || (_| | (_) |
\____/ |_| |_||_| \__,_|\___/ _______________________________
e-mail: paolo@ghido.com
jabber id: ghido@jabber.cz
Robin
2
Paolo Ghidini wrote:
Hi all i need to print out a value of a wxctrllist. i used a example on a xpython wiki but it's for a html text and not for a wxctrllist.
There is an example of printing a textctrl and a listbox here:
http://starship.python.net/crew/jjkunce/wxpython/
You could probably do something similar for a listctrl.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!