Search found 3 matches

by Brainois
Thu Oct 31, 2024 12:48 pm
Forum: Mac OSX
Topic: PureBasic 6.12 LTS not working on Mac OSX High Sierra
Replies: 2
Views: 4137

PureBasic 6.12 LTS not working on Mac OSX High Sierra

Hello

I am running PureBasic 6.11 LTS successfully on my iMac Late 2009 with High Sierra.
But PB 6.12 crashes when lauching it.
I am just wondering if this is intentional or not.

Regards

François
by Brainois
Fri Oct 25, 2024 6:53 pm
Forum: Coding Questions
Topic: Size of OpenWindowedScreen() is incorrect
Replies: 2
Views: 530

Re: Size of OpenWindowedScreen() is incorrect

After some investigation, a workaround seems to be to increase the hieght of OpenWindowedScreen() by 25% compared to the height specified in OpenWindow()


If InitSprite() = 0
MessageRequester("Erreur", "Impossible d'ouvrir l'écran & l'environnement nécessaire aux sprites !", 0)
End
EndIf ...
by Brainois
Fri Oct 25, 2024 6:23 pm
Forum: Coding Questions
Topic: Size of OpenWindowedScreen() is incorrect
Replies: 2
Views: 530

Size of OpenWindowedScreen() is incorrect

Dear,

Trying to run 'Example 1' from the OpenWindowedScreen() (french) help, I noted that the size of the screen is smaller than expexted.

https://i.ibb.co/0GRks7T/PB-Open-Windowed-Screen.png

PureBasic 6.12 LTS (x64)
Windows 11 Family

// Moved from "Bugs - Windows" to "Coding Questions ...