Wish PreferencesDialog - Default Value

LWGShane

Well-Known Member
Licensed User
Longtime User
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.
 

netsistemas

Active Member
Licensed User
Longtime User
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
@netsistemas
  1. Please don't reply to old threads; especially those that have already been answered.
  2. Please use the code tags, (the "</>" button in the post editor), when posting code.
  3. InputDialog is not part of the PreferencesDialog library that I was asking about six years ago.
 
Top