Search found 14 matches: acbitmaps

Return to advanced search

Re: COMBOBOX HEIGHTGET is not working?

... <nClrText> [,<nClrBack>] ] ; [ <update: UPDATE> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ BITMAPS <acBitmaps> ] ; [ ON DRAWITEM <uBmpSelect> ] ; [ STYLE <nStyle> ] ; [ <pict: PICT, PICTURE> <cPicture> ]; [ ON EDIT CHANGE ...
by carlos vargas
Tue May 19, 2020 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX HEIGHTGET is not working? *Solved*
Replies: 11
Views: 1561

Re: DrawBitmap

Nages, on ::acBitmaps I Insert an array with many png files for n = 1 to len( ::acBitmaps ) aadd( ::aBitmaps, FW_ReadImage( ::acBitmaps[ n ] ) ) next n then xbrowser ::aBitmaps give me this https://i.postimg.cc/Hx4dmgjf/test.png ...
by Silvio.Falconi
Mon Jan 06, 2020 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DrawBitmap
Replies: 4
Views: 765

Re: Combobox on multidimensional array

... <nClrText> [,<nClrBack>] ] ; [ <update: UPDATE> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ BITMAPS <acBitmaps> ] ; [ ON DRAWITEM <uBmpSelect> ] ; [ STYLE <nStyle> ] ; [ <pict: PICT, PICTURE> <cPicture> ]; [ ON EDIT CHANGE ...
by Marco Turco
Wed Sep 09, 2015 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox on multidimensional array
Replies: 5
Views: 1206

Re: TABS bitmap

... c_Path1 + "Paint.Bmp" } REDEFINE TABS ID 100 oTabs OF oDlg ; PROMPTS "One", "Two", "Three" UPDATE oTabs:acBitmaps := aImage You can delete the bitmaps like : FOR n := 1 to len( oTabs:ahBitmaps ) IF oTabs:ahBitmaps[ n ] != nil oTabs:ahBitmaps[ n ] := NIL ...
by ukoenig
Tue Mar 04, 2014 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TABS bitmap
Replies: 3
Views: 851

Re: Combobox and multiarray

... <nClrText> [,<nClrBack>] ] ; [ <update: UPDATE> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ BITMAPS <acBitmaps> ] ; [ ON DRAWITEM <uBmpSelect> ] ; [ STYLE <nStyle> ] ; [ <pict: PICT, PICTURE> <cPicture> ]; [ ON EDIT CHANGE ...
by Marco Turco
Sun Jan 20, 2013 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox and multiarray
Replies: 4
Views: 1471

To Mr. frose

... nClrText CLR_WHITE, ; // nClrBack .T., ; // lPixel oFont_default, ; // oFont , ; // cMsg .F., ; // LUpdate , ; // bWhen .F., ; // lDesign , ; // acBitmaps , ; // bDrawItem , ; // nStyle , ; // cPict ) // bEChange regards, saludos, gruß Frank (frose) FWH 12.02, xHarbour.com Okt. 2011 (9382), xCC, ...
by Otto
Wed Apr 18, 2012 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr. frose
Replies: 1
Views: 638

Re: Combobox Busqueda Incremental

... nCol, bSetGet, aItems, nWidth, nHeight, oWnd, nHelpId, ; bChange, bValid, nClrFore, nClrBack, lPixel, oFont, ; cMsg, lUpdate, bWhen, lDesign, acBitmaps, bDrawItem, ; cAlias, cFldItem, cFldList, aList ) CLASS TDBCombo DEFAULT cAlias := alias(), ; cFldList := "", ; cFldItem := "", ...
by russimicro
Tue Dec 20, 2011 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combobox Busqueda Incremental
Replies: 7
Views: 1937

Consumo de recurso

... elemento (AddItem) o al borrar un elemento (DelItem) se llama al método Default y dentro de este método se recargan las imagenes contenidas en ::acBitmaps. Me parece correcto que se recargen las imagenes por si han variado, pero antes de debería limpiar las imagenes ya existentes. METHOD Default() ...
by fgondi
Thu Jan 27, 2011 7:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consumo de recurso
Replies: 3
Views: 1020

... <nClrText> [,<nClrBack>] ] ; [ <update: UPDATE> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ BITMAPS <acBitmaps> ] ; [ ON DRAWITEM <uBmpSelect> ] ; [ ALIAS <cAlias> ] ; [ ITEMFIELD <cFldItem> ] ; [ LISTFIELD <cFldList> ] ; ...
by jicorral
Thu Oct 30, 2008 10:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con DBCOMBO con FWH 0804
Replies: 9
Views: 1533

... <nClrText> [,<nClrBack>] ] ; [ <update: UPDATE> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ BITMAPS <acBitmaps> ] ; [ ON DRAWITEM <uBmpSelect> ] ; [ ALIAS <cAlias> ] ; [ ITEMFIELD <cFldItem> ] ; [ LISTFIELD <cFldList> ] ; ...
by Antonio Linares
Thu Apr 17, 2008 8:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con DBCOMBO con FWH 0804
Replies: 9
Views: 1533

... <nClrText> [,<nClrBack>] ] ; [ <update: UPDATE> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ BITMAPS <acBitmaps> ] ; [ ON DRAWITEM <uBmpSelect> ] ; [ ALIAS <cAlias> ] ; [ ITEMFIELD <cFldItem> ] ; [ LISTFIELD <cFldList> ] ; ...
by Marcelo Via Giglio
Thu Feb 08, 2007 2:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filtrar Dbcombo dependiendo de Otro
Replies: 6
Views: 1524

DbCombo para ado y mysql

... <nClrText> [,<nClrBack>] ] ; [ <update: UPDATE> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ BITMAPS <acBitmaps> ] ; [ ON DRAWITEM <uBmpSelect> ] ; [ ALIAS <cAlias> ] ; [ ITEMFIELD <cFldItem> ] ; [ LISTFIELD <cFldList> ] ; ...
by fsandoval
Sat Aug 19, 2006 6:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DbCombo para ado y mysql
Replies: 0
Views: 1313

Preprocesado y clases

... ] ; [ <update: UPDATE> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ BITMAPS <acBitmaps> ] ; [ ON DRAWITEM <uBmpSelect> ] ; [ STYLE <nStyle> ] ; [ PICTURE <cPicture> ]; [ ON ...
by jlcapel
Mon Oct 24, 2005 4:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preprocesado y clases
Replies: 6
Views: 2036

#xcommand

... <nClrText> [,<nClrBack>] ] ; [ <update: UPDATE> ] ; [ MESSAGE <cMsg> ] ; [ WHEN <uWhen> ] ; [ BITMAPS <acBitmaps> ] ; [ ON DRAWITEM <uBmpSelect> ] ; [ ALIAS <cAlias> ] ; [ ITEMFIELD <cFldItem> ] ; [ LISTFIELD <cFldList> ] ; ...
by Patricio Avalos Aguirre
Thu Oct 20, 2005 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: #xcommand
Replies: 1
Views: 963

Return to advanced search