How do put Football picture Over FryGUI?

BlitzMax Forums/MaxGUI Module/How do put Football picture Over FryGUI?

Hotshot2005(Posted 2010) [#1]
I got FryGUI up and running but I would like to know how do put Football Picture over FryGUI Panel?


Volker(Posted 2010) [#2]
Use:
fry_CreateImage:fry_TImage(name:String, URL:String, x:Int, y:Int, w:Int, h:Int, parent:fry_TGadget = Null)
with your panel as parent.
Create it before creating the other buttons, then the image
will be drawn under them.