Hello Rob and thank you for your post! very fastly.
Yes, i did what you said, but i have a problem in my code i have :
local demoTabs = widget.newTabBar { top = display.contentHeight - 70, width = display.contentWidth, backgroundFile = "assets/tabbar.png", tabSelectedLeftFile = "assets/tabBar\_tabSelectedLeft.png", tabSelectedMiddleFile = "assets/tabBar\_tabSelectedMiddle.png", tabSelectedRightFile = "assets/tabBar\_tabSelectedRight.png", tabSelectedFrameWidth = 20, tabSelectedFrameHeight = 52, buttons = tabButtons }
And i want change the size just of the backgroundFile (line 5)
the 20 and 52 is for a other componment of tabar not important.
So, i want change the Height of the BackgroundFile and i try some lines of code i tried this :
backgroundHeight = 117
change nothing
tried this :
backgroundFile.height = 117
Error.
so i dont now really…