winset(src,"button1","is-visible=0")
Problem description:
Because I have some people logging in which are not supposed to beable to do anything but walk around and watch I want to remove three of the buttons in my default interface window.
But for some reason, this won't work?
How would I remove a button which is shown in the interface? I'm aware of the fact you can't DELETE it unless made at runtime, but with remove I ment "make it not visible/useable.
Thanks, in advance!