I plan on making a big Icon Bar and wanted to get a small GUI button to open it. But I can't seem to get the button to work. Here is my code so far
function btnIconBar_OnClick(GUIControl *control, MouseButton button)
{
Display(gIconbar);
}
Not Display();. You must use:
gIconbar.Visible=true;