akamud / FlatSpark

FlatSpark is a flat skin for Flex 4 projects. It is now officially a part of Flex SDK starting from 4.14. Further development will be made in Flex official repository here: (https://github.com/apache/flex-sdk/tree/develop/frameworks/projects/flatspark)
Apache License 2.0
75 stars 35 forks source link

Awesome Font - Not all Icons are in there #4

Closed yozef closed 9 years ago

yozef commented 9 years ago

If I use fa_search for example, it does not show.

List is here: http://fortawesome.github.io/Font-Awesome/icons/

akamud commented 9 years ago

Hi @yozef, I just checked and indeed this should be working. Right now we have just donated this project do Apache, so it will be a new feature provided by the official Flex Framework, since the next release for Flex should be close, right now I would say you should just keep an eye on the next release where we will try to fix this.

akamud commented 9 years ago

Hi @yozef, I just tested that exact icon and it worked fine. The first thing I checked when you reported this was if this was a 4.2 icon, since we use FontAwesome 4.1. But it wasn't. I also used this icon in a TextInputIcon and a ButtonIcon component, both worked: image image

Can you provied more info so we can track this bug? Can you confirm your component has the space needed to show the icon properly? Is it a Button or a TextInput?

yozef commented 9 years ago

Actually you are absolutely right. It was an error on my end