B4J Question Are FontAwesome and MaterialIcons embedded in the app?

wimpie3

Well-Known Member
Licensed User
Longtime User
In the Designer you can use FontAwesome and MaterialIcons to put icons on buttons or in labels.

Usually when fonts are used, they need to be embedded in the Files tab (and declared with xui.CreateFont).

I suppose that we don't need to do that when FontAwesome and MaterialIcons are used? Are they embedded by default? Or how does that work?
 

mcqueccu

Well-Known Member
Licensed User
Longtime User
Yes, they are embedded.

Edit: this is B4J question
 
Last edited:
Upvote 0

PaulMeuris

Active Member
Licensed User
The B4J folder ..\Objects\temp\build in the project folder contains all the files needed to run the exe file.
If you copy only the exe file to a different location on your drive and try to execute that exe file then the application will not start when you double click on it.
You can move the entire build folder to another location and then double click on that exe file. That will work.
Or you can make a Windows link (snelkoppeling) that refers to the exe file in it's original location. You can then move the link to another location.
 
Upvote 0
Top