Forum Discussion

Jayanthsunkari's avatar
Jayanthsunkari
Occasional Contributor
6 years ago
Solved

How to parameterize image for click action

Hello ,   I have bunch of image for a mobile applciation , and i need to perfrom click action on every image. I want to pass a fresh image with image name on click method and the method should be...
  • AlexKaras's avatar
    6 years ago

    Hi,

     

    ImageRepository.BING_Set.Password.Touch

     

    Do you mean something like this:

    Dim strImageName : strImageName = "Password"

    Set obj = Eval("ImageRepository.BING_Set." & strImageName)

    Call obj.Touch()