MMOMinion

Full Version: GUI_NewField BUG
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

is there a possibility to repair the command "GUI NewField"?
that it works without "groupname"

GUI_NewField( windowname, filedname, globalvariablename, groupname(optional))
- Creates a new field in that window that displays the value from globalvariablename (value can be modified by the user!)

[Image: 6pny.png]

PHP Code:
GUI_NewField("MAHA-TEST","Info:","Start"

The field is only in the wrong color
you have to select it to view it

MAHA
In that instance it would try to pull "Start" as the global variable name, did you code that up somewhere? I haven't run into this issue, but I might try it out and see what happens.
You should really update Sample #1 to point this requirement out, I just spent a long time banging my head against this lol.

https://github.com/MINIONBOTS/FFXIVMinio...ample-%231