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.
gadget:MousePress not called anymore?
Moderator: Moderators
- Silentwings
- Posts: 3720
- Joined: 25 Oct 2008, 00:23
Re: gadget:MousePress not called anymore?
Yes, also the one place where BA uses it is a rare thing that doesn't happen much.
Re: gadget:MousePress not called anymore?
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.
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.