Android Question Problem with AnotherDatePicker [class]

Bonet

New Member
Licensed User
Longtime User
I have a problem with AnotherDatePicker [class].

When i use AnotherDatePicker [class] with StdActionBar example project. Datepicker opens up just fine on my Samsung Galaxy S2 (Android version 4.1.2) debug and on release mode, but if i change tab on the application, then it won't open again.

Any tips how i can fix this?

Link to the StdActionBar example (StdActionBarExample.zip):
http://www.b4x.com/android/forum/threads/stdactionbar-another-actionbar-library.36786/#content

Link to AnotherDatePicker [class]:
http://www.b4x.com/android/forum/th...a-simple-web-style-date-picker.27548/#content
 

DonManfred

Expert
Licensed User
Longtime User
but if i change tab on the application, then it won't open again
Why are you removing ALL Views on Tabchange? btw: you are removing all views from activity. So i suppose you have removed the standard actionbar and the tabhost too as they are activity-views

Edit i see... It´s part of the stdactionbar example.... Hold on.. do more debugging/testing
 
Last edited:
Upvote 0
Top