I have a form where two forms inherit from. The inherited forms add one or two buttons to the form. I would like to add the buttons at the end of the tab order (tabSequence > 6). But on the ‘Tab sequence’ tab, I only have access to the not inherited elements. What can I do?
Fortunately, I somehow managed to set the tabSequence of one button to 0 instead of 1. Don’t ask me how. 1 would lead to a conflict with the inherited sequences. They range from 1 to 6 and 1 in the inherited form seems to be ignored. But 0 seems to be part of the sequence cycle. This solution works until the next major release satisfies all wishes.
Why is the property not editable? Wasn’t it editable in earlier versions?
I mean the property ‘tabSeq’ of any field in any form. Not in an inherited form. I thought, in earlier versions of Servoy I could click into the value field - as I can for ‘titleText’ e.g. - and enter the tab sequence number.