Search found 131 matches: ncount

Return to advanced search

Lista de funciones de [x]harbour con sus parametros para edi

... [<nFirstRow>]) -> nPosition AClone(<aArray>) -> aDuplicate ACopy(<aSource>, <aTarget>, [<nSourceStart>], [<nCount>], [<nTargetStart>]) -> aTarget ACos(<nRadians>) -> nArcCosine AddASCII( <cString>, <nValue>, [<nPos>] ...
by carlos vargas
Wed Feb 11, 2015 2:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lista de funciones de [x]harbour con sus parametros para edi
Replies: 2
Views: 1033

Re: Strange Font Problem in fwh 1412

... that we are not creating a totally new object with totally new :hFont. This function actually returns the same object with its internal counter :nCount incremented. Actually, the internal method :Modify() achieves the same effect. oClone := Clone_Font( oArial ) // your method is exactly same ...
by nageswaragunupudi
Wed Jan 28, 2015 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Font Problem in fwh 1412
Replies: 18
Views: 3915

EXCESS RELEASE OF FONT

En un log del programa aparece esto : 19-01-2015 17:06:08: EXCESS RELEASE OF FONT Verdana[ hFont : 0] ( nCount : 0 ) <-TFONT:END(246) <-TCONTROL:DESTROY(2298) <-TGET:DESTROY(766) <-TWINDOW:HANDLEEVENT(0) <-TCONTROL:HANDLEEVENT(1733) <-TGET:HANDLEEVENT(575) ...
by mastintin
Mon Jan 19, 2015 4:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXCESS RELEASE OF FONT
Replies: 28
Views: 6985

Re: New Rating Class

... // MODIFIED   LOCAL aVert   LOCAL nRadV := nHeight/2   LOCAL nRadH := nWidth/2   LOCAL nAngl := (2*PI)/nLados   LOCAL nAngu,nOAng   LOCAL nCount,nStepLOCAL nSides := IF(lHalf,Int(nLados/2),nLados)  // NEW   DEFAULT nGiro := 0 , ;       nPorC := 100   *   nPorc := Max(0,Min(100,nPorC))  ...
by antolin
Sat Jan 03, 2015 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 19559

Re: New Rating Class

... NOBORDER ADJUST CURSOR oCursorBtn ; ON CLICK lSelected := .T. // the NEW var will DISABLE paintings on mousemove added : STATIC FUNCTION RESET( nCount ) ... ... lSelected := .F. // enables new painting ... ... RETURN NIL Download ( all style-images are included ) : http://www.pflegeplus.com/DOWNLOAD/Rating2.zip ...
by ukoenig
Tue Dec 30, 2014 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 19559

Re: New Rating Class

... I would like, to include this part in the FOR / NEXT. Is it possible ? [color=#0000FF]oImage[1]:bMMoved := { || ONHOVERRATE( 1, nCount ) } oImage[1]:bMLeave :={ || ONLEAVERATE( 1, nCount, oSay1 ) } oImage[2]:bMMoved := { || ONHOVERRATE( 2, nCount ) } oImage[2]:bMLeave :={ || ...
by ukoenig
Mon Dec 29, 2014 8:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Rating Class
Replies: 60
Views: 19559

Re: Pérdida de memoria

... mas de las veces necesarias. Prueba lo que yo te digo poniendo despues de la declaracion de la font que se "arruina" lo siguiente: oFont:nCount:= 9999. Este comportamiento es debido al uso de los fonts en fwh: fwh intenta gastar pocos recursos y por eso intenta compartir fonts entre distintos ...
by hmpaquito
Thu Sep 11, 2014 12:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pérdida de memoria
Replies: 4
Views: 779

Re: Copia de matrices

... Syntax ACOPY(<aSource>, <aTarget>, [<nStart>], [<nCount>], [<nTargetPos>]) --> aTarget Arguments <aSource> is the array to copy elements from. <aTarget> is the array to copy ...
by hmpaquito
Fri Jul 18, 2014 6:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Copia de matrices
Replies: 5
Views: 1120

Re: GRAPH-painter Rel. 1.1 ( Download )

I found a bug in section Pie. wrong fontcolor defined ( it seems some more mixed ) : aFont[8] belongs to color nClrV nColr := IF(aValrs[nCount]<0,CLR_RED, ::nClrV ) // nClrX IF ::lViewVal ::Say(aPt3[2]-(nSizeY/2)+nSepY+nPosV,aPt3[1]-(nSizeX/2)+nSepX,cText,::aFont[8],nColr) cVals := Tran( ...
by ukoenig
Fri Jul 11, 2014 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GRAPH-painter Rel. 1.2 ( Update )
Replies: 4
Views: 1923

How to reactivate a Item after using RemoveMenu(.. ?

... a menu-item after it is disabled using RemoveMenu( ... ? The system-exit-button is disabled using : hMenu := GetSystemMenu( oWinDlg:hWnd, .F. ) nCount := GetMItemCount( hMenu ) RemoveMenu( hMenu, nCount-1, nOR( 1024 ) ) how to activate X again at runtime ( ON / OFF ) ? http://www.pflegeplus.com/pictires/disablex.jpg ...
by ukoenig
Thu Nov 28, 2013 11:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to reactivate a Item after using RemoveMenu(.. ?
Replies: 0
Views: 298

New FTDN September/Septiembre 2013 (FWH 13.09)

... ] := { |x| If( x == nil, aData[ 2, 1 ] * aData[ 3, 2 ], ; aData[ 2, 1 ] := x / aData[ 3, 2 ] ) } * New: function FW_ArrSum( aArray, nbCol, nStart, nCount ) --> nSum nbCol can be column number that is to be totalled. Or nbCol can be a codeblock. Codeblock is evaluated for every row, with parameters, ...
by Antonio Linares
Wed Oct 30, 2013 3:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2013 (FWH 13.09)
Replies: 1
Views: 2808

Re: "Snap" for Clipper

...  3594  3672  3731  3734  3907  3915 NCOLOR                  WINDOW.PRG      845   846 NCOMMAND                WINDOW.PRG      543   545G  546 NCOUNT                  WINDOW.PRG      814   814   814   827  3040  3305  3306  3315  3327  3366                   3367 NCPAINT()              (function ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6702

Re: Liberar BMP y FONT

... distintos objetos podrian estar usando el mismo objeto font y asi no hay que tener dos iguales en memoria. Para conseguir esto, se usa una DATA nCount que cuenta cuantos "clientes" estan compartiendo ese font. Si tu al cerrar un cliente, destruyes el font, entonces se lo estas destruyendo ...
by Antonio Linares
Sat Aug 03, 2013 2:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Liberar BMP y FONT ->> SOLUCIONADO
Replies: 28
Views: 5431

Re: Liberar BMP y FONT

Rolando,

esto puede servirte:

while oFont:nCount > 0
oFont:End()
end
by Antonio Linares
Sat Aug 03, 2013 6:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Liberar BMP y FONT ->> SOLUCIONADO
Replies: 28
Views: 5431

Re: Asort 101

Hi Rick; Syntax ASort( <aArray>, [<nStart>], [<nCount>], [<bSort>] ) --> aArray Arguments <aArray> The array to be sorted. <nStart> This is a numeric expression indicating the first element in the array to begin sorting ...
by reinaldocrespo
Tue Sep 11, 2012 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Asort 101
Replies: 3
Views: 854
PreviousNext

Return to advanced search