asales Expert Licensed User Longtime User Mar 13, 2020 #1 I can change the B4XPreferencesDialog to use a blur background using this code: B4X: prefdialog.Dialog.BlurBackground = True Is possible to change the backuground to use a semi transparent black color, like the B4XDialog? Thanks in advance for any tip.
I can change the B4XPreferencesDialog to use a blur background using this code: B4X: prefdialog.Dialog.BlurBackground = True Is possible to change the backuground to use a semi transparent black color, like the B4XDialog? Thanks in advance for any tip.
M Mahares Expert Licensed User Longtime User Mar 13, 2020 #2 asales said: Is possible to change the backuground to use a semi transparent black color, Click to expand... Did you try the Overlay color: B4X: prefdialog.Dialog.OverlayColor=xui.Color_ARGB(128,0,10,40) Upvote 1
asales said: Is possible to change the backuground to use a semi transparent black color, Click to expand... Did you try the Overlay color: B4X: prefdialog.Dialog.OverlayColor=xui.Color_ARGB(128,0,10,40)
asales Expert Licensed User Longtime User Mar 13, 2020 #3 I tried to change several properties (base.color, background, etc.), but not this. It works. Thanks!! Upvote 0
I tried to change several properties (base.color, background, etc.), but not this. It works. Thanks!!