After consulting with several Swixml users, we discovered that most are
using Resource Bundles not only to localize Strings but for images/icons as
well.
Swixml Build 0.90 accommodates the use of resource bundles for images
resources etc.
Unfortunately, this means that the leading "/" has to be removed from the
path that is referencing an image icon.
Example:
      <menuitem text="Save" icon="/icons/save.gif"/>
now needs to look like this:
      <menuitem text="Save" icon="icons/save.gif"/>


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Jackie Manning
> Sent: Sunday, April 13, 2003 7:39 AM
> To: [email protected]
> Subject: [Forum] Button icons seem to be broken in 0.90?
>
>
> Button icons set using the icon attribute that work using the 0.83 jar
> no longer work with 0.90.
>
>
> _______________________________________________
> Forum mailing list
> [email protected]
> http://mars.lunarpages.com/mailman/listinfo/forum_carlsbadcubes.com
>
>


Reply via email to