Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - fivewin 1.5 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FiveWin 1.5
===========

 * Reset() method added to TComboBox Class -it was missing!- It resets
   the contents of a ComboBox and also empties the associated array.

 * TRadMenu:Refresh() method added. Also, TRadio:lIsChecked() method added.

 * Automatic defaults values for TRadMenu -to 1- and for TCheckBox -to .f.-.
   This avoid crashing the system when the user forgets to properly
   initialize variables.

 * New PIXEL clause now added to ScrollBars. We are testing this Clause to
   be soon implemented to all controls.

 * New scrolling methods for Bitmaps!!! Really nice! You may Scroll a bitmap
   in the four directions inside its own area.

   ::ScrollUp(), ::ScrollDown(), ::ScrollLeft(), ::ScrollRight()

   You may review now bitmaps bigger than their visible area !!!

 * All the above -Scrolling Bitmaps- it is automatically! executed when
   doing a @ ..., ... BITMAP ... SCROLL...      It is extremely easy!

 * Bug fixed: Missing correct initialization when doing @ ...,... SCROLLBAR.
   Now everything goes fine!

 * New INLINE clause added in OBJECTS.CH. INLINE Clause gets converted into
   a BLOCK clause but it is much more easier to manage. We are preparing
   FiveWin for the new OBJECTS 3.0 engine will be included in next version
   of FiveWin. We will replace BLOCK clauses into INLINE -better xBase!-

 * More capabilities: Max number of INSTVARS -DATA- now up to 100!
   Thanks Miguel! If someone needs more, please say. -Those enhancements
   have been done inside OBJECTS engine modules- If you are using OBJECTS
   also for your Clipper DOS Classes, you just need DATA.OBJ from inside
   FiveWin. Take it using LIB.EXE FiveWin * Data,,

*  ADJUST clause for Bitmaps! Now, it is possible to make a Bitmap adjust
   its picture to its own visible area!

   @ nRow, nCol BITMAP oBmp ... ADJUST ...

   or just doing:

   oBmp:lStretch = .t.
   oBmp:Refresh()

   or

   oBmp:lStretch = .f.
   oBmp:Refresh()

   to restore it to its normal state!

* Bug correction: in Browses ON THUMBPOS did not activate ON CHANGE clause.
  Now it works correctly!



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson