Search found 25 matches

by Gilmo
Thu May 21, 2015 10:19 am
Forum: Help Forum
Topic: Scrollable labels
Replies: 0
Views: 2494

Scrollable labels

Hello, I'm trying to get a scrollable label, pretty much something like a HTML <div> with fixed dimensions and overflow:auto; anyone ever managed to work something like this out? Right now I have 2 buttons to move my label up and down, but I don't quite like it since I have to manually move it when ...
by Gilmo
Fri Apr 10, 2015 11:52 am
Forum: Help Forum
Topic: Error Log in Mudlet
Replies: 9
Views: 8300

Re: Error Log in Mudlet

I think those package are named something like liblua5.1-<module>.
Try apt-get?
by Gilmo
Fri Mar 27, 2015 12:15 pm
Forum: Mudlet Development
Topic: Mudlet 3.0.0-delta (preview #4)
Replies: 146
Views: 265002

Re: Mudlet 3.0.0-delta (preview #4)

I'm not sure then, it might be good, but the move event sounds spammy to me. Thank you for your work
by Gilmo
Tue Mar 24, 2015 12:46 pm
Forum: Mudlet Development
Topic: Mudlet 3.0.0-delta (preview #4)
Replies: 146
Views: 265002

Re: Mudlet 3.0.0-delta (preview #4)

That would be very appreciated. Those would act like sysWindowMouse* events for the whole window? The real problem for me right now is that those events don't rise outside the borders, which is where I think they could be useful
by Gilmo
Tue Mar 24, 2015 1:52 am
Forum: Mudlet Development
Topic: Mudlet 3.0.0-delta (preview #4)
Replies: 146
Views: 265002

Re: Mudlet 3.0.0-delta (preview #4)

I'm not sure what you mean with 'tell the profile that owned a particular screen' . What I think of is something that can give me the x,y coordinates of the current mouse position in the user window. so one could do, let's say: local mouseX, mouseY = getMousePosition() myVeryCoolImageLabel:move(mous...
by Gilmo
Mon Mar 23, 2015 9:09 pm
Forum: Mudlet Development
Topic: Mudlet 3.0.0-delta (preview #4)
Replies: 146
Views: 265002

Re: Mudlet 3.0.0-delta (preview #4)

I was thinking I could really use a way to track mouse positions. Is there any way I don't know of, or would it be impossible to add such feature?
by Gilmo
Sun Mar 22, 2015 12:35 am
Forum: Help Forum
Topic: setStyleSheet inquiry
Replies: 5
Views: 4597

Re: setStyleSheet inquiry

mudlet uses QT stylesheet, so this should get you started (not sure about version). You probably know most of this, but yes, there's everything you might want to know for future needs about :setStyleSheet() at that domain
by Gilmo
Sun Mar 22, 2015 12:23 am
Forum: Help Forum
Topic: Temp Timers and actual Time
Replies: 3
Views: 3494

Re: Temp Timers and actual Time

I'm not sure, but you should make sure that next_vote (in Belgarath example) is saved across multiple sessions. If you are not gonna just let the profile loaded for the whole 12 hours
by Gilmo
Mon Mar 16, 2015 11:12 am
Forum: Help Forum
Topic: mudlet keeps spamming on me
Replies: 2
Views: 2633

Re: mudlet keeps spamming on me

Image

then click Image

This will pop a new window ('Central Debug Console'), see if there's anything that can help you there
by Gilmo
Wed Mar 21, 2012 9:47 am
Forum: Help Forum
Topic: Capture Trigger
Replies: 3
Views: 4039

Re: Capture Trigger

I had the same issue, before figuring out screenwidth 0 was the way to go, I used to trigger unique settings color for my channels combined with a says*|tells* one as parent to start the capture. That could be a solution if you want to stick to screenwidth 80, but is not really worth.