Search found 58 matches: roundrect

Return to advanced search

Re: Consejos sobre el uso de las clases TImprime y TUtilPrn

... error no debería aparecerte ya: Stack Calls =========== Called from: => ABS( 0 ) Called from: c:\pruebas\mundial_2018\bin\Utilprn.prg => ROUNDRECT( 0 ) Called from: c:\pruebas\mundial_2018\bin\Utilprn.prg => TUTILPRN:BOX( 0 ) Called from: c:\pruebas\mundial_2018\bin\Utilprn.prg => ...
by Antonio Linares
Mon Nov 14, 2022 8:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consejos sobre el uso de las clases TImprime y TUtilPrn
Replies: 9
Views: 914

Consejos sobre el uso de las clases TImprime y TUtilPrn

... problemas o errores como estos: Stack Calls =========== Called from: => ABS( 0 ) Called from: c:\pruebas\mundial_2018\bin\Utilprn.prg => ROUNDRECT( 0 ) Called from: c:\pruebas\mundial_2018\bin\Utilprn.prg => TUTILPRN:BOX( 0 ) Called from: c:\pruebas\mundial_2018\bin\Utilprn.prg => ...
by nanoespinoza
Sat Nov 12, 2022 3:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consejos sobre el uso de las clases TImprime y TUtilPrn
Replies: 9
Views: 914

Re: OT: new FWH ECR released

... * New: documented functions RoundRect() and RoundBox() in FiveTech's wiki: * New: functions CREATEELLIPTICRGN() and CREATEELLIPTICRGNINDIRECT(), added in a new module this Way ...
by Jimmy
Thu Oct 31, 2019 4:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: new FWH ECR released
Replies: 43
Views: 15399

Re: Rpreview issues - PDF

AntoninoP , more code for TPrinter2PDF. RoundRect support :-) It would be necessary to clean the code and do more intensive tests. :-) void Emf2Pdf::ParseFile(){....  case EMR_ROUNDRECT:          nRead += RoundRectangle(); ...
by mastintin
Sat May 11, 2019 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7342

Missing form in GDIPLUS ?

... 60, 60 ) // oPen, [oBrush], nLeft, nTop, nWidth, nHight http://www.pflegeplus.com/IMAGES/Border5.jpg existing method DrawPath for RoundRect : oPath := Path():new() oPath:AddRoundRect( 500, 400, 80, 100, 30 ) oGraphics:DrawPath( oPen, oPath ) to be changed :?: or is there another ...
by ukoenig
Sat Mar 23, 2019 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing form in GDIPLUS ?
Replies: 5
Views: 871

Possible to add < roundrect > to FW_CreateBitmap ?

Could it be possible to add < Roundrect > to the shape defines of hBmp := FW_CreateBitmap( { nWidth, nHeight, aShapes } ) to complete it :?: http://www.pflegeplus.com/IMAGES/Roundrect1.jpg ACTIVATE WINDOW oWnd ON PAINT ...
by ukoenig
Fri Mar 23, 2018 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to add < roundrect > to FW_CreateBitmap ?
Replies: 0
Views: 531

Re: Combobox: How to color items

... using a external Paint-program. It will be next in line after finishing my forum-sample-import I remember there is still another style 4 < Roundrect > can this be included ? regards Uwe :D
by ukoenig
Thu Mar 01, 2018 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox: How to color items
Replies: 18
Views: 2828

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6358

Re: TTagEver class for FWH

... and create 3 type tags forms rectangule with shadow effect http://www.eoeo.it/wp-content/uploads/2016/06/rect.jpg roundrect ( of Paco) http://www.eoeo.it/wp-content/uploads/2016/06/round.jpg New tagform effect http://www.eoeo.it/wp-content/uploads/2016/06/tagform.jpg ...
by Silvio.Falconi
Sat Jun 11, 2016 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTagEver class for FWH
Replies: 13
Views: 4132

Re: Bugs in TGgiplus

Mr. Rao, not GDI+ but we should follow (as you above said) the FWH-syntax nTop, nLeft ... etc also in normal GDI!? Please call rectangle(...) an roundrect(...) with same parameters in same order ! Should be same direction and size, but is different! Personally I too like using the same style everywhere ...
by nageswaragunupudi
Mon Feb 29, 2016 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TGgiplus
Replies: 18
Views: 6629

Re: Bugs in TGgiplus

Mr. Rao, not GDI+ but we should follow (as you above said) the FWH-syntax nTop, nLeft ... etc also in normal GDI!?
Please call rectangle(...) an roundrect(...) with same parameters in same order! Should be same direction and size, but is different!
by byte-one
Mon Feb 29, 2016 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TGgiplus
Replies: 18
Views: 6629

Re: Bugs in TGgiplus

Antonio, in this context i point to a bug in HB_FUNC( ROUNDRECT ) // hDC, nLeftRect, nTopRect, nRightRect, nBottomRect, nEllipseWidth, nEllipseHeight, hPen ) There are also changed left and top bzw. right and bottom  BOOL bResult = RoundRect( hDC, ...
by byte-one
Mon Feb 29, 2016 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TGgiplus
Replies: 18
Views: 6629

Re: Save a bitmaphandle to file (jpg or png)

... belongs to the button-action Tested ( Green = OK ) @28,4 button "rectangle" size 120,30 Action Drawrectangle(ownd) @28,24 button "roundrect" size 120,30 Action ( oWnd:Refresh(), ; oWnd:bPainted := {|| Drawroundrect(ownd) } ) @28,44 button "drawImage" size 120,30 ...
by ukoenig
Sun Feb 21, 2016 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save a bitmaphandle to file (jpg or png)
Replies: 15
Views: 3057

Re: Error compiling with latest Xharbour commercial

Hello Antonio. Some errors went away. Now I have another one, from the same source. Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"c:\fwh\lib" -LIBPATH:"C:\xHB\lib" -LIBPATH:"C:\xHB\c_lib" -LIBPATH:"C:\...
by Massimo Linossi
Sat Jul 11, 2015 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with latest Xharbour commercial
Replies: 7
Views: 2094

Re: How to avoid pixelation in RoundBox() ?

... yes, 6th and 7th are the ellipse's vertical and horizontal size, but that's not the problem. I was trying to find an alternative to RoundBox/RoundRect because the ellipse drawn by this function is pixelated, it's not as smooth as in the buttons painted by Windows itself: http://www.subeimagenes.com/thumb/helpdesk-mozilla-firefox-2015-02-18-10-28-10-1230747.png ...
by Carlos Mora
Wed Feb 18, 2015 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to avoid pixelation in RoundBox() ?
Replies: 2
Views: 551
Next

Return to advanced search

cron