Hi
I use B4XPages and in 1 page I open a PreferenceDialog
Based on an event I close the page, but next time I open the page, the PreferenceDialog is still there.
Is there a way to close the PreferenceDialog programmatically ?
Jan
I use B4XPages and in 1 page I open a PreferenceDialog
B4X:
Wait For (prefdialog.ShowDialog(prefMap, Main.Loc.Localize("txt_save"), Main.Loc.Localize("txt_cancel"))) Complete (Result As Int)
Based on an event I close the page, but next time I open the page, the PreferenceDialog is still there.
Is there a way to close the PreferenceDialog programmatically ?
Jan