Page 1 of 1

win title

Posted: Wed Nov 04, 2015 7:21 pm
by lisa
in MM2 are there any options to change the font of the title text, I am mainly looking at color changes but curious if there are any possibilities to change font in any way really.

This is in reference to
window.setTitle

Re: win title

Posted: Wed Nov 04, 2015 10:19 pm
by Administrator
Nope. I don't think that's even possible (dynamically) as it is controlled by the OS. Changing it at all should, therefor, be system-wide.

Re: win title

Posted: Wed Nov 04, 2015 10:50 pm
by lisa
ohh well that's ok.

I have been playing around with something and since the game is windowed but takes up the entire screen I have been using the title to tell me what the bot is doing, since I can't see the MM window itself, colour would have been nice but not essential =)

Re: win title

Posted: Thu Nov 05, 2015 1:55 am
by BlubBlab
I think it is (maybe) possible :
https://msdn.microsoft.com/en-us/librar ... 85%29.aspx
I don't understand all of it but there are some hint that it is possible , at the moment I try to find out what they mean by 'control' anyway this will take sometime.


EDIT: ah yeah misunderstood setting of title is already possible ^^^Front and color should be part of the Look&Feel of the window which is part of the system

Re: win title

Posted: Thu Nov 05, 2015 8:49 pm
by BlubBlab
Okay there is a way but so far I can see it. It will properly only work for the process window :
https://msdn.microsoft.com/en-us/librar ... 85%29.aspx

You have to paint it yourself ^^