Initial upload
Initial upload
Fake file
Initial upload
*** empty log message ***
Initial upload
Removed unused _OOHG_ContextMenu static variable
Moved ZIP functions to a separate file (for avoid calling TOLEAUTO()
*** empty log message ***
* source/i_window.ch
::Events() will return a number or NIL for default action
Unified WndProc for Harbour and xHarbour.
Few optimization for ::Update() method.
Initial upload
Fixed combobox HIDE.
*** empty log message ***
Fixed browse initialization.
Error in color checking
::SetFocus() will returns SELF.
Will not try to link inexistent optional libraries.
Compiling PRG code with "-w2" flag when using xHarbour.
Moved NM_CUSTOMDRAW notification to a C function.
Moved _DefineGrid to a method
+ Added C version of GetControlObjectByHandle()
* Leftmost column now can be CENTER or RIGHT aligned.
EVENTS method in C code
Changed "MiniGui" message.
Added PICTURE clause to GRID/BROWSE
Grids now supports images in ANY cell
Fixed ::ActivateCount initialization (it's incremented before
Applied DEFINE method to TTEXT classes.
Moved GetFormObjectByHandle() and GetControlObjectByHandle()
Method ForceHide() added
! Moved browse events initialization after browse is shown.
Browse is a more strict subclass from GRID
Unified ImageList to common functions
Modified for show leftmost column align
* Checkbox's DEFINE() method implemented
Some control test changes.
Some control additions
Tab's DEFINE() method implemented
Added multiple definitions
Timer is now ::DEFINE based.
* Changed SELECT &Macro with DbSelectArea() for avoid confusion.
Added ::AddBitMap() method for create/insert image bitmaps
Items can be a string, a number (image) or an array.
Deleted controls will be set to -1 instead of 0.
Combobox is now CLASS defined. IMAGE clause added
Changed for allow memo fields as character
* Checkbox's DEFINE() method implemented
ooHG C level definitions
* Label's DEFINE() method implemented
Changed method :TopValue to :Caption
Added some functionality for image display
* Radiogroups's DEFINE() method implemented
Added IMAGE clause
* Hyperlink's DEFINE() method implemented
Added _OOHG_Send() function, for auto-search dynamic symbols for methods.
Added AUTOSIZE default to FALSE.
Changed keyboard status labels.
Changed PICTURE clause for INPUTMASK in GRID/BROWSE.
Added CARGO instance.
Changed MiniGuiVersion() by ooHGVersion().
::Value method is the same than ::Caption
TButton():Define() method.
Fixed some bugs on INPLACE edit.
! Fixed ::Value and ::Caption methods.
BS_* moved to a group
Added _OOHG_EVAL function ( EVAL function with "codeblock" type check).
Added right-to-left functionality.
- Removed SET RIGHTTOLEFT command.
c_editbox.c and c_hyperlink.c removed.
Release all hot keys when application ends with an error.
Changed "minigui.ch" to "oohg.ch".
Moved some public variables to a single public array.
Added RTL clause.
Added TCONTROL:EVENTS() method.
Removed "minigui.ch" include.
Release all hot keys when application ends with an error.
Moved _OOHG_ShowContextMenus "variable" to a C function
Added RTL notify
! Fixed col/row order in ::SizePos() method.
Added RTL clause.
Changed "minigui.ch" to "oohg.ch" include.
! Fixed positioning in RTL format.
::Events moved to C level
Fixed VALUE/CAPTION methods
Added "oohg.ch" include.
Main/child/modal windows are now "centralized".
* TTextCharMask and TTextMasked are now subclasses from TTextPicture.
New class TTextPicture. More [x]Harbour-compatible PICTURE clause.
Added PICTURE clause to TEXTBOX for INPLACE edit
Fixed scroll positioning.
Fixed bugs when text deleted in TTextPicture.
* Fixed browse ::RefreshData() method.
+ ::OnEndTrack "procedure event" added.
Removed "auto"(test)-tooltip
Fixed for first hide non-active controls and then show active ones.
+ Added MDI windows.
Changed DATEPICKER to TEXTBOX...DATE controls on INPLACE edit.