aeric Expert Licensed User Longtime User Oct 7, 2021 #1 For the new update in https://www.b4x.com/android/forum/threads/b4x-b4xpreferencesdialog-cross-platform-forms.103842/ V1.74 - Several bug fixes. New BeforeDialogDisplayed event that allows customizing the dialogs buttons. New DefaultHintFont and DefaultHintLargeSize fields. Click to expand... What are the new fields about and how to use them?
For the new update in https://www.b4x.com/android/forum/threads/b4x-b4xpreferencesdialog-cross-platform-forms.103842/ V1.74 - Several bug fixes. New BeforeDialogDisplayed event that allows customizing the dialogs buttons. New DefaultHintFont and DefaultHintLargeSize fields. Click to expand... What are the new fields about and how to use them?
Solution Erel Oct 7, 2021 DefaultHintLargeSize is the text size of the hint text. It used by some of the views types. DefaultHintFont is the font of the same hint. B4X: PrefDialog.DefaultHintLargeSize = 17 PrefDialog.DefaultHintFont = XUI.CreateDefaultBoldFont(12) 'size will be ignored
DefaultHintLargeSize is the text size of the hint text. It used by some of the views types. DefaultHintFont is the font of the same hint. B4X: PrefDialog.DefaultHintLargeSize = 17 PrefDialog.DefaultHintFont = XUI.CreateDefaultBoldFont(12) 'size will be ignored
Erel B4X founder Staff member Licensed User Longtime User Oct 7, 2021 #2 DefaultHintLargeSize is the text size of the hint text. It used by some of the views types. DefaultHintFont is the font of the same hint. B4X: PrefDialog.DefaultHintLargeSize = 17 PrefDialog.DefaultHintFont = XUI.CreateDefaultBoldFont(12) 'size will be ignored Upvote 0 Solution
DefaultHintLargeSize is the text size of the hint text. It used by some of the views types. DefaultHintFont is the font of the same hint. B4X: PrefDialog.DefaultHintLargeSize = 17 PrefDialog.DefaultHintFont = XUI.CreateDefaultBoldFont(12) 'size will be ignored