preferencedialog

  1. janderkan

    iOS Question B4i V6.80 , error when using Preferencedialog

    Working fine in B4i v6.50 but after upgrade to V6.80 I get this error : Error occurred on line: 70 (PreferencesDialog) Object was not initialized (UIView) The PreferenceDialog is showing OK but the error shows when I open the OptionsItem This is my code...
  2. janderkan

    iOS Question How to use SetOptions in B4XPreferenceDialog.AddTimeItem

    Hi Using the formsbuilder I can change the time format to 24 hour. But I am not lucky to do it from code prefDialog.AddTimeItem("pref_time_start","Start time")) prefDialog.SetOptions("pref_time_start",Array As Object("24"))
  3. SayCheese

    Android Question preferencedialog fullscre

    I want the B4Xpreferencedialog fullscreen and without borders. 100%x/y doesn't seem to do the trick I still can see a little line/border on the top and right which doesn't appear on the left and bottom. It also seems that the 'ok' and 'cancel' buttontextcolor can't be changed. It this correct...
  4. LWGShane

    Wish PreferencesDialog - Default Value

    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.
Top