Page 1 of 1

BUG Buttongadget ()

Posted: Thu Sep 25, 2025 3:47 pm
by GeGe_Spain
Good morning
I develop a graphic application (astrological calculation) of 40,000 lines of code and sqlite
I did not pay attention but, currently with the Windows 6.21 version (64) approximately 6 Buttongadget () are innate in publisher or compilé mode.
Button remains innate and does not pass in blue with mouse overflight.
I recompile with a 6.20 version (X86) and it works normally.
Back in 6.21 () again bug on the same buttongadget ().
Is it a bug? Thank you for your help
Code too important to publish

Re: BUG Buttongadget ()

Posted: Thu Sep 25, 2025 3:54 pm
by Fred
Without code, it's not possible for us to investigate. Try to reduce it or write something similar which show the issue.

Re: BUG Buttongadget ()

Posted: Thu Sep 25, 2025 4:38 pm
by GeGe_Spain
Impressive your speed of response. THANKS.
I looked more at the code and its display.
A TEXTGADGET () Too large came to cover the buttongadget () and this deactivated the button in 6 buttongadget () on the entire code.
What had lost me was that the error was not seen in version 6.20 (Windows). This is therefore an error on my part.
I take this opportunity to say bravo for your work.
Regards and a little confused

Re: BUG Buttongadget ()

Posted: Thu Sep 25, 2025 4:53 pm
by RASHAD
Hi
It is just a guess
PB doesn't support Z Order
Yes Text Gadget in version 6.20 doesn't support #SS_NOTIFY so the Text Gadget is totally static
In ver 6.21 it's the opposite it support #SS_NOTIFY
So don't be supersized :D

Re: BUG Buttongadget ()

Posted: Thu Sep 25, 2025 5:11 pm
by GeGe_Spain
Bonjour RASHAD
Thank you for this clarification