QB64.org Forum
Active Forums => Programs => Topic started 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 ]
-
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 ]
-
Looks amazing!! I like it
-
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!