I did set up a background image for a tabpane ...wow
Q: I did not manage to remove it . How do you remove background image once set ?
I tried : page.content.Style="" but did not worked
Q: I did not manage to remove it . How do you remove background image once set ?
I tried : page.content.Style="" but did not worked
B4X:
Dim page As TabPage
page=station.Tabs.get(i)
page.Content.Style="-fx-background-image: url('" & File.GetUri(File.DirApp, i&".png") & "');"
page.Content.Style=page.Content.Style&"-fx-background-repeat: stretch;"