Harbour MiniGUI 2.5.6:
English:
- Updated: Harbour Compiler to 1.0.0 FINAL VERSION!!! (Thanks to
Harbour project team for that GREAT JOB).
- New: 'HeaderImages' property for Grid and Browse controls.
This is a character array containing image filenames or
resourcenames (one for each column).
To change a header's image at runtime you must specify the column
position as argument.
Sample (Control definition):
DEFINE GRID Grid_1
ROW 10
COL 10
WIDTH 500
HEIGHT 330
HEADERS {'Last Name','First Name','Phone'}
WIDTHS {140,140,140}
ITEMS LoadItems()
VALUE 1
HEADERIMAGES { '00.bmp' , '01.bmp' , '02.bmp' }
END GRID
Sample (Set image at runtime):
Form_1.Grid_1.HeaderImages(1) := '03.bmp'
Sample (Get Image at runtime):
MsgInfo ( Form_1.Grid_1.HeaderImages(1) )
More Samples: \hmg\samples\grid_18, \hmg\samples\browse_6
- Fixed: ComboBox with images not working on Win9x systems. Thanks to
Grigory for the report.
- Fixed: Misc errors in reference doc. Thanks to Esgici.
Español:
- Actualizado: Harbour a la versión 1.0.0 FINAL!!! (Gracias a todo
el euipo de Harbour por este GRAN TRABAJO!!).
- Nuevo: Propiedad 'HeaderImages' para Grid y Browse.
Es un array de caracteres conteniendo nombres de archivo de imagen
o recursos (uno por cada columna).
Para cambiar la imagen del header en tiempo de ejecución debe
especificarse la posición de la columna como argumento.
Ejemplo (Definición del control):
DEFINE GRID Grid_1
ROW 10
COL 10
WIDTH 500
HEIGHT 330
HEADERS {'Last Name','First Name','Phone'}
WIDTHS {140,140,140}
ITEMS LoadItems()
VALUE 1
HEADERIMAGES { '00.bmp' , '01.bmp' , '02.bmp' }
END GRID
Ejemplo (Establecer la imagen en tiempo de ejecución):
Form_1.Grid_1.HeaderImages(1) := '03.bmp'
Ejemplo (Obtener el nombre de la imagen en tiempo de ejecución)
MsgInfo ( Form_1.Grid_1.HeaderImages(1) )
Más ejemplos: \hmg\samples\grid_18, \hmg\samples\browse_6
- Solucionado: Problemas con ComboBox con imágenes en sistemas Win9x.
Gracias a Grigory por el reporte.
- Fixed: Misc errors in reference doc. Thanks to Esgici.
Blog Archive
-
▼
2008
(36)
-
▼
August
(22)
- Harbour MiniGUI 2.6.4: English: - Fixed: 'Capt...
- Harbour MiniGUI 2.6.3: English: - Fixed: 'Ra...
- Harbour MiniGUI 2.6.2: English: - Fixed: Tab...
- Harbour MiniGUI IDE 2.6.1: English: - New: Us...
- Harbour MiniGUI 2.6.1: English: - Fixed: Pro...
- Harbour MiniGUI IDE 2.6.0: English: - Fixed:...
- Harbour MiniGUI 2.6.0: English: - Fixed: 'OnEnter'...
- Harbour MiniGUI IDE 2.5.9: English: - Update...
- Harbour MiniGUI 2.5.9: English: - Fixed: Pre...
- Harbour MiniGUI IDE 2.5.8a English: - Fixed:...
- Harbour MiniGUI IDE 2.5.8: English: - Modifi...
- Harbour MiniGUI 2.5.8: English: - Fixed: Problems ...
- Harbour MiniGUI IDE 2.5.7: English: - Fixed:...
- Harbour MiniGUI 2.5.7: English: - Fixed: Activex c...
- Harbour MiniGUI IDE 2.5.6: English: - Update...
- Harbour MiniGUI 2.5.6: English: - Updated: Ha...
- Harbour MiniGUI IDE 2.5.5c: English: - Fixed...
- Harbour MiniGUI IDE 2.5.5b: English: - New: ...
- - Harbour MiniGUI IDE 2.5.5a: English: - New...
- - Harbour MiniGUI IDE 2.5.5: English: - Upda...
- - Harbour MiniGUI 2.5.5: English: - New: 'Drop...
- Harbour MiniGUI 2.5.4:English: - Fixed: InputIte...
-
▼
August
(22)