About Store Forum Documentation Contact



Post Reply 
How do you load gobj files?
Author Message
Janorkie Offline
Member

Post: #1
How do you load gobj files?
Hi, I've been looking into using the Esenthel engine for my game, but there's no documentation on how to load objects from the GUI editor!

Could anyone help me out here? pfft
06-28-2009 01:53 AM
Find all posts by this user Quote this message in a reply
Harton Offline
Member

Post: #2
Re: How do you load gobj files?
You use this tutorial:
Code:
EsenthelEngineSDK\Tutorials\Source\Advanced\1 - Geometry, Graphics, Gui, Misc, Net, Sound\Gui\08 - Loading Gui Objects.cpp
06-28-2009 06:56 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Janorkie Offline
Member

Post: #3
Re: How do you load gobj files?
Ok, so I followed the tutorial and I get no errors and it seems to be loading, however I can NOT see any of my GUI controls! My code is exactly the same as in the tutorial, so I don't know whats wrong. :cry:
07-09-2009 04:29 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
Re: How do you load gobj files?
maybe you havent added the objects to the gui
Gui+=


or you're not calling Gui.draw()
07-09-2009 09:30 PM
Find all posts by this user Quote this message in a reply
Janorkie Offline
Member

Post: #5
Re: How do you load gobj files?
Thanks to the help of Harry I figured it out. You have to make the GuiObjs before PreInit.
07-11-2009 09:22 PM
Find all posts by this user Quote this message in a reply
Post Reply