Image not initialized

Everything else that doesn't fall into one of the other PB categories.
Hot Pockets
User
User
Posts: 51
Joined: Mon Jun 01, 2009 3:56 am

Image not initialized

Post 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.
citystate
Enthusiast
Enthusiast
Posts: 638
Joined: Sun Feb 12, 2006 10:06 pm

Post 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
there is no sig, only zuul (and the following disclaimer)

WARNING: may be talking out of his hat
Hot Pockets
User
User
Posts: 51
Joined: Mon Jun 01, 2009 3:56 am

image not initialized

Post by Hot Pockets »

Thans for putting my nose in the rite direction!! :)
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

Image not initialized... story of my life!
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
Post Reply