Change the text on a button in the runtime

Change the text on a button in the runtime

Hi everybody,
­s there no way to change the "Text1" from a button? (during the runtime runs)
I have a button which triggers a macro. when i press the button the first time,
i want to edit the Text1
(start Event -> stop Event)
when i press the button the second time
i want to edit the Text1
(stop Event -> start Event)

Other Options:
create 2 Buttons at the same Location
create 1 bool Variable named Eventstarted
Button1.Text1 = stop Event
visible from 1-1 (depends on the Variable Eventstarted)

Button2.Text1 = startEvent
visible from 0-0 (depends on the Variable Eventstarted)
is there a better/easier way to manage the problem?
Regards,
Sven

This is a migrated post! Originally posted on 30.10.2013 by user s.jonigk. Please be aware that information can be outdated.