Search found 8377 matches

by Fred
Fri Apr 19, 2024 9:26 am
Forum: Bugs - Windows
Topic: [Done] Static array index-less reference
Replies: 8
Views: 486

Re: [Done] Static array index-less reference

Makes sens, I will revert this check then.
by Fred
Fri Apr 19, 2024 9:01 am
Forum: Bugs - Windows
Topic: PB 6.11 b1 : exe does not display its new shiny icon
Replies: 2
Views: 118

Re: PB 6.11 b1 : exe does not display its new shiny icon

IMHO there is something wrong with your explorer as not displaying the icon at all is weird. I tried on several Windows and it works as expected, can anybody else confirm ?
by Fred
Fri Apr 19, 2024 8:57 am
Forum: Bugs - Windows
Topic: [Done] Static array index-less reference
Replies: 8
Views: 486

Re: [Done] Static array index-less reference

I can add an exception when used with '@', would it cover all the cases ?
by Fred
Thu Apr 18, 2024 9:23 am
Forum: Tricks 'n' Tips
Topic: atomic web server threads
Replies: 71
Views: 4136

Re: atomic web server threads

Great website and project :D
by Fred
Wed Apr 17, 2024 4:17 pm
Forum: Announcement
Topic: PureBasic 6.11 LTS Beta 1 is ready for testing !
Replies: 11
Views: 837

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: 501

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: 366

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: 502

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: 8
Views: 486

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: 1205

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: 3
Views: 493

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: 408

Re: [Done] ListSize and MapSize = -1

Fixed.