Android Question Panel and Preference activity

Cebuvi

Active Member
Licensed User
Longtime User
First of all sorry for my English. I have an application with a panel "About" created in the designer and accessed from a menu and Preference activity. When I call the "About" panel displays perfectly but if I make a call to Prference activity and after call the panel, everything runs fine but the panel does not see.

I have another panel created by code that looks perfectly in any situation.

thank you very much
 

Cebuvi

Active Member
Licensed User
Longtime User
Hello Erel,

Yes, by clicking on the About menu, the code is running but the panel is not visible.

This occurs only after having opened once the Preferences activity.

The panel is created in the designer and configured with the designer scripts.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
in activity_resume you call the sub
"BorrarBotones"
and inside it you remove all views from activity...
 
Upvote 0
Top