Marxy Posted March 2, 2007 Report Share Posted March 2, 2007 I develop application for mobile devices.On nokia,motorola,siemens,sony-ericsson it works fine, but not on samsung. the problems are 3. 1. List component icons are showed as corrupted (resized and color-mixed)All my icons are 12x12 PNG 8-bit.There is no problem with showing these images on other devices except samsung... Code of creation is quite standardFor ex. List list = new List("XYZ", List.IMPLICIT);try {list.append("xyz12x12", Image.createImage("/xyz12x12.png"));} catch (IOException e) {e.printStackTrace();} The same image is showed good on Samsung if it is called from Form component. x = new Form("test");try {x.append(Image.createImage("/xyz12x12.png"));} catch (IOException e) {e.printStackTrace();} I think this is something proprietary with List component of Samsung.What exactly? Anybody has an expirience? Link to comment Share on other sites More sharing options...
Vanigly Posted March 3, 2007 Report Share Posted March 3, 2007 плиз переведите ктонить полностью...суть понял... Siemens C60 --> Samsung SGH X600 --> Samsung SGH X100 --> Samsung SGH X700 --> Nokia 6300 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now