Search found 18 matches

by Naito
Fri Aug 27, 2010 10:18 pm
Forum: General Forum
Topic: Whats Your Gui Look like?
Replies: 114
Views: 405463

Re: Whats Your Gui Look like?

I'm trying to work on my GUI and currently I'm using 'Labels' for my Affliction tracker(Which is slower then a MiniConsole) I was wondering what the code would look like for making a MiniConsole that can have text added and removed to it when needed. Like if I was afflicted with 'Aeon' it would show...
by Naito
Thu Aug 26, 2010 2:33 pm
Forum: Geyser Layout Manager
Topic: The Geyser Layout Manager
Replies: 32
Views: 72136

Re: The Geyser Layout Manager

I've read over the Doc, and checked the scripts within Geyser itself... I'm still unsure of how to use it. I tried out the Geyser.demo1() and it didn't really help to explain it to me.... Can anyone give me a quick review of what the commands are and how to use them? I heard that Geyser will be in t...
by Naito
Wed Aug 25, 2010 10:19 pm
Forum: Geyser Layout Manager
Topic: The Geyser Layout Manager
Replies: 32
Views: 72136

Re: The Geyser Layout Manager

I just started using Geyser(Still in the reading process >.<) I did the Geyser.demo1() and now I don't know how to get rid of the window....

How would I go about getting rid of the Geyser Window?
by Naito
Tue Aug 24, 2010 2:04 pm
Forum: Scripts & Packages
Topic: Achaea: Vadi Mapper capture window
Replies: 20
Views: 20476

Re: Achaea: Vadi Mapper capture window

^^^^ Same with the mapper for me, I'm currently working with Aetolia so it has to be changed for that specific map... Is there a way to fix this? The ^(.*)$ trigger just captures everything... Which is something I'd rather it not do. Here's what my map actually looks like: /--Bloodloch.-------------...
by Naito
Tue Aug 24, 2010 1:03 pm
Forum: Help Forum
Topic: setLabelClickCallback("mtar1", matt() )
Replies: 12
Views: 7944

Re: setLabelClickCallback("mtar1", matt() )

I hope this is a good thread to ask this. How would a setLabelClickCallBack work? Heres what I have: createLabel("Stupidity",960,97,90,30,1); moveWindow("Stupidity",1000,97,90,30,1) setLabelClickCallback("Stupidity","Eat_Lung") setLabelStyleSheet("Stupidi...
by Naito
Tue Aug 24, 2010 12:56 pm
Forum: Help Forum
Topic: setLabelClickCallback("mtar1", matt() )
Replies: 12
Views: 7944

Re: setLabelClickCallback("mtar1", matt() )

EDIT: Scratch that... Question is nul and void >.> Seems I fixed the problem myself.
by Naito
Mon Aug 23, 2010 11:51 pm
Forum: Help Forum
Topic: putting image in label
Replies: 14
Views: 10016

Re: putting image in label

Kay, I changed it around a little to try and get it easier for me here's what it looks like: gfx_path = [[/home/thomasprice/]] createLabel("Aeon",960,33,280,30,1); moveWindow("Aeon",960,33,280,30,1) setBackgroundImage("Aeon", gfx_path .. "Button.png"); echo(&q...
by Naito
Mon Aug 23, 2010 11:33 pm
Forum: Help Forum
Topic: putting image in label
Replies: 14
Views: 10016

Re: putting image in label

I then looked over the coding for the image of the compass. I assume that all I need from it is the following: gfx_path = [[/home/thomasprice/gfx]] string = gfx_path .. sep setBackgroundImage("north", string .. sep .. "n.png"); Correct? Which I then fixed up to fit my coding and ...
by Naito
Mon Aug 23, 2010 11:14 pm
Forum: Help Forum
Topic: putting image in label
Replies: 14
Views: 10016

Re: putting image in label

The label must be big enough. Checkout this: http://forums.mudlet.org/viewtopic.php?f=6&t=95 the createXXX() functions should use all zeros as arguments as createLabel/Miniconsole() are one time only functions. If you call them a second time they will be ignored. The size + position of the labe...
by Naito
Mon Aug 23, 2010 10:43 pm
Forum: Help Forum
Topic: putting image in label
Replies: 14
Views: 10016

Re: putting image in label

That script worked... But it's still posting no picture where I want it. It's not even coming up with a warning O.o Or an .

I'm not to sure what I could be doing wrong here....