Search found 62 matches: tgdiplus

Return to advanced search

Re: Error: FWH2206 Parte1

... Karinha. Te comento, con Antonio ya nos dimos cuenta que el problema es que se esta activando la DATA lHtml del Método SAVE de la clase "TGdiPlus.prg" Si antes del "ACTIVATE DIALOG oDlg" le colocamos oDlg:lHtml := .f. funciona todo correctamente. Ahora será de averiguar ...
by csincuir
Mon Feb 12, 2024 4:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 987

Re: Error: FWH2206 Parte1

... se puede estar llamando a este método... Es correcto Antonio, yo hice lo mismo de buscar este mensaje y lo encontré cabalmente en el archivo "tgdiplus.prg" y me hice la misma pregunta, porque esta activándose el método SAVE() de esa clase, si no se esta usando?? Esta raro, raro. Saludos. ...
by csincuir
Fri Feb 09, 2024 8:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 987

Re: GDIP Application crash tBitmap

I had problems using Bitmaps with GDIPLUS for the following cause. The tgdiplus.prg file has INIT PROCEDURE and my program also has it. I solved it by calling GdiPlusStartup() at the beginning of my program in INIT PROCEDURE located in the first prg of my program. ...
by Giovany Vecchi
Wed Apr 12, 2023 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 800

Re: GDIP Application crash tBitmap

I had problems using Bitmaps with GDIPLUS for the following cause. The tgdiplus.prg file has INIT PROCEDURE and my program also has it. I solved it by calling GdiPlusStartup() at the beginning of my program in INIT PROCEDURE located in the first prg of my program. ...
by nageswaragunupudi
Wed Apr 12, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 800

Re: GDIP Application crash tBitmap

I had problems using Bitmaps with GDIPLUS for the following cause.
The tgdiplus.prg file has INIT PROCEDURE and my program also has it.
I solved it by calling GdiPlusStartup() at the beginning of my program in INIT PROCEDURE located in the first prg of my program.
by Giovany Vecchi
Tue Apr 11, 2023 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 800

help for Gdiplus Brush class

is it possible to draw with tGDIPlus a rectangle ( drawrect) with a gradient brush having a style like diagonal lines, around a Get or another control ? I made a test but not work Function test()local oDlglocal oGet,oSaylocal cGet:= ...
by Silvio.Falconi
Wed Mar 22, 2023 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for Gdiplus Brush class
Replies: 4
Views: 348

Re: Frase se ajuste a un ancho

... Error BASE/1004 No exported method: HBMP Args: [ 1] = U Stack Calls =========== Called from: => HBMP( 0 ) Called from: .\source\classes\TGDIPLUS.PRG => GRAPHICS:DRAWIMAGE( 158 ) Called from: c:\fwteam\samples\crist.prg => TCWND:NCPAINT( 130 ) Called from: c:\fwteam\samples\crist.prg ...
by Antonio Linares
Fri Oct 07, 2022 11:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Frase se ajuste a un ancho
Replies: 22
Views: 2671

Re: De xHarbour a Harbour

... C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|MENUITEM Error: Unresolved external '_HB_FUN_GDIPLUSDRAWARC' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|TGDIPLUS Error: Unresolved external '_HB_FUN_GDIPLUSDRAWPATH' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|TGDIPLUS Error: Unresolved external '_HB_FUN_GDIPLUSFILLPATH' ...
by JoseAlvarez
Mon Oct 04, 2021 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De xHarbour a Harbour
Replies: 35
Views: 3267

Re: Compilando con Harbour 3.2, Bcc7 y Hbmk2

... '_HB_FUN_NUMAT' referenced from C:\FWH\LIB\FIVEH.LIB|MENUITEM Error: Unresolved external '_HB_FUN_ANSITOWIDE' referenced from C:\FWH\LIB\FIVEH.LIB|TGDIPLUS Error: Unresolved external '_HB_FUN_CHARREPL' referenced from C:\FWH\LIB\FIVEH.LIB|BTNBMP Error: Unresolved external '_HB_FUN_CEILING' referenced ...
by Armando Picon
Sun Jan 26, 2020 12:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour 3.2, Bcc7 y Hbmk2
Replies: 13
Views: 3229

Re: XBROWSE Border on cells

... testing glowing borders :idea: http://www.pflegeplus.com/IMAGES/Cellborder6.jpg Another question : did You try to compile < TGDIPLUS.cpp > :?: For any reason I don't get it working. I want to test the new texture-brush - solution. Maybe You have a link sample ? regards ...
by ukoenig
Sat Apr 13, 2019 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 4131

Re: Problem TScrollPanel e TBitmap

... any colors You need ( different sets ) http://www.pflegeplus.com/IMAGES/RGB1.jpg I will provide a sample as soon I'm finished with TGDIPLUS. regards Uwe :D
by ukoenig
Wed Apr 10, 2019 7:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem TScrollPanel e TBitmap
Replies: 7
Views: 1103

Re: How to use GDIPLUS -> NewGradientBrush ?

... achieve that is not possible now with the existing FWH builtin functions? There was no GDIPLUS-TEXTUREBRUSH- and GRADIENT - solution included in TGDIPLUS. I*ve been looking for it to complete my tests. ____________ Trying to compile < GDIPLUS.cpp > I got problems and couldn't test the suggested ...
by ukoenig
Tue Apr 09, 2019 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use GDIPLUS -> NewGradientBrush ?
Replies: 11
Views: 1759

Re: New FTDN March/Marzo 2019 (FWH 19.03)

... el valor de la columna como código de barras. Si se especifica aImgRect, la imagen del código de barras se ajusta dentro de la estructura rect. * TGdiPlus: - Correción: viewtopic.php?f=3&t=36993#p220693 - Mejora: Nuevo método AngleGradientBrush en la clase Brush. Permite un ángulo definido ...
by Antonio Linares
Mon Apr 08, 2019 8:49 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2019 (FWH 19.03)
Replies: 2
Views: 2827

Re: How to use GDIPLUS -> NewGradientBrush ?

I added this solution to tgdiplus.prg for testing
but there are compilr-syntax-errors on

HB_FUNC( GDIPLUSNEWTEXTUREBRUSH )

regards
Uwe :?:
by ukoenig
Mon Apr 08, 2019 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use GDIPLUS -> NewGradientBrush ?
Replies: 11
Views: 1759

New FTDN March/Marzo 2019 (FWH 19.03)

... QRCODE, etc. will display the value of the column as barcode. If the data aImgRect is specified, the barcode image is fit inside the rect. * TGdiPlus: - Fix: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36993#p220693 - Enhancement: New Method AngleGradientBrush CLASS Brush Allow ...
by Antonio Linares
Mon Apr 08, 2019 11:20 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2019 (FWH 19.03)
Replies: 2
Views: 2827
Next

Return to advanced search

cron