Beginner question on click event

psevet

Member
Licensed User
Longtime User
Hello,

I'm stuck on, certainly, a basic error from my part.

The simple first application I'm trying to create would allow to perform calculations by clicking on the red and green buttons on main screen (please see enclosed file)

Red buttons react fine, but the main big green button doesn't react to any click ... (no code attached so far for the minus green button).

Have I missed something ?

Thanks in advance for your help.

Pierre
 

Attachments

  • test.zip
    26.4 KB · Views: 258

psevet

Member
Licensed User
Longtime User
Thanks Agraham for taking the time to check my code :)

The thing is, since imageview2_click didn't react as I initially wrote, I changed it to event label4_click event in vain.

Imageview4_click is not set so far since I need to know what's wrong with my code.

Regards.

Pierre
 
Upvote 0

psevet

Member
Licensed User
Longtime User
Thanks very much Agraham :)))

I guessed I missed something but focused on the wrong part of my code and couldn't see what was wrong with it :BangHead:

Cheers.

Pierre
 
Upvote 0
Top