Page 1 of 1

Image not initialized

Posted: Fri Aug 14, 2009 4:11 am
by Hot Pockets
May have asked this before but if i did I never got an answer. How do you initialize something and what is initialization? Never heard that term used before and I 've used lots of different basi's so I think I should learn how to use that process specifically.

Posted: Fri Aug 14, 2009 4:24 am
by citystate
I usually get an "Image not Initialised" error when I've tried to draw to, or display an image that I haven't created or loaded yet... sometimes this is just a matter of confusing the Image Number with the Image ID (they're not the same thing) - check the parameter wording in the help file, if the command is looking for the Image ID, use

Code: Select all

ImageID(imageNumber)
otherwise just use

Code: Select all

imageNumber

image not initialized

Posted: Fri Aug 14, 2009 9:18 pm
by Hot Pockets
Thans for putting my nose in the rite direction!! :)

Posted: Tue Aug 18, 2009 9:18 pm
by Rook Zimbabwe
Image not initialized... story of my life!