Search found 29 matches: changebitmap

Return to advanced search

Re: consulta 2 temas

Con TSButtons podes usar el metod ChangeBitMap ChangeBitMap( anBmps, acBmps, lResource ) Por ejemplo oBot:ChangeBitMap( 1, "NUEVO",.T. ) Donde cambias la imagen principal del boton con el BITMAP de recurso de nombre "NUEVO" ...
by cmsoft
Sat Oct 01, 2022 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: consulta 2 temas
Replies: 6
Views: 456

Re: XBrowse metodo ChangeBitmap() pierde recursos

Creo q deberia de quedar asi no? METHOD ChangeBitmap( ) CLASS TXBrwColumn // BtnGet if ::nBtnBmp > 0 .and. len( ::aBitmaps ) >= ::nBtnBmp DeleteObject( ::oBtnElip:hBitmap1 ) ::oBtnElip:hBitmap1 := ::aBitMaps[::nBtnBmp, BITMAP_HANDLE ] DeleteObject( ...
by manuelcalerosolis
Thu Feb 05, 2015 9:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse metodo ChangeBitmap() pierde recursos
Replies: 2
Views: 516

Re: XBrowse metodo ChangeBitmap() pierde recursos

Thanks for pointing out the problem. Please modify the function like this: METHOD ChangeBitmap( ) CLASS TXBrwColumn // BtnGet  if ::nBtnBmp > 0 .and. len( ::aBitmaps ) >= ::nBtnBmp      DeleteObject( ::oBtnList:hBitmap1 )   // ---------------------------- ...
by nageswaragunupudi
Fri Jan 30, 2015 9:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse metodo ChangeBitmap() pierde recursos
Replies: 2
Views: 516

XBrowse metodo ChangeBitmap() pierde recursos

... por si alguien puede ver de manera rápida, q es lo q pasa. //------------------------------------------------------------------------------ METHOD ChangeBitmap( ) CLASS TXBrwColumn // BtnGet if ::nBtnBmp > 0 .and. len( ::aBitmaps ) >= ::nBtnBmp ::oBtnElip:hBitmap1 := ::aBitMaps[::nBtnBmp, ...
by manuelcalerosolis
Thu Jan 29, 2015 12:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse metodo ChangeBitmap() pierde recursos
Replies: 2
Views: 516

Re: xBrowse Button with EDIT_GET_BUTTON

... )           endif            ::oBtnElip:Paint()            ::oBtnElip:ReleaseDC()         endif  Method CreateButtons and ChangeBitmap //----------------------------------------------------------------------------//METHOD CreateButtons() CLASS TXBrwColumn   local ...
by Rick Lipkin
Sat Sep 08, 2012 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Button with EDIT_GET_BUTTON
Replies: 17
Views: 4958

TO MANUEL : SBUTTON

Where I can download the last version of sbutton ?

Do you corrected the last errors ? ( ...refresh on a panel ... changebitmap...)
by Silvio
Fri Nov 19, 2010 8:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TO MANUEL : SBUTTON
Replies: 0
Views: 247

Re: Ayuda sobre xBrowse/Windows 7

... se usan estos estilos de edición: EDIT_LISTBOX, EDIT_BUTTON, EDIT_GET_LISTBOX y EDIT_GET_BUTTON. * Nuevo: En la clase TXBrowse, nuevo métodod ChangeBitmap(), selecciona la imagen del botón usando el valor de la DATA nBtnBmp. tomado del Whatsnew de la version 8.12: http://forums.fivetechsupport.com/viewtopic.php?p=72601#p72601 ...
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: 6416

Re: preview alpha 2

