GUI Z-Ordering
by Aaron Henselin · in Technical Issues · 09/05/2007 (7:36 pm) · 0 replies
I have a background GUI, then dynamically create and add gui components to the scenewindow using scenewindow2d.addguicontrol(MyButton).
However, the dynamically added components are added behind the original GUI bitmap. I've tried the Bringtofront, toback, reorder, etc commands with no luck. Anyone have a way to successfully reorder a GUI, or will I have to dynamically create the background layers after the generating the foreground?
However, the dynamically added components are added behind the original GUI bitmap. I've tried the Bringtofront, toback, reorder, etc commands with no luck. Anyone have a way to successfully reorder a GUI, or will I have to dynamically create the background layers after the generating the foreground?