No Getattribute eventhandler

Discuss GUI programming with the RapaGUI plugin here
Post Reply
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

No Getattribute eventhandler

Post 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.
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: No Getattribute eventhandler

Post by airsoftsoftwair »

Right, this is actually a Hollywood bug. It currently isn't able to detect event handlers installed by plugins. Will be fixed...
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: No Getattribute eventhandler

Post by airsoftsoftwair »

Code: Select all

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