... ) ::oTwoPages:cMsg := TXT_PREVIEW_ON_ONE_PAGE ::oTwoPages:cTooltip := StrTran( TXT_ONEPAGE, "&", "" ) else ::oBar:ChangeBitmap( 6, 10 ) ::oBar:SetTooltip( 6, StrTran( TXT_ONEPAGE, "&", "" ) ) ::oBar:SetMessage( 6, TXT_PREVIEW_ON_ONE_PAGE ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2030

Re: GetPrintDC()

... oTwoPages:cMsg := TXT_PREVIEW_ON_ONE_PAGE oTwoPages:cTooltip := StrTran(TXT_ONEPAGE,"&","") else oBar:ChangeBitmap( 6, 10 ) oBar:SetTooltip( 6, StrTran(TXT_ONEPAGE,"&","") ) oBar:SetMessage( 6, TXT_PREVIEW_ON_ONE_PAGE ) endif ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2704

Re: HELP MANUEL MERCADO

MANUEL SORRY I RESOLVE IT NOW ...THIS EVENING THE ERROR IS : i USED oBtn:ChangeBitmap( {1,2,3,4}, { OMBRELLONE_OCCUPATO,; OMBRELLONE_OCCUPATO,; OMBRELLONE_OCCUPATO,; OMBRELLONE_OCCUPATO } ) INSTEAD OF oBtn:ChangeBitmap( {1,2,3,4, 5 }, { OMBRELLONE_OCCUPATO,; ...
by Silvio
Thu Jun 18, 2009 10:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HELP MANUEL MERCADO
Replies: 8
Views: 1253

Re: New FTDN December/Diciembre 2008 (8.12)

... se usan estos estilos de edición: EDIT_LISTBOX, EDIT_BUTTON, EDIT_GET_LISTBOX y EDIT_GET_BUTTON. * Nuevo: En la clase TXBrowse, nuevo métodod ChangeBitmap(), selecciona la imagen del botón usando el valor de la DATA nBtnBmp. * Nuevo: En la clase TXBrowse, nueva DATA lAutoAppend usada cuando ...
by Antonio Linares
Tue Dec 30, 2008 12:42 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2008 (8.12)
Replies: 1
Views: 2438

Test new features

... can be changed, when these edit styles are used: EDIT_LISTBOX, EDIT_BUTTON, EDIT_GET_LISTBOX and EDIT_GET_BUTTON. * New: Class TXBrowse Method ChangeBitmap(), selects the button image using DATA nBtnBmp value. http://rapidshare.com/files/177841907/xbbtget.rar //-----------------------------------------------------------------------------// ...
by Daniel Garcia-Gil
Mon Dec 29, 2008 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test new features
Replies: 6
Views: 1596

Test new features

... can be changed, when these edit styles are used: EDIT_LISTBOX, EDIT_BUTTON, EDIT_GET_LISTBOX and EDIT_GET_BUTTON. * New: Class TXBrowse Method ChangeBitmap(), selects the button image using DATA nBtnBmp value. http://rapidshare.com/files/177841907/xbbtget.rar //-----------------------------------------------------------------------------// ...
by Daniel Garcia-Gil
Mon Dec 29, 2008 3:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Test new features
Replies: 6
Views: 1559

New FTDN December/Diciembre 2008 (8.12)

... can be changed, when these edit styles are used: EDIT_LISTBOX, EDIT_BUTTON, EDIT_GET_LISTBOX and EDIT_GET_BUTTON. * New: Class TXBrowse Method ChangeBitmap(), selects the button image using DATA nBtnBmp value. * New: Class TXBrowse DATA lAutoAppend used when FastEdit is active and allows to ...
by Antonio Linares
Sun Dec 28, 2008 9:54 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2008 (8.12)
Replies: 1
Views: 2438

Re: TSBUTTON. ¿ se puede cambiar el recurso de un botón ?

Hola Ricardo: ¿ Se puede cambiar en tiempo de ejecución el bmp que da forma a botón ( definido como recurso ) ? Usa el método ChangeBitmap En caso afirmativo, ¿ me podeis poner algún ejemplo ? Con gusto, aquí tienes uno rápido: #include "FiveWin.ch" #include "TSButton.ch" ...
by mmercado
Sun Oct 26, 2008 7:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSBUTTON. ¿ se puede cambiar el recurso de un botón ?
Replies: 2
Views: 506
Next

Return to advanced search