TGUI Form builder

Started by 1aam2am1, 11 June 2015, 23:28:33

1aam2am1

When I have got Checkbox and I change a "Enabled" value to false. I can't get focus to it in "Form builder" clicking it.
A ListBox in Properts have got "MaximumItems" to height set. And I can't acces a all items.

texus

The form builder will be removed from the next version since it is too much work to maintain it, so I won't spend much time in improving it anymore. I can still make small fixes though.

QuoteWhen I have got Checkbox and I change a "Enabled" value to false. I can't get focus to it in "Form builder" clicking it.
This is a side-effect of how the form builder works, it relies on tgui for everything, including the events. If a widget gets disabled then it will no longer send callbacks. There is no simple workaround for this.

QuoteI can't acces a all items.
This is something that I can still fix. I'll fix that tomorrow.