Jump to content
Old Phone Forum
  • Login

    You are currently not logged in to the forum.

    To comment, download files, subscribe to answers - you need to login.

List Component Icons Question


Marxy

Recommended Posts

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 standard

For 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

плиз переведите ктонить полностью...суть понял... 8)

Siemens C60 --> Samsung SGH X600 --> Samsung SGH X100 --> Samsung SGH X700 --> Nokia 6300

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...