Search found 1378 matches

by Kiffi
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)

BarryG wrote: Thu Sep 18, 2025 9:03 amDo you want us to flag such posts anyway?
Yes, that would be good. I can't check all posts for accuracy. Thank you in advance!
by Kiffi
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.
by Kiffi
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 ...
by Kiffi
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

Fred wrote: Wed Sep 17, 2025 2:01 pmDid you check with 6.30b2 ?
no problem here (Mac Mini M4, Tahoe)
by Kiffi
Sat Sep 13, 2025 12:33 am
Forum: Bugs - IDE
Topic: PB 6.30 b1 - Alpha issue with IDE icons
Replies: 3
Views: 851

Re: PB 6.30 b1 - Alpha issue with IDE icons

mk-soft wrote: Sat Sep 13, 2025 12:21 am Same here on macOS with v6.30 b2
+1
by Kiffi
Sat Sep 06, 2025 9:34 pm
Forum: Coding Questions
Topic: PB_EventType_MouseMove triggered by LMB
Replies: 5
Views: 475

Re: PB_EventType_MouseMove triggered by LMB

Piero wrote: Sat Sep 06, 2025 5:09 pm
Kiffi wrote: Sat Sep 06, 2025 2:37 pmPB 3.60 B1 arm64
:shock:
:mrgreen:
by Kiffi
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

Joubarbe wrote: Sat Sep 06, 2025 2:06 pmIs this normal that a left click triggers OnMouveMove()?
not here (Mac Mini M4 / Sequoia / PB 3.60 B1 arm64)

// Edit: PB 6.3 B1 (of course)
by Kiffi
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 :wink:
by Kiffi
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.
:mrgreen:
by Kiffi
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 ...
by Kiffi
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"?

Image
by Kiffi
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

Randy Walker wrote: Mon Sep 01, 2025 6:28 pmHi Kiffi ... Could you edit your post [...]
[X] Done
by Kiffi
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 "äöüÄÖÜ"
?
by Kiffi
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