Search found 522 matches

by Wolfram
Mon Feb 26, 2024 6:17 pm
Forum: Mac OSX
Topic: enable microphone on webview gadget ?
Replies: 5
Views: 439

Re: enable microphone on webview gadget ?

You must enable microphone access for your APP in system settings privacy.
by Wolfram
Sun Dec 17, 2023 8:45 pm
Forum: Bugs - Mac OSX
Topic: [Done] Serial communication problems on PB 6.0.4
Replies: 6
Views: 982

[Done] Serial communication problems on PB 6.0.4

Since PB 6.0.4 I got trouble on my serial communication. It takes 5 times longer to transfer data and the communication breaks often.
This is with and without C backend and optimised code.
It works if I use the PB compiler 6.0.3.

I'm on macOS Catalina 10.15.7
by Wolfram
Fri Dec 15, 2023 5:34 pm
Forum: Announcement
Topic: PureBasic 6.04 LTS is out !
Replies: 78
Views: 11535

Re: PureBasic 6.04 LTS is out !

Many, many thanks and marry Christmas!!!
by Wolfram
Thu Dec 14, 2023 8:51 pm
Forum: Bugs - IDE
Topic: [Done] IDE crashes on startup
Replies: 3
Views: 442

Re: [Done] IDE crashes on startup

Tanks, this sounds great.
But Xcode 15 requires macOS Ventura 13.5 and I'm on 10.15.7 Catalina.
Let's see what's happened after the hotfix. :-)
by Wolfram
Thu Dec 14, 2023 6:07 pm
Forum: Bugs - IDE
Topic: [Done] IDE crashes on startup
Replies: 3
Views: 442

[Done] IDE crashes on startup

Since PB 6.0.3 the IDE crashes on macOS 10.15.7 Catalina. It frees while showing the PB splash screen.
by Wolfram
Wed Dec 13, 2023 8:24 pm
Forum: Announcement
Topic: PureBasic 6.04 LTS is out !
Replies: 78
Views: 11535

Re: PureBasic 6.04 LTS is out !

Fred wrote: Wed Dec 13, 2023 4:42 pm I will try to release an hotfix tomorrow.
Hi Fred,
please could you check why the IDE crashes on macOS 10.15.7 too.
by Wolfram
Sat Dec 09, 2023 12:04 pm
Forum: Announcement
Topic: PureBasic 6.04 LTS is out !
Replies: 78
Views: 11535

Re: PureBasic 6.04 beta 2 is out !

Many thanks for your Work!

Unfortunately the IDE no longer starts under macOS Catalina since pb 6.0.3. I know that I can replace it with IDE 6.0.2, but this is only a workaround.
Will there be a bugfix or is the OS too old for PB 6.0.3?
by Wolfram
Sat Dec 09, 2023 11:06 am
Forum: Bugs - Mac OSX
Topic: [Done] Canvas Memory Leak ?
Replies: 7
Views: 929

Re: Canvas Memory Leak ?

mk-soft wrote: Sat Dec 09, 2023 10:35 am FreeGadget not help and not required. All gadgets are released with CloseWindow
I know, but I tried to find the problem.
I can reduce the memory leak if put ResizeGadget(canvas, #PB_Ignore, #PB_Ignore, 0, 0) before the closeWindow(window1).

@Fred please can you move this to the Bugs - Mac OSX.
by Wolfram
Sat Dec 09, 2023 9:11 am
Forum: Bugs - Mac OSX
Topic: [Done] Canvas Memory Leak ?
Replies: 7
Views: 929

Re: Canvas Memory Leak ?

I already tried freeGadget() and closeWindow() of course.
I'm on macOS Catalina 10.15.7.
by Wolfram
Fri Dec 08, 2023 8:22 pm
Forum: Bugs - Mac OSX
Topic: [Done] Canvas Memory Leak ?
Replies: 7
Views: 929

[Done] Canvas Memory Leak ?

If I open and close the second window the used memory, which is shown in Activity Monitor, is growing each time by 1,5MB. This only happens if the window has a canvas. Without a canvas, the increase in memory is almost zero. How can I fix it? Global window0, button, window1, canvas Procedure openCan...
by Wolfram
Sat Aug 12, 2023 8:04 pm
Forum: Mac OSX
Topic: PB_Gadget_SetOpenFinderFiles() is broken
Replies: 10
Views: 1344

PB_Gadget_SetOpenFinderFiles() is broken

If I try my programs on macOS 11 (Big Sur) the PB_Gadget_SetOpenFinderFiles() function works not as on older OS versions. Normally I can start my program by double click on a file or drop a file on the program and the programs loads the file after it is started. On macOS 11 and later the program sta...
by Wolfram
Sun Aug 06, 2023 5:25 pm
Forum: Announcement
Topic: PureBasic 6.03 LTS is released !
Replies: 184
Views: 37677

Re: PureBasic 6.03 LTS beta 3 is ready to test !

Hello Fred,

it would be great if you can fix the broken PB_Gadget_SetOpenFinderFiles() in this release.
Since macOS 11 (Big Sur) it dosen't work anymore.

viewtopic.php?t=79365

Thanks
by Wolfram
Sun Jul 30, 2023 12:20 pm
Forum: Mac OSX
Topic: File hand-off on Silicon
Replies: 6
Views: 1371

Re: File hand-off on Silicon

I have this problem too. On Intel macOS Ventura.
On Catalina it works.
Does someone has an idea to fix this probelm?
by Wolfram
Sun Jan 22, 2023 4:01 pm
Forum: Mac OSX
Topic: Respond to Quit from Application Menu
Replies: 4
Views: 473

Re: Respond to Quit from Application Menu

Why do you use PostEvent(#PB_Event_CloseWindow, #Main, #Null) instead of Break?
by Wolfram
Sun Jan 01, 2023 11:38 am
Forum: Coding Questions
Topic: How to insert code to IDE on Mac and Linux
Replies: 5
Views: 1434

Re: How to insert code to IDE on Mac and Linux

Hello everybody,

are there any news how to run this on macOS? I have tried Danilo example, but it dose't work.