Search found 1584 matches

by Heiko
Sat Aug 17, 2013 9:23 am
Forum: Mudlet Development
Topic: Idea: clickthrough property in a label
Replies: 14
Views: 13367

Re: Idea: clickthrough property in a label

I expressed myself badly. I was referring to the mapper informational overlay idea using labels as you can turn off the mapper info and put your labels above the mapper widget. Overlays wouldn't be possible but the question is if this is a good idea in the first place (known problems on OSX to put w...
by Heiko
Sat Aug 17, 2013 9:19 am
Forum: Help Forum
Topic: [Mac OSX 10.8.4] Profiles not saving
Replies: 5
Views: 4936

Re: [Mac OSX 10.8.4] Profiles not saving

Have you tried this using a UNIX terminal? Can other 10.8.4 users confirm this?
by Heiko
Fri Aug 16, 2013 8:15 pm
Forum: Scripts & Packages
Topic: Geyser UI Scripts
Replies: 20
Views: 20280

Re: Geyser UI Scripts

Good idea. What about adding this to the default packages? Is it already stable and useable enough for Joe Average?
by Heiko
Fri Aug 16, 2013 8:14 pm
Forum: Mudlet Development
Topic: Idea: clickthrough property in a label
Replies: 14
Views: 13367

Re: Idea: clickthrough property in a label

Am I correct in thinking Qt would do this by having the Label's OnClick event handler either "accept"ing the event to handle it or "reject"ing it to pass it on through to the underlying mapper widget? Would the Z-ordering be OK if labels are all drawn after the rooms/exits/custo...
by Heiko
Fri Aug 16, 2013 7:37 pm
Forum: Help Forum
Topic: Perl Regex Help Needed
Replies: 22
Views: 14785

Re: Perl Regex Help Needed

Your regex pattern is wrong. You can use the highlighter option to visualize your capture groups or display(matches) to print the matches table. Start off simple. mocci the Troll is a 46th level Lord Warrior, was born on 2012/06/29, and was last logged in on Thu Aug 15 (\w+) the (\w+) is a (.*) leve...
by Heiko
Fri Aug 16, 2013 7:27 pm
Forum: Help Forum
Topic: [Mac OSX 10.8.4] Profiles not saving
Replies: 5
Views: 4936

Re: [Mac OSX 10.8.4] Profiles not saving

Very odd. Make sure that the path exists and that the directory is writable (file permissions).
by Heiko
Mon Aug 12, 2013 10:08 am
Forum: Help Forum
Topic: Runtime error
Replies: 28
Views: 16994

Re: Runtime error

Please test your issues on the latest git development tree. The mapper backend has been changed so much since 2.1 that reports for 2.1 are basically useless at the moment.
by Heiko
Mon Aug 12, 2013 10:01 am
Forum: Mudlet Development
Topic: Idea: clickthrough property in a label
Replies: 14
Views: 13367

Re: Idea: clickthrough property in a label

I'm not sure if this is easily doable with Qt without 2 much work (i. e. essentially setting up a backend on our own to provide a label stacking order feature)
by Heiko
Mon Aug 12, 2013 9:44 am
Forum: Mudlet Development
Topic: Unit testing for mudlet-lua
Replies: 14
Views: 14467

Re: Unit testing for mudlet-lua

Looks like you have used an old version for your tests as your screenshot shows an issue that has been addressed in git after the 2.1 release. With latest git I get this: cecho-cinsert-problem.png Bugs: [/u] 1. cinsert() doesn't process \n correctly 2. (!) line breaks in cecho() show but the line or...
by Heiko
Mon Aug 12, 2013 7:20 am
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 724641

Re: Mudlet features and API requests

The current git version automaticallly strips all ASCII 0 chars and handles tab caracters.