Israel

Israel

  • NA
  • 1.3k
  • 204.1k

Clicking a button... and activivate another one...

Feb 24 2015 11:53 AM
Hi!
 
I need to activate another button after the first one will be clicked.
For example, I have two Buttons + label: Button1 ,Button2, Label1.
On the first one when I click its will do this:
button1 = ''hello''; 
Then after clicking on the first one its should activate the other one (button2) who will show this word on the label: Thanx.
See what is on the second one (Button2).
button2= label1.txt; 
 
My problem is all should work once after clicking to first one then automatically the second also do the label1.

Answers (2)