Closed GoogleCodeExporter closed 9 years ago
This is caused by the Dialog class using show to say whether a particular
component
is on the screen or not. In reality it needs some other mechanism since
show()/hide() should be reserved for the user.
There is another hidden bug in that. Anytime a component is removed or hidden
Dialog.invalide(), .calculateLayout(), .paint(), etc. will not work.
Everything in
Dialog needs to account for this.
Original comment by deanbro...@gmail.com
on 15 Apr 2008 at 12:59
Actually this was kind of an invalid issue. The Dialog.show() method's name was
misleading so it has been renamed to .visible().
DeviceScreen.show() has different, and proper, functionality. The .visible()
method
is a way to notify the component to setup or clean up resources.
Original comment by deanbro...@gmail.com
on 9 May 2008 at 12:10
Original issue reported on code.google.com by
deanbro...@gmail.com
on 14 Mar 2008 at 3:28