Creating an Interface - help
Posted: Mon Dec 16, 2013 8:04 am
Hello guys,
So i want to get a basic interface set up going in lua however since I'm a novice its a bit frustrating.
Within the Browse API there is the gui in models then in members there is the create,
which shows
However since it would be to easy to just punch this in and get a interface happening i would think, you would have to use the
"showWindow" or the "props_gui_Window" but agian, i dont know the work arounds.
So i was wondering if someone can get a blank gui set up with height/width and a few strings and such with comments for each code so I can manipulate it myself.
Thanks
So i want to get a basic interface set up going in lua however since I'm a novice its a bit frustrating.
Within the Browse API there is the gui in models then in members there is the create,
which shows
Code: Select all
octane.gui.create
component = octane.gui.create(PROPS_GUI_COMPONENT)
"showWindow" or the "props_gui_Window" but agian, i dont know the work arounds.
So i was wondering if someone can get a blank gui set up with height/width and a few strings and such with comments for each code so I can manipulate it myself.
Thanks
