Thread
:
Issues bringing Gui Image Control to front
View Single Post
#
2
10-01-2013, 02:11 PM
fowlplay4
team canada
Join Date: Jul 2004
Location: Canada
Posts: 5,200
Try wrapping it in a GUIControl and use bringtofront(); or just try using bringtofront();
I.e.
PHP Code:
new
GuiControl
(
"Whatever"
) {
new
GuiShowImgCtrl
() {
// stuff
}
bringtofront
();
}
__________________
Quote:
fowlplay4
View Public Profile
View GraalOnline Profile
Visit fowlplay4's homepage!
Find all posts by fowlplay4