U upsis Member Licensed User Longtime User Jan 4, 2016 #1 How to change pane's background color? Thanks Last edited: Jan 4, 2016
eurojam Well-Known Member Licensed User Longtime User Jan 4, 2016 #2 you can use css like: B4X: aPane.Style="-fx-background-color: #FA7073" Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jan 5, 2016 #3 It is better to use CSSUtils: https://www.b4x.com/android/forum/threads/class-cssutils.61824/ (otherwise you will overwrite the existing style). Upvote 0
It is better to use CSSUtils: https://www.b4x.com/android/forum/threads/class-cssutils.61824/ (otherwise you will overwrite the existing style).
U upsis Member Licensed User Longtime User Jan 5, 2016 #4 eurojam said: you can use css like: B4X: aPane.Style="-fx-background-color: #FA7073" Click to expand... Erel said: It is better to use CSSUtils: https://www.b4x.com/android/forum/threads/class-cssutils.61824/ (otherwise you will overwrite the existing style). Click to expand... Thanks Upvote 0
eurojam said: you can use css like: B4X: aPane.Style="-fx-background-color: #FA7073" Click to expand... Erel said: It is better to use CSSUtils: https://www.b4x.com/android/forum/threads/class-cssutils.61824/ (otherwise you will overwrite the existing style). Click to expand... Thanks