Page 1 of 1

How to delete SIMPLEBUTTON?

Posted: Mon Jul 13, 2015 12:44 pm
by Bugala
I have been using
makebutton(100, #SIMPLEBUTTON)

by other words, made buttons by ids 100, 101, 102... to avoid them conflicting with existing ones.

However, when i do:
Removebutton(100)
removebutton(101)

these simple buttons still exist? How come?

Re: How to delete SIMPLEBUTTON?

Posted: Mon Jul 13, 2015 12:50 pm
by Bugala
Found the problem already. I was using RemoveButton, while i should have been using DeleteButton.