Guenter Becker Active Member Licensed User Sep 17, 2025 #1 Hello to you, hope you are well. I need some help to get the dark gray background of the list to white. Example snipped is welcome. Thankyou. This does not work: 'lt=B4XListTemplate for B4XDialog lt.CustomListView1.GetBase.SetColorAndBorder(xui.color_white,1dip,xui.Color_Blue,5dip) lt.sv. lt.CustomListView1.GetBase.SetColorAndBorder(xui.color_white,1dip,xui.Color_Blue,5dip) lt.CustomListView1.GetPanel(x).Color = xui.color_white Last edited: Sep 17, 2025
Hello to you, hope you are well. I need some help to get the dark gray background of the list to white. Example snipped is welcome. Thankyou. This does not work: 'lt=B4XListTemplate for B4XDialog lt.CustomListView1.GetBase.SetColorAndBorder(xui.color_white,1dip,xui.Color_Blue,5dip) lt.sv. lt.CustomListView1.GetBase.SetColorAndBorder(xui.color_white,1dip,xui.Color_Blue,5dip) lt.CustomListView1.GetPanel(x).Color = xui.color_white
teddybear Well-Known Member Licensed User Sep 17, 2025 #2 I don't know what the lt is, you can try this B4X: lt.CustomListView1.sv.Color=XUI.Color_White Upvote 0
Guenter Becker Active Member Licensed User Sep 17, 2025 #3 teddybear said: I don't know what the lt is, you can try this B4X: lt.CustomListView1.sv.Color=XUI.Color_White Click to expand... Sorry update the post lt = B4XListTemplate for a B4XDialog Upvote 0
teddybear said: I don't know what the lt is, you can try this B4X: lt.CustomListView1.sv.Color=XUI.Color_White Click to expand... Sorry update the post lt = B4XListTemplate for a B4XDialog
Guenter Becker Active Member Licensed User Sep 17, 2025 #4 LucaMs said: B4XListTemplate (title of this thread). I tried: B4X: lt.CustomListView1.sv.ScrollViewInnerPanel.Color = xui.Color_White but that is not the property involved. I'll have to "unmount" the library. The issue could also concern B4XDialog, rather than B4XListTemplate. [Erel knows ] Click to expand... Sorry update the post lt = B4XListTemplate for a B4XDialog Upvote 0
LucaMs said: B4XListTemplate (title of this thread). I tried: B4X: lt.CustomListView1.sv.ScrollViewInnerPanel.Color = xui.Color_White but that is not the property involved. I'll have to "unmount" the library. The issue could also concern B4XDialog, rather than B4XListTemplate. [Erel knows ] Click to expand... Sorry update the post lt = B4XListTemplate for a B4XDialog
Erel B4X founder Staff member Licensed User Longtime User Sep 17, 2025 #5 [B4X] Share your B4XDialog + templates theming code Have you created a nice dialog based on B4XDialog? Post it here. If you have any question then start a new thread. www.b4x.com Upvote 0
[B4X] Share your B4XDialog + templates theming code Have you created a nice dialog based on B4XDialog? Post it here. If you have any question then start a new thread. www.b4x.com
teddybear Well-Known Member Licensed User Sep 17, 2025 #6 Did you try the code I posted at post#2? Upvote 0
teddybear Well-Known Member Licensed User Sep 17, 2025 #7 LucaMs said: View attachment 166951 I'm pretty sure @Guenter Becker wants that part white. Click to expand... That's what I think, too Upvote 0
LucaMs said: View attachment 166951 I'm pretty sure @Guenter Becker wants that part white. Click to expand... That's what I think, too
teddybear Well-Known Member Licensed User Sep 17, 2025 #8 See post#7 Erel posted the link [B4X] Share your B4XDialog + templates theming code Have you created a nice dialog based on B4XDialog? Post it here. If you have any question then start a new thread. www.b4x.com Click to expand... Upvote 0
See post#7 Erel posted the link [B4X] Share your B4XDialog + templates theming code Have you created a nice dialog based on B4XDialog? Post it here. If you have any question then start a new thread. www.b4x.com Click to expand...