Search found 31 matches

by ktiedt
Wed Jun 14, 2017 9:44 am
Forum: Help Forum
Topic: raiseEvent works with everything but tables?
Replies: 3
Views: 3201

raiseEvent works with everything but tables?

I was expecting to write an event handler that accepted a table, to avoid a long function declaration however...
<raiseEvent: bad argument #2 type (string, number, boolean, or nil expected, got a table!)>
I'm curious, is this an oversight or an intentional decision to not support tables?
by ktiedt
Thu May 28, 2015 3:44 pm
Forum: Mudlet Development
Topic: Mudlet 3.0.0-delta (preview #4)
Replies: 146
Views: 265069

Re: Mudlet 3.0.0-delta (preview #4)

Oh, I hope that major issue was the random resizing, that was the only reason I have barely used the preview releases... Was that fix in preview 4 or it was fixed after?

Looking forward to the release, it will most likely be the catalst for finally finishing my scripts rewrite :)
by ktiedt
Thu May 28, 2015 5:33 am
Forum: Mudlet Development
Topic: Mudlet 3.0.0-delta (preview #4)
Replies: 146
Views: 265069

Re: Mudlet 3.0.0-delta (preview #4)

any further news on this release?
by ktiedt
Tue Nov 18, 2014 6:29 pm
Forum: General Forum
Topic: Mudlet 3.0.0-beta (preview #2)
Replies: 115
Views: 175537

Re: Mudlet 3.0.0-beta (preview #2)

Slayd, if I am not mistaken, your scripts can access a shared part of mudlet-data (outside the current profile) - I would have to check when I get home but I am fairly certain my scripts use a common area for cross profile libs that have no need to be duplicated on a per profile basis.
by ktiedt
Tue Nov 18, 2014 7:27 am
Forum: General Forum
Topic: Mudlet 3.0.0-beta (preview #2)
Replies: 115
Views: 175537

Re: Mudlet 3.0.0-beta (preview #2)

It's typically only used to patch internal scripts for applications... or kind of inplace upgrade a library or something... The way mudlet is laid out... That is all pretty much done in the mudlet-data folder I believe right?
by ktiedt
Tue Nov 18, 2014 1:36 am
Forum: General Forum
Topic: Mudlet 3.0.0-beta (preview #2)
Replies: 115
Views: 175537

Re: Mudlet 3.0.0-beta (preview #2)

You can pretty much view the Contents directory of almost all applications on OSX... It's pretty standard
by ktiedt
Wed Nov 05, 2014 5:17 am
Forum: General Forum
Topic: Mudlet 3.0.0-beta (preview #2)
Replies: 115
Views: 175537

Re: Mudlet 3.0.0-beta (preview #2)

I was referring to the name in the input box disappearing when you focus the box, but I just noticed the name is also in the gray title bar (just doesnt stand out too well) As for the signing, I swore it was before, but maybe I disabled the security and back on again... It has been awhile since I ha...
by ktiedt
Wed Nov 05, 2014 4:35 am
Forum: General Forum
Topic: Mudlet 3.0.0-beta (preview #2)
Replies: 115
Views: 175537

Re: Mudlet 3.0.0-beta (preview #2)

"Type this name again to delete" is a good feature to prevent you from deleting stuff accidentally - deletion is non-reversible, it's gone forever. You can't delete the predefined profiles at the moment anyhow. I'm not saying make it instant delete... but relying on retyping something tha...
by ktiedt
Wed Nov 05, 2014 4:23 am
Forum: General Forum
Topic: Mudlet 3.0.0-beta (preview #2)
Replies: 115
Views: 175537

Re: Mudlet 3.0.0-beta (preview #2)

just chiming in that the really annoying random window size change bug does still seem rather prevalent in OS X... I also tried rearranging the profiles in the connect window... it seems they are draggable but do not snap to a grid? Nor do they attempt to adjust when you try to move one profile befo...
by ktiedt
Sat Oct 25, 2014 4:12 am
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 652974

Re: Mudlet features and API requests

tarkenton wrote:Would be nice to be able to delete the profiles that come pre-loaded in Mudlet. Doing the standard remove profile doesn't do anything.
completely agreed, that is annoying.