iGlass Question: Wallpaper?

BlitzMax Forums/BlitzMax Module Tweaks/iGlass Question: Wallpaper?

Matt McFarland(Posted 2006) [#1]
In the instructions it says:

IGL_Background("./IGL_Demos/Background_01.png")


But I get an error that says Invalid Identifier. Infact, there is no IGL_Background in there? Was this changed?


Scott Shaver(Posted 2006) [#2]
I think you are looking for

IGL_InitBackground("images/title.png")

or you can just do

IGL_BackgroundImage=mainMenuBG ' mainMenuBG is a TImage


Matt McFarland(Posted 2006) [#3]
hmm that compiles but the image doesnt show? weird!


Matt McFarland(Posted 2006) [#4]
Can you tell me what I'm doing wrong? The image doesnt show unless I use DrawImage (which dissapears if I use the Message Notification, so I'm stuck having to use IGL_BackgroundImage)

It compiles fine, whats wrong?


Matt McFarland(Posted 2006) [#5]
lol nevermind