Page 1 of 1

No Getattribute eventhandler

Posted: Sat Jun 04, 2016 10:25 am
by lazi
InstallEventHandler({RapaGUI=p_rapa})
t=GetAttribute(#EVENTHANDLER,"RapaGUI",#ATTRFUNCTION)

Does not work. It says: Unknown tag "RapaGUI"!

Created a Forbid()-Permit() function which disables/enables all events, buttons, intervals and it seems that I can not check what RapaGUI events are set.

Re: No Getattribute eventhandler

Posted: Sat Jun 11, 2016 9:50 pm
by airsoftsoftwair
Right, this is actually a Hollywood bug. It currently isn't able to detect event handlers installed by plugins. Will be fixed...

Re: No Getattribute eventhandler

Posted: Tue Sep 20, 2016 9:09 pm
by airsoftsoftwair

Code: Select all

- Fix: GetAttribute() wasn't able to query event handlers installed by plugins using the object
  type #EVENTHANDLER