MMOMinion
GUI_NewField BUG - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90)
+---- Forum: I Need Help with LUA coding! (https://www.mmominion.com/forumdisplay.php?fid=104)
+---- Thread: GUI_NewField BUG (/showthread.php?tid=5471)



GUI_NewField BUG - MAHA - 12-15-2013

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


RE: GUI_NewField BUG - Ace - 12-16-2013

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.


RE: GUI_NewField BUG - devek - 06-10-2014

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/FFXIVMinion/wiki/Sample-%231