Search found 470 matches: figure

Return to advanced search

Re: cloud or not cloud

... type of data access. Imagine that you access with an object, o:get(), o:set(), o:skip() ... and you don't know the engine, so now you only need to figure out how to create the web application. Believe me, if you say yes to dbf or no to sql,... the other programmers will be more dissatisfied with ...
by Carles
Fri Nov 15, 2024 6:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1035

Re: imagelist on tree

... "item" )return oTree oBar 2 is another class I cannot publish it here but it is as a vertical status bar you can see on figure rc file open  BITMAP "open.bmp"close BITMAP "arrow.bmp"#ifndef __64__   1 24 ".\winxp\WindowsXP.Manifest"#endif#ifdef ...
by Silvio.Falconi
Mon Sep 30, 2024 6:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: imagelist on tree
Replies: 15
Views: 561

determine geometric figure

having a series of numbers how do you determine which geometric figure (triangle, rectangle, square, pentagon, hexagon) can be drawn? First example if I have these numbers 4, 34, 64 I can make a triangle Second example if I have these numbers 15, 30, 45, ...
by Silvio.Falconi
Wed Sep 25, 2024 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: determine geometric figure
Replies: 0
Views: 82

PolyPolygon

https://i.postimg.cc/rFDYXrz3/poli.png I drew a polygon as you see in this figure with PolyPolygon( ::oCiclo:GetDC(), aVertex ) but it is not transparent I had previously used gdiplus (transparent) Now to draw another figure I have to ...
by Silvio.Falconi
Wed Sep 25, 2024 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PolyPolygon
Replies: 0
Views: 104

Re: question gdiplus

Silvio, Redraw the background only over the part where the old figure is. oGraphics:DrawEllipse( oPen2, oBrush2 , 500, 100, 60, 60 ) but for oBrush2 take the background brush. Or clear the entire drawing area. Best regards, Otto >Redraw the background ...
by Silvio.Falconi
Wed Sep 25, 2024 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: question gdiplus
Replies: 3
Views: 174

Re: question gdiplus

Silvio,
Redraw the background only over the part where the old figure is.
oGraphics:DrawEllipse( oPen2, oBrush2 , 500, 100, 60, 60 )
but for oBrush2 take the background brush.
Or clear the entire drawing area.

Best regards,
Otto
by Otto
Tue Sep 24, 2024 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: question gdiplus
Replies: 3
Views: 174

question gdiplus

If I made a figure sample : https://i.ibb.co/VW2ctsX/oo.jpg local oGraphics := Graphics():New( hDC ) local oPen := Pen():New( 255, 0, 0, 255 , 10 , .T.) local oBrush2 := Brush():NewSolidBrush( 150, 0, 255, 167 ) ...
by Silvio.Falconi
Tue Sep 24, 2024 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: question gdiplus
Replies: 3
Views: 174

Delete Lines from a graphics

... draws, obviously it is a technique already used by many people. https://i.postimg.cc/85X8RJvb/last.png for a sample you can see on figure the numbers of florence 66,77,4,29,37 the prevision numbers are 28,37,42,33 When I click on xbrowse at right on a row it draw the geometric figure ...
by Silvio.Falconi
Tue Sep 24, 2024 6:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Delete Lines from a graphics
Replies: 4
Views: 152

Re: scrollbars on tFolderEx

... How can I solve the problem? Roberto https://www.recinformatica.it/exeRcinfo/DATI/2024/DOCS_SITO/00000095.JPG Roberto, I can't figure out where the problem is without a minimal test, and anyway I don't understand where the tfolderex would be in the figure
by Silvio.Falconi
Tue Sep 03, 2024 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 2515

Re: Timeout to close App

hi,

THX for Answer
oDlg:bRClicked := { |r,c,f,o| oDlg:End() }

but that still need a right CLICK, i just want to MOVE Mouse to END()

Function getInputState() seems me right, but i can´t figure out how to use it for END() to RE-Activate TIMER
by Jimmy
Thu Aug 08, 2024 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timeout to close App
Replies: 16
Views: 2851

Re: Low-Level Functions for DBF - QA Interface

... But now I see that in our group, many different priorities are being set. Yet, there is practically little interest in the web. Still, I have to figure out how best—and most economically—to transform the application. But I've already come a long way with it. Really far. Best regards, Otto
by Otto
Mon Aug 05, 2024 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Low-Level Functions for DBF - QA Interface
Replies: 8
Views: 1174

SOLVED. TO MR.RAO (Error BASE/1004)

... NIL Regards This is how your should understand the error.log This means oRs is NIL. And obviously NIL has not exported method. It is for you to figure out why the oRs is NIL at the time of execution Regards G. N. Rao. Hyderabad, India
by dagiayunus
Sat Aug 03, 2024 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (SOLVED) TO MR.RAO (Error BASE/1004 No export
Replies: 2
Views: 652

Re: TO MR.RAO ( Error description: Error BASE/1004 No export

This is how your should understand the error.log
Please see
Code: Select all  Expand view
Error description: Error BASE/1004 No exported method: EDITBASERECORD
Args:
[ 1] = U


This means oRs is NIL. And obviously NIL has not exported method.
It is for you to figure out why the oRs is NIL at the time of execution
by nageswaragunupudi
Wed Jul 31, 2024 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (SOLVED) TO MR.RAO (Error BASE/1004 No export
Replies: 2
Views: 652

Re: How to Curl for text messaging

... my code, modified yours a little. Had to use my logging function. Using the Twilio API seems to work great, it the crashing of the program I can't figure out. Thanks, in advance. Line number in the hb_out.log file leads me to the "Return nil" statement. Error 6005: Exception error: Function ...
by byron.hopp
Tue Jul 16, 2024 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 23
Views: 3974

Re: Difference of TEXT INTO of Harbour vs xHarbour

Thanks Enrico. You have been a great help.
Now I can use xHarbour until I can figure out the strange behaviour with work areas in Harbour that crashes my program with an internal error.
by hua
Fri Jun 07, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Difference of TEXT INTO of Harbour vs xHarbour
Replies: 2
Views: 316
Next

Return to advanced search