Search found 60 matches: buttonb

Return to advanced search

Re: FWH 16.02 PROBLEMAS CON BUTTONBMP RESUELTO

Modifique la clase buttonb.prg y se arreglo el problema con los prompts de los botones desde resources
Gracias
by rterraz
Fri Mar 04, 2016 8:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS CON LA FWH 16.02
Replies: 12
Views: 2186

Re: PROBLEMAS CON LA FWH 16.02

... de nuevo. en la FWH 10.1 funciona bien. Fixed and available in next release of FWH. Till then you may please make this modification in fwh\classes\buttonb.prg Line:162      if ! Empty( ::cCaption ) .and. ! Empty( ::cPosText )   Please change this as:     ...
by nageswaragunupudi
Thu Mar 03, 2016 4:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS CON LA FWH 16.02
Replies: 12
Views: 2186

get an error FWH 16.01 and xharbour.com

... referenced from Fivehmx.lib(window.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_CALCTEXTWH referenced from Fivehmx.lib(buttonb.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_MEMORYBUFFERTYPE referenced from Fivehmx.lib(xbrowse.obj)'. xLINK: error: Unresolved ...
by kajot
Mon Feb 01, 2016 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: get an error FWH 16.01 and xharbour.com
Replies: 9
Views: 3224

Re: Cambios en buttonb.prg

Manuel,

gracias! :-)
by Antonio Linares
Tue Dec 15, 2015 8:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambios en buttonb.prg
Replies: 1
Views: 361

Cambios en buttonb.prg

para poder usar png,jpg con esta clase ... ......METHOD New( nRow, nCol, cCaption, oWnd, bAction, nWidth, nHeight,;               nHelpId, oFont, lDefault, lPixel, lDesign, cMsg,;               lUpdate, bWhen, bValid, lCancel, cBitmap, cPosText, cToolTip ) CLASS TButtonBmp   DEFAULT cCaption...
by mastintin
Tue Dec 15, 2015 8:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambios en buttonb.prg
Replies: 1
Views: 361

Duracion de un mp3 ( SOLUCIONADO )

... Called from SYSREFRESH(0) Called from BTNPLAYSND(449) in Luis.prg Called from BTNPLAYSND(449) in Luis.prg Called from TBUTTONBMP:CLICK(176) in .\source\classes\BUTTON.PRG Called from TBUTTONBMP:CLICK(176) in .\source\classes\BUTTON.PRG Called from TBUTTONBMP:HANDLEEVENT(214) ...
by cuatecatl82
Fri Nov 20, 2015 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duracion de un mp3 ( SOLUCIONADO )
Replies: 16
Views: 6435

añadir soporte para png,jpg,etc en buttonb

con estos cambios en le archivo buttonb.prg quedaria resuelto el uso de png y jpg ,etc en los buttonb en new y redefine ...    // nuevo        ::hBitmap     := ::ReadPalBmpEx( ::cBitmap )[1]  ...
by mastintin
Thu Jun 18, 2015 8:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: añadir soporte para png,jpg,etc en buttonb
Replies: 0
Views: 284

Recompilar FiveHMX para xhb.com

... "Obj\bitmap.obj" "Obj\block.obj" "Obj\brush.obj" "Obj\btnbmp.obj" "Obj\button.obj" "Obj\buttonb.obj" "Obj\checkbox.obj" "Obj\clipbrd.obj" "Obj\combobox.obj" "Obj\control.obj" "Obj\cursor.obj" ...
by russimicro
Mon Dec 01, 2014 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recompilar FiveHMX para xhb.com
Replies: 2
Views: 826

Re: buttonbmp - problemas con cambio de versión FWH

... y no encontré diferencias entre la 10.04 y la 13.07, (salvo en dos méthods que ya tenía reformados). Entonces compilé con FWH1307 e incluí el buttonb.prg de la 10.04 y la falla es la misma. De esto deduzco que el problema debería estar en la versión del xHarbor que utiliza el FWH13.07. Si ...
by rolando
Mon Nov 25, 2013 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: buttonbmp - problemas con cambio de versión FWH
Replies: 7
Views: 1071

Re: Liberar BMP y FONT

... en checkres.txt no significa que sea un handle no liberado porque su valor es cero. Para que no se produzca eso los cambios a implementar en buttonb.prg son:   METHOD Destroy() INLINE If( ! Empty( ::hBitmap ), DeleteObject( ::hBitmap ),),;                  ...
by Antonio Linares
Fri Aug 02, 2013 8:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Liberar BMP y FONT ->> SOLUCIONADO
Replies: 28
Views: 5428

Re: OREPORT:TOEXCEL()

... => MAEIMPRI( 224 ) Called from: D:\FAPSOFT\NEWFIC~1\wfic32.prg => (b)MAEPRODT( 111 ) Called from: .\source\classes\BUTTON.PRG => TBUTTONBMP:CLICK( 157 ) Called from: .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT( 1654 ) Called from: .\source\classes\BUTTONB.PRG => TBUTTONBMP:HANDLEEVENT( ...
by FranciscoA
Sun Jun 10, 2012 2:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OREPORT:TOEXCEL()
Replies: 11
Views: 5087

Re: pFTP ( programa para gestionar FTP )

... from: .\PROC9998.PRG => SELECCARPETA(0) Called from: .\PROC9997.PRG => (b)BOXCONFIGURAR(0) Called from: .\source\classes\BUTTON.PRG => TBUTTONBMP:CLICK(176) Called from: .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT(1665) Called from: .\source\classes\BUTTONB.PRG => TBUTTONBMP:HANDLEEVENT(189) ...
by postinelli
Fri May 04, 2012 2:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: pFTP ( programa para gestionar FTP )
Replies: 9
Views: 2634

Re: cual control tuvo el foco

... Error BASE/1004 Class: 'NUMERIC' has no exported method: HWND Called from: => HWND(0) Called from: .\source\classes\CONTROL.PRG => TBUTTONBMP:FORWHEN(802) Called from: .\source\classes\CONTROL.PRG => TBUTTONBMP:FWLOSTFOCUS(928) Called from: .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT(1468) ...
by Francisco Horta
Thu Aug 11, 2011 7:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: cual control tuvo el foco
Replies: 11
Views: 1668

Re: FWH 11.06 link error

... '_HB_FUN_WQOUT referenced from Fivehmx.lib(FGET.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_SETSKINS referenced from Fivehmx.lib(BUTTONB.obj)'. xLINK: error: Unresolved external symbol '__imp__DecodePointer referenced from libcmt.lib(invarg.obj)'. xLINK: error: Unresolved external ...
by frose
Sun Jul 03, 2011 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.06 link error
Replies: 13
Views: 1855

Re: fwh 10.09 link error ?

... externe non resolu _HB_FUN___CLSACTIVE Fivehmx.lib(TIMAGLST.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE Fivehmx.lib(BUTTONB.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE Fivehmx.lib(TCLIPGET.obj) : error LNK2001: symbole externe non resolu _HB_FUN___CLSACTIVE ...
by yunbg1
Wed Oct 27, 2010 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 10.09 link error ?
Replies: 19
Views: 7075
PreviousNext

Return to advanced search