Search found 337 matches: graphics

Return to advanced search

Re: Printer class question

Sorry,
I research something Easy
I save all data in a dbf and then i Wish call a function
Make all from fields to graphics form

Sample:
Use customer...
Use invoice ...
Use magazzin...
Getform(104)
by Silvio.Falconi
Wed Oct 21, 2020 5:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3754

Re: matrices multiplication

... something else in mind that I do not know I raise my hands a colleague of mine ( school) builds programs with python but uses additional tools for graphics and more (TkInter which also includes the graphical interface management system, which is what you see when you use the program. Other tools ...
by Silvio.Falconi
Tue Oct 13, 2020 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: matrices multiplication
Replies: 13
Views: 1119

Re: New Password problem

... is now working. There was another issue I discovered in this version. On printed reports, for a very long time, I have used SayImage( ) to print graphics on invoices. oPrn:SayImage( nRow, 2 * nCsp, oSignature, nCsp * 35, nRsp * 3 ) Now that generates an image. As a workaround I used: oPrn:PrintImage(nRow, ...
by TimStone
Mon Oct 05, 2020 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Password problem
Replies: 23
Views: 3510

Re: Fast Report´s future

... it too, if you not belive me !!! I am not telling you nonsense, I really have not found benefit, if you have to make an invoice without lines and graphics then ER could be fine, if the user has his own invoice model the god draw the same then how do you do it ? all these problems have not been ...
by Silvio.Falconi
Mon May 11, 2020 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6564

Re: Decoremos el arbol de navidad de FWH - Decorate the FWH tree

Hola Cristóbal, ¿existe documentación de la clase TGGraphics? Gracias! New method of making graphics Class TGGraphics included in the latest version (18/03/2018) of Google.lib Includes example and built exe Nuevo método de realizar gráficos Class TGGraphics incluida en ...
by AngelSalom
Sun Apr 19, 2020 4:07 pm
 
Forum: Utilities / Utilidades
Topic: Decoremos el arbol de navidad de FWH - Decorate the FWH tree
Replies: 55
Views: 24529

Re: intermittent color

yes good I knew you would find the right solution, as far as graphics are concerned you are good for image Umbrella run good for another services not run but this depends on the image which is too large and does not have a defined outline I was what I ...
by Silvio.Falconi
Mon Mar 30, 2020 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: intermittent color
Replies: 5
Views: 885

FWH Graphs

I have been using a very old graphics class made for FWH in about 2004. Because it was commonly distributed as G_SERVER and G_GRAPH, others may have used it also. This is the code for creating a graph. FUNCTION Chart1( )   LOCAL ...
by TimStone
Tue Oct 22, 2019 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Graphs
Replies: 9
Views: 2216

Re: Show an gdi trasparency

... ( NO border ) c_path := cFilePath(GetModuleFileName( GetInstance() ) ) c_path1 := c_Path + "IMAGES\" FUNCTION DRAWIMAGE( oWnd ) LOCAL oGraphics1 := Graphics():New( oWnd:hDC ) LOCAL oGraphics2 := Graphics():New( oWnd:hDC ) LOCAL oImage1 := GDIBmp():new( c_path1 + "Logo.png" ...
by ukoenig
Thu Oct 17, 2019 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show an gdi trasparency
Replies: 5
Views: 723

Show an gdi trasparency

... oPen := Pen():New( 255, 0, 0, 255 ) // nTransparency, nRed, nGreen, nBlue oImage1:= GDIBmp():new("sample.png" ) hDC[1]:= oBmp:GetDc() oGraphics[1] := Graphics():New( hDC[1] ) n9:= -73 oGraphics[1]:DrawImage( oImage1 , 1, n9 ) if I use a sample.png with trasparency then I saw bad on ...
by Silvio.Falconi
Thu Oct 17, 2019 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show an gdi trasparency
Replies: 5
Views: 723

Re: New FWH 19.09

... adapted for FWH.). \fwh\source\classes\fwpdf.prg and tpdf.prg Usage: oPdf := FWPdf():New( cPdfFileName ) // write text, images, barcodes and other graphics with the same methods // like Priner class. oPdf:End() // saves the pdffile and ends the object - In normal course, it is not necessary to ...
by shri_fwh
Mon Oct 14, 2019 4:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.09
Replies: 36
Views: 5969

New FTDN September/Septiembre 2019 (FWH 19.09)

... adapted for FWH.). \fwh\source\classes\fwpdf.prg and tpdf.prg Usage: oPdf := FWPdf():New( cPdfFileName ) // write text, images, barcodes and other graphics with the same methods // like Priner class. oPdf:End() // saves the pdffile and ends the object - In normal course, it is not necessary to ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2936

Re: Any tests drawing text with GDIPLUS ?

... LOCAL oBrush2 := Brush():NewGradientBrush( 300, 200, 200, 200, 1,; 255, 255, 128, 0,; 255, 255, 255, 255 ) LOCAL oPath := Path():new() LOCAL oGraphics := Graphics():New( oWnd:hDC ) // sample 1 // oPen, [oBrush], nLeft, nTop, nWidth, nHight, nRound oGraphics:DrawRoundRect( oPen, , 250, 50, ...
by ukoenig
Thu Sep 26, 2019 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any tests drawing text with GDIPLUS ?
Replies: 7
Views: 1592

Re: Any tests drawing text with GDIPLUS ?

why do you continuously destroy and re-create the graphics?
by AntoninoP
Thu Sep 26, 2019 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any tests drawing text with GDIPLUS ?
Replies: 7
Views: 1592

Re: Any tests drawing text with GDIPLUS ?

What I'm trying to do is different I want to add the text to a oGraphics-form not as a window-title There are 2 methods in GdiPlus I don't know how to use them maybe it is possible to use them for a solution. METHOD DrawText( nTop, nLeft, cText, cFont, nFont, ...
by ukoenig
Thu Sep 26, 2019 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any tests drawing text with GDIPLUS ?
Replies: 7
Views: 1592

Tcalex : new test for print citas

... colores y textos de citas. Alguien podría ayudarme. Daniel no responde a mis mensajes. I tried to create the print of the Tcalex appointments in graphics, as you can see on this screen. But now I haven't figured out how to insert colored bars and appointment texts. Someone could help me. Daniel ...
by Silvio.Falconi
Thu Aug 29, 2019 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tcalex : new test for print citas
Replies: 0
Views: 343
PreviousNext

Return to advanced search