Thread Tools Display Modes
04/21/15, 03:56 AM   #1
Balver
 
Balver's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 39
Too many Fonts

My addons are providing too many Fonts, now I can't choose some of them because the list doesn't have a scroll bar.



Is this an ESO problem or can it be fixed in LibAddonMenu?
  Reply With Quote
04/21/15, 04:04 AM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
It's 3 problems :

- First, it's a LibMediaProvider problem. that's the library the addons authors have chozen to use. It'll manage all fonts of the game introduced by games and addons
- It's a ESOUI problem., because you can't navigate with the up/down arrow.
- It's a too many addons problem. because you got too many addons which introduce their fonts.

Because I use them in one of my addons, you can go in pChat\fonts.lua and comment the one you don't use.
Add -- at the beginning of the line.

For others addons, a lot of are requiring their personalized font.

For a deepest solution, ZOS could maybe do something.
  Reply With Quote
04/21/15, 04:56 AM   #3
Fyrakin
 
Fyrakin's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 129
Drop down doesn't have scrolling. I would limit font selection option (thats what I did myself) to a preset table I can control and don't use libraries for that.
  Reply With Quote
04/21/15, 04:59 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,980
I got kind of the same problem with icons in a drop-down list.
I finally switched to use a slider + label in the libAddonMenu settings instead of a drop down.
I'm still waiting for LAM to update the drop down box with a scrollbar at the popup Wykkyd got such a control in his libraries (at Wykkyd Full Immetsion, the emotes list) and I tried to adopt it to LAM already but failed
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Too many Fonts


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off