Re: [dabo-users] Update for control called, why?

2013-09-28 Thread Sibylle Koczian
Am 25.09.2013 21:07, schrieb Paul McNett: On 9/25/13 7:27 AM, Sibylle Koczian wrote: For a dCheckListBox on one of these panels I've overridden the update() method like this: def update(self): dabo.ui.callAfterInterval(200, self.doUpdate) The doUpdate method of the checklist contains a p

Re: [dabo-users] Update for control called, why?

2013-09-25 Thread Paul McNett
On 9/25/13 7:27 AM, Sibylle Koczian wrote: > my application consists of a dPageSelect with several pages, all of them > subclasses > of a common BasePage class which is a subclass of dPage. Okay. > Every page contains a dPanel with all the controls needed, this dPanel is > created > using the C

[dabo-users] Update for control called, why?

2013-09-25 Thread Sibylle Koczian
Hello, my application consists of a dPageSelect with several pages, all of them subclasses of a common BasePage class which is a subclass of dPage. Every page contains a dPanel with all the controls needed, this dPanel is created using the ClassDesigner. For a dCheckListBox on one of these