Missing Type BImage
in
Programming Questions
•
2 years ago
I just started with Processing and I found several examples of what this software could do. It turns out it was much relevant to a project that I am working on.
There is this particular example from
http://toxi.co.uk/p5/base26/ that works closely to my project. The source code was readily available at the bottom of the page so I decided to have a look. However, when the source code was input to processing, it turns out that most of the codes were old and i had to change to the newer ones. I tried my best to follow the instructions on the changes page but there is this code that i could not manage to solve.
the code given is : uiItems[0]= new ImagePanel("initial",loadImage("alphabet2.gif"),220,0,60,60,0xd8,ADD);
and processing cant process the code and it says "The constructor base26.ImagePanel(String, BImage, int, int, int, int, int, int) refers to the missing type BImage.
I've been trying for days but to no avail. Will anyone lend a supporting hand?
Thanks in advance..
1