FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour error : streams
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: error : streams
Posted: Wed Jul 17, 2024 05:50 AM

It has not arrived

Could you resend it ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 175
Joined: Tue Nov 10, 2009 10:56 AM
Re: error : streams
Posted: Wed Jul 17, 2024 08:53 AM
Hi
I saw inside wormhole:

https://wormhole.app/7P2yn#aztP4v4qKqhD7DpcJg0zIA
https://wormhole.app/JnbBX#5XfkbuFcCf8Nv-JX6dqVOA

I hope this is useful.

Regards

ACWoo
Using FWH2404, bcc770 and hb30
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: error : streams
Posted: Wed Jul 17, 2024 10:14 AM
Dear Enrico and Karinha,

https://github.com/harbour/core/pull/358

Thank you!
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: error : streams
Posted: Wed Jul 17, 2024 01:27 PM
Antonio Linares wrote:Dear Enrico and Karinha,

https://github.com/harbour/core/pull/358

Thank you!
Very good Master:
FiveTechSoft commented 3 hours ago

Harbour can't be showing 2021. We are on 2024 and Harbour remains very much alive.
Tks.

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: error : streams
Posted: Wed Jul 17, 2024 01:38 PM

ACWoo, actually ECC2024.exe is slower than ECC2015.exe, ECC2024.exe buttons disappear. Are you using the TRANSPARENT command in the dialog? Is it a hassle for you to show the SOURCE(.prg) for testing?

ACWoo, en realidad ECC2024.exe es más lento que ECC2015.exe, los botones de ECC2024.exe desaparecen. ¿Estás utilizando el comando TRANSPARENTE en el cuadro de diálogo? ¿Le resulta complicado mostrar la FUENTE (.prg) para realizar pruebas?

El antivirus AVG no detectó virus.

AVG anti-virus did not detect viruses.

Regards, saludos.

João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: error : streams
Posted: Wed Jul 17, 2024 01:44 PM
Where are the buttons? Gone!

https://imgur.com/IFmNCgQ



Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 175
Joined: Tue Nov 10, 2009 10:56 AM
Re: error : streams
Posted: Wed Jul 17, 2024 09:51 PM

Hi

If a mouse is put on top of a button, the button will appear.

Regards

ACWoo

Using FWH2404, bcc770 and hb30

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: error : streams
Posted: Wed Jul 17, 2024 10:55 PM

Dear ACWoo,

Please provide the source code to build it and test it locally or an example PRG to test it.

many thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 175
Joined: Tue Nov 10, 2009 10:56 AM
Re: error : streams
Posted: Sat Aug 16, 2025 09:40 AM

Hi

The problem is with skinbuttos().

How to solve this problem.

Regards

ACWoo

Using FWH2407 + bcc770

Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: error : streams
Posted: Sun Aug 17, 2025 04:03 PM
acwoo1 wrote: Hi

The problem is with skinbuttos().
How to solve this problem.

Regards
ACWoo
Using FWH2407 + bcc770
https://forums.fivetechsupport.com/~fivetec1/forums/viewtopic.php?p=104372#p104372

https://forums.fivetechsupport.com/~fivetec1/forums/viewtopic.php?t=19978&start=15

https://fivetechsoft.com/forums/viewtopic.php?p=97289

Continue la busqueda...

Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 175
Joined: Tue Nov 10, 2009 10:56 AM
Re: error : streams
Posted: Thu Sep 11, 2025 10:47 PM

Need to change from:

     @ -0.361, -0.1 group to 13.945, 44.714

     @ -0.361, -0.1 group to 12.545, 44.714

     @ -0.361, -0.1 group to 10.945, 44.714

     to:

     @ 0, 0 group to 28.03, 89.160

     @ 0, 0 group to 25.22, 89.160

     @ 0, 0 group to 22.00, 89.160

     so that the lines are OK.

     How to solve the problem for other dialog box lines.

ACWoo

Using FWH2404 + bcc770

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: error : streams
Posted: Fri Sep 12, 2025 02:28 AM

Dear Acwoo,

you can use these formulas:

For the x-coordinate:

x new =(S x ×x old )+T x

​x new =(2.007×x old )+0.041

For the y-coordinate:

y new =y old +T y

​y new =y old +44.446

Where:

x old ,y old are the initial coordinates.

x new ,y new are the new, transformed coordinates.

Example:

To verify the formulas, let's apply them to the initial coordinates for the first line:

x new =(2.007×13.945)+0.041=27.989+0.041=28.03 (Matches)

y new =44.714+44.446=89.160 (Matches)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: error : streams
Posted: Fri Sep 12, 2025 02:32 AM

new_x ≈ 2.01 * old_x - 0.016 * old_y + 0.724

new_y ≈ 0 * old_x + 1.989 * old_y + 0.199

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion