QB64.org Forum

Active Forums => Programs => Topic started by: loudar on July 19, 2021, 05:58:46 pm

Title: QB64-native UI framework for you to use!
Post by: loudar on July 19, 2021, 05:58:46 pm
You can find all the files you need plus a rough documentation over on GitHub: https://github.com/Targon-Industries/um (https://github.com/Targon-Industries/um)

I've been in love with the idea of an HTML-like system written in QB64. I wrote all of this over the course of roughly a year (maybe more) and it's been a hell lot of fun.

If you find a bug, please use the "Issues" feature on GitHub so I can neatly organize it and work on it!

If you have questions, please don't hesitate to ask here or on the Discord!

A little demo of what this framework might produce:
 [ This attachment cannot be displayed inline in 'Print Page' view ]  
Title: Re: QB64-native UI framework for you to use!
Post by: loudar on July 23, 2021, 07:20:33 pm
I have now updated it so it supports text alignment within elements!

Feel free to download it and give it a test, here's a zip for those that don't want to use GitHub:
 [ This attachment cannot be displayed inline in 'Print Page' view ]

 [ This attachment cannot be displayed inline in 'Print Page' view ]  
Title: Re: QB64-native UI framework for you to use!
Post by: Ashish on July 24, 2021, 12:47:09 am
Looks amazing!! I like it
Title: Re: QB64-native UI framework for you to use!
Post by: loudar on July 25, 2021, 02:21:56 pm
That's right!
With an input box (for text/numbers) it will be perfect!

Thank you for noticing the missing documentation! ;D I actually had it implemented already, but forgot to mention it. It's added now and the files have been organized a bit more neatly. Hope you enjoy it!

P.S.: The "allownumbers", "allowtext" and "allowspecial" flags should help you, they are now mentioned as well, forgot those too!