Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted

Hi @Sherzod

 

Using the latest build, and internal fontawesome5, this is what I get when changing theme:

image.png.9998d4c71de696a40dfab529150facba.png

left side is "Aria" and right side is "uni_flat_black"

 

What to do?

 

Thanks,

Frances

 

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

Posted
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

Posted

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

  • 3 weeks later...
Posted

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

 

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