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
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.




Line 8: Line 8:




[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>
[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 />
 
----
----
[[Category:Broadcast/System]]
[[Category:Broadcast/System]]
Line 14: Line 15:
[[Category:Interaction (User)]]
[[Category:Interaction (User)]]
[[Category:Paint/Button]]
[[Category:Paint/Button]]
[[Category:Release Note]]
<font size="2">idkbase note 112</font>
<font size="2">idkbase note 112</font>

Revision as of 17:08, 10 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 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