Search found 218 matches

by kevutian
Tue Jul 30, 2013 1:42 pm
Forum: Scripts & Packages
Topic: YATCO
Replies: 142
Views: 326646

Re: YATCO 2.3

Yeah, that will not work. It looks like setLink() will only work correctly for the main window.
by kevutian
Sun Jul 28, 2013 9:17 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Howto: Compile Mudlet on Gentoo.
Replies: 16
Views: 19062

Re: Howto: Compile Mudlet on Gentoo.

Yeah, sudo emerge -al qt-opengl should fix you up there. Hopefully I am wrong, but I seem to recall I had to overlay that, too.
by kevutian
Sun Jul 28, 2013 2:08 pm
Forum: Scripts & Packages
Topic: Omnipave 3.0 Free Edition
Replies: 68
Views: 82635

Re: Omnipave 3.0 Free Edition

Yeah, I'm doing the same in my system. I'd strongly recommend just ignoring this feature and living with a single balance loss.
by kevutian
Fri Jul 26, 2013 6:57 pm
Forum: Help Forum
Topic: Install Error on Fedora 19
Replies: 4
Views: 4407

Re: Install Error on Fedora 19

Don't run Mudlet as root.

You should be able to just symlink anything missing.
by kevutian
Thu Jul 25, 2013 8:10 am
Forum: Help Forum
Topic: Profile Issues
Replies: 7
Views: 5466

Re: Profile Issues

I had this happen, too. It was really weird as after I imported everything during my situation, where triggers were all disabled and it required I clicked each trigger SIX times before it would properly disable.
by kevutian
Thu Jul 25, 2013 6:22 am
Forum: Mudlet Development
Topic: Mudlet Portable Edition, was bored
Replies: 9
Views: 16938

Re: Mudlet Portable Edition, was bored

Oh, that matters little. Like I say, Mudlet just needs the feature added which is minimal work to accomplish.
by kevutian
Wed Jul 24, 2013 6:31 pm
Forum: Mudlet Development
Topic: Mudlet Portable Edition, was bored
Replies: 9
Views: 16938

Re: Mudlet Portable Edition, was bored

I do like this, but then I look at just how trivial it would be to give Mudlet the option to just specify the directory to use...
by kevutian
Wed Jul 24, 2013 9:43 am
Forum: General Forum
Topic: Grammar Suggestion for 'Connect'
Replies: 9
Views: 11317

Re: Grammar Suggestion for 'Connect'

The suggestion is the 'proper' way to do this.
by kevutian
Wed Jul 17, 2013 10:10 pm
Forum: Scripts & Packages
Topic: Simple Window Manager
Replies: 31
Views: 42282

Re: Simple Window Manager

I really like this. Having used both Vyzor and Geyser, the latter extensively, I can see an audience for these functions.

I'll certainly be giving it a go. Wanted to rewrite my UI anyway.

Thanks for this!
by kevutian
Sun Jul 14, 2013 6:20 am
Forum: Scripts & Packages
Topic: Timed "Warning" Labels.
Replies: 8
Views: 7770

Re: Timed "Warning" Labels.

Oh, sorry. I just happened upon this thread, heh. Here's the latest code for them. It's composed of two parts; a function and a global timer. Function: --- Display high visibility warning labels. -- For each string passed, this function will display a highly visible, timed warning label. -- You may ...