Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    smartgwt - mobile - icons from JavaDoc missing/not visible in AppResources.INSTANCE

    icons described in JavaDoc but missing or not visible from AppResources.INSTANCE
    (smartgwt-mobile.jar 14 Apr 2016 05:28)

    1. missing icons (compilation error - the other 28 icons work fine)
    • activity_indicator()
    • bar_graph()
    • blank()
    • cabinet, calendar, chat_more, checkmak, clear
    • disclosure_arrow, disclosure_button
    • film
    • gift, heart, history, info, id_card
    • light_bulb, lighting_bolt
    • search
    2. three icons with strange look - look like "tiled" (both on Chrome on Ubuntu and on iPhone) Click image for larger version

Name:	3bad_icons.jpg
Views:	42
Size:	7.5 KB
ID:	237557
    (icon doubled) - see image attached at position n, o, p
    filter_segments2[ 2].setIcon( AppResources.INSTANCE.home_prerendered_iOS(), true);//
    filter_segments2[ 3].setIcon( AppResources.INSTANCE.files_prerendered_iOS(), true);//
    filter_segments2[ 4].setIcon( AppResources.INSTANCE.info_prerendered_iOS(), true);//
    Last edited by dorin.ionescu; 30 Apr 2016, 00:48. Reason: spelling
Working...
X