BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 eXtreme Movie Manager 8, 9, 10 Forum
 Bug Reports
 Very small font size

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Giampo2010 Posted - 04 Feb 2016 : 21:57:49
Extreme Movie Manager 8 isn't right for Windows 10. The font size in the field of the actors are too small! Is there a way to increase them?
I think it would be necessary to modify actor.html.
Best regards.
6   L A T E S T    R E P L I E S    (Newest First)
JDommi Posted - 06 Feb 2016 : 10:13:22
Well, seems as if I'm not able to affect the tab content to be increased by the card setting "Page Preferences".
For those who need these info in a bigger font I have changed it manually. Now it's always in a bigger font independent of the setting normal/big.

http://www.mediafire.com/view/u1yweb9k5m2em0k/actor_big_tabs.htm

Sorry, but for a better solution I don't have enough knowledge and the HTML code has seen too many different coders so it's really a pain to correct some of the sections (for me).
Giampo2010 Posted - 05 Feb 2016 : 13:40:30
Can you send me an e-mail to gianpaolo.casadei@fastwebnet.it?
I'll reply to you an i'll send you an image of the font size.
JDommi Posted - 05 Feb 2016 : 07:15:45
Please give me info which parts of the text are too small.

Most of the Actor.htm will be increased after setting moviebigcover.htm to big font, too. So please give it a try anyway.
Giampo2010 Posted - 04 Feb 2016 : 23:48:07
I'll wait for your Extreme Movie Manager 8 Upgrade next week. I think the file to modify is actor.htm.
JDommi Posted - 04 Feb 2016 : 23:11:02
By the way: do the already existing Page Preferences not the job?
Just change the font size in there to big.
JDommi Posted - 04 Feb 2016 : 22:26:06
Just put before each output that's too small <font size="9"> and behind </font>.
I will try next week to add a javascript function for that.

Something like:
function fontSizeChange(elem, factor) {
    if (!elem) {
        return false;
    }
    else {
        factor = factor || 2; // 2 is the default
        elem = elem.nodeType && elem.nodeType === 1 ? elem : document.getElementById(elem);
        var cur = window.getComputedStyle(elem, null).fontSize,
            size = parseInt(cur.replace(/\D+/g,''),10),
            unit = cur.replace(/\d+/g,'');
        elem.style.fontSize = (size * factor) + unit;
    }    
}

But therefor all elements (outputs) must have their own id...

Maybe Ale can add the factor variable to the settings. Such way the card only has to be modified once and each user can set that factor optionally.

BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.06 sec. Powered By: Snitz Forums 2000 Version 3.4.07