B4J Question Why don't use BlurredDialog?

aeric

Expert
Licensed User
Longtime User
Edit: Don't use this class. Similar feature is implemented in B4XDialog (XUI Views). Set Dialog.BlurBackground =True

If I want to load a custom layout and don't want to show the "OK" and "Cancel" buttons, then I should use this class. Correct?
The blur effects (BlurScale) also not customizable in B4XDialog.
 
Solution
If I want to load a custom layout and don't want to show the "OK" and "Cancel" buttons, then I should use this class. Correct?
You can also hide these buttons with B4XDialog.
B4XDialog is more powerful in many ways.

If you want to customize the blur effect then it is better to extract B4XDialogs.bas from XUI Views, rename it and add it to your project.

Erel

B4X founder
Staff member
Licensed User
Longtime User
If I want to load a custom layout and don't want to show the "OK" and "Cancel" buttons, then I should use this class. Correct?
You can also hide these buttons with B4XDialog.
B4XDialog is more powerful in many ways.

If you want to customize the blur effect then it is better to extract B4XDialogs.bas from XUI Views, rename it and add it to your project.
 
Upvote 2
Solution
Top