PB v6.30b4 x64, Raspberry Pi OS (Trixie, P500)
I can see the error too.
examples/3d/ScreenGadgetMultipleWindow.pb
1. Window 1: click button 'Show/Hide W2' -> Animation Window 2
2. Move Window 1; click button 'Show/Hide W2' -> No animation Window 2
3. Move Window 2; click button 'Show/Hide W2 ...
Search found 243 matches
- Sat Oct 25, 2025 2:25 pm
- Forum: Bugs - Windows
- Topic: PB 6.30 Beta 4 - ScreenGadget library - bug report
- Replies: 7
- Views: 404
- Fri Oct 24, 2025 5:35 pm
- Forum: Announcement
- Topic: PureBasic 6.30 beta 4 is ready !
- Replies: 105
- Views: 17304
Re: PureBasic 6.30 beta 4 is ready !
The HID(raw) library now also works with the low-speed device with the Raspberry Pi OS and P400.
You can ignore the error I described here:
viewtopic.php?p=646123#p646123
Thank you
Peter
You can ignore the error I described here:
viewtopic.php?p=646123#p646123
Thank you
Peter
- Fri Oct 17, 2025 2:59 pm
- Forum: Bugs - Documentation
- Topic: PBv6.21 RPi 'Enable Wayland support'
- Replies: 0
- Views: 309
PBv6.21 RPi 'Enable Wayland support'
The compiler option ‘Enable Wayland support’ is not described in the help section or is missing.
https://www.purebasic.com/documentation ... piler.html
Peter
https://www.purebasic.com/documentation ... piler.html
Peter
- Fri Oct 17, 2025 2:58 pm
- Forum: Bugs - Documentation
- Topic: PBv6.21 RPi 'Enable OnError lines support'
- Replies: 0
- Views: 247
PBv6.21 RPi 'Enable OnError lines support'
The compiler option ‘Enable OnError lines support’ works with Raspberry Pi OS. However, in the help section, this option is marked with the note ‘(Windows only)’.
https://www.purebasic.com/documentation ... piler.html
Peter
https://www.purebasic.com/documentation ... piler.html
Peter
- Mon Oct 13, 2025 12:19 pm
- Forum: Raspberry PI
- Topic: Default target for compiler in project?
- Replies: 4
- Views: 876
Re: Default target for compiler in project?
Just for your information:
If you press the Alt key, you can move a window with the mouse by clicking anywhere in the window.
Peter
If you press the Alt key, you can move a window with the mouse by clicking anywhere in the window.
Peter
- Sat Oct 11, 2025 2:04 pm
- Forum: Applications - Feedback and Discussion
- Topic: PureHelp
- Replies: 7
- Views: 985
Re: PureHelp
Hello Mesa,
H_Language.pbi
Line 138: Constant not found: #LANG_ENGLISH
H_Initialization.pbi
Line 28:
;Raspberry pi doesn't know some pb constants !
CompilerIf Defined(LANG_ENGLISH, #PB_Constant)
#LANG_ENGLISH = 9
CompilerEndIf
How is that supposed to work? If the constant #LANG_ENGLISH is ...
H_Language.pbi
Line 138: Constant not found: #LANG_ENGLISH
H_Initialization.pbi
Line 28:
;Raspberry pi doesn't know some pb constants !
CompilerIf Defined(LANG_ENGLISH, #PB_Constant)
#LANG_ENGLISH = 9
CompilerEndIf
How is that supposed to work? If the constant #LANG_ENGLISH is ...
- Wed Oct 08, 2025 12:44 pm
- Forum: Bugs - Linux
- Topic: [Done] PB v6.30b2 + RPi Wayland - Empty submenu causes crash
- Replies: 2
- Views: 840
Re: PB v6.30b2 + RPi Wayland - Empty submenu causes crash
The error no longer occurs with the new Raspberry Pi OS Trixie version.
Peter
Peter
- Wed Oct 08, 2025 8:59 am
- Forum: Raspberry PI
- Topic: PBv6.30b3 RPi Trixie - WebGadet Linker error
- Replies: 1
- Views: 847
PBv6.30b3 RPi Trixie - WebGadet Linker error
With the current Raspberry Pi OS Debian Trixie, the sample code from the help section no longer works. There is a linker error.
If OpenWindow(0, 0, 0, 600, 300, "WebGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
WebGadget(0, 10, 10, 580, 280, "https://www.purebasic.com")
Repeat ...
If OpenWindow(0, 0, 0, 600, 300, "WebGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
WebGadget(0, 10, 10, 580, 280, "https://www.purebasic.com")
Repeat ...
- Sat Oct 04, 2025 5:43 pm
- Forum: Announcement
- Topic: PureBasic 6.30 beta 4 is ready !
- Replies: 105
- Views: 17304
Re: PureBasic 6.30 beta 2 is ready !
Hello Fred,
do you use the libusb functions libusb_detach_kernel_driver and libusb_attach_kernel_driver when opening and closing a device in the HID library under Linux?
With Rasbperry Pi OS (P400), I can no longer access a low-speed device (Brymen BC-86X adapter) when libusb_attach_kernel_driver ...
do you use the libusb functions libusb_detach_kernel_driver and libusb_attach_kernel_driver when opening and closing a device in the HID library under Linux?
With Rasbperry Pi OS (P400), I can no longer access a low-speed device (Brymen BC-86X adapter) when libusb_attach_kernel_driver ...
- Fri Oct 03, 2025 2:13 pm
- Forum: Applications - Feedback and Discussion
- Topic: PureHelp
- Replies: 7
- Views: 985
Re: PureHelp
H_Procedures.pbi
Line 1218: Missing EndSelect
Line 1278: Structure not found: ICoreWebView2Controller
I didn't get any further than that; I've never used WebView before.
Peter
Line 1218: Missing EndSelect
Line 1278: Structure not found: ICoreWebView2Controller
I didn't get any further than that; I've never used WebView before.
Peter
- Fri Oct 03, 2025 11:29 am
- Forum: Applications - Feedback and Discussion
- Topic: PureHelp
- Replies: 7
- Views: 985
Re: PureHelp
The project cannot be compiled because the constants #LANG_ENGLISH, #LANG_FRENCH, etc. are missing.
(PB v6.30b2 x64 Raspberry Pi OS)
Peter
(PB v6.30b2 x64 Raspberry Pi OS)
Peter
- Thu Oct 02, 2025 11:28 am
- Forum: Bugs - Linux
- Topic: [Done] PB v6.30b2 + RPi Wayland - Empty submenu causes crash
- Replies: 2
- Views: 840
[Done] PB v6.30b2 + RPi Wayland - Empty submenu causes crash
When a program is compiled with the compiler option ‘Enable Wayland support’, an empty submenu causes a crash.
Error message in the terminal:
Gdk-Message: Error 71 (Protokollfehler) dispatching to Wayland display.
Peter
OpenWindow(1, 100, 100, 400, 300, "Test")
CreateMenu(1, WindowID(1 ...
Error message in the terminal:
Gdk-Message: Error 71 (Protokollfehler) dispatching to Wayland display.
Peter
OpenWindow(1, 100, 100, 400, 300, "Test")
CreateMenu(1, WindowID(1 ...
- Wed Oct 01, 2025 5:46 am
- Forum: Bugs - IDE
- Topic: PB v6.30b2 + RPi - Program icon is not displayed in taskbar
- Replies: 1
- Views: 460
PB v6.30b2 + RPi - Program icon is not displayed in taskbar
With the current Raspberry Pi OS (P400), the PureBasic logo is not displayed as the program icon in the taskbar. A standard icon is displayed instead.
Peter
Peter
- Tue Sep 30, 2025 6:26 pm
- Forum: The PureBasic Editor
- Topic: PB v6.30b2 + RPi - Procedure list is visibly updated
- Replies: 0
- Views: 559
PB v6.30b2 + RPi - Procedure list is visibly updated
With the current Raspberry Pi OS (P400), the procedure list is visibly updated when, for example, a new line of code is inserted in the editor. This applies to both the original and the multicolor procedure list.
I recompiled the IDE with the ‘Enable Wayland support’ option, and the procedure list ...
I recompiled the IDE with the ‘Enable Wayland support’ option, and the procedure list ...
- Tue Sep 30, 2025 6:25 pm
- Forum: Bugs - IDE
- Topic: PB v6.30b2 + RPi - Tools 'Stay on top' is not functioning
- Replies: 0
- Views: 624
PB v6.30b2 + RPi - Tools 'Stay on top' is not functioning
With the current Raspberry Pi OS (P400), the ‘Stay on top’ option does not work with the tools. The windows do not remain in the foreground.
Peter
Peter