Geyser Systems

Share your scripts and packages with other Mudlet users.
icesteruk
Posts: 287
Joined: Sun Jan 20, 2013 9:16 pm

Re: Geyser Systems

Post by icesteruk »

Jor'Mox wrote:Funny story... it does exactly that. But I don't know why.
I created a blank miniConsole and used cecho to throw some stuff up on it.
Then I changed the font size, and the big spaces immediately went away.

What font size did you use? or, how should I setup " WindowManager.add("WindowConsoleShow", ...?

Jor'Mox
Posts: 1146
Joined: Wed Apr 03, 2013 2:19 am

Re: Geyser Systems

Post by Jor'Mox »

It doesn't matter what font size you use, use whatever is a good size for you. And windowManager doesn't deal with font size, because it isn't position or size. Use setMiniConsoleFontSize("console_name",font_size_as_number).

icesteruk
Posts: 287
Joined: Sun Jan 20, 2013 9:16 pm

Re: Geyser Systems

Post by icesteruk »

hm how did you get rid of the blank spaces is what I meant, thought you meant you changed font size to get rid of them?? (im confused or its lazy)

Jor'Mox
Posts: 1146
Joined: Wed Apr 03, 2013 2:19 am

Re: Geyser Systems

Post by Jor'Mox »

I changed the font size (I was using "myConsole" as my console, and I just put in setMiniConsoleFontSize("myConsole",10)). The size was arbitrary. It seems that setting it after it is created is what has the desired effect. So, make the console, then set the font size to something, anything. And it should be fine.

icesteruk
Posts: 287
Joined: Sun Jan 20, 2013 9:16 pm

Re: Geyser Systems

Post by icesteruk »

Ah that fixed it, and Also fixed the wrapping issue too ...

Thanks :)

Jor'Mox
Posts: 1146
Joined: Wed Apr 03, 2013 2:19 am

Re: Geyser Systems

Post by Jor'Mox »

That is one of the weirder bugs I've run into...

icesteruk
Posts: 287
Joined: Sun Jan 20, 2013 9:16 pm

Re: Geyser Systems

Post by icesteruk »

Jor'Mox wrote:That is one of the weirder bugs I've run into...
I love finding bugs! lol

I'll post another look at what I done later in the week when I've done more of it, or if I run into another more, fun bugs :)

Thansk again for all your help

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: Geyser Systems

Post by Vadi »

Jor'Mox wrote:That is one of the weirder bugs I've run into...
Could you post a test case separately for repeating that?

Jor'Mox
Posts: 1146
Joined: Wed Apr 03, 2013 2:19 am

Re: Geyser Systems

Post by Jor'Mox »

Sure thing Vadi.

Post Reply