Search found 1651 matches

by Zach
Sat Apr 13, 2024 3:04 am
Forum: Announcement
Topic: ProGUI V3 Alpha Sneak Peek!
Replies: 18
Views: 1662

Re: ProGUI V3 Alpha Sneak Peek!

No problem. I understand it's a lot of work.
by Zach
Thu Apr 04, 2024 3:04 am
Forum: Announcement
Topic: ProGUI V3 Alpha Sneak Peek!
Replies: 18
Views: 1662

Re: ProGUI V3 Alpha Sneak Peek!

Nice to see you resuming work on this. I'll be interested to see V3 when it's officially released.

Any plans for a richedit control (or something of similar functionality) ?
by Zach
Thu Jul 21, 2022 1:45 am
Forum: Coding Questions
Topic: Just not getting it
Replies: 11
Views: 2323

Re: Just not getting it

It's been about a year and I've been playing with this library on and off as my time allows, and I was wondering if anyone could solve a problem for me. There appears to be an outstanding bug with the library where it does not properly pass information to the system to initiate fullscreen mode, prog...
by Zach
Wed Mar 10, 2021 11:45 am
Forum: Coding Questions
Topic: Just not getting it
Replies: 11
Views: 2323

Re: Just not getting it

yes it does work, and I appreciate that.

But now I have about 300 random questions
by Zach
Wed Mar 10, 2021 1:07 am
Forum: Coding Questions
Topic: Just not getting it
Replies: 11
Views: 2323

Re: Just not getting it

That was kind of the point of this exercise. I went into it knowing I did not understand much of what I was doing. But that's how I learn. I do not learn from reading books or documentation , I only learn small bits and am unable to retain most of that knowledge. I have to brute force it into my bra...
by Zach
Tue Mar 09, 2021 12:17 pm
Forum: Coding Questions
Topic: Just not getting it
Replies: 11
Views: 2323

Re: Just not getting it

infratec wrote:If you want to write a wrapper, ...
you should know what you do. :wink:
Gotta start somewhere.. Or would you prefer I just show up and demand the answer without trying :|
by Zach
Tue Mar 09, 2021 5:47 am
Forum: Coding Questions
Topic: Just not getting it
Replies: 11
Views: 2323

Re: Just not getting it

print_ext and print_ext2 both return 0 So I'm guessing it has to do with this stuff, as quoted above in my original post dimensions_t terminal_print(int x, int y, const char* s); // + printf, wprint and wprintf flavours dimensions_t terminal_print_ext(int x, int y, int width, int height, int align, ...
by Zach
Tue Mar 09, 2021 3:09 am
Forum: Coding Questions
Topic: Just not getting it
Replies: 11
Views: 2323

Re: Just not getting it

Thanks for the response Kenmo. Its probably a fair point of me confusing String vs Character. Termput works as intended, and as I figured it did (first character of a string only) The other more complex command.... Your code runs into the same problem I have, mainly when I try to run it, invalid mem...
by Zach
Mon Mar 08, 2021 11:54 pm
Forum: Coding Questions
Topic: Just not getting it
Replies: 11
Views: 2323

Just not getting it

For reference you can find the relevant library, its documentation and source code via https://github.com/cfyzium/bearlibterminal As everyone probably knows, when it comes to accessing external libraries where pointers and such start getting involved. I completely fall on my face. Despite anything I...
by Zach
Mon Mar 08, 2021 3:02 am
Forum: Off Topic
Topic: COVID SUX PUREBASIC RULEZ
Replies: 17
Views: 5038

Re: COVID SUX PUREBASIC RULEZ

by Zach
Mon Mar 08, 2021 1:47 am
Forum: Coding Questions
Topic: Hexadecimal Confusion
Replies: 5
Views: 1031

Re: Hexadecimal Confusion

Thanks guys. Demivec: I did try reading the docs, and I just did not understand the way it was worded. Yes it tells you to prepend $ and it shows an example of a simple hex as we would write it, however without a reference "before" sample stupid people like me get easily confused. As has b...
by Zach
Sun Mar 07, 2021 11:49 pm
Forum: Coding Questions
Topic: Hexadecimal Confusion
Replies: 5
Views: 1031

Re: Hexadecimal Confusion

ok. That works.


Wish that was explained a little better in the documentation.

so basically I should ignore anything 0x whenver I see it in the wild ?
by Zach
Sun Mar 07, 2021 11:09 pm
Forum: Coding Questions
Topic: Hexadecimal Confusion
Replies: 5
Views: 1031

Hexadecimal Confusion

I'm recently retired and have started another spat of boredom where I attempt to mess with programming. I became interested in BearLibTerminal https://github.com/cfyzium/bearlibterminal I started to just write a small wrapper to get it up and going and make sure I knew what I was doing, and part of ...
by Zach
Thu Mar 04, 2021 10:32 pm
Forum: Coding Questions
Topic: Qt5 (Qt6) on Windows
Replies: 10
Views: 1995

Re: Qt5 (Qt6) on Windows

From what i understood - the licensing can get a little bit difficult if you start as open source and later switch the project to commercial. But otherwise it seems possible to use QT for my hobby projects and for commercial projects too. I will have a look into using the latest QT version with Pur...
by Zach
Thu Mar 04, 2021 8:40 pm
Forum: Coding Questions
Topic: Qt5 (Qt6) on Windows
Replies: 10
Views: 1995

Re: Qt5 (Qt6) on Windows

Hi Everything, after a quick look into the QT licenses I can say that unfortunately it is not that easy to use the qt-libraries. What technical advantages there are through the qt libraries I can not estimate. I'd consider a consistent / native look across all platforms, and a plethora of useful co...