iGlass Question: Wallpaper?
BlitzMax Forums/BlitzMax Module Tweaks/iGlass Question: Wallpaper?| 
 | ||
| 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? | 
| 
 | ||
| I think you are looking for IGL_InitBackground("images/title.png") or you can just do IGL_BackgroundImage=mainMenuBG ' mainMenuBG is a TImage | 
| 
 | ||
| hmm that compiles but the image doesnt show?  weird! | 
| 
 | ||
| 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? | 
| 
 | ||
| lol nevermind |