Geyser UI Template

Share your scripts and packages with other Mudlet users.
User avatar
Akaya
Posts: 414
Joined: Thu Apr 19, 2012 1:36 am

Re: Geyser UI Template

Post by Akaya »

centerview is a mudlet mapper function. Has nothing to do with the toolbar alignment.

http://wiki.mudlet.org/w/Manual:Mapper_ ... centerview

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

Re: Geyser UI Template

Post by Vadi »

Does selecting an area in the dropdown list have an effect?

spoofmanbob
Posts: 9
Joined: Sat Oct 25, 2014 4:49 am

Re: Geyser UI Template

Post by spoofmanbob »

No effect

Somnium
Posts: 2
Joined: Wed Mar 19, 2014 4:11 pm

Re: Geyser UI Template

Post by Somnium »

Is there a way to set the background for the whole GUI.BackgroundCSS to an image instead of the rgb background-color?
Tried using GUI.BackgroundCSS = CSSMan.new([[
border-image: url("C:\Users\Christian\.config\mudlet\profiles\somnium\lib\lotrblack.jpeg");
]])
But dunno if that is the correct way to use it.

Somnium
Posts: 2
Joined: Wed Mar 19, 2014 4:11 pm

Re: Geyser UI Template

Post by Somnium »

Is there a way to make the whole GUI.BackgroundCSS into a background-image instead of the rgb background-color?
I tried GUI.BackgroundCSS = CSSMan.new([[
border-image: url("C:\Users\Christian\.config\mudlet\profiles\somnium\lib\lotrblack.jpeg");
]])
But i've might have misunderstood how to do it.

User avatar
Angie
Posts: 51
Joined: Fri May 02, 2014 11:43 pm

Re: Geyser UI Template

Post by Angie »

I think you want background-image, not border-image. Other than that, I don't know.
Angie @ Midnight Sun 2
Alayla @ God Wars 2

User avatar
Akaya
Posts: 414
Joined: Thu Apr 19, 2012 1:36 am

Re: Geyser UI Template

Post by Akaya »

Mudlet does not support .jpg images. Try .png instead.

background-image or border-image will work. The difference between the two is that a border-image will stretch to fit the label and the background-image will be a set size (the size of the image) that will cut-off/tile depending on the label size.

Rixius
Posts: 3
Joined: Wed Oct 16, 2013 10:29 pm

Re: Geyser UI Template

Post by Rixius »

So far, I love the script. CSSMan is "public domain", are you giving a license with this template work, in case I want to redistribute my UI I make off of it?

User avatar
Akaya
Posts: 414
Joined: Thu Apr 19, 2012 1:36 am

Re: Geyser UI Template

Post by Akaya »

It is public domain as well. Feel free to redistribute and give credit where credit is due.

darcor78
Posts: 3
Joined: Sun Feb 15, 2015 11:15 pm

Re: Geyser UI Template

Post by darcor78 »

Hi all!
I'm a noob in the LUA programmation and I don't understand why when I send a text in a box with the code GUI.Box1:echo(“Hello World!”) I overwrite the previous text and not append under...DO you can help me?
Thank you and sorry for my english :)

Post Reply