Game Development Community

Grouping?

by Sam Guffey · in Torque Game Engine · 09/08/2002 (3:17 pm) · 1 replies

With the lasest head I now get this grouping "stuff" in the GuiEditor. How can I get it back to the way it was, cause it aint working.

--Update--

I got to looking at the addGroup function and I would like it if all the groups would show up. (IE:The Button Ctrl dont show any fields at all)

Melv, let me know whats up.

#1
09/10/2002 (12:59 am)
Sam,

The field-grouping works fine. I really can't account for what you've done. Have you downloaded a clean [HEAD] with no modifications? When?

Also, what exactly is the problem when you say "it's not working"?

I would be very suprised if it doesn't work, it's not that big a change.

Either way, if you don't want the grouping then goto the file "guiInspector.cc" and at the top of the file you will see two lines that control whether field grouping/group seperators are on or off. Setting them to false turns them off like so ...

const bool UseFieldGrouping = false;
const bool UseFieldSeperators = false;

Hope this helps.

- Melv.