Receiving a broadcast when hovering over buttons: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Paint button objects have a "Hover Broadcast" menu option. | 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 upled 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. | |||
Also note that this broadcast wll only work if the button is in an [[Application Panel]] or [[Dynamic Panel]]. Within this panel the option must be set - 'Send Portal Hover Broadcasts'. | |||
---- | |||
<font size="2">idkbase note 112</font> | |||
[[Category:Broadcast]] | |||
[[Category:Broadcast | |||
[[Category:Interaction (User)]] | [[Category:Interaction (User)]] | ||
[[Category:Paint | [[Category:Paint]] | ||
Latest revision as of 14:38, 12 January 2008
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 upled 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.
Also note that this broadcast wll only work if the button is in an Application Panel or Dynamic Panel. Within this panel the option must be set - 'Send Portal Hover Broadcasts'.
idkbase note 112