MMOMinion
remove appended gui - 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: remove appended gui (/showthread.php?tid=10377)



remove appended gui - Skive - 01-10-2015

Is there any code to remove the GUI checkbox? for example, i wanted toggle a checkbox, it will add or remove the gui on the form.


RE: remove appended gui - Skive - 01-11-2015

(01-10-2015, 03:16 PM)fxfire Wrote:  deleting the whole window content and then repopulate it with the ones you want, that is possible... but the UI functions to do that are a bit "not so nice" right now in FFXIV ... I could copy over the ones we have in ESO and GW2 if you want : https://github.com/MINIONBOTS/GW2Minion/wiki/WindowManager

?

that was my thought too, but was thinking if i could delete a specific gui when a certain command is executed.

Right now i just counter it using combobox.

Is all well now. Thx for the response.