Search found 399 matches

by Mindphazer
Tue Jul 22, 2025 1:28 pm
Forum: Tricks 'n' Tips
Topic: Custom Menu [Windows]
Replies: 15
Views: 672

Re: Custom Menu [Windows]

This module certainly has great potential, but unfortunately its promotion has been (very) poorly handled by ShadowStorm....
by Mindphazer
Tue Jul 22, 2025 12:29 pm
Forum: Tricks 'n' Tips
Topic: Custom Menu [Windows]
Replies: 15
Views: 672

Re: Custom Menu [Windows]

Ahah
You should do what I do : I don't read oryaaaaa's threads anymore :mrgreen:
by Mindphazer
Tue Jul 22, 2025 11:31 am
Forum: Tricks 'n' Tips
Topic: Custom Menu [Windows]
Replies: 15
Views: 672

Re: Custom Menu [Windows]

Hi Rashad,

the popup for "Help" doesn't display under "help", so nothing can be clicked :mrgreen:
by Mindphazer
Mon Jul 21, 2025 8:53 am
Forum: Tricks 'n' Tips
Topic: Custom Menu [Windows]
Replies: 15
Views: 672

Re: Custom Menu [Windows]


looks good, but if the y value of the popupmenu is too far away from the gadget, there is no chance to use it ;)

You made it 45 but the gadget is only 30 in height... so the menu dissappears if you try to reach it ...

Indeed... :mrgreen:
replace each dpiy+45 by dpiy+30, and it works much ...
by Mindphazer
Sun Jul 20, 2025 11:08 am
Forum: Coding Questions
Topic: Drop-down menu on hover (?)
Replies: 16
Views: 649

Re: Drop-down menu on hover (?)

Hi Barry, AZJIO's code was posted in the Coding Questions section (witch is not OS specific), but it contains Windows API... That's all :)
by Mindphazer
Sat Jun 28, 2025 11:32 am
Forum: General Discussion
Topic: Has PB's Web icon changed ?
Replies: 14
Views: 511

Re: Has PB's Web icon changed ?

But Safari and Edge have the PB icon...
by Mindphazer
Sat Jun 28, 2025 9:10 am
Forum: General Discussion
Topic: Has PB's Web icon changed ?
Replies: 14
Views: 511

Re: Has PB's Web icon changed ?

Same here on Chrome, but not on Safari or Edge or Firefox
So I guess it's a Chrome issue....
by Mindphazer
Fri Jun 27, 2025 1:27 pm
Forum: Game Programming
Topic: 2048 (AZJIO)
Replies: 11
Views: 886

Re: 2048 (AZJIO)

If you compile the source provided in the first post, one file is missing (ForA2048.pb)
by Mindphazer
Fri Jun 27, 2025 11:28 am
Forum: Off Topic
Topic: Finally the board is back
Replies: 39
Views: 1669

Re: Finally the board is back

Hi Fred, I've just tried on my iPhone : i can access the English forum now !
But not the french forum : I still have a "Forbidden" error

Edit : it works now !
by Mindphazer
Tue Jun 24, 2025 7:05 am
Forum: General Discussion
Topic: Anyone did a better InputRequester module or include?
Replies: 17
Views: 1015

Re: Anyone did a better InputRequester module or include?

Hi,
here's how it looks on MacOS, with DPI enabled :
Image
Not sure it's what was expected :-)
by Mindphazer
Tue Jun 17, 2025 4:37 pm
Forum: Off Topic
Topic: Finally the board is back
Replies: 39
Views: 1669

Re: Finally the board is back

Not only the boards were unreachable, but also Spiderbasic board, and even https://www.purebasic.com/
by Mindphazer
Tue Jun 17, 2025 3:43 pm
Forum: Off Topic
Topic: Finally the board is back
Replies: 39
Views: 1669

Re: Finally the board is back

Certificate problem ?
by Mindphazer
Sun Jun 15, 2025 11:11 am
Forum: Mac OSX
Topic: Console do not open on Mac OSX
Replies: 6
Views: 334

Re: Console do not open on Mac OSX

No problem here, even with debugger on...
by Mindphazer
Sat Jun 14, 2025 10:22 am
Forum: Mac OSX
Topic: Console do not open on Mac OSX
Replies: 6
Views: 334

Re: Console do not open on Mac OSX

Maybe you could post your code ?
by Mindphazer
Sat Jun 14, 2025 9:06 am
Forum: Coding Questions
Topic: Check if a folder is a symlink
Replies: 6
Views: 452

Re: Check if a folder is a symlink

BarryG wrote: Sat Jun 14, 2025 1:37 am
Lebostein wrote: Fri Jun 13, 2025 2:55 pmChatGPT has helped me successfully
This is what I get with the ChatGPT code you posted:

Image
Barry, the code is for MacOS (and probably Linux)
It doesn't work on Windows