Search found 634 matches

by Rinzwind
Wed Nov 05, 2025 9:35 am
Forum: Coding Questions
Topic: Sort a ListViewGadget -- How to?
Replies: 7
Views: 555

Re: Sort a ListViewGadget -- How to?

"LB_ADDSTRING message
Adds a string to a list box. If the list box does not have the LBS_SORT style, the string is added to the end of the list. Otherwise, the string is inserted into the list and the list is sorted."

ps Not the most elegant way to continually sort it every time an item is added ...
by Rinzwind
Thu Oct 23, 2025 2:36 pm
Forum: Feature Requests and Wishlists
Topic: Add RegAdd(), RegUpdate(), RegDelete() functions
Replies: 6
Views: 948

Re: Add RegAdd(), RegUpdate(), RegDelete() functions

Search before posting
viewtopic.php?t=75805
But this feature request forum serves merely a therapeutic function it seems

:P
by Rinzwind
Thu Oct 16, 2025 12:22 pm
Forum: Announcement
Topic: PureBasic 6.30 beta 5 is ready !
Replies: 136
Views: 28196

Re: PureBasic 6.30 beta 3 is ready !

Any chance of per monitor dpi support?
by Rinzwind
Fri Oct 10, 2025 4:24 pm
Forum: Windows
Topic: WebViewGadget question
Replies: 2
Views: 1094

Re: WebViewGadget question

So what MS says to do as best practice is not implemented? Yes I did see that code to mess directly with the interfaces but it doesn't make things Basic exactly. Error prone too. Out of the box the PB gadget provides the bare basics at the moment. Basically ;)

Just need to know if I have to ...
by Rinzwind
Fri Oct 10, 2025 3:39 pm
Forum: Windows
Topic: WebViewGadget question
Replies: 2
Views: 1094

WebViewGadget question

Per MS documentation:
"For performance reasons, developers should set the IsVisible property of the WebView to FALSE when the app window is minimized and back to TRUE when the app window is restored. The app window does this by handling SIZE_MINIMIZED and SIZE_RESTORED command upon receiving WM_SIZE ...
by Rinzwind
Wed Oct 08, 2025 9:51 am
Forum: Off Topic
Topic: C++ 26 will be a game changer !
Replies: 17
Views: 3286

Re: C++ 26 will be a game changer !

C++ is the ugliest and most bloated programming language ever. All programming paradigm are dumped into it in an ugly way. I don't know why you want to use C++ as example of OOP. There are way better examples. v26 does not add anything that changes the fact that it's specification takes 1800+ pages ...
by Rinzwind
Wed Sep 24, 2025 1:43 pm
Forum: 3D Programming
Topic: Should I build my own sprite-based UI system or wait?
Replies: 19
Views: 2620

Re: Should I build my own sprite-based UI system or wait?

A UI without keyboard input? Hmm

Do I understand it correctly that we get some fresh UI goodies soon packaged in PureBasic?
by Rinzwind
Wed Sep 17, 2025 4:51 pm
Forum: Bugs - IDE
Topic: Program parameters Console app
Replies: 7
Views: 1162

Re: Program parameters Console app


Fo example, if you have several main.pb in the IDE you will end up with the same exe name and it will not work, so the name is dynamic

But this main.pb's exist in different folders. I for one, always choose build exe in source folder. Anyway, an override option would be nice. As is more support ...
by Rinzwind
Wed Sep 17, 2025 3:12 pm
Forum: Bugs - IDE
Topic: Program parameters Console app
Replies: 7
Views: 1162

Re: Program parameters Console app


I see, so it's an IDE issue


Think so too.

About the debug executable name.. would be nice if it would just remember whatever filename (not path) was entered when choosing Create executable OR has a filename field option in Compiler settings. When end-user does Create executable he/she knows to ...
by Rinzwind
Wed Sep 17, 2025 2:54 pm
Forum: Bugs - IDE
Topic: Program parameters Console app
Replies: 7
Views: 1162

Re: Program parameters Console app

I was talking about when parameters are set for testing in the compiler options and started with F5. Seems they are not passed in Console output type, but are in macOS app type.

When using custom plist and special permissions one needs a constant executable name.
by Rinzwind
Wed Sep 17, 2025 12:16 pm
Forum: Mac OSX
Topic: Bundle name?
Replies: 7
Views: 1808

Bundle name?

When running or debugging it names the file always PureBasic.0.app or similar with no option to specify your own name. Only with Create executable you can set the name. Which is subsequently ignored when debugging again. Can this be changed?
by Rinzwind
Wed Sep 17, 2025 10:36 am
Forum: Bugs - IDE
Topic: Program parameters Console app
Replies: 7
Views: 1162

Re: Program parameters Console app

And btw, why PureBasic names the executable PureBasic.0.app? How to control naming? Only with create executable I can set the name, but it does not stick for debug etc.
by Rinzwind
Wed Sep 17, 2025 7:11 am
Forum: Bugs - IDE
Topic: Program parameters Console app
Replies: 7
Views: 1162

Program parameters Console app

c = CountProgramParameters()
Debug c


It says 0, while compiler options has "executable command line" set. When I change Executable format to MacOS, it works as intended.
by Rinzwind
Thu Aug 28, 2025 8:06 am
Forum: Windows
Topic: "SED" it is Not!
Replies: 1
Views: 1566

Re: "SED" it is Not!

I know it's about the PB code... but SED for Windows:
https://github.com/mbuilov/sed-windows/releases
by Rinzwind
Wed Aug 27, 2025 12:26 pm
Forum: General Discussion
Topic: ChatGPT user request bot is blocked!
Replies: 5
Views: 1854

Re: ChatGPT user request bot is blocked!

I am clueless to how that typo ended up there. But yes, that works. In ChatGPT web client itself, still a no can't do. So back to zero. It can retrieve content from my own domain. So maybe it is careful about phpBB forums with a lot of user content or whatever. But it does work with a random other ...