Search found 131 matches: ncount

Return to advanced search

Re: Missing images in xBrowse

... GradientFill( hDC, 0, 0, h, w, ; {{ 1, aColors[2] , aColors[4] }} ) } ) FW_SaveImage( hBmp, AllTrim( c_path2 + "Img64_" + ALLTRIM(STR(nCount[1])) + ".bmp" ) ) but the same result created but not visible in xBrowse :( 3. using a professional program < COREL Paintshop Pro ...
by ukoenig
Fri Nov 08, 2019 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing images in xBrowse
Replies: 12
Views: 1938

Missing images in xBrowse

... row-selection http://www.pflegeplus.com/IMAGES/Xbrwimg5.jpg saved like oBmp1:SaveToBmp( c_path2 + "Img64_" + ALLTRIM(STR(nCount[1])) + ".bmp" ) in xBrowse WITH OBJECT:aCols[ 1 ] :cDataType := 'F' :nDataBmpAlign := AL_CENTER :lBmpTransparent := .f. //:lBmpTransparent ...
by ukoenig
Thu Nov 07, 2019 3:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing images in xBrowse
Replies: 12
Views: 1938

CAMBIOS DE VERSION

Hola.. estoy actualizando versiones y cuando ejecuto empezó a generar un .LOG con lo siguiente: EXCESS RELEASE OF FONT Courier New[ hFont : 0] ( nCount : -2 ) <-TFONT:END(285) <-TCONTROL:DESTROY(2166) <-TMULTIGET:DESTROY(523) <-TWINDOW:HANDLEEVENT(0) <-TMULTIGET:HANDLEEVENT(1731) ...
by silvinamazzaro
Wed May 22, 2019 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CAMBIOS DE VERSION
Replies: 2
Views: 625

Re: EXCESS RELEASE OF FONT Tahoma[ hFont : 0] ( nCount : 0 )

Any News ??

After using sbutton the font of sbutton is changed


Before

http://prntscr.com/nr8o6h

Image

After

http://prntscr.com/nr8nqy


tx
by Uwe.Diemer
Tue May 21, 2019 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCESS RELEASE OF FONT Tahoma[ hFont : 0] ( nCount : 0 )
Replies: 4
Views: 1225

Re: Favor Ayuda PROGRAMA LENTO WINDOWS 10 64 Bits

... // abrir la base con un ALIAS una funcion mia propia Dbzap() Select('wfprodu') __Dbtrans( select('Productos'),,{|| !Deleted() }, {|| nCount++, if( nCount >= 500 ,( oMeter:Set(nVal++),Sysrefresh(),nCount:=0,.T.),.T.)} ) Espero te sea de utilidad, Saludos Mariano
by mterraz
Wed Oct 10, 2018 2:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Favor Ayuda PROGRAMA LENTO WINDOWS 10 64 Bits
Replies: 6
Views: 1135

Re: EXCESS RELEASE OF FONT Tahoma[ hFont : 0] ( nCount : 0 )

It is still created logerror() file. 18/01/18 09:09:28: EXCESS RELEASE OF FONT Tahoma[ hFont : 0] ( nCount : 0 ) <-TFONT:END(285) <-TCONTROL:DESTROY(2154) <-TSBUTTON:DESTROY(971) <-TWINDOW:HANDLEEVENT(0) <-TCONTROL:HANDLEEVENT(1731) <-TSBUTTON:HANDLEEVENT(1322) ...
by dutch
Thu Jan 18, 2018 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCESS RELEASE OF FONT Tahoma[ hFont : 0] ( nCount : 0 )
Replies: 4
Views: 1225

Re: EXCESS RELEASE OF FONT Tahoma[ hFont : 0] ( nCount : 0 )

Dutch, Please try it this way: METHOD Destroy() CLASS TSButton   ::FreeBitmaps()   If Empty( ::cCaption )      ::oFont:End() // changed   EndIf   If ::lAnimated      If oAnima != Nil         oAnima:End()         oAnima := Nil      EndIf   EndIfreturn ::Super:D...
by Antonio Linares
Wed Jan 17, 2018 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCESS RELEASE OF FONT Tahoma[ hFont : 0] ( nCount : 0 )
Replies: 4
Views: 1225

Re: EXCESS RELEASE OF FONT Tahoma[ hFont : 0] ( nCount : 0 )

I've remark ::Super:Destroy(). The logerror() file is not created anymore. What is the problem, if I do it? * ============================================================================* METHOD TSButton:Destroy() Version 7.0 Oct/31/2009* =====================================================...
by dutch
Wed Jan 17, 2018 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCESS RELEASE OF FONT Tahoma[ hFont : 0] ( nCount : 0 )
Replies: 4
Views: 1225

EXCESS RELEASE OF FONT Tahoma[ hFont : 0] ( nCount : 0 )

... create a log file every time I end font object. It seem NO FONT OBJECT to :end(). 01/17/2018 16:09:04: EXCESS RELEASE OF FONT Tahoma[ hFont : 0] ( nCount : 0 ) <-TFONT:END(285) <-MAIN(32) // Testing GETs#include "FiveWin.ch"#include "TSbutton.ch"function Main()  ...
by dutch
Wed Jan 17, 2018 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCESS RELEASE OF FONT Tahoma[ hFont : 0] ( nCount : 0 )
Replies: 4
Views: 1225

Where to search for these LOGfile-messages (fonts)?

... make any error but I would like to disable these messages for the final release. 11/30/17 16:18:52: EXCESS RELEASE OF FONT Arial[ hFont : 0] ( nCount : 0 ) <-TFONT:END(285) <-TCONTROL:DESTROY(2154) <-TBTNBMP:DESTROY(952) <-(b)TBTNBMP:TBTNBMP(178) <-TBTNBMP:END(0) <-TXBRWCOLUMN:END(11021) ...
by ukoenig
Thu Nov 30, 2017 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where to search for these LOGfile-messages (fonts)?
Replies: 2
Views: 712

Re: funciones de FWH y Harbour en un archivo .txt

... PosChar(<cString>,<xChar>,[<nPos>])->cResult PosDel(<cString>,[<nPos>],[<nCount>])->cResult PosDiff(<cString1>,<cString2>,[<nSkipChars>])->nPos PosEqual(<cString1>,<cString2>,[<nCompare>],[<nSkipChars>])->nPos ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: funciones de FWH y Harbour en un archivo .txt

... PosChar(<cString>,<xChar>,[<nPos>])->cResult PosDel(<cString>,[<nPos>],[<nCount>])->cResult PosDiff(<cString1>,<cString2>,[<nSkipChars>])->nPos PosEqual(<cString1>,<cString2>,[<nCompare>],[<nSkipChars>])->nPos ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

Re: funciones de FWH y Harbour en un archivo .txt

... AClone(<aArray>)->aDuplicate ACopy(<aSource>,<aTarget>,[<nSourceStart>],[<nCount>],[<nTargetStart>])->aTarget ACos(<nRadians>)->nArcCosine AddASCII(<cString>,<nValue>,[<nPos>])->cNewString ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5719

EXCESS RELEASE OF FONT - oFonte:End()

... log. NOTE: The problem only happens if you press the ESC KEY on WINDOW. 08/06/2017 14:09:00: EXCESS RELEASE OF FONT Lucida Console[ hFont : 0] ( nCount : 0 ) <-TFONT:END(284) <-VALID_MESA(72) <-(b)EVAL(63) <-(b)MSGRUN(37) <-(b)TDIALOG(95) <-TDIALOG:DISPLAY(0) <-TDIALOG:HANDLEEVENT(901) ...
by MGA
Thu Jun 08, 2017 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCESS RELEASE OF FONT - oFonte:End()
Replies: 10
Views: 1303

Re: OFnt:END() generating logfile

It shows the same error in the same line.
23/05/17 17:53:04: EXCESS RELEASE OF FONT Tahoma[ hFont : 0] ( nCount : 0 )
<-TFONT:END(285) <-REPORT(86) <-(b)MAIN(267) <-TWINDOW:ACTIVATE(1022) <-MAIN(267)
by dutch
Tue May 23, 2017 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OFnt:END() generating logfile
Replies: 11
Views: 2002
PreviousNext

Return to advanced search