As the topic, how do I keep load a new image (from a set of images already onto the app) each time the Button Contro is pressed? Either in a random or sequential manner? The image would ofcourse be loaded onto the Image Control.
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If i understand well you mean that if you have eg image1,image2,image3,image4 etc you want everytime you press the same button the image element will change into the next image.
if i am right on this you have to asign a public variable let’s name it counter so
and in onclick action you should enter