Перейти к содержанию
Old Phone Forum

Marxy

Стажёр
  • Постов

    1
  • Зарегистрирован

  • Посещение

Репутация

0 Обычный

Информация

  • Пол
    Мужчина
  1. 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?
×
×
  • Создать...