This is good by the way!
Thank you.
Search found 6 matches
- Mon Apr 17, 2023 5:43 pm
- Forum: Coding Questions
- Topic: MessageBox is repeating itself!
- Replies: 6
- Views: 813
- Sat Apr 15, 2023 10:29 pm
- Forum: Coding Questions
- Topic: MessageBox is repeating itself!
- Replies: 6
- Views: 813
Re: MessageBox is repeating itself!
Dear Mr. CHI,
When I add another Button (without setting it's cursor), the Hand Cursor appear on it!
Any explanation?
EnableExplicit ; use EnableExplicit to avoid typo bugs
Enumeration Window
#WIN_MAIN
EndEnumeration
Enumeration Gadget
#BUTTON_CLOSE
#IMAGE_VIEW
EndEnumeration
Enumeration ...
When I add another Button (without setting it's cursor), the Hand Cursor appear on it!
Any explanation?
EnableExplicit ; use EnableExplicit to avoid typo bugs
Enumeration Window
#WIN_MAIN
EndEnumeration
Enumeration Gadget
#BUTTON_CLOSE
#IMAGE_VIEW
EndEnumeration
Enumeration ...
- Sat Apr 15, 2023 4:56 pm
- Forum: Coding Questions
- Topic: MessageBox is repeating itself!
- Replies: 6
- Views: 813
Re: MessageBox is repeating itself!
Lot of THANKS for Mr. CARONTE3D & Mr. CHI, for their kind assistance.
- Sat Apr 15, 2023 9:33 am
- Forum: Coding Questions
- Topic: MessageBox is repeating itself!
- Replies: 6
- Views: 813
MessageBox is repeating itself!
Hello Dear PB Team,
I created a Window & image inside it.
image event on click, gives MessageBox.
The PROBLEM is that, once you close the MessageBox & hover-over the image by Mouse (quickly), the MessageBox trigger again !!
Any help?
Here is my CODE:
Enumeration
#WIN_MAIN
#BUTTON_CLOSE ...
I created a Window & image inside it.
image event on click, gives MessageBox.
The PROBLEM is that, once you close the MessageBox & hover-over the image by Mouse (quickly), the MessageBox trigger again !!
Any help?
Here is my CODE:
Enumeration
#WIN_MAIN
#BUTTON_CLOSE ...
- Wed Apr 05, 2023 9:58 pm
- Forum: The PureBasic Form Designer
- Topic: ProgressBar Front & Back Colors
- Replies: 3
- Views: 6779
Re: ProgressBar Front & Back Colors
Thank you dear Caronte3D,
IT WORKED!
I hope that PB Development Team, consider it as a bug in the Designer.
Best regards.
IT WORKED!
I hope that PB Development Team, consider it as a bug in the Designer.
Best regards.
- Wed Apr 05, 2023 6:12 am
- Forum: The PureBasic Form Designer
- Topic: ProgressBar Front & Back Colors
- Replies: 3
- Views: 6779
ProgressBar Front & Back Colors
Even after changing the "ProgressBar Front & Back Colors" in the Form Designer, PB still show the "ProgressBar" in its default colors.
Any help?
Any help?