I have added the FontAwesome to my references in the project but how do I select one of the icons at design time?
Is there a setting somewhere to tell the ImageSource popup to look in the DLL?
http://screencast.com/t/HAgZNUVAU1
Hi Sandro,
could be an issue in Visual Studio.
Can you please try to reference the compiled binary Font Awesome extension instead of including the project ?
Hope that helps.
Best regards
Frank
I still can’t select icon at design time(only from code), it’s normal ?
VS: 15.2.3
Wisej: 1.4.50 (then i try dev 1.4.54 but nothing)
Thanks for help
Luca,
This is awesome! Works like a champ. Good job.
Icon packs should work correctly now also at design time.
You should also find 3 additional icon packs under the extensions: MaterialDesign, ModerUI and ElegantIcons.
For the icon pack to show up you probably have to compile the app and in some cases reopen VS if it’s the first time the dll is added to the project.
However, there are some open issues related to embedded that should be fixed in the current dev build. One is a change to the url format. Now it’s /resource.wx/image.png, MyAssembly. It’s being changed to /resource.wx/MyAssembly/image.png which is a lot clearer.
Best,
Luca
Please login first to submit.