Search found 8373 matches

by Fred
Wed Apr 17, 2024 4:17 pm
Forum: Announcement
Topic: PureBasic 6.11 LTS Beta 1 is ready for testing !
Replies: 7
Views: 273

PureBasic 6.11 LTS Beta 1 is ready for testing !

Hello, Nothing fancy this time, just a quick bug fix release following the massive 6.10 version to improve the overall stability. Don't hesitate to test it, we don't expect any regression: Bugfixes for this version: Windows: [Done] PB 6.03 icon size on high DPi display Windows: [Done] PB6.03b9 Possi...
by Fred
Wed Apr 17, 2024 9:42 am
Forum: Feature Requests and Wishlists
Topic: Frame rate only as fast as the main monitor when showing game on secondary monitor using DPI aware
Replies: 1
Views: 404

Re: Frame rate only as fast as the main monitor when showing game on secondary monitor using DPI aware

Thats probably not a Windows bug but PB doesn't support multimonitors for games app for now, so I will move this in feature requests.
by Fred
Wed Apr 17, 2024 9:42 am
Forum: Bugs - Windows
Topic: FileSize Function And Extended Paths
Replies: 6
Views: 278

Re: FileSize Function And Extended Paths

Works here as well, do you have any more information ?
by Fred
Wed Apr 17, 2024 9:41 am
Forum: Windows
Topic: Debug window not always in front when DPI aware executable
Replies: 1
Views: 399

Re: Debug window not always in front when DPI aware executable

I can reproduce it here as well and it seems like a third party program (here Radeon stuff) put the window on top when it detect a fullscreen opengl window. If it's not fullscreen, no problem: ExamineDesktops() Width = DesktopWidth(0) Height = DesktopHeight(0)/2 ; Height = DesktopHeight(0) ; Uncomme...
by Fred
Wed Apr 17, 2024 9:41 am
Forum: Bugs - Windows
Topic: [Done] Static array index-less reference
Replies: 2
Views: 235

Re: Static array index-less reference

It's actually a shortcut to array[0] and we use this a lot in the IDE. That said, it should be only available to 'unknow sized' static array (ie declared as array[0]) so you would have spotted your error quickly.
Fixed for this case.
by Fred
Wed Apr 17, 2024 9:41 am
Forum: Bugs - Windows
Topic: [Done] PB 6.03 icon size on high DPi display
Replies: 10
Views: 1094

Re: [Done] PB 6.03 icon size on high DPi display

Added a new shiny 256x256 icon for the IDE.
by Fred
Wed Apr 17, 2024 9:40 am
Forum: Bugs - Windows
Topic: [Done] StatusBarField sizes are wrong
Replies: 2
Views: 352

Re: [Done] StatusBarField sizes are wrong

Fixed.
by Fred
Wed Apr 17, 2024 9:40 am
Forum: Bugs - Windows
Topic: [Done] ListSize and MapSize = -1
Replies: 5
Views: 311

Re: [Done] ListSize and MapSize = -1

Fixed.
by Fred
Wed Apr 17, 2024 9:40 am
Forum: Bugs - Windows
Topic: [PB 6.03 x64] DLL negative return value difference Asm and C
Replies: 6
Views: 472

Re: [PB 6.03 x64] DLL negative return value difference Asm and C

Seems to work with 6.10, can anybody confirm ?
by Fred
Wed Apr 17, 2024 9:39 am
Forum: Bugs - Windows
Topic: [Done] #BS_RIGHTBUTTON wrong value
Replies: 1
Views: 141

Re: [Done] #BS_RIGHTBUTTON wrong value

Fixed.
by Fred
Wed Apr 17, 2024 8:53 am
Forum: Bugs - Mac OSX
Topic: [Done] 6.10 LTS Crashes on Sonoma 14.4.1
Replies: 23
Views: 814

Re: 6.10 LTS Crashes on Sonoma 14.4.1

Piero wrote: Tue Apr 16, 2024 9:33 pm
Fred wrote: Fri Apr 12, 2024 5:55 pm The new package is up, don't hesitate to test to see if it works as expected!
WTF Fred; you are being too gentle with freeware ppl (just for laughs)
You always take care of your future customers 8)