Search found 592 matches: draw

Return to advanced search

Draw a bitmap

Hi, The monitor resolution is 1920x1080. I need to put a bitmap on the window (the window is expanded to full screen). hBmp - bitmap 1920x1080  hCropBmp:=FW_TransformBitmap(hBmp, {1, 1, oWnd:nHeight, oWnd:nWidth})  bPnt:=&('{||oLay:DrawImage('+ltrim(str(hC...
by Natter
Wed Oct 05, 2022 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw a bitmap
Replies: 6
Views: 450

Creation an array Multiple on Horizontal on Xbrowse - RESOLV

... the data of the extraction now I would like to create a hypothetically infinite array like this, command by final user (until 10 records) ( I draw it) https://i.postimg.cc/qqGvq7Z2/ff.png obviously changing the dates for each record How I can make it , any help pls
by Silvio.Falconi
Mon Sep 26, 2022 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation an array Multiple on Horizontal on Xbrowse - RESOLV
Replies: 7
Views: 781

C'YaPass: Forget All Your Passwords

... https://cyapass.com/ . Using CYaPass All you have to do is: Add / Select a SiteKey (reminds you which site the password is used for) Draw your secret pattern (it is never stored anywhere) The program remembers which password requirements (uppercase, special characters, length) are ...
by Baxajaun
Mon Aug 15, 2022 8:57 am
 
Forum: Utilities / Utilidades
Topic: C'YaPass: Forget All Your Passwords
Replies: 0
Views: 395

Re: cyclometric circle

... is the erro U see on snapshot In the class I'm going to memorize the graph points where the numbers are positioned, that is the positions where to draw the shapes when I call the Distance_multiple () method it needs the positions of the circle I did not understand why it does not find them this ...
by Silvio.Falconi
Wed Aug 03, 2022 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3086

Re: cyclometric circle

... +10   local  xCent   := ::nLeft+nRaggio -15   local  yCent   := 5+ nRaggio      +5// add by Jimmy    LOCAL step_fi := PI() / 4.5 / 10   //draw the numbers   FOR nI = 1 TO nTotalNumbers      nAngolo := 2* Pgreco() / nTotalNumbers * ( nI - 1 )      nY := INT( nRaggio ...
by Silvio.Falconi
Tue Jul 12, 2022 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3086

Re: cyclometric circle

... 90   local  aTcPen := array(4)   aTcPen[1] := CREATEPEN( PS_SOLID, 1, nRGB( 128,0,0 ) )   ::GetDC()     //draw the circle    Ellipse(::hDC,::nLeft,::nTop,::nLeft+::nDiametro,::nTop+ ::nDiametro,aTcPen[1])  //draw the numbers  FOR nI = 1 TO ...
by Silvio.Falconi
Mon Jul 11, 2022 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3086

Re: cyclometric circle

...  local  nRaggio := ::nDiametro/2   local  xCent:=::nLeft+nRaggio   local  yCent:=6+nRaggio   local  nTotalNumbers := 90   ::GetDC()     //draw the circle    Ellipse(::hDC,::nLeft,::nTop,::nLeft+::nDiametro,::nTop+ ::nDiametro)  //draw the numbers  FOR nI = 1 TO nTotalNumbers    ...
by Silvio.Falconi
Mon Jul 11, 2022 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3086

Re: colorize xbrowse on specific col/row

...  Endif   return nil  Run but there are errors look the image https://i.postimg.cc/nrtYGFvS/my.jpg where I draw the red circle why the procedure not colorize ?
by Silvio.Falconi
Tue May 31, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize xbrowse on specific col/row
Replies: 5
Views: 441

Re: Printing RTF 22.03

... the font and size of the characters, with bold, underlining, etc, the commands will not give an accurate count of the lines needed. We have to draw that from the formatted output. Also, because of the way this is handled, in a block size, we can't split it. A person might have 20 lines of "disclaimer" ...
by TimStone
Tue Apr 12, 2022 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 584

Re: IA

... control to redraw, or changes will not be made visible. *-- Use the InkRectangle object we *-- created during form Init. ThisForm.inkoverlay.Draw(ThisForm.InkRectangle) ENDPROC
by Antonio Linares
Wed Apr 06, 2022 11:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IA
Replies: 19
Views: 1696

Re: HARU PDF

... libs that I think are related to Haru Pdf: hbhpdf-bcc.lib hbhpdf.lib The program compiles and links but does not display, the main window does not draw on the screen. Is there something else that needs to be done to make this happen. I haven't even tried to run my PDF code for a report. Thanks,
by byron.hopp
Tue Mar 29, 2022 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HARU PDF
Replies: 8
Views: 625

Re: design.prg from FW samples

... like Silvio's sample would be great )) http://forums.fivetechsupport.com/viewtopic.php?f=3&t=41532 Thanks I started from testprn2.prg and it draw a grid into printer not screen perhaps for the screen you can use this ( I coied it from forum many year ago ) It is as DrawGrid( oDlg:hWnd, hDC, ...
by Silvio.Falconi
Sun Mar 20, 2022 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: design.prg from FW samples
Replies: 9
Views: 1373

delete a pixel

Image

when I scroll through the xbrowse it draws a pixel according to the coordinates (column 3 and 4)

how do i delete a pixel previously drawn?

to draw I use setpixel or FillSolidRect

SomeOne can help me Pls ?
by Silvio.Falconi
Fri Mar 18, 2022 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: delete a pixel
Replies: 0
Views: 159

Re: xbrowse bchange -> display box

... must enter the coordinates where the pixels are placed, if I use adjust the image is not clear If I use ximage the image is clear but then the Draw function of the example above is not compatible and makes an error and I did not understand how I can modify it. https://i.postimg.cc/SKRnLK8H/test.jpg
by Silvio.Falconi
Fri Mar 18, 2022 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse bchange -> display box
Replies: 9
Views: 585

Re: xbrowse bchange -> display box

... will be something like a lottoform jpg to print and position the squares on it. As always... easier said than done ))) l there are many points to draw not only 90 numbers i have tried with some coordinates and it works great I just don't understand how to have the blink as if it were a cursor
by Silvio.Falconi
Thu Mar 17, 2022 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse bchange -> display box
Replies: 9
Views: 585
PreviousNext

Return to advanced search