Code: Select all
2011-05-14 13:30 UTC-0300 Carlos Britos ( <bcd12a(a_t)yahoo.com.ar> )
* source\abstractslider.prg
* source\dial.prg
* source\progressbar.prg
* source\slider.prg
! Moved Methods Orientation, Width and Height to a higher class.
Dial control is a circle, the width and height should be the same ? I'm not sure.
The progressbar, scrollbar and slider controls, width and height depends on
orientation, but I believe, we have to let the user take care about height
and width, and then we can have more generic methods Width, Height and Orientation.
* source\basic.prg
! Assigned default values to nHeight And nWidth.
! Changed how is checked the value type in methods Height And Width.
I think in Basic class we have to define default values and check
the value type of params in almost all methods (properties), as far as is possible.
In this way we avoid RTE with wrong value types of params. Since hbqt reject
wrong value types.