Search found 65 matches: abitmaps

Return to advanced search

Re: aBitmaps of object oEditLbx of txbrwCol class

... || oLbx:Status:Value() }       :Status:bStrData  := { || "" }      :Status:bOnPreEdit := { |o| o:oEditLbx:aBitMaps := { "FlagGreen", "FlagRed", "FlagYel", "FlagGray", "FlagBlack", "FlagBlue" ...
by reinaldocrespo
Tue Dec 18, 2012 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: aBitmaps of object oEditLbx of txbrwCol class
Replies: 5
Views: 1109

Re: aBitmaps of object oEditLbx of txbrwCol class

Reinaldo

The list box might work like Edit_Get_button ..

Rick Lipkin


Code: Select all  Expand view

   :aCols[ 1 ]:addbmpfile( "adddbf.bmp" )  // from resource .. or give path name to file
 
by Rick Lipkin
Tue Dec 18, 2012 9:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: aBitmaps of object oEditLbx of txbrwCol class
Replies: 5
Views: 1109

aBitmaps of object oEditLbx of txbrwCol class

Hi everyone! On an TxbrwColumn object when nEditType is EDIT_LISTBOX, oEditLbx object of class TListBox is created but I don't see how to set aBitmaps property. Is there way to show the listbox with bitmaps? WITH OBJECT oBrw    :aCols[ 1 ]:nEditType := EDIT_LISTBOX   :aCols[ 1 ]:aEditListTxt ...
by reinaldocrespo
Tue Dec 18, 2012 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: aBitmaps of object oEditLbx of txbrwCol class
Replies: 5
Views: 1109

Re: Scroll in a Combobox array

... to text-mode and look for the defined Style. Include it like : @ 1,10 COMBOBOX oCombo1 var cCombo ITEMS aItems OF oDlg SIZE 100,60 PIXEL BITMAPS aBitMaps oCombo1:SetFont( oFont ) oCombo1:nStyle := nOr (CBS_DROPDOWNLIST | CBS_DISABLENOSCROLL | WS_VSCROLL | ...... | ...) Best Regards Uwe :lol:
by ukoenig
Fri May 11, 2012 11:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll in a Combobox array
Replies: 2
Views: 636

Re: Brush en Browse

... de mi sistema le asigno font y estas se quedaban en memoria lo soluciones corrigiendo el metodo Destroy() METHOD Destroy() INLINE AEval( ::aBitmaps, {| hBmp, nId | DeleteObject( hBmp[ BMP_HANDLE] ) } ), ; AEval( ::aBrightBmp, {| hBmp, nId | DeleteObject( hBmp ) } ), ::oFont:End() , Super:Destroy() ...
by Francisco Horta
Tue Feb 21, 2012 10:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush en Browse
Replies: 11
Views: 3862

DblClick on xbrowse column's bitmap

Hola,

are there the way to define a dblclick codeblock to the xbrowse column's bitmap,
some thing like oBrw:aCols[1]:aBitmaps[1,1]:bLDblClick := {...} this not work because we don't have the bitmap object only the handle, or are there the possibility to have the object from handle?

saludos

Marcelo
by Marcelo Via Giglio
Wed Jun 29, 2011 1:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DblClick on xbrowse column's bitmap
Replies: 2
Views: 538

RBBTN ON FOLDEREX NOT RUN OK

... @ 5, 4 FOLDEREX oFld ITEMS cSay_FLD1,; cSay_FLD2,; cSay_FLD3,; cSay_FLD4,; cSay_FLD5,; cSay_FLD6,; cSay_FLD7,; cSay_FLD8,; cSay_FLD9; BITMAPS aBitmaps; OF oDlg SIZE 210, 185 PIXEL ADJUST ANIMATE SPEED 50 @ 3,5 LISTBOX oLbx4 VAR cVar ITEMS aFiles SIZE 190,120 PIXEL OF oFld:aDialogs[4] @120, ...
by MdaSolution
Wed Dec 01, 2010 12:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RBBTN ON FOLDEREX NOT RUN OK
Replies: 0
Views: 345

Re: TReport, TPrinter y TDOSPRN a Word

... #include "FiveWin.ch" //----------------------------------------------------------------------------// CLASS TRtfArch DATA hArch DATA aBitmaps DATA cArchName METHOD New( cArchName ) CONSTRUCTOR METHOD EsParr() INLINE FWrite( ::hArch, "\par "+ CRLF ) METHOD EsLine( cLong ) ...
by arturo tamayo
Fri Nov 05, 2010 12:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TReport, TPrinter y TDOSPRN a Word
Replies: 6
Views: 2919

xBrowse no muestra bitmaps desde recurso

Hola. Tengo una serie de bitmaps en un archivo .rc y xbrowse no me los muestra. Los defino de la siguiente manera: local aBitmaps[5] aBitmaps[ 1 ] := LoadBitMap( GetResources(), "ON") aBitmaps[ 2 ] := LoadBitMap( GetResources(), "OFF") aBitmaps[ 3 ] := LoadBitMap( ...
by fernandomoralesdr
Fri Apr 30, 2010 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse no muestra bitmaps desde recurso
Replies: 2
Views: 507

Re: BtnBmp en txbrowse

... este creado 2- verifca que el nombre del recuerso sea correcto 3- verifica que tengas un handle valido en el array de bitmap de la columna ( :aBitmaps[ 1 ][ 1 ] ) 4- si falla lo anterior, intenta agregar la imagen desde un archivo y no desde recurso 5- si falla que version estas usando de ...
by Daniel Garcia-Gil
Sun Mar 28, 2010 6:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BtnBmp en txbrowse
Replies: 1
Views: 413

Re: Ayuda sobre xBrowse/Windows 7

... pero en su tiempo los publique * Nuevo: En la clase TXBrowse, nuevo DATA nBtnBmp para seleccionar el índice de mapa de bits en la matriz oCol:aBitmaps por lo que la imagen del botón se puede cambiar, cuando se usan estos estilos de edición: EDIT_LISTBOX, EDIT_BUTTON, EDIT_GET_LISTBOX y EDIT_GET_BUTTON. ...
by Daniel Garcia-Gil
Wed Mar 03, 2010 3:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda sobre xBrowse/Windows 7
Replies: 22
Views: 6441

Re: c++ HIMAGELIST return XBROWSE ?

... Icon to Bitmap, i dont remember, but i think you can not use TYPE_IMAGE for this you can use the converted handle ( hicon to hbitmap ) and add in aBitmaps ( Column Bitmaps array ) with AddBmpHandle i show a sample... (include BmpFromIcon function ) #include "fivewin.ch"#include "xbrowse.ch"Function ...
by Daniel Garcia-Gil
Sun Dec 06, 2009 5:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: c++ HIMAGELIST return XBROWSE ?
Replies: 5
Views: 1555

Re: tcbrowse row color

... TCDrawCell( hWnd, hDC, ; nRowPos, nStartCol, If( nJ < nLastCol, aColSizes[ nJ ], -1), ; if( cPicture == nil, ; If( lBitMap, If( ! Empty( ::aBitmaps ),; ::aBitmaps[ uData ], uData ), ; cValToChar( Eval( oColumn:bData ) ) ), ; Transform( uData, cPicture ) ), ; oColumn:nAlign, ; nClrFore, ...
by Jonathan Hodder
Tue Aug 25, 2009 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tcbrowse row color
Replies: 6
Views: 933

Re: combobox

Falconi,

aBitmaps in your example code is not an array of bitmaps, it is an array of strings. You need to load aBitmaps with bitmaps.

Regards,
James
by James Bott
Fri Mar 06, 2009 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox
Replies: 13
Views: 2674

combo in sbuttonbar - help Mercado

How show a combo box into sbuttonbar ?
DEFINE SBUTTONBAR oBar OF oDlg SIZE 80, 80 3D OFFICE

@ 2, 2 COMBOBOX oItems VAR nItem ITEMS aItems BITMAPS aBitmaps of oBar SIZE 100, 100

Image

It now show the right dimension of bitmaps
by Silvio
Wed Mar 04, 2009 12:16 pm
 
Forum: FiveWin para CA-Clipper
Topic: combo in sbuttonbar - help Mercado
Replies: 0
Views: 371
PreviousNext

Return to advanced search