ok, I have figured out how to format the fields to display the desired decimal places. However, I still can't seem to disable any of the default menus in the windows xp build nor remove the tigabyte software lable in the splash screen. Any ideas?
Also, is there a way to add a "red x" close button to the top bar of the program like all other windows programs have?
Thats great you are having some fun and figured out the display of decimal numbers.
For anyone still stuck on this the
FormatFN fuction can be used to format the display of numeric strings
Local num
Put 1.123456 into num
@ gives 1.123
Put FormatFN(num,'0.000') into field 1The Format function has many options and is described in the Language Reference PDF.
About the menu item there seems to be a bug as it doesn't disable. The menus(About, File , Edit) are special as HyperNext came from Macintosh platform and there those three menus are expected to be in all apps and so had different handlers to the other menus - clearly I slipped up in the last update as they used to work.
I'm sorry about the TigaByte Software in the top of the Splash screen - again a bug on Windows platform but not for Mac users.
The red x doesn't appear as the Quit is intended to be captured by the Quit menu option - that is if the software designer wants it to be.