So I have little idea on how to get the View of a button via messages, the only problem is that when I do that, the class that I initiated the view in, won't be able to function so what's the way to initiate the view back again, do I just declare it or something?
As in runs a command the button gets disabled (This button in persistent) and by clicking on it it won't get disabled anyways. After re-running the command, do I just re-declare the class to the message itself?
If not, what's the best approach?