BUG Buttongadget ()

Just starting out? Need help? Post your questions and find answers here.
GeGe_Spain
New User
New User
Posts: 3
Joined: Fri Aug 04, 2023 1:55 pm

BUG Buttongadget ()

Post 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
Fred
Administrator
Administrator
Posts: 18298
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: BUG Buttongadget ()

Post by Fred »

Without code, it's not possible for us to investigate. Try to reduce it or write something similar which show the issue.
GeGe_Spain
New User
New User
Posts: 3
Joined: Fri Aug 04, 2023 1:55 pm

Re: BUG Buttongadget ()

Post 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
RASHAD
PureBasic Expert
PureBasic Expert
Posts: 4961
Joined: Sun Apr 12, 2009 6:27 am

Re: BUG Buttongadget ()

Post 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
Egypt my love
GeGe_Spain
New User
New User
Posts: 3
Joined: Fri Aug 04, 2023 1:55 pm

Re: BUG Buttongadget ()

Post by GeGe_Spain »

Bonjour RASHAD
Thank you for this clarification
Post Reply