Search found 382 matches: drawing

Return to advanced search

Re: Cambiar el borde a un Get

... estoy intentando emular el sistema de validaciones automáticos que lleva Laravel o Angular. Why are you looking in tcalex.prg and tgraph.prg for drawing boxes? TWindow class has a method Box and is available for every dialog and control too. Sorry, I got confused looking for the right function/method! ...
by VictorCasajuana
Sun Jan 24, 2021 3:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el borde a un Get *SOLUCIONADO*
Replies: 22
Views: 2392

Re: Cambiar el borde a un Get

Why are you looking in tcalex.prg and tgraph.prg for drawing boxes?
TWindow class has a method Box and is available for every dialog and control too.

oWnd/oDlg/oCtrl:Box( nTop, nLeft, nBottom, nRight, uBorder, uBrush, aText )
uBorder can be Color constant, or oPen or hPen.
by nageswaragunupudi
Sat Jan 23, 2021 5:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el borde a un Get *SOLUCIONADO*
Replies: 22
Views: 2392

Re: calculates the distance between two towns

... }   oMap:AddMarker(13.7025,42.6582,30,bDraw) The method AddMarker has parameters: Longitude, Latitude, Radius and a Block, The map drawing code calls the Block if the point at Longitude, Latitude is inside the screen or near the border of less "radius" pixels. If you don't ...
by AntoninoP
Mon Oct 19, 2020 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculates the distance between two towns
Replies: 19
Views: 2817

SQLLIB compiling error Please help me.

... + .\OBJ32\TTreeMenu.Obj + .\OBJ32\TTREEVIE.Obj + .\OBJ32\TTVitem.Obj + .\OBJ32\DrTree.Obj + .\OBJ32\bar.Obj + .\OBJ32\btnbmp.Obj + .\OBJ32\drawing.Obj + .\OBJ32\splitter.Obj + .\OBJ32\T3DMenu.Obj + .\OBJ32\TdrXlsScript.Obj + .\OBJ32\use_sql1.Obj ,+ .\EXE32\Winpla00.exe,, + c:\wdrlib32x\hblib\LibMysql.lib+ ...
by bigcco
Fri Jun 12, 2020 1:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLLIB compiling error Please help me.
Replies: 0
Views: 359

Re: Delimiter characters

XBrowse uses Windows API function DrawTextEx() for drawing single/multi-line text. If the value does not fit into single line and enough cell height is available, the text is displayed in multiline. For more details how the DrawTextEx() function works, ...
by nageswaragunupudi
Wed Apr 29, 2020 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Delimiter characters
Replies: 4
Views: 587

Re: DrawBitmap

... You can use DrawBitmap() if you have a personal preference, but FW_DrawImage( hDC/oWnd, uImage, aRect, ... ) is more advanced than all other image drawing functions.
by nageswaragunupudi
Tue Jan 07, 2020 1:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DrawBitmap
Replies: 4
Views: 784

Re: Old DOS to new Windows = Conversion thoughts

>gfAttr : An assembly language program to derive system attributes for the GrumpFish library Seems to be just for drawing shadow - http://www.x-hacker.org/ng/grump/ng1295d.html Maybe you can experiment replacing it with ft_shadow . Worst case, maybe just rem it out altogether ...
by hua
Tue Dec 17, 2019 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Old DOS to new Windows = Conversion thoughts
Replies: 15
Views: 2100

Re: Possible to change gradient-directions in xBrowse ?

... focused rowcolor to keep the cellcolor / gradient visible like used for images ? http://www.pflegeplus.com/IMAGES/gradsave1.jpg or drawing a rowborder using : :nMarqueeStyle := 0 :lRowBox := .T. :nColorBox := 255 :nBoxPen := 5 ( would be perfect with a defined pensize ) http://www.pflegeplus.com/IMAGES/gradpaint2.jpg ...
by ukoenig
Thu Oct 31, 2019 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to change gradient-directions in xBrowse ?
Replies: 4
Views: 819

Re: XBROW BORDER getting wipe out when uses UP/DOWN keys

How are you drawing the outline? Try this sample:   local oDlg, oBrw   USE CUSTOMER   DEFINE DIALOG oDlg SIZE 600,400 PIXEL TRUEPIXEL   @ 40,40 XBROWSE oBrw SIZE -60,-40 PIXEL OF oDlg ;    ...
by nageswaragunupudi
Tue Oct 22, 2019 1:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROW BORDER getting wipe out when uses UP/DOWN keys
Replies: 2
Views: 525

Re: Show an gdi trasparency

Silvio,

pen is only used for border-drawing.

regards
Uwe :D
by ukoenig
Thu Oct 17, 2019 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show an gdi trasparency
Replies: 5
Views: 723

New FTDN September/Septiembre 2019 (FWH 19.09)

... ) METHOD Ellipse( nTop, nLeft, nBottom, nRight, [uPen], [uBrush], [aText], ; [cUnits] ) METHOD FillRect( aRect, uBrush, [cUnits] ) uPen: Used for drawing the border. Can be oPen object or Color value or array of { color, thickness }. Defaults to { CLR_BLACK, 1 } uBrush: If specified, fills the ...
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: drawing on pictures

Hello,
I have now a little program to print the filename + size on the template photos.
This way it is easy to insert your own photos into a template.
Next is to parse the text and create varables for the text.

Best regards
Otto
Image
by Otto
Wed Oct 02, 2019 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: drawing on pictures
Replies: 1
Views: 389

drawing on pictures

Hello Uwe, can we make a directory browsing with Fivewin search all photos and then automatically print the file name on the photo. I would like to make a simple program that allows me to personalize Bootstrap templates quickly. I attache a screenshot. https://mybergland.com/fwforum/printonp...
by Otto
Tue Oct 01, 2019 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: drawing on pictures
Replies: 1
Views: 389

Re: Any tests drawing text with GDIPLUS ?

It is working now LOCAL oBrush1 := Brush():NewSolidBrush ( 255, 255, 128, 0 ) // Orange DEFINE FONT oFontLarge NAME "Arial" SIZE 0, -30 BOLD ITALIC // font and size oGraphics:DrawTextLFont( 50, 125, "mod harbour", oFontLarge, 30 , oBrush1, hDC ) oGraphics:DrawTextLFont( 80, 125, ...
by ukoenig
Mon Sep 30, 2019 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any tests drawing text with GDIPLUS ?
Replies: 7
Views: 1592

FWH 1908: TPrinter class Enhancements: Charts, Tables, more

... [uBrush], [aText], [cUnits] )METHOD FillRect( aRect, uBrush, [cUnits] )  uPen: Used for drawing the border. Can be oPen object or Color value or array of { color, thickness }. Defaults to { CLR_BLACK, 1 } uBrush: If specified, fills the ...
by nageswaragunupudi
Sun Sep 29, 2019 3:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1908: TPrinter class Enhancements: Charts, Tables, more
Replies: 2
Views: 743
PreviousNext

Return to advanced search