New HFCL word processor and other improvements - Part 4
Posted: Tue May 31, 2016 10:45 am
The MiniWriter interface is actually based on a JPG of the whole ribbon, with active portions added as invisible labels. The JPG appears to be have been developed with some non-HMG tool. MiniWriter does not have a title bar or sysmenu and cannot be moved or resized. Therefore it does not seem to be a practical tool for word processing.
I found that it was possible to use HMG tools more and get a much more programmable interface. I also attempted to make it a practical alternative to WordPad. This resulted in a new HFCL application, which I call WordWriter and am proposing to go into SAMPLES\HFCL\WordWriter\. WordWriter has almost the same options as MiniWriter, but it uses real tabs, has a title bar, can be moved and resized, and stores its settings in the registry. On the back end, it uses the same code as WordScribe. Like WordScribe, it can open a file from the command line, which means Windows can associate it with an RTF or TXT file type.
Below is the WordWriter ribbon interface.
Below is the View tab of WordWriter.
Continued in part 5
I found that it was possible to use HMG tools more and get a much more programmable interface. I also attempted to make it a practical alternative to WordPad. This resulted in a new HFCL application, which I call WordWriter and am proposing to go into SAMPLES\HFCL\WordWriter\. WordWriter has almost the same options as MiniWriter, but it uses real tabs, has a title bar, can be moved and resized, and stores its settings in the registry. On the back end, it uses the same code as WordScribe. Like WordScribe, it can open a file from the command line, which means Windows can associate it with an RTF or TXT file type.
Below is the WordWriter ribbon interface.
Below is the View tab of WordWriter.
Continued in part 5