How to change properties of a button on a canvas?

From: michael <mikeeria_at_interia.pl>
Date: Sat, 21 Jun 2003 01:09:59 +0200
Message-ID: <bd03ms$hga$1_at_atlantis.news.tpi.pl>



Hye

[Quoted] I would like to write a simple code that checks the label of a button

Label = get_canvas_label_property
IF Label = 'x' THEN
Label = 'y'
ELSIF Label = 'y' THEN
Label = 'x'
END IF; How to get the label of a buttong in code and then how to set this label with its new value

TIA
Michal Received on Sat Jun 21 2003 - 01:09:59 CEST

Original text of this message