Clicking buttons during run/simulate mode: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 15: Line 15:


[[Category:Paint]]
[[Category:Paint]]
[[Category:Animation]]
[[Category:Interaction (User)]]
[[Category:Interaction (User)]]
[[Category:Runtime Engine]]
[[Category:Runtime Engine]]

Latest revision as of 00:51, 13 January 2008

Display Option "Enable Mouse Clicks While Running" enables buttons to be selected while the simulation is running (not paused).

This works as follows:

A click on a button is processed whenever Windows gets an opportunity to process an event (the simulation engine yields to it). The button will visibly react to the click but the click message will be posted to the model FEC to be processed as the immediate next event.

The result of this is:

  • models which are routine intensive (eg: searching) will be rather unresponsive to the mouse whereas models with animation will be OK
  • models which have zero time logic without ANY capacity or intensive routines will take a while to get round to responding to the mouse click
  • The button clicks can occur and be processed before the completion of side effect actions as a result of the current operation.

idkbase note 29