Yes, that would be good. I can't check all posts for accuracy. Thank you in advance!
Search found 1378 matches
- Fri Sep 19, 2025 11:41 am
- Forum: General Discussion
- Topic: Bot or not? (was: Re: Right-click on a ComboBoxGadget)
- Replies: 4
- Views: 209
Re: Bot or not? (was: Re: Right-click on a ComboBoxGadget)
- Fri Sep 19, 2025 11:37 am
- Forum: General Discussion
- Topic: Bot or not? (was: Re: Right-click on a ComboBoxGadget)
- Replies: 4
- Views: 209
Bot or not?
FYI: The previous posts have been moved here from the topic Right-click on a ComboBoxGadget.
- Thu Sep 18, 2025 7:55 am
- Forum: General Discussion
- Topic: Bot or not? (was: Re: Right-click on a ComboBoxGadget)
- Replies: 4
- Views: 209
Bot or not? (was: Re: Right-click on a ComboBoxGadget)
<OT>
Curious if anyone’s found a clean workaround for detecting clicks directly on the items themselves.
This has already been shown above. Bot account?
Yes, I deleted the account. Thank you for being so attentive. However, it is better to use the “Report” button provided for this purpose ...
Curious if anyone’s found a clean workaround for detecting clicks directly on the items themselves.
This has already been shown above. Bot account?
Yes, I deleted the account. Thank you for being so attentive. However, it is better to use the “Report” button provided for this purpose ...
- Wed Sep 17, 2025 4:57 pm
- Forum: Bugs - IDE
- Topic: IDE 6.21 hangs on quit under Tahoe
- Replies: 3
- Views: 416
Re: IDE 6.21 hangs on quit under Tahoe
no problem here (Mac Mini M4, Tahoe)
- Sat Sep 13, 2025 12:33 am
- Forum: Bugs - IDE
- Topic: PB 6.30 b1 - Alpha issue with IDE icons
- Replies: 3
- Views: 851
- Mon Sep 08, 2025 8:34 am
- Forum: Bugs - Mac OSX
- Topic: [Done] PB 6.3 Beta 1: Lack of transparency of toolbar icons and incorrect OnErrorGoto example
- Replies: 3
- Views: 406
- Sat Sep 06, 2025 9:34 pm
- Forum: Coding Questions
- Topic: PB_EventType_MouseMove triggered by LMB
- Replies: 5
- Views: 475
- Sat Sep 06, 2025 2:37 pm
- Forum: Coding Questions
- Topic: PB_EventType_MouseMove triggered by LMB
- Replies: 5
- Views: 475
Re: PB_EventType_MouseMove triggered by LMB
not here (Mac Mini M4 / Sequoia / PB 3.60 B1 arm64)
// Edit: PB 6.3 B1 (of course)
- Thu Sep 04, 2025 11:49 am
- Forum: Tricks 'n' Tips
- Topic: Subscriber/Observer Pattern
- Replies: 6
- Views: 806
Re: Subscriber/Observer Pattern
RemoveObsererver -> RemoveObserver 

- Wed Sep 03, 2025 3:16 pm
- Forum: Bugs - Windows
- Topic: [Done] Stringgadget bug
- Replies: 8
- Views: 964
Re: Stringgadget bug
Fred wrote: Wed Sep 03, 2025 3:12 pm May be if you used the commands as documented, it wouldn't break ? Just an idea.

- Wed Sep 03, 2025 11:53 am
- Forum: Mac OSX
- Topic: SetGadgetItemAtribute - #PB_ListIcon_ColumnWidth
- Replies: 2
- Views: 566
Re: SetGadgetItemAtribute - #PB_ListIcon_ColumnWidth
no Problem here (Mac Mini M4, Sequoia, PB6.21 (arm64)):
If OpenWindow(0, 100, 100, 300, 100, "ListIcon Example", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
ListIconGadget(0, 5, 5, 290, 90, "Name", 100, #PB_ListIcon_FullRowSelect | #PB_ListIcon_AlwaysShowSelection)
AddGadgetColumn(0, 1 ...
If OpenWindow(0, 100, 100, 300, 100, "ListIcon Example", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
ListIconGadget(0, 5, 5, 290, 90, "Name", 100, #PB_ListIcon_FullRowSelect | #PB_ListIcon_AlwaysShowSelection)
AddGadgetColumn(0, 1 ...
- Mon Sep 01, 2025 10:23 pm
- Forum: Coding Questions
- Topic: stand alone exe fails
- Replies: 2
- Views: 496
Re: stand alone exe fails
Have you set the executable format to "Console"?


- Mon Sep 01, 2025 7:02 pm
- Forum: Tricks 'n' Tips
- Topic: Self-Deleting EXE File
- Replies: 9
- Views: 1004
Re: Self-Deleting EXE File
[X] Done
- Mon Sep 01, 2025 1:13 pm
- Forum: Coding Questions
- Topic: Strange outpug from debug?
- Replies: 16
- Views: 804
Re: Strange outpug from debug?
Just a guess: Did you copy the path from somewhere into the clipboard and paste it into the IDE? What happens when you type
?
Code: Select all
Debug "äöüÄÖÜ"
- Sat Aug 30, 2025 1:51 pm
- Forum: Tricks 'n' Tips
- Topic: Self-Deleting EXE File
- Replies: 9
- Views: 1004
Re: Self-Deleting EXE File
@Randy:
Here are a few suggestions for improvement from me (not exhaustive):
[...]
// Edit: Code is here
Here are a few suggestions for improvement from me (not exhaustive):
[...]
// Edit: Code is here