Search found 93 matches

by Filion
Wed Jun 22, 2016 10:50 pm
Forum: Scripts & Packages
Topic: Geyser UI Template
Replies: 120
Views: 173356

Re: Geyser UI Template

It seems that the problem is that box1 is a label, that itself is placed inside another label, Rightwhatever name. The solution to my problem was making right a container, sacrificing some style as you (can't make a container look pretty) for functionality.
by Filion
Mon Jun 20, 2016 11:34 pm
Forum: Scripts & Packages
Topic: Geyser UI Template
Replies: 120
Views: 173356

Re: Geyser UI Template

How do you make the mapper clickable if you place it in box1?
by Filion
Fri Mar 20, 2015 3:42 pm
Forum: Help Forum
Topic: Installing a package makes the package appear multiple times
Replies: 3
Views: 3279

Installing a package makes the package appear multiple times

When I install a package on my package manager, it appears once for every different content it has. For example if the package has aliases and scripts, it will appear twice and if it has triggers it will appear thrice. it is not a big of a problem, but it does get spammy if I load many packages. How...
by Filion
Sat Jan 31, 2015 1:55 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: functin thac checks if Cmd line has something written
Replies: 1
Views: 3782

functin thac checks if Cmd line has something written

Is there a way for Mudlet to understand if the current cmd is empty?
by Filion
Thu Jan 29, 2015 10:36 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Make a group of keys that deactivate on...
Replies: 0
Views: 3608

Make a group of keys that deactivate on...

I want to make a group of pvp keys that deactivate when i try to narrate, say something, chat and then activate again when I press enter. I have done the second part, by using a function that triggers on data send event. I have tried to do the first part, by having the first key (for example, pressi...
by Filion
Sat Feb 01, 2014 4:28 pm
Forum: Help Forum
Topic: Priorities on events.
Replies: 1
Views: 2302

Priorities on events.

I understand system events like "software interrupts". I would like to ask if I am able to give a priority to specific events, over others, and if I can "postpone" a specific event from being handled, until after another event is finished. For example, My mapper uses a fifo to tr...
by Filion
Wed Jan 15, 2014 12:55 am
Forum: Help Forum
Topic: Mudlet 3.0 crashes when trying to delete rooms
Replies: 5
Views: 4431

Re: Mudlet 3.0 crashes when trying to delete rooms

When I was logging on my mud, some characters were shown on notepad++ as nil. I think it was CR characters.
by Filion
Mon Jan 13, 2014 11:29 pm
Forum: Help Forum
Topic: Mudlet 3.0 crashes when trying to delete rooms
Replies: 5
Views: 4431

Re: Mudlet 3.0 crashes when trying to delete rooms

This is a part of the output in terminal. I do think that seg fault is a bit indepedent. QPainter::begin: Paint device returned engine == 0, type: 2 QPainter::begin: Paint device returned engine == 0, type: 2 QPainter::begin: Paint device returned engine == 0, type: 2 QPainter::begin: Paint device r...
by Filion
Mon Jan 13, 2014 9:38 pm
Forum: Help Forum
Topic: Mudlet 3.0 crashes when trying to delete rooms
Replies: 5
Views: 4431

Mudlet 3.0 crashes when trying to delete rooms

Segmentation Fault, running from terminal.
by Filion
Sat Jan 04, 2014 12:01 am
Forum: Help Forum
Topic: Making two words align left and right on a Geyser Label
Replies: 1
Views: 2635

Making two words align left and right on a Geyser Label

I want to have a label that contains info e.g. about the primary target. But I want the word primary to be aligned left and the target to be aligned left. I tried using this statusbar.target1:echo([[<div class= "float: left;text-align:center;">test</div>]]) in order to test if in this way ...