Search found 250 matches: antonino

Return to advanced search

Re: About TCalendar

Antonino,

function MonthCal_SizeRectToMin() seems not to be working at all, in example:

rc := MonthCal_SizeRectToMin( ::hWnd, { 1, 1, 20, 20 } )
XBrowse( rc ) // you get { 1, 1, 20, 20 }

It seems to be working fine this way:
rc := MonthCal_GetMinReqRect( ::hWnd )
XBrowse( rc )
by Antonio Linares
Tue Dec 29, 2020 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About TCalendar
Replies: 16
Views: 3024

Re: About TCalendar

the test of Antonino run ok I add resizable system to resize the calendar https://i.postimg.cc/XYwGrfYL/jkk.gif    #include <fivewin.ch>    #include <calendar.ch>    // MyCalendar    #define MCMV_MONTH ...
by Silvio.Falconi
Tue Dec 29, 2020 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About TCalendar
Replies: 16
Views: 3024

Re: About TCalendar

Antonino,

many thanks.

We have included the new DATA and the new Methods SetCurrentView() and GetCurrentView() for the next FWH build

When we run your posted code we get this:
Image
by Antonio Linares
Thu Dec 24, 2020 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: About TCalendar
Replies: 16
Views: 3024

Re: About TCalendar

Antonino, Many thanks for your feedback and help. It will be included in the next FWH build. We have implemented it this way: In class TCalendar: METHOD HandleEvent() VIRTUAL METHOD GetMinReqRect() INLINE MonthCal_GetMinReqRect( ...
by Antonio Linares
Mon Dec 14, 2020 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About TCalendar
Replies: 16
Views: 3024

Re: BUG COMBOBOX ?????

... read this topic http://forums.fivetechsupport.com/viewtopic.php?f=3&t=38179&p=228031&hilit=+combobox#p228031 and the solution made by Antonino Perricone for combobox control If Antonino Perricone has created a new class it means that the parent class has problems
by Silvio.Falconi
Sat Oct 31, 2020 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG COMBOBOX ?????
Replies: 12
Views: 1367

Re: calculates the distance between two towns

Hello Antonino, hello Silvio,

Thank you.

I have found the problem. On my system 667px-Map_marker.svg.png is missing.
Now all is working fine.

Best regards,
Otto
by Otto
Mon Oct 19, 2020 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculates the distance between two towns
Replies: 19
Views: 2807

Re: GPS coordinates

Hello Antonino, hello Carlos,
Thank you so much. All working.
Best regards,
Otto
Image
by Otto
Sun Oct 18, 2020 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPS coordinates
Replies: 9
Views: 1756

Re: GPS coordinates

Hello Antonino,
when I try your sample I get only a number as aReturn.
CAn you help us, please.
Best regards,
Otto
by Otto
Sat Oct 17, 2020 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPS coordinates
Replies: 9
Views: 1756

Re: calculates the distance between two towns

Hello Antonino,
thank you so much for this source code.
All is working fine.
Silvio can you please show how you inserted the markers.
Best regards,
Otto
by Otto
Sat Oct 17, 2020 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculates the distance between two towns
Replies: 19
Views: 2807

Re: calculates the distance between two towns

... "they" is a mistake I made in writing so much so that in the image it is clearly written that the class belongs to a certain Signor Antonino
by Silvio.Falconi
Sat Oct 17, 2020 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculates the distance between two towns
Replies: 19
Views: 2807

Re: matrices multiplication

Dear Antonino, Fixed in my original post many thanks! Mr. Rao has managed to implement an enhanced version that does not need the ArrTranspose() call. It will be included in the next FWH build: function MatrixMult( matrix1, ...
by Antonio Linares
Mon Oct 12, 2020 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: matrices multiplication
Replies: 13
Views: 1108

Re: Using C# (and .NET) from FWH not working(?)

Antonino,

thats great! :-)

Are you able to build it using hbmk2 ?
by Antonio Linares
Tue Sep 15, 2020 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4510

Re: Which C compiler and which Harbour should be used for FW?

Microsoft vscode is also a very good option to work with MSVC as you can use Antonino Perricone's Harbour debugger for vscode
by Antonio Linares
Tue Sep 01, 2020 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3729

Re: using regular expressions

Antonino, You are right. My mistake was based on the faulty mod_harbour modpro results: https://www.modharbour.org/modharbour_samples/modpro/modpro.prg Curiously enough, that code fails as I said when running ...
by Antonio Linares
Sat Aug 22, 2020 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: using regular expressions
Replies: 10
Views: 1268

Re: using regular expressions

Antonino,

They don't work with Harbour regex. The one that I have posted is the only one that I got properly working :-)

Image
by Antonio Linares
Fri Aug 21, 2020 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: using regular expressions
Replies: 10
Views: 1268
PreviousNext

Return to advanced search