hdist in a Flexline

Hello,

we are using a FLEXLine to dynamically build up a row of buttons. Works fine.
There is just one problem: A flexline just allows you to add labels, checkboxes, buttons and comboboxes. In our case here, we want to insert a hdist in between the buttons in the flexline.

Is there any possibility to do this? Or is there any other possibility to dynamically build up a line of buttons with dist?

Best Regards,

I am working with version 40_20060908.

Tobias

You can use a textout or a label with an empty string as a workaround:
flexline.addTextout(adapter, “width;5”); :wink: