Search found 1463 matches
- Mon Aug 11, 2025 8:33 pm
- Forum: General Discussion
- Topic: About the long (.l) on recent PB...
- Replies: 6
- Views: 282
Re: About the long (.l) on recent PB...
There should be more helpful topics on this forum, but I found another one by 'freak' in the PureBasic Team Blog describing the changes for 64bit: Is your 64bit program really solid ?
- Sun Aug 10, 2025 12:54 pm
- Forum: The PureBasic Form Designer
- Topic: Form Designer vs the Rest
- Replies: 6
- Views: 259
Re: Form Designer vs the Rest
Beside the mentioned three dialog designers (which are probably more powerful than the included one) you can of course do the window / gadget stuff by hand (for which also an topic included in the help file is available: https://www.purebasic.com/documentation/reference/ug_gui.html), or use the ...
- Wed Jul 02, 2025 10:45 pm
- Forum: Bugs - IDE
- Topic: V6.20 has several missing multilingual support
- Replies: 4
- Views: 2245
Re: V6.20 has several missing multilingual support
Confirmed, that the (german) localization of these new compiler options is still missing in PB6.21 final.
These locale strings are included in current 'Editor.catalog' on PureBasic SVN, which Fred needs to transfer into the PB package (and to the GitHub repo too):
DllProtection = DLL-Vorablade ...
These locale strings are included in current 'Editor.catalog' on PureBasic SVN, which Fred needs to transfer into the PB package (and to the GitHub repo too):
DllProtection = DLL-Vorablade ...
- Wed Jul 02, 2025 10:39 pm
- Forum: Game Programming
- Topic: Game test v0.01
- Replies: 50
- Views: 2172
Re: Game test v0.01
Looks really impressive for a 3D game project in PB! 

- Wed Jul 02, 2025 10:17 pm
- Forum: Bugs - IDE
- Topic: PB6.12 IDE / Compiler options / Enable DLL preloading protection
- Replies: 6
- Views: 3759
Re: PB6.12 IDE / Compiler options / Enable DLL preloading protection
I just made some slightly improvements to the german Compiler.catalog and Editor.catalog files.
But I noticed, that the newer compiler options (regarding Dll protection, UCRT and Wayland) were already present in the german editor.catalog file (on PureBasic docs SVN), but this isn't included in the ...
But I noticed, that the newer compiler options (regarding Dll protection, UCRT and Wayland) were already present in the german editor.catalog file (on PureBasic docs SVN), but this isn't included in the ...
- Tue Jun 10, 2025 8:50 pm
- Forum: General Discussion
- Topic: canvas keycode weirdness
- Replies: 8
- Views: 775
Re: canvas keycode weirdness
Don't know, if this also qualifies as a bug?
They appear to be for the screen. The arrow keys are returning the VK_Codes , #VK_UP ...
Key = GetGadgetAttribute(0, #PB_Canvas_Key)
Returns the key that was pressed or released in a #PB_EventType_KeyDown or
#PB_EventType_KeyUp event. The ...
- Tue Jun 10, 2025 8:43 pm
- Forum: Bugs - Documentation
- Topic: Low priority wish: update PDF full docs
- Replies: 2
- Views: 480
Re: Low priority wish: update PDF full docs
Related to this 'bug-report': viewtopic.php?t=85748
- Tue Jun 10, 2025 8:36 pm
- Forum: Bugs - Documentation
- Topic: hope PB-chm:when Character>127 To "&#"+Str(Character)+";"
- Replies: 6
- Views: 1971
Re: hope PB-chm:when Character>127 To "&#"+Str(Character)+";"
Should be fixed with PB6.21 final, for which Fred changed all doc files to UTF8 and used a new DocMaker version for creating the 'PureBasic.chm' help file?
- Tue Jun 10, 2025 8:14 pm
- Forum: Announcement
- Topic: YouTube PureBasic Videos
- Replies: 20
- Views: 1868
Re: YouTube PureBasic Videos
An impressive video library! Have only seen some of the videos, but well done 

- Tue Jun 10, 2025 8:08 pm
- Forum: Coding Questions
- Topic: Scaling issue?
- Replies: 9
- Views: 656
Re: Scaling issue?
Nice example, thank RASHAD 

- Mon Jun 09, 2025 11:36 pm
- Forum: General Discussion
- Topic: canvas keycode weirdness
- Replies: 8
- Views: 775
Re: canvas keycode weirdness
I just found out, that this seems not a MacOS-specific problem.
The following test code is created on Windows 10, and shows the different values returned by the command and used as constant values:
; Output the constant values for Keypress (used for CanvasGadget below):
Debug "Constant values of ...
The following test code is created on Windows 10, and shows the different values returned by the command and used as constant values:
; Output the constant values for Keypress (used for CanvasGadget below):
Debug "Constant values of ...
- Thu May 29, 2025 9:29 pm
- Forum: The PureBasic Form Designer
- Topic: Any designer to produce .xml dialog code?
- Replies: 4
- Views: 1307
- Sat May 17, 2025 3:20 pm
- Forum: Bugs - Documentation
- Topic: Examples for Documentation
- Replies: 27
- Views: 11605
Re: Examples for Documentation
This one added. For now...AZJIO wrote: Sat Mar 01, 2025 8:11 am GetPathPartCode: Select all
Debug GetPathPart(ProgramFilename())
- Sat May 17, 2025 3:04 pm
- Forum: Bugs - Documentation
- Topic: ListIconGadget
- Replies: 6
- Views: 2285
Re: ListIconGadget
on the one hand, I can understand that. On the other hand, it is unsatisfactory when you accidentally discover that a gadget behaves differently than expected because the property in question is not documented.
I can understand that. It's up to Fred, what he would like to have included in the ...
- Sat May 17, 2025 3:02 pm
- Forum: Bugs - Documentation
- Topic: [PB 6.20 x64] Help - Mesh.pb & Material.pb missing [Windows]
- Replies: 1
- Views: 2035
Re: [PB 6.20 x64] Help - Mesh.pb & Material.pb missing [Windows]
Confirmed.
It's probably a DocMaker issue not including there 2 examples files correctly.
(The links in the doc files are correct, at least the same way made like the working Light.pb link in the 'Light' library docs.)
It's probably a DocMaker issue not including there 2 examples files correctly.
(The links in the doc files are correct, at least the same way made like the working Light.pb link in the 'Light' library docs.)