I'm using kol-ce to write an app for a wm5 smartphone. It works great! Thank you!!
I had problems with the installation - the usual
---------
Compiling resource KOL-CE.rc
arm-wince-windres.exe: no resources
KOL.PAS(57901) Error: Error while linking
KOL.PAS(57901) Fatal: There were 1 errors compiling module, stopping
----------
errors. After many install-remove cycles, it now finally works. I'm not sure what I did right this time. It could be that It was the following: when opening the environment variables dialog, there are two setting for "path": one for the user, one for the system (1st called PATH, 2nd one is called Path). I also set the system Path to point to the right place, not only the user PATH.
Anyway - now it works.
I have a question:
As recommended, I use defaultPosition=true, defaultSize=true, so that the form is full screen on the device.
Inside the form I have labels, for which I set AnchorBottom=true. Indeed, when I resize the window, they move with the bottom of the window.
The problem is the original resize. The window is resized to the default size, but the Labels don't move. So they get somewhere random in the window
(not random, really, just not where I want them), and then resize moves them relative to that place.
Is it somehow possible to have the original resize of the TKOLForm also affect widgets?