Hello.
I made a B4XDialog that contains a DateTime Label. To change it I decided to make a DateTimeDialog based on this https://www.b4x.com/android/forum/threads/date-picker-snippet.84098/
My problem is if i show another dialog the first one closes (that not happens on B4a).
I tried reshowing the dialog but the wait for no longer works and I think i still having the older dialog in background.
Is there any way to make visible again? The dialog.Visible is read only and Base.Visible returns True...
Thank you in advance.
I made a B4XDialog that contains a DateTime Label. To change it I decided to make a DateTimeDialog based on this https://www.b4x.com/android/forum/threads/date-picker-snippet.84098/
My problem is if i show another dialog the first one closes (that not happens on B4a).
I tried reshowing the dialog but the wait for no longer works and I think i still having the older dialog in background.
Is there any way to make visible again? The dialog.Visible is read only and Base.Visible returns True...
Thank you in advance.