Skip to main content
Open

Option control

Related products:Software Factory
  • October 20, 2025
  • 4 replies
  • 37 views

Harm Horstman
Superhero

We've discovered that we can use the radio control in combination with the auto-commit option in wizard/questionnaire scenarios.

To make it perfect, it would be great if there were an OPTION_BUTTON control in addition to the RADIO_BUTTON control. 

 

To make it work like the image above, we also need a solution to make the Cancel and Confirm buttons invisible when auto-commit is used. Is there already a solution for this?


 

4 replies

Erik Brink
Moderator
Forum|alt.badge.img+5
  • Moderator
  • 548 replies
  • October 21, 2025

Hiding the confirm buttons of a task can be done by the layout SP. You can not completely give up the space the buttons would take. A little custom CSS might help there, if it is always true for a particular task popup.

Note, as an alternative: the translation of the Execute button can also be modified in the last platform releases.
https://docs.thinkwisesoftware.com/blog/2025_2#translations---alternative-translations-for-buttons-in-tasks-and-reports

Interesting idea for a new type of control. We have to think about the design to also fit it in editable forms and especially the grid. I like the idea.


Erik Brink
Moderator
Forum|alt.badge.img+5
  • Moderator
  • 548 replies
  • October 21, 2025
NewOpen

Harm Horstman
Superhero
Forum|alt.badge.img+21
  • Author
  • Superhero
  • 513 replies
  • October 22, 2025

Ok, I see, indeed this is not a control for use in grids.

I have tried to hide the buttons in a a layout SP

SET @confirm_button_type = 2
SET @cancel_button_type = 2

With this as result:

 


Erik Brink
Moderator
Forum|alt.badge.img+5
  • Moderator
  • 548 replies
  • October 22, 2025

Hmm, Indicium is blocking task execution in that case. It looks quite well in the popup.

We have to think of a proper solution for this.