charri / Font-Awesome-WPF

FontAwesome controls for WPF+UWP
MIT License
533 stars 145 forks source link

Icons not visible in design time (UWP) #51

Closed danbord closed 7 years ago

danbord commented 7 years ago

The icons works fine when in runtime. But at design time they're not visible, making the design pretty annoying. I'm using VS2017 Community Edition.

Here's my Xaml <fa:FontAwesome Icon="Backward" Foreground="Black" />

vavsab commented 7 years ago

Try install the font to your system. It seems to be a designer bug. Anyway let me know if you have another workaround. I will also apply it to my project.

danbord commented 7 years ago

By Installing the font on the system, you mean download FontAwesome font and double click to install the otf or ttf file? Tried that but not working for me :/

vavsab commented 7 years ago

Yes, exactly. Strange... Have you tried to restart PC after that? I have not noticed that you are using UWP. It worked on WPF for me.

danbord commented 7 years ago

FINALLY found it! Seems like it doesn't play nice with x64 compiling... Just by changing my project configuration to x86 fixed it (the combobox next to the Debug combobox, not in project settings).

else than that, I found that article that lead me to my answer : http://blog.galasoft.ch/posts/2016/02/enabling-disabling-design-data-in-visual-studio-2015-update-1/