Add custom button in install4j -


is possible add custom button (say, retry one) on configurable form, have placed on bottom controls, next next , buttons?

as of 6.x, not possible customize navigation bar or arbitrary screen buttons @ bottom of installer window.

if write own custom screen api, can override hasdefaultbuttons() , provide navigation controls yourself. move next , previous screen, call context.getwizardcontext().pressnextbutton() or context.getwizardcontext().pressnextbutton(). cancel, call context.getwizardcontext()().presscancelbutton()


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -