How to delete SIMPLEBUTTON?

Find quick help here to get you started with Hollywood
Post Reply
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

How to delete SIMPLEBUTTON?

Post 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?
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

Re: How to delete SIMPLEBUTTON?

Post by Bugala »

Found the problem already. I was using RemoveButton, while i should have been using DeleteButton.
Post Reply