Is this possible programatically. Once it's clicked it stays showing.
In my program when I re-set the screen display I want to remove the marquee
from the listbox.
Thanks in anticipation.
Richard
Is this possible programatically. Once it's clicked it stays showing.
In my program when I re-set the screen display I want to remove the marquee
from the listbox.
Thanks in anticipation.
Richard
Richard Terry wrote:
Is this possible programatically. Once it's clicked it stays showing.
In my program when I re-set the screen display I want to remove the marquee from the listbox.
By "marquee" do you mean the coloring of the selected item? You might try calling SetSelection(-1) but I'm not sure if that works or not.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!