Re: Problem with custom events in wxpython

2008-05-12 Thread Jimmy
On May 11, 11:27 pm, Frank Niessink [EMAIL PROTECTED] wrote: Hi Jimmy, 2008/5/11 Jimmy [EMAIL PROTECTED]: hi, all I'm having a problem with creating custom events in wxpython. I have a class A handling some data processing work and another class B of GUI matter. I need GUI to display

Re: Problem with custom events in wxpython

2008-05-12 Thread Frank Niessink
Hi Jimmy, 2008/5/12 Jimmy [EMAIL PROTECTED]: On May 11, 11:27 pm, Frank Niessink [EMAIL PROTECTED] wrote: 2008/5/11 Jimmy [EMAIL PROTECTED]: I have a class A handling some data processing work and another class B of GUI matter. I need GUI to display information when data in A is

Problem with custom events in wxpython

2008-05-11 Thread Jimmy
hi, all I'm having a problem with creating custom events in wxpython. I have a class A handling some data processing work and another class B of GUI matter. I need GUI to display information when data in A is updated. I know cutom events in wxpython may work. But I found no material paricularly

Re: Problem with custom events in wxpython

2008-05-11 Thread Frank Niessink
Hi Jimmy, 2008/5/11 Jimmy [EMAIL PROTECTED]: hi, all I'm having a problem with creating custom events in wxpython. I have a class A handling some data processing work and another class B of GUI matter. I need GUI to display information when data in A is updated. I know cutom events in

Re: Problem with custom events in wxpython

2008-05-11 Thread 7stud
On May 11, 7:23 am, Jimmy [EMAIL PROTECTED] wrote: hi, all I'm having a problem with creating custom events in wxpython. I have a class A handling some data processing work and another class B of GUI matter. I need GUI to display information when data in A is updated. I know cutom events