Search found 9 matches

by Proeliatora
Sun Jun 02, 2013 3:37 am
Forum: Help Forum
Topic: Stipulating directories with geyser setStyleSheet properties
Replies: 11
Views: 7435

Re: Stipulating directories with geyser setStyleSheet proper

I did come to that conclusion about 30 seconds after deliberating over my previous comment. Good to know I was right though.
by Proeliatora
Sun Jun 02, 2013 3:21 am
Forum: Help Forum
Topic: Stipulating directories with geyser setStyleSheet properties
Replies: 11
Views: 7435

Re: Stipulating directories with geyser setStyleSheet proper

Already tried something similar but you gave me another idea. local path = "C:/Users/Cassie/.config/mudlet/profiles/Svaldifari" hunting_label:setStyleSheet([[ border-image: url(]]..path..[[/Graphics/Icons/hunting-on.png); ]]) That works but getMudletHomeDir() actually returns "C:\User...
by Proeliatora
Sun Jun 02, 2013 1:32 am
Forum: Help Forum
Topic: Stipulating directories with geyser setStyleSheet properties
Replies: 11
Views: 7435

Re: Stipulating directories with geyser setStyleSheet proper

I was just about to add that one to the list of things I tried lol. Same result.. no error but sets it to a blank background.

Edit: Incidentally I have checked and rechecked the path, file names and file type for the image so its not just a typo or something in the path either.
by Proeliatora
Sun Jun 02, 2013 1:20 am
Forum: Help Forum
Topic: Stipulating directories with geyser setStyleSheet properties
Replies: 11
Views: 7435

Re: Stipulating directories with geyser setStyleSheet proper

This (from above) produces the error 'unexpected symbol near '..'' path = getMudletHomeDir() .. "/Graphics/Icons/hunting-on.png" hunting_label:setStyleSheet[[ border-image: url(]] .. path .. ");" I've fiddled around with [[ ]] and " " and I still can't seem to get it to...
by Proeliatora
Fri May 31, 2013 1:28 pm
Forum: Help Forum
Topic: Stipulating directories with geyser setStyleSheet properties
Replies: 11
Views: 7435

Stipulating directories with geyser setStyleSheet properties

I'm wondering if its possible to use a variable or getMudletHomeDir() when setting the directory for an image in a stylesheet. I can do this: hunting_label:setStyleSheet[[ border-image: url(C:/Users/Cassie/.config/mudlet/profiles/Svaldifari/Graphics/Icons/hunting-on.png); ]] ...which works fine but ...
by Proeliatora
Mon May 06, 2013 10:38 am
Forum: Geyser Layout Manager
Topic: Windows Vs Miniconsoles
Replies: 4
Views: 17339

Re: Windows Vs Miniconsoles

Thanks Vadi. Looks like we eventually muddled it out correctly between us afterall.
by Proeliatora
Sun May 05, 2013 3:06 pm
Forum: Geyser Layout Manager
Topic: Windows Vs Miniconsoles
Replies: 4
Views: 17339

Re: Windows Vs Miniconsoles

Well... without any intention of being rude you just told me about everything except what I asked lol. Admittedly I should have been more specific about what was confusing me. I was actually referring to this . The way I originally read what it says and the layout of the API as a whole I took it as ...
by Proeliatora
Sun May 05, 2013 7:45 am
Forum: Geyser Layout Manager
Topic: Windows Vs Miniconsoles
Replies: 4
Views: 17339

Windows Vs Miniconsoles

What exactly is the difference between mini-consoles and windows in Geyser? Or, if that question is stupid because I'm missing something important about what windows are intended for, can someone please explain the important aspects of windows and what they are useful for as I don't understand the r...
by Proeliatora
Sat May 04, 2013 11:25 am
Forum: Scripts & Packages
Topic: Vyzor, UI Manager for Mudlet
Replies: 329
Views: 256001

Re: Vyzor, UI Manager for Mudlet [Beta?]

Is there looking to be more extensive examples and documentation for this in the near future or is that still not at the top of your to-do list? I'm loving the idea and after several days of reading I get the gist but I'm having a lot of trouble actually making things work as I don't understand the ...