Page 1 of 1
RzBmpButton is missing Default- and Cancel-Attribute
Posted: Tue Aug 23, 2016 4:43 pm
by Weatherlights
Hi
I am currently developing a theme with customized buttons. But I realized that only the default Button provide an option to be used as the default or cancel button. Is there anyway I can make my custom button as the default or cancel button?
Best regards
Re: RzBmpButton is missing Default- and Cancel-Attribute
Posted: Wed Aug 24, 2016 11:44 am
by FrancescoT
...just set the which is the tab order of your custom button.

- DialogEditor_EditTabOrder.png (158.3 KiB) Viewed 3724 times
Hope this helps you.
Regards
Re: RzBmpButton is missing Default- and Cancel-Attribute
Posted: Thu Aug 25, 2016 5:55 am
by Weatherlights
Hey FrancescoT
this allows me to customize the tab order but the button is missing the default and cancel attribute.
I want to allow the user the following with a RzBmpButton:
- First item in the tab order is a textbox
- The user enters something
- The user hits enter to jump to the next dialog
Without setting the next button as default I am not able to achive that.
Re: RzBmpButton is missing Default- and Cancel-Attribute
Posted: Thu Aug 25, 2016 12:26 pm
by FrancescoT
Dear Weatherlights,
I see what you mean ...unfortunately currently this is not possible using a RzBmpButton.
Regards