Search found 533 matches: silvio

Searched query: silvio

by Antonio Linares
Fri Jan 10, 2025 7:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp with a line
Replies: 5
Views: 230

Re: Btnbmp with a line

Dear Silvio,

You are a FWH Master already :wink:
by Silvio.Falconi
Thu Jan 09, 2025 1:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp with a line
Replies: 5
Views: 230

Re: Btnbmp with a line

Antonio Linares wrote: Thu Jan 09, 2025 1:14 pm Dear Silvio,

1. You can modify the Class TBtnBmp source code

2. You may try to use oBtnBmp:bPainted
I was inclined to go with the second option but
the problem is that if the text is bigger you should make the image smaller to give more prominence to the text
by Antonio Linares
Thu Jan 09, 2025 1:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp with a line
Replies: 5
Views: 230

Re: Btnbmp with a line

Dear Silvio,

1. You can modify the Class TBtnBmp source code

2. You may try to use oBtnBmp:bPainted
by goosfancito
Wed Jan 08, 2025 3:53 pm
Forum: All products support
Topic: leggere test,hrb
Replies: 10
Views: 23603

Re: leggere test,hrb

Ciao. Silvio ho mandato a te una email.
Grazie
by Antonio Linares
Fri Jan 03, 2025 8:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using Tget and Cuebanner
Replies: 24
Views: 820

Re: Using Tget and Cuebanner

git clone https://github.com/Falconisilvio/Customer-dialog

cd Customer-dialog

go32.bat

Excellent!!!

Many thanks Silvio! :-)
by Silvio.Falconi
Fri Jan 03, 2025 7:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using Tget and Cuebanner
Replies: 24
Views: 820

Re: Using Tget and Cuebanner

Antonio Linares wrote:Dear Silvio,

Great! :-)

many thanks!
sent to you with pngs
by Antonio Linares
Fri Jan 03, 2025 7:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using Tget and Cuebanner
Replies: 24
Views: 820

Re: Using Tget and Cuebanner

Dear Silvio,

Great! :-)

many thanks!
by Antonio Linares
Thu Jan 02, 2025 6:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using Tget and Cuebanner
Replies: 24
Views: 820

Re: Using Tget and Cuebanner

Dear Silvio,

Excellent!

Could you share its source code ?

many thanks
by Silvio.Falconi
Thu Jan 02, 2025 12:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using Tget and Cuebanner
Replies: 24
Views: 820

Re: Using Tget and Cuebanner

Silvio,

This last picture is not from FWin forum, but a Software from Pictures of the NET.

Its just to have a idea. I did see some nice design from you, but when I come to one of them I will show you.

In fact, is you have 1 or 2 gets (only the code) where a lot of stuff in going on like

onchange ...
by Marc Venken
Thu Jan 02, 2025 11:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using Tget and Cuebanner
Replies: 24
Views: 820

Re: Using Tget and Cuebanner

Silvio,

This last picture is not from FWin forum, but a Software from Pictures of the NET.

Its just to have a idea. I did see some nice design from you, but when I come to one of them I will show you.

In fact, is you have 1 or 2 gets (only the code) where a lot of stuff in going on like

onchange ...
by Silvio.Falconi
Mon Dec 09, 2024 8:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: Graphics Memory Problems
Replies: 4
Views: 553

Re: Graphics Memory Problems

Antonio Linares wrote:Dear Silvio,

Can you share its source code to test it ? The app may not be closing properly.
I cannot share the code because I cannot create a Small test , I tried but it is not possible
by Antonio Linares
Fri Dec 06, 2024 8:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Graphics Memory Problems
Replies: 4
Views: 553

Re: Graphics Memory Problems

Dear Silvio,

Can you share its source code to test it ? The app may not be closing properly.
by Otto
Wed Nov 27, 2024 7:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: AI in Software Development: What's Your Take?
Replies: 7
Views: 1245

Re: AI in Software Development: What's Your Take?

Silvio,

In this chat, the focus should be more on how we organize ourselves.

Nowadays, you can write a program in a single day that would have taken you weeks without AI.
But that's when the real work begins. You have to work through the source code for yourself.
If in the past you extended it ...
by Silvio.Falconi
Fri Nov 22, 2024 12:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: scintilla sample - RESOLVED -
Replies: 16
Views: 3162

Re: scintilla sample

Silvio
Test this code

#include "fivewin.ch"

Function Main()

local cText:= Memoread( "testsciedit.prg")

SilvioScript( cText, "Script", , , , )

return nil

//----------------------------------------------------------------------------//

function SilvioScript( cText, cTitle, nTop, nLeft, nBottom ...
by cnavarro
Fri Nov 22, 2024 12:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: scintilla sample - RESOLVED -
Replies: 16
Views: 3162

Re: scintilla sample

Silvio
Test this code

#include "fivewin.ch"

Function Main()

local cText:= Memoread( "testsciedit.prg")

SilvioScript( cText, "Script", , , , )

return nil

//----------------------------------------------------------------------------//

function SilvioScript( cText, cTitle, nTop, nLeft, nBottom ...