Hello....
Why am i implementing GUI components and the process by wich
you organize them into a more interesting and interactive GUI applications ?
You can still use Qt GUI libraries or the like , but what
i am doing is "learning" the Delphi and FreePascal community
how to design and to implement the following GUI components
with simple primitives of Wingraph that is like the graph
unit of Turbo Pascal:
- Button
- Label
- TextBox
- MessageBox
- Memo
- Panel
- RadioButton
- CheckBox
- ProgressBar
- TreeMenu
- Calendar
You have to know that "using" GUI libraries is much easier
but to be able to understand the "inside" of how to
implement sophisticated GUI components from
simple graphical primitives is better and is good to know.
More explanation of the GUI components..
Now the following GUI components are supported:
- Winmenus
- TextBox
- Label
- MessageBox
- Button
I will soon add a more powerful GUI component called TreeMenu,
it will look like the GUI of a file manager, but you will
be able to click on the callbacks and to search etc.
Also i will soon provide you with a calendar GUI component and with a
checkbox component.
To be able to see how the GUI components are working now,
please download the zip file from here:
https://sites.google.com/site/scalable68/winmenus-using-wingraph
And run the windows executables demos inside the zip to see
how my units are working, i have also provided you with all
the source code to be able to learn from them.
And my units are working with Delphi and FreePascal and C++Builder.
Thank you,
Amine Moulay Ramdane.