Receiving a broadcast when hovering over buttons

From Planimate Knowledge Base
Revision as of 15:34, 10 January 2008 by Craig.Chandler (talk | contribs) (1 revision(s))
Jump to navigation Jump to search

Paint button objects have a "Hover Broadcast" menu option.


If this is set, the named broadcast will be sent to the dynamic scope of the button whenever the mouse hovers in or out of the button. The broadcast includes an attribute called "_state" which will be tupled into an item attribute if the broadcast item has an attribute with that name defined.


The broadcast is sent in "Background Mode" meaning the system does not reflect going from "Ready" to "Run" mode. This is done to reduce flicker. Its very important to do as little processing on this broadcast as possible as it will impact the resonsiveness of the system.


[JL] Also note that this broadcast wll only work if the button is in an 'Application Panel' aka 'Dynamic Panel'. Within this panel the option must be set - 'Send Portal Hover Broadcasts'.


idkbase note 112