Is it possible to open the dialog with an element already shaking, with ScrollToItemWithError?
Actually I'm using the following code
but it seems to work only the second time the dialog is opened
The first time, no item is shaking
Actually I'm using the following code
B4X:
prefdialog.ScrollToItemWithError(Preferences.OPT_NOTIFYAPP)
Wait For (prefdialog.ShowDialog(Preferences.GetMap, "Ok", "Cancel")) Complete (Result As Int)
If Result = xui.DialogResponse_Positive Then
The first time, no item is shaking