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
Post a Comment