simple IDLgrView question [message #66326] |
Fri, 01 May 2009 16:03 |
natha
Messages: 482 Registered: October 2007
|
Senior Member |
|
|
Hi folks,
I've a simple question about IDLgrViews: Is it possible to draw 2
views, or more, at the same time ?
I think this is not possible but I'll not be surprised if somebody
tells me how to do that.
If I've an interface, normally, I program an interface_controller who
takes the control of the interface. Then I've a method to draw the
view and I do something like that:
self.model_A->draw, self.view_A
self.model_B->draw, self.view_B
....
So, using this code the interaction is not nice because there is a
delay drawing the different parts of the interface.
Any ideas? Is it possible to draw all the parts at the same time ?
Thanks,
Bernat
|
|
|