Hello,
I’m storing number of image name in an array like
Photo={photo1,photo2,photo3}
for i=1,#Photo do
button=widget.newbutton(
{
id=i,
defaultFile=“Images/”…".png",
width=100,
height=100
}
)
end
I wanted to display number of button images but I’m getting failed to find image photo1.png.
I checked case sensitive for the image names.its same as what’s written in the array.Image exists in the Images folder
I’m fedup with this problem. Please help me out to solve this problem.
Thank you