I am trying to pass a small png image as a constructor parameter when creating an Alert. This alert is used as a splash screen at startup. The splash screen works on all phone models except Nokia. On the Nokia models, the image is shifted all the way to the right and severely clipped. I have tried several Nokia phone models and have the same problem with all of them. I am using createImage() to load the png and then passing the Image to the Alert's constructor. If anyone can help, I'd appreciate it greatly. Thanks!

Reply With Quote

