Receiving a broadcast when hovering over buttons: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
m (1 revision(s))
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<font face="Arial">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.
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.
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'.


[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'.<br /><font face="MS Sans Serif"><br /> </font></font>
----
----
[[Category:Broadcast/System]]
 
[[Category:Hover]]
 
 
 
<font size="2">idkbase note 112</font>
 
[[Category:Broadcast]]
[[Category:Interaction (User)]]
[[Category:Interaction (User)]]
[[Category:Paint/Button]]
[[Category:Paint]]
[[Category:Release Note]]
<font size="2">idkbase note 112</font>

Latest revision as of 13: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