Event Core updated with correct menu pen tap code. Source, SIS and binaries available at FreEPOC (http://freepoc.org/viewapp.php?id=10).
-------------------------------------------------
Change Log For Event Core
-------------------------------------------------
-------------------------------------------------
0.60 - Menu and Event System Updated,
Public Release 4th April, 2004
-------------------------------------------------
* After the initial release, Event Core had some problems with the Menu system. While
a pen tap would call up the menu the first time it tapped the menu area, it would
not call it on second or subsequent taps. This has now been cured with an alteration
to the Event loop (in PROC Main😊, and moving the IF statement controlling the MENU
command from PROC KeyboardDriver: to PROC ShowMenu:
* As PROC ShowMenu is no longer returning a value, it has been renamed from PROC ShowMenu&:
to plain old PROC ShowMenu:
* Not surprisingly, KAppVer$ has changed from "0.50" to "0.60"
-------------------------------------------------
0.50 - Initial Release 7th March, 2004
-------------------------------------------------
* Initial release and baseline for Change Log