Saudações,Hello!
Here is a HwGUI interactive tutorial, interactive - because you
can not only read the code and comments, but execute it. Moreover,
you can edit the code and then execute it immedeately to see the
results of your changes.
The tutorial is very simple to navigate, it has minimum of tools.
Just click on a tree node to see appropriate content is a text editor.
If this is a code fragment, double clicking on this tree node or
clicking on a button, which is in a right top corner of a window above
the editor will execute this code. That's all.
There is a configuration file, tutor.xml, which, possible, you
will need to tune.
It contains a tag with a path to HwGUI directory:
<hwgui_dir path="..\.." />
This path is needed for internal compiler to find the HwGUI
include/ directory with header file hwgui.ch, if the path is wrong,
you will get a message "compile error", when you will try to execute
a code. By default it is set to "..\.." due to the default location
of this program ( hwgui\utils\tutorial ). If you for some reason
decide to change this location, you will need to change this path.
Yet another tag, which you, probably, may want to change is:
<tutorial file="tutor_eng.xml" />
This is a name of a file with tutorial content. The default
file above "tutor_eng.xml" is an English language version. If there
is some other with a language of your choice, edit that tag.
Thanks for your attention.
HwGUI team.
Itamar M. Lins Jr.

