texus / TGUI

Cross-platform modern c++ GUI

Home Page:https://tgui.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gui Builder deprecated?

colesnicov opened this issue · comments

I'll try to edit the default theme 'Black.txt', but when I try to open it with gui_builder I get this error:

~/opt/tgui/gui-builder$ ./gui-builder 
Failed to load '/home/denis/opt/tgui/themes/Black.txt', reason: No construct function exists for widget type 'CloseButton'.

I use branch 0.8.8

Black.txt is a theme file (which contains information about the looks of different types of widgets) while the gui builder can only edit form files (which contains a set of widgets including their looks). Although they have a similar structure, they aren't compatible with each other.
There currently is no tool to modify theme files (you just have to use a text editor for it).

Thanks for explain.