FontAwesome extension - how do you select images at design time?

1
0

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

 

 

  • You must to post comments
1
0

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

  • Sandro Moino
    Yes reference the compiled binary work! Thanks!
  • You must to post comments
0
0

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

Attachment
  • You must to post comments
0
0

Luca,

This is awesome! Works like a champ. Good job.

  • You must to post comments
1
0

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.

 

  • You must to post comments
0
0

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

  • You must to post comments
Showing 5 results
Your Answer

Please first to submit.