SplashBuddy icon indicating copy to clipboard operation
SplashBuddy copied to clipboard

Continue Button

Open dinero1010 opened this issue 7 years ago • 4 comments

Our workflow instructs users to click the Continue button when all items are completed. We also set all items to 'canContinue' so the expected behavior is that the Continue button is shown instead of the Quit button, regardless of install status for each item. What would be the most efficient way to set the Continue button label as 'Continue' and keep that static regardless of install status?

dinero1010 avatar May 15 '18 14:05 dinero1010

Couldn't this be done within the source code? Just replace the text of the button with whatever you'd like and recompile? (NOTE: I don't know if that would break something in the code that's listening for 'quit' specifically. n00b->me)

dwshore avatar Oct 29 '18 16:10 dwshore

@dinero1010 Did you figure out how to do those changes?

cybertunnel avatar Feb 01 '19 22:02 cybertunnel

@cybertunnel: I have been trying to find a way to change the quit button as well. Do you have any documentation on this? Any help would be appreciated!

TheBlu avatar Feb 06 '19 23:02 TheBlu

@TheBlu I don't think we have anything in place in the current released versions. The way that you can change what the button does, and in turn change the button text can be found here

cybertunnel avatar Feb 07 '19 14:02 cybertunnel