Jump to content

fontawsome & theme problems


Freeman35

Recommended Posts

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)

 

fontawsome-1.png

fontawsome-2.png

Ekran Resmi 2020-05-27 14.08.02.png

Ekran Resmi 2020-05-27 14.09.39.png

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

image.png.fe883ca0db0d20e297a756ebdc9d9f06.png

Link to comment
Share on other sites

  • 3 weeks later...

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).

fontawesome_DuoTone_Alignment_Issue.png.fbfd44dea31c2217d6afeb584999f525.png 

 

The below image (check) uses Regular and the above image (cross) uses Pro..

What am I missing?

 

Thanks,

Frances

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...