Search found 8 matches: naltura

Return to advanced search

Re: Harbour 3.0

... in function BoxDegrade Error E2451 DRAWVBOX.C 76: Undefined symbol 'nLenTex' in function BoxDegrade Error E2451 DRAWVBOX.C 101: Undefined symbol 'nAltura' in function BoxDegrade Error E2451 DRAWVBOX.C 104: Undefined symbol 'nLargura' in function BoxDegrade Error E2314 DRAWVBOX.C 104: Call of nonfunction ...
by Antonio Linares
Fri Sep 09, 2011 7:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour 3.0
Replies: 42
Views: 17527

Re: Harbour 3.0

... in function BoxDegrade Error E2451 DRAWVBOX.C 76: Undefined symbol 'nLenTex' in function BoxDegrade Error E2451 DRAWVBOX.C 101: Undefined symbol 'nAltura' in function BoxDegrade Error E2451 DRAWVBOX.C 104: Undefined symbol 'nLargura' in function BoxDegrade Error E2314 DRAWVBOX.C 104: Call of nonfunction ...
by ruben Dario
Fri Sep 09, 2011 5:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour 3.0
Replies: 42
Views: 17527

Re: New class on development

Hello Mda...

1. you have variable declaration error
oTest is declared static, bellow you are using oTest like "local"
comment Local oTest

2. Method AddItem
nvalue should have initial value or this line nvalue+= nAltura will crash the app
by Daniel Garcia-Gil
Mon Jan 11, 2010 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New class on development
Replies: 6
Views: 1533

New class on development

... = 200 when I add a new item and for each item , the height must be += 200 METHOD AddItem(oImg) CLASS TSections local oItem Local nvalue Local nAltura := ::nHeight nvalue+= nAltura oItem := TSections():New( ::nTop+nAltura, ::nLeft, ::nWidth, ::nHeight,::oWnd,,,; ,oImg) // nuevo bitmap aadd( ...
by MdaSolution
Sat Jan 09, 2010 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New class on development
Replies: 6
Views: 1533

Antonio, Right! Here it is : METHOD Center() CLASS TDMdiChild //own class redefinition LOCAL nLargura,nAltura,ntop,nleft LOCAL nlrgmain,naltmain LOCAL meioljan, meiolmain,meioajan,meioamain nlargura := ::nwidth() //dialog width naltura := ::nheight() //dialog height nlrgmain ...
by AHF
Wed Nov 14, 2007 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: window:center() doesn´t work right
Replies: 27
Views: 3859

Função para testar tamanho de uma bitmap? (RESOLVIDO)

RESOLVIDO: define bitmap ToBmp filename alltrim(FWHCAMINHO) nLargura := ToBmp:nWidth nAltura := ToBmp:nHeight aRet[1] := nLargura // 25.4 CENTIMETROS aRet[2] := nAltura // 25.4 CENTIMETROS Alguem tem alguma função que teste o tamanho de uma bitmap? ex: 50x50 ??? Grato ...
by AOKISANTOS
Fri Sep 28, 2007 1:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Função para testar tamanho de uma bitmap? (RESOLVIDO)
Replies: 0
Views: 357

... que me dio, pero sigue sin funcionar, pero usted me dio una idea de como solucionarlo lo que hize fue lo siguiente: LOCAL nColumna:= 950 LOCAL nAltura:= 78 (Altura del Dialogo en Pixeles) LOCAL nLinea:= GetSysMetrics(17) - nAltura ... Activate Dialog oDlg on init oDlg:Move(nLinea, nColumna) ...
by cuatecatl82
Thu Aug 16, 2007 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tamaño y Coordenadas de msgbar
Replies: 4
Views: 1005

Como se convierte font de Twindows a FONT DE TPRINTER

... nRight, afondo, alinea, ntipo, nrotation, lsimple ) METHOD close() METHOD CmSay( nLin,nCol,cTexto,oFuente,nSizeHorz,nClrText,nBkMode,nPad, naltura, nColorIndex, lVertAdjust ) METHOD CheckSpelling() METHOD End() METHOD EndPage() METHOD FillRect( aRect, oBrush ) METHOD GetTextHeight( oFont ...
by Vladimir Zorrilla
Tue Apr 18, 2006 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se convierte font de Twindows a FONT DE TPRINTER
Replies: 5
Views: 3777

Return to advanced search