LWGShane Well-Known Member Licensed User Longtime User Jun 25, 2019 #1 I think it would be helpful if you could set the default value for preference dialog items. For example, setting the default text for a text field. This would be extremely useful for using the same dialog to modify existing settings / values.
I think it would be helpful if you could set the default value for preference dialog items. For example, setting the default text for a text field. This would be extremely useful for using the same dialog to modify existing settings / values.
Erel B4X founder Staff member Licensed User Longtime User Jun 25, 2019 #2 It is already possible. Go over the example and the tutorial.
E emexes Expert Licensed User Longtime User Jul 1, 2019 #3 Erel said: It is already possible. Click to expand... My biggest problem with B4X at the moment is keeping up with all these new features. And not only that, but... the pace seems to be accelerating. Yikes!
Erel said: It is already possible. Click to expand... My biggest problem with B4X at the moment is keeping up with all these new features. And not only that, but... the pace seems to be accelerating. Yikes!
netsistemas Active Member Licensed User Longtime User Feb 10, 2025 #4 Dim id1 As InputDialog id1.Input = B4XUbicacion.Text id1.PasswordMode = False id1.InputType = id1.INPUT_TYPE_TEXT
Dim id1 As InputDialog id1.Input = B4XUbicacion.Text id1.PasswordMode = False id1.InputType = id1.INPUT_TYPE_TEXT
LWGShane Well-Known Member Licensed User Longtime User Feb 11, 2025 #5 @netsistemas Please don't reply to old threads; especially those that have already been answered. Please use the code tags, (the "</>" button in the post editor), when posting code. InputDialog is not part of the PreferencesDialog library that I was asking about six years ago.
@netsistemas Please don't reply to old threads; especially those that have already been answered. Please use the code tags, (the "</>" button in the post editor), when posting code. InputDialog is not part of the PreferencesDialog library that I was asking about six years ago.