Yeah. I missed that. Sorry. removeAllListeners should probably not be used. For now a quick fix is probably to wrap it in a JS block...
> On Apr 7, 2022, at 1:40 PM, Yishay Weiss <[email protected]> wrote: > > Bumping to dev. > > ________________________________ > From: Yishay Weiss <[email protected]> > Sent: Thursday, April 7, 2022 1:37:14 PM > To: apache/royale-asjs > <reply+aaqbe7ov2bh7rmdtfwjl3dwalpenvevbnhhdvkr...@reply.github.com>; > apache/royale-asjs <[email protected]> > Cc: Subscribed <[email protected]> > Subject: RE: [apache/royale-asjs] Jewel: Cancel spinner auto > increment/decrement when mousing away from buttons (#1147) > > > I think this is breaking the build > > > >> [java] >> <http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/ws/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controllers/SpinnerMouseController.as(161)>: >> col: 11 Error: Call to a possibly undefined method removeAllListeners >> through a reference with static type Timer. > [java] > [java] timer.removeAllListeners(); > [java] ^ > > > > From: Harbs<mailto:[email protected]> > Sent: Thursday, April 7, 2022 10:44 AM > To: apache/royale-asjs<mailto:[email protected]> > Cc: Subscribed<mailto:[email protected]> > Subject: Re: [apache/royale-asjs] Jewel: Cancel spinner auto > increment/decrement when mousing away from buttons (#1147) > > > > Merged #1147<https://github.com/apache/royale-asjs/pull/1147> into develop. > > — > Reply to this email directly, view it on > GitHub<https://github.com/apache/royale-asjs/pull/1147#event-6385934282>, or > unsubscribe<https://github.com/notifications/unsubscribe-auth/AAQBE7KRHA3XZTQG75SKM73VD2G5VANCNFSM5DE2RPHA>. > You are receiving this because you are subscribed to this thread.Message ID: > <apache/royale-asjs/pull/1147/issue_event/[email protected]> > >
