No, you cannot make a popup work in this case. Use a toggle button in addition to your momentary button, with the toggle controlling the enabled property of the momentary button. That will give you two-step functionality without needing a popup. Use a release script on your momentary button to reset the toggle if you wish the user to confirm every time.