BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 eXtreme Movie Manager 8, 9, 10 Forum
 Bug Reports
 Very small font size
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Giampo2010
Starting Member

Italy
20 Posts

Posted - 04 Feb 2016 :  21:57:49  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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.

JDommi
Administrator

Germany
4655 Posts

Posted - 04 Feb 2016 :  22:26:06  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

JDommi
Administrator

Germany
4655 Posts

Posted - 04 Feb 2016 :  23:11:02  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
By the way: do the already existing Page Preferences not the job?
Just change the font size in there to big.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Giampo2010
Starting Member

Italy
20 Posts

Posted - 04 Feb 2016 :  23:48:07  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I'll wait for your Extreme Movie Manager 8 Upgrade next week. I think the file to modify is actor.htm.
Go to Top of Page

JDommi
Administrator

Germany
4655 Posts

Posted - 05 Feb 2016 :  07:15:45  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Giampo2010
Starting Member

Italy
20 Posts

Posted - 05 Feb 2016 :  13:40:30  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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.
Go to Top of Page

JDommi
Administrator

Germany
4655 Posts

Posted - 06 Feb 2016 :  10:13:22  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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).

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.11 sec. Powered By: Snitz Forums 2000 Version 3.4.07