wx.Yield()
Every time you read a record, simply call wx.Yield() and your GUI will
update itself.
Christoper L. Spencer
CTO ROXX, LLC
4515 Leslie Ave.
Cincinnati, OH
45242
TEL: 513-545-7057
EMAIL: chris@roxx.biz
···
On Tue, 29 Aug 2006 14:23:31 -0700 (PDT), Rich Shepard <rshepard@appl-ecosys.com> wrote:
In one of my applications data are read from scanned forms. I want to
present a box that displays the number of the form being read (which is
generated by the scanning method). I'm thinking of using a wx.TextCtrl in
read-only mode, and making it non-modal (in case there's a feed problem and
the input run needs to be stopped and restarted).I'm sure that others have invented this wheel before, so if there's a
better way, I'd sure like to learn about it.Rich