Announcement

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

    [SKINIMG] resolution does not happen in ListGridField.setImageURLPrefix()

    Hello Isomorphic,

    is ListGridField.setImageURLPrefix() supposed to replace occurrences of [SKINIMG] in the String by the respective skin-directory?
    It does not do that for me which hinders me from putting these images there, currently. I suppose this is a bug. If so, could you please fix it for 4.1 as well?

    While looking for other methods I also found ListGridField.setImgDir() in Eclipse, but without javadocs.
    Looking at the docs (4.1 download, 5.0 online) I saw that it is exposed there, but has no description.

    Best regards,
    Blama

    #2
    Support for [SKINIMG] in the imageURLPrefix should make it into tonight's nightly builds back to SC 9.1p/SGWT 4.1p.

    The ListGridField.setImgDir() method is simply an alias for setImageURLPrefix(); we'll make sure to mark it as deprecated.

    Comment


      #3
      Hi Isomorphic,

      thanks, it's working.

      Best regards,
      Blama

      Comment

      Working...
      X