Page 10 of 13

Re: Geyser UI Template

Posted: Mon Oct 27, 2014 2:44 pm
by Akaya
centerview is a mudlet mapper function. Has nothing to do with the toolbar alignment.

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

Re: Geyser UI Template

Posted: Mon Oct 27, 2014 8:12 pm
by Vadi
Does selecting an area in the dropdown list have an effect?

Re: Geyser UI Template

Posted: Mon Oct 27, 2014 8:29 pm
by spoofmanbob
No effect

Re: Geyser UI Template

Posted: Fri Nov 21, 2014 3:29 pm
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.

Re: Geyser UI Template

Posted: Fri Nov 21, 2014 3:31 pm
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.

Re: Geyser UI Template

Posted: Mon Nov 24, 2014 8:58 pm
by Angie
I think you want background-image, not border-image. Other than that, I don't know.

Re: Geyser UI Template

Posted: Tue Nov 25, 2014 12:39 am
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.

Re: Geyser UI Template

Posted: Tue Jan 13, 2015 9:41 pm
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?

Re: Geyser UI Template

Posted: Thu Jan 15, 2015 12:48 am
by Akaya
It is public domain as well. Feel free to redistribute and give credit where credit is due.

Re: Geyser UI Template

Posted: Mon Feb 16, 2015 9:12 am
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 :)