Type: | Module | Parent Module: | N/A |
On the Macintosh platform certain fields such as pushbuttons only generate #CLICK events. Therefore it is common practice for Mac only applications to omit the code that checks for a specific event. This module adds 'On evClick' commands to event handlers for Push button, Button areas, Radio buttons and Checkboxes where there was previously no such check. This is to make applications that were written to run only on Macintosh work properly under Windows.
Check each field on all window classes. Only Push button, Button area, Radio button and Checkboxe fields are to be processed, ignore others. For each such field:
None.
None.