About Store Forum Documentation Contact



Post Reply 
Creating Window Menu in main window?
Author Message
SONB Offline
Member

Post: #1
Creating Window Menu in main window?
Hi!

I want to add a window menu but I don't want to create a new GUI window for it. It should look like Mesh/World Editor but only with one viewport.
Esenthel, how have you done it in your editors? Is this just a GUI window as big as the main (game) window with four viewports inside?

Thanx in advance!


SONB
02-23-2009 03:57 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
Re: Creating Window Menu in main window?
I have attached the Menu not to the Window, but to the Desktop

Code:
Gui+=MainMenu.create(n);
02-23-2009 12:05 PM
Find all posts by this user Quote this message in a reply
Post Reply