Hi !
I just experienced an issue with the tabbar widget.
When I create a tab button using these options :
{
label=“Tab 1”,
defaultFile=“tab1.png”
overFile=“tab1_over.png”,
baseDir=system.DocumentsDirectory,
width=64,
height=64,
onPress=onBtnPress,
size=12,
font=native.systemFont,
selected=true
}
an error occured : “Failed to find image …” but the image “tab1.png” is located in the Documents directory.
I set baseDir=system.DocumentsDirectory but the program stills searches in the Resource Directory.
(I put the image in the Resources directory and it worked). But I need using images in the Documents Directory.
Can you help me please ?
Thanks.