I think it's great that there's now an HID library in PB.
Thank you very much for that!
Is there any documentation for the commands somewhere?
Search found 4 matches
- Tue Sep 16, 2025 10:52 pm
- Forum: Announcement
- Topic: PureBasic 6.30 beta 2 is ready !
- Replies: 63
- Views: 7163
- Tue May 06, 2025 10:36 am
- Forum: Coding Questions
- Topic: EditorGadget() clears the clipboard when the program ends
- Replies: 23
- Views: 1346
Re: EditorGadget() clears the clipboard when the program ends
I don't do anything illegal on the internet with my computer, but I still don't want to be equipped with a unique global license plate (TPM).
And I'm still not quite satisfied with Linux as my main operating system.
But I know I have to do something soon.
And I'm still not quite satisfied with Linux as my main operating system.
But I know I have to do something soon.
- Tue May 06, 2025 1:57 am
- Forum: Coding Questions
- Topic: EditorGadget() clears the clipboard when the program ends
- Replies: 23
- Views: 1346
Re: EditorGadget() clears the clipboard when the program ends
Thanks for testing.
The Rich Text Editor control only returns the CF_OEMTEXT format to the clipboard, and some programs can't handle this when pasting.
So this is an incompatibility between the Rich Text Editor control and the other programs (e.g., Notepad) and not a PureBasic bug.
I'll use the ...
The Rich Text Editor control only returns the CF_OEMTEXT format to the clipboard, and some programs can't handle this when pasting.
So this is an incompatibility between the Rich Text Editor control and the other programs (e.g., Notepad) and not a PureBasic bug.
I'll use the ...
- Mon May 05, 2025 1:39 pm
- Forum: Coding Questions
- Topic: EditorGadget() clears the clipboard when the program ends
- Replies: 23
- Views: 1346
EditorGadget() clears the clipboard when the program ends
Hello
For me the clipboard is always deleted when the program ends if the program has an EditorGadget().
I haven't found anything about it here.
Here is a test program:
OpenWindow(0, 0, 0, 500, 100, "Test", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
EditorGadget(1, 10, 10, 480, 80 ...
For me the clipboard is always deleted when the program ends if the program has an EditorGadget().
I haven't found anything about it here.
Here is a test program:
OpenWindow(0, 0, 0, 500, 100, "Test", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
EditorGadget(1, 10, 10, 480, 80 ...