Mirage Engine
GUI How to? - Printable Version

+- Mirage Engine (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: GUI How to? (/showthread.php?tid=1286)



GUI How to? - Mario - 16-09-2007

I have built GUIs before, but the difference here is that there is no GUI folder. So I am not quite sure how to edit it correctly. Can anyone offer a guide of kinda explain how to here?


Re: GUI How to? - William - 16-09-2007

Just open your gfx file, press ctrl+A, then ctrl+C, then go into your form and press ctrl+V.

Or press on your form and you will see the properties and press on picture to load one.

or do like this in form_load
Code:
form.picture = loadpicture(app.path & "\file")



Re: GUI How to? - Mario - 17-09-2007

Thanks a lot, this really helps!


Re: GUI How to? - Mario - 17-09-2007

Alright I'm still kinda stumped... am i supposed to copy the code over too?


Re: GUI How to? - Rezeyu - 17-09-2007

...


Just click the form, and look in the options (name, hieght, etc.) in the lower left, and hit "Picture"


Re: GUI How to? - Mario - 17-09-2007

I got it now, lol sorry its 3am... OMG i just realized its 3am...