Search found 65 matches: abitmaps

Return to advanced search

Re: FOLDEREX ON PAINT -> TFolderEx() how ?

hi thx for Answer. i have compile run sample and look into PPO CODE   oFld := TFoldereX():New( 3, 3,,,,;         {aBitmaps}, .T., .F., {"&Social", "&OS", "&Games", "&Movies", "&Email", "Mo&nths", ...
by Jimmy
Fri May 19, 2023 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOLDEREX ON PAINT -> TFolderEx() how ?
Replies: 2
Views: 203

Re: get hBitmap from Image

i´m using Code: aBitmaps := ::oWnd:ReadImage( ::cPath + cFile ) not FW_ReadImage() "direct" Both are same. Had you spent a little time to open window.prg, you would have noticed: METHOD ReadImage( uSource, aSize, lGdipImage ...
by nageswaragunupudi
Fri Oct 21, 2022 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get hBitmap from Image
Replies: 14
Views: 719

Re: Consulta sobre el uso de gráficos en filas de un xBrowse

... most appropriate for the FWH version. How oCol:AddBitmap( aArray ) works: TXBrwColumn object internally maintains an array of bitmaps oCol:aBitmaps. When we first call oCol:AddBitmap( { bmp1, bmp2, bmp3 } ), oCol:aBitmaps is filed with { bmp1, bmp2, bmp3 }. If we call oCol:AddBitmap( { ...
by nageswaragunupudi
Tue Apr 06, 2021 11:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre el uso de gráficos en filas de un xBrowse
Replies: 7
Views: 937

FolderEx problem

... LEFT STRETCH; PROMPT "&Generale", "&Stampe","Spiaggia", "Planning" ; TAB HEIGHT 120 ; BITMAPS aBitmaps ; ALIGN FLDBMP_LEFT, FLDBMP_CENTER,FLDBMP_CENTER, FLDBMP_CENTER ; FONT oTitle oFolder:nLayOut := 2 @ 3,0 FOLDEREX oFld1 OF oFolder:aDialogs[ ...
by Silvio.Falconi
Wed Mar 24, 2021 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx problem
Replies: 6
Views: 728

Re: New FTDN January/Enero 2021 (FWH 21.01)

... - Generación automática de TreeBrowse: Después de crear un objeto Browse con cualquier fuente de datos ordenada, llamar a oBrw:SetTree (nLevels, [aBitmaps]) genera automáticamente un árbol a partir de los datos y cambia a TreeBrowse. Esta característica funciona para la mayoría de las fuentes ...
by Antonio Linares
Sun Feb 07, 2021 9:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1256

New FTDN January/Enero 2021 (FWH 21.01)

... new sample zodiac.prg - Automatic generation of TreeBrowse: After creating a browse with any ordered datasource, calling oBrw:SetTree( nLevels, [aBitmaps] ) automatically generates tree from the data and switches to Tree Browse. This feature works for most datasources like arrays, dbf, rowsets ...
by Antonio Linares
Sun Feb 07, 2021 9:10 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1256

XBrowse 2101: bBmpData : enhancment

... use oCol:bBmpData to return a numeric value, which is an index value into the list of bitmaps already attached to the column with oCol:AddBitmap( aBitmaps ). If the value returned is not numeric or exceeds the length of the bitmap list, no bitmap is painted. In some cases, it may not be possible ...
by nageswaragunupudi
Mon Feb 01, 2021 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 2101: bBmpData : enhancment
Replies: 3
Views: 559

Re: Mr. Rao Pls your help

The facility to convert a normal browse of ordered data into a Tree browse by calling oBrw:SetTree( nLevels, [aBitmaps] ) is working in case of datasources, which accept GOTO( 0 ) (similar to :BookMark := 0) and when Eof() returns blank values for fields. So, this is working with ...
by nageswaragunupudi
Sun Jan 31, 2021 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao Pls your help
Replies: 12
Views: 1654

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 if I use aadd( ::aBitmaps, ...
by Silvio.Falconi
Mon Jan 06, 2020 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DrawBitmap
Replies: 4
Views: 765

Re: Xbrowse Problem Bitmap autosort

... ON INIT ( DeleteObject( oApp():oGrid:aSortBmp[ 1, 1 ] ), ; DeleteObject( oApp():oGrid:aSortBmp[ 2, 1 ] ), ; oApp():oGrid:aSortBmp := oApp():oGrid:aBitmaps, ; oApp():oGrid:aBitmaps := {},; .... I have this error https://i.postimg.cc/bwczkLvD/m.png Now I resolve change :AddBitmap( ...
by Silvio.Falconi
Fri Nov 09, 2018 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Problem Bitmap autosort
Replies: 3
Views: 714

Re: Problem with upgrade to FWH 2018 - 02

... option in XBROWSE and it did not work. XBROWSE code @210,000 XBROWSE oLbx FIELDS _ImpFlag(oLbx, 1) , ; ... FUNCTION _ImpFlag( oLbx, nCol ) local aBitmaps := {} , ; nBitmap := 1 AADD( aBitmaps, PA[25] + "yes.bmp" ) AADD( aBitmaps, PA[25] + "no.bmp" ) DO CASE CASE "UECANADA" ...
by cdmmaui
Sun Apr 15, 2018 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with upgrade to FWH 2018 - 02
Replies: 13
Views: 3061

xBrowse - lUseBtnWidthEditOfCol (NEW)

... INIT .F. METHOD Edit( nKey ) CLASS TXBrwColumn ... if ::lUseBtnWidthEditOfCol nBtnWidth := ::nBtnWidth else if ::nBtnBmp > 0 .and. len( ::aBitmaps ) >= ::nBtnBmp // ButtonGet nBtnWidth := ::aBitMaps[ ::nBtnBmp, BITMAP_WIDTH ] // ButtonGet else nBtnWidth := 4 endif endif ...
by MGA
Fri Jan 05, 2018 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - lUseBtnWidthEditOfCol (NEW)
Replies: 2
Views: 733

New FTDN February/Febrero 2017 (FWH 17.02)

... alpha colors, color gradients, brush handles/objects or - two bitmaps. In case of bitmaps, the array elements should be indexes into the oCol:aBitmaps array. Eg: oCol:AddBitmap( { image1, image2 } ) bClrProg := { || { 1, 2 } } - Method Report() now configures progressbar columns also * Class ...
by Antonio Linares
Fri Feb 24, 2017 12:37 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2017 (FWH 17.02)
Replies: 2
Views: 2111

Re: Nuevo FWH 16.05

... path renaming them as libmysql.dll or libmariadb.dll. SetCheck() In case you want to have both bitmaps and prompts then please use: oCol:SetCheck( aBitmaps, .T., aPrompts ) In your case : oBrw:aCols[ 1 ]:SetCheck( { "Imagenes\level1.bmp", "Imagenes\level2.bmp" }, .T., { "S", ...
by nageswaragunupudi
Sun Jul 17, 2016 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.05
Replies: 12
Views: 3773

Re: TGet's Color

I think that is possible to use 2 bitmap, one gray and the other colored if .... aBitmaps := { , , , cperete+"\bmp\f1.BMP" } // color oFld:EnableTab( 4 ) else aBitmaps := { , , , cperete+"\bmp\f0.BMP" } // gray oFld:DisableTab( 4 ) endif ofld:LoadBitmaps( ...
by richard-service
Sun Jul 10, 2016 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet's Color
Replies: 6
Views: 1517
Next

Return to advanced search