Author Topic: GUI editor problem  (Read 1070 times)

From the layout menu none of the options work, like Align Left, Center Horizontally etc. It's a real pain to center the window/buttons/text boxes manually. Also, how do you edit a GUI that you have already saved? It isn't in the list with other GUIs.


The GUI first must be executed for it to appear in the list. Secondly what Aligning? If I'm correct you're probably setting the position of which the object originates from, once you reload a saved GUI you'll probably find it to be totally miss placed from what you saved it as if you have been playing with that.

The first problem is that my GUIs aren't appearing on the list with other GUIs.

You obviously didn't read what I said.

And how would I execute my GUI?


To execute: Put the GUI file in your addons folder somewhere and then start your game. Then go into console and type exec("path/name.gui");

Okay, now I've executed the GUI. But the layout controls won't work. Why?


Okay, now I've executed the GUI. But the layout controls won't work. Why?

They don't work for me either