Freeman35 Posted May 27, 2020 Posted May 27, 2020 Hi, in trail 1531 https://fontawesome.com/icons/house-user?style=solid I wana use this font, this is not in unigui, so I wanna add new fontawsome css, I don't need to use unigui's. I added "all.css" new fontawsome file to customfiles. Result on screenshots In First screenshot, house-user class not in unigui default, so there is empty, its okey Second screenshot, just added "files\all.css" in customfiles. on console has error, and icon is strange char Themes bug: on third screenshod you can see form buttons. This bug on (I have trail so I don't know others) graphite, triton, triton.modified on fourth screenshot theme name is material, just form close button can visible, other unvisible. This problem "just" visual, actions work normal. I tested via ".....\uniGUI\uniGUI\Demos\Desktop\NativeImageList - FontAwesome\fontaw.dpr" Question: 1- ) How can I use orjinal fontawsome NOT unigui's fontawsome ? 2- ) This font's strings, included each theme css file, so all themes has same stiring, and this mean, when user change theme, redownload many string. why not separete like this code in different file(s) Quote
Freeman35 Posted June 1, 2020 Author Posted June 1, 2020 new version 6 is coming https://fontawesome.com/6 Quote
Kattes Posted June 2, 2020 Posted June 2, 2020 Hi, Directly put on the form where you want to use fontawsome a UniHTMLFrame with the following HTML content: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/all.css"> </head> <body> </body> </html> At least that worked fine for all of my projects. Quote
fraxzi Posted June 10, 2020 Posted June 10, 2020 Hi @Sherzod Using the latest build, and internal fontawesome5, this is what I get when changing theme: left side is "Aria" and right side is "uni_flat_black" What to do? Thanks, Frances Quote
Sherzod Posted June 10, 2020 Posted June 10, 2020 1 hour ago, fraxzi said: left side is "Aria" and right side is "uni_flat_black" Hi, I will check. Quote
Sherzod Posted June 10, 2020 Posted June 10, 2020 2 hours ago, fraxzi said: Using the latest build, and internal fontawesome5, this is what I get when changing theme: Sorry, can you make a simple testcase to check. I couldn't reproduce. Quote
fraxzi Posted June 10, 2020 Posted June 10, 2020 3 minutes ago, Sherzod said: Sorry, can you make a simple testcase to check. I couldn't reproduce. Hi Sherzod, I uninstalled UniGUI and deleted the folder... reset my PC.. Reinstall again. I didn't do any modification to the installed folder, but after the re-installation.. It worked fine. kinda weird. Quote
fraxzi Posted June 17, 2020 Posted June 17, 2020 Hi, I am having an issue on fontawesome alignment (popupmenu item). The below image (check) uses Regular and the above image (cross) uses Pro.. What am I missing? Thanks, Frances Quote
fraxzi Posted July 2, 2020 Posted July 2, 2020 Hi, Anyone experienced this? The issue still at x.1534 Thanks, Frances On 6/17/2020 at 9:27 AM, fraxzi said: Hi, I am having an issue on fontawesome alignment (popupmenu item). The below image (check) uses Regular and the above image (cross) uses Pro.. What am I missing? Thanks, Frances Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.