I hope I can explain my problem.
Simplified version:
I have 2 buttons
Button1 - Loads web page and after that do some operations on existing views..
Button2 - Do some stuff
When button1 is clicked i want to completely disable button2 while button1 working his job
I tried with panel over button to catch the event, i tried to disable button, tried to hide button.
Nothing works.
When button1 finish his work button2 is trigger anyway. (if I am clicking on button2 while button1 working his job)
Thank you guys
Simplified version:
I have 2 buttons
Button1 - Loads web page and after that do some operations on existing views..
Button2 - Do some stuff
When button1 is clicked i want to completely disable button2 while button1 working his job
I tried with panel over button to catch the event, i tried to disable button, tried to hide button.
Nothing works.
When button1 finish his work button2 is trigger anyway. (if I am clicking on button2 while button1 working his job)
Thank you guys