Author Topic: May I please have an example of a GIU?  (Read 1197 times)

Could somone please post an example for a code that opens a GUI windowFixed for better understanding.?
« Last Edit: October 29, 2008, 05:07:48 PM by Quantum »

There are so many examples of this that its unbelievable that you'd even consider posting.

Nevermind, I'll try looking at IGSO codes.
« Last Edit: October 29, 2008, 04:56:10 PM by Quantum »

It's too long to extract a basic sample from.

"I'm too lazy to extract a basic sample"

I can think of plenty of add-ons that have this code off the top of my head:

Blockomon Help Gui
V8 Macro Saver
V8 Autosaver
V9 Quicksave

I'll take a look at the blockomon help GUI.
« Last Edit: October 29, 2008, 05:35:39 PM by Quantum »

Wait, does it actually open a window, or just list the commands and what not in the chat menu?  If it's a window, does it have any buttons?

For GUI design, go into F10 and select a random gui from the menu.
For scripting, look at scripts that come with GUIs.

I'll take a look at the blockomon help GUI.
Wait, does it actually open a window, or just list the commands and what not in the chat menu?  If it's a window, does it have any buttons?
There is a button.

For GUI design, go into F10 and select a random gui from the menu.
For scripting, look at scripts that come with GUIs.

That's if he has the editor installed.

Blockland comes with the editor. People just need to enable it.
Edit: I just made one for kunit, I will upload then give the link.
Edit: This is a base gui with nothing on it, it has some code to open it up and close it with the keybind press. If you would like some help with guis PM me.

http://www.box.net/shared/bd7ahokoul
« Last Edit: October 30, 2008, 11:54:38 PM by Eryehk »

There is a button.

That's if he has the editor installed.

The reason I didn't use the modify button was to make the "New" sign appear next to the topic(For anyone who already read it).  And how else would I put the strikethrough?

Blockland comes with the editor. People just need to enable it.
Edit: I just made one for kunit, I will upload then give the link.
Edit: This is a base gui with nothing on it, it has some code to open it up and close it with the keybind press. If you would like some help with guis PM me.

http://www.box.net/shared/bd7ahokoul

Thank you, I'll look at it tomorrow.
« Last Edit: October 31, 2008, 12:06:19 AM by Quantum »

I might post a gui script here but it would be completely useless because a button or window is nothing unless you can program it to do something.

I might post a gui script here but it would be completely useless because a button or window is nothing unless you can program it to do something.
If you do, please put //FUNCTIONHERE where I should put what the button does.  I have the code I need for that.