Hi Catalin,
So I will elaborate on the issue.
Button 1 - has a published action named 'LicenceKeyValidator'
Button 2 - has a published action named 'LicenceKeyValidator'
If an end-user clicks the paste button, it will paste the licence key from clipboard and validate the key at that point
The problem is if a end-user clicks paste button, and then the Install button (button 2) within 1-2 seconds then then 'Install' button doesn't do anything.
I suspect this is because Button 1 is running 'LicenceKeyValidator' and Button 2 also tries to run the same custom action and it can't.
That is why I wanted to attempt to disable the Install button for a few seconds whilst that paste button has been pressed.
So it's technically the same dialog
Hope that helps
Thanks
Curt