Image not initialized
-
Hot Pockets
- User

- Posts: 51
- Joined: Mon Jun 01, 2009 3:56 am
Image not initialized
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.
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
otherwise just use
Code: Select all
ImageID(imageNumber)Code: Select all
imageNumberthere is no sig, only zuul (and the following disclaimer)
WARNING: may be talking out of his hat
WARNING: may be talking out of his hat
-
Hot Pockets
- User

- Posts: 51
- Joined: Mon Jun 01, 2009 3:56 am
image not initialized
Thans for putting my nose in the rite direction!! 
- Rook Zimbabwe
- Addict

- Posts: 4322
- Joined: Tue Jan 02, 2007 8:16 pm
- Location: Cypress TX
- Contact:

