Re: Loosing Button's icon property value

2013-06-04 Thread Deepak MS
Great! That worked. I just added bitmapimage component with 'iconDisplay' as it's id and it displayed the icon. On Tue, Jun 4, 2013 at 6:47 PM, Lee Burrows wrote: > To include an icon, you'll need a BitmapImage component with > id="iconDisplay" in your skin. > > > > > On 04/06/2013 14:09, Dee

Re: Loosing Button's icon property value

2013-06-04 Thread Lee Burrows
To include an icon, you'll need a BitmapImage component with id="iconDisplay" in your skin. On 04/06/2013 14:09, Deepak MS wrote: Hey there, I’m working on an iPad app and I am using button with a custom skin: I also have a CSS which has following declaration: s|Button { ski

Loosing Button's icon property value

2013-06-04 Thread Deepak MS
Hey there, I’m working on an iPad app and I am using button with a custom skin: I also have a CSS which has following declaration: s|Button { skinClass: ClassReference("com.skins.AppButtonSkin"); color: #FF; fontFamily: Arial; fontSize: 25; fontWeigh