Search found 124 matches: excess

Return to advanced search

Recortar imagen jpg

... Alguna idea ? Gracias --- Hello everyone, I have a .jpg image I would need to cut it from the right and bottom to remove the "excess" white space Any ideas ? Thank you
by paquitohm
Tue Feb 13, 2024 12:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recortar imagen jpg
Replies: 9
Views: 271

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

... this program to generate 200 pdf files silently and all 200 files were created in 1.1 seconds and no crash, no errors and no log files about excess font release. I have used native fwh library without modifications. I tested it with FWH1912. #include "fivewin.ch"REQUEST FWHARUREQUEST ...
by nageswaragunupudi
Sat Aug 05, 2023 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 894

Re: using PUBLIC FONT in DIALOG

hi, i got this in *.LOG 14.05.2023 21:03:46: MAIN( 624 ) "Start" = "Start" 14.05.2023 21:04:29: EXCESS RELEASE OF FONT TAHOMA[ hFont : 0] ( nCount : 0 ) <-TFONT:END(303) <-TCONTROL:DESTROY(2318) <-TBTNBMP:DESTROY(1111) <-TWINDOW:HANDLEEVENT(0) <-TCONTROL:HANDLEEVENT(1857) ...
by nageswaragunupudi
Mon May 15, 2023 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: using PUBLIC FONT in DIALOG
Replies: 3
Views: 222

using PUBLIC FONT in DIALOG

hi, i got this in *.LOG 14.05.2023 21:03:46: MAIN( 624 ) "Start" = "Start" 14.05.2023 21:04:29: EXCESS RELEASE OF FONT TAHOMA[ hFont : 0] ( nCount : 0 ) <-TFONT:END(303) <-TCONTROL:DESTROY(2318) <-TBTNBMP:DESTROY(1111) <-TWINDOW:HANDLEEVENT(0) <-TCONTROL:HANDLEEVENT(1857) ...
by Jimmy
Sun May 14, 2023 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: using PUBLIC FONT in DIALOG
Replies: 3
Views: 222

Re: chatGPT writes and executes Harbour code !!!

... right direction. Upon arriving at the party, Mary was greeted with joy and excitement by her family. She used the ALLTRIM keyword to remove any excess space from their names as she hugged each of them. As they sat down to dinner, Mary used the ASCAN keyword to search the table for her favorite ...
by Jimmy
Mon Dec 26, 2022 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2787

Re: Cambiar tipo de letra en aplicación

Tienes que hacer el End() antes de asignar el font, para que el contador de fonts se asigne correctamente y no obtengas mensajes de tipo EXCESS RELEASE o lo que es peor que se te queden fonts ( objetos ) sin destruir al salir de la aplicación Estimado Cristóbal, Siempre entendí que en Windows, ...
by hmpaquito
Tue Mar 08, 2022 10:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar tipo de letra en aplicación
Replies: 14
Views: 952

Re: Cambiar tipo de letra en aplicación

... Saludos, Tienes que hacer el End() antes de asignar el font, para que el contador de fonts se asigne correctamente y no obtengas mensajes de tipo EXCESS RELEASE o lo que es peor que se te queden fonts ( objetos ) sin destruir al salir de la aplicación
by cnavarro
Mon Mar 07, 2022 11:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar tipo de letra en aplicación
Replies: 14
Views: 952

Error log location

... it that results in a file named appname.log being written to the same folder as the executable, with contents such as this: 2021/06/24 13:37:37: EXCESS RELEASE OF FONT ARIAL[ hFont : 0] ( nCount : -1 ) <-TFONT:END(0) <-TBUTTON:DESTROY(0) <-TWINDOW:HANDLEEVENT(0) <-TBUTTON:HANDLEEVENT(0) ...
by rhlawek
Thu Jun 24, 2021 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error log location
Replies: 4
Views: 430

Re: EasyReport progress?

... we do, in fact, have internet issues. My connection is good but many of my clients have very poor service. The cost for a hardwired connection is excessive for many companies. If there is not a cable to their building, it can cost in excess of $35,000 US to have just a cable run. Otherwise they ...
by TimStone
Mon Mar 29, 2021 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8841

Re: bug FWH EXCESS RELEASE

Ok, solucionado. Desconocía ese cambio.

Muchas gracias.
by MOISES
Mon Apr 13, 2020 2:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: bug FWH EXCESS RELEASE [resuelto]
Replies: 5
Views: 636

Re: bug FWH EXCESS RELEASE

Moises, quita todas las llamadas a
Code: Select all  Expand view

oBtn:oFont:End()

y

oGroup:oFont:End()
 


El metodo SetFont ya lo hace
by cnavarro
Mon Apr 13, 2020 2:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: bug FWH EXCESS RELEASE [resuelto]
Replies: 5
Views: 636

Re: bug FWH EXCESS RELEASE

Claro, aquí va: #include "FiveWin.ch"#include "ribbon.ch"#define RB_THEME_DARK          6#define RB_THEME_BLUE          7#define RB_THEME_RED           8#define RB_THEME_GREEN         9...
by MOISES
Mon Apr 13, 2020 8:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: bug FWH EXCESS RELEASE [resuelto]
Replies: 5
Views: 636

Re: bug FWH EXCESS RELEASE

Moises, Ese mensaje quiere decir que se ha intentado liberar un recurso más veces de las necesarias. Es decir, si tu has hecho un oFont:End() que no era necesario, al intentar la RibbonBar hacer lo mismo, FWH genera ese mensaje. Puedes proporcionar un PRG pequeño y autocontenido que genere esos mens...
by Antonio Linares
Mon Apr 13, 2020 7:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: bug FWH EXCESS RELEASE [resuelto]
Replies: 5
Views: 636

Re: bug FWH EXCESS RELEASE

??
by MOISES
Mon Apr 13, 2020 7:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: bug FWH EXCESS RELEASE [resuelto]
Replies: 5
Views: 636

bug FWH EXCESS RELEASE [resuelto]

Hola: En cada ejecución del programa, se genera un .log con este contenido: 10-04-2020 13:53:58: EXCESS RELEASE OF FONT SYSTEM_FONT[ hFont : 1359611297] ( nCount : 0 )     <-TFONT:END(297) <-TRBGROUP:SETFONT(3086) <-SETRIBBONBARTHEME(2388) ...
by MOISES
Fri Apr 10, 2020 11:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: bug FWH EXCESS RELEASE [resuelto]
Replies: 5
Views: 636
Next

Return to advanced search