Page 1 of 1

gadget:MousePress not called anymore?

Posted: 06 May 2013, 23:26
by zwzsg
Some of my gadgets that worked fine in 91, have stopped reacting to gadget:MousePress in 94.

Anyone else encountered this?

Note: BA and ZK use this callin only once each in places nobody would be notice it's missing, which might explain while this bug wasn't noticed so far.

Re: gadget:MousePress not called anymore?

Posted: 12 May 2013, 22:17
by Silentwings
Yes, also the one place where BA uses it is a rare thing that doesn't happen much.

Re: gadget:MousePress not called anymore?

Posted: 13 May 2013, 00:38
by zwzsg
Turns out the lack of gadget:MousePress is related to me having LoadingMT = 0

In 94 with LoadingMT = 1 gadget:MousePress is called
In 94 with LoadingMT = 0 gadget:MousePress is not called

Whether it's a bug or a feature that disabling LoadingMT also disable MousePress (as well as KeyPress btw) for gadgets, I don't know.

What's LoadingMT for anyway? I had only set it to 0 as a bundle of setting supposed to get me into safemode so that 94 would run.