Vola j'arrive pas a appeler ma fonction
function agrandis(photo as integer)
agrandissement.imageurl = "phototeque/" + photo.tostring() + ".jpg"
agrandissement.borderwidth = unit.pixel(1)
end function
je fais comme ca pour l'instant pour l'appeler
dim img as new imagebutton()
img.onclick = agrandis(3)
apres je mets img dans une tablecell(), dans une tablerow() puis dans une table l'image apparait quand je mes pas la fonction mais sinon ca bug
Merci de votre aide