07-28-2025, 06:41 AM
I made a UI library some weeks ago
Here is the link: QB UI Library (GitHub)
Any feedback will be appreciated
Here is the link: QB UI Library (GitHub)
Any feedback will be appreciated
|
QB UI Library
|
|
07-28-2025, 06:41 AM
I made a UI library some weeks ago
Here is the link: QB UI Library (GitHub) Any feedback will be appreciated
07-29-2025, 08:28 AM
07-29-2025, 12:15 PM
Oh yes, I forgot to add '$Dynamic
Now it's fixed
07-29-2025, 12:57 PM
Dynamic is one of those things which you should try to avoid with regards to any sort of library as you never know if it'll conflict with someone else's code.
Instead, simply REDIM your array when it's first introduced, rather than using DIM. It makes for a much more user friendly library, without any possibilities of conflicts.
07-30-2025, 11:03 AM
(07-29-2025, 12:57 PM)SMcNeill Wrote: Instead, simply REDIM your array when it's first introduced, rather than using DIM. It makes for a much more user friendly library, without any possibilities of conflicts. Wonderful advice!!! I will use it from now... thank you very much!!!!
10 PRINT "Hola!
"20 GOTO 10
08-01-2025, 12:38 AM
Hi,
I've got VQB (my GUI) in the list of things for me to update once i'm done with GDK2 And GDK2_GL. I've had quick look at your code and am interested in your claims of what it can do... Dialog - Does it support just one? (Not in anyway meaning to cause offence, but, if so, then WHY?) Progress bar - How does it work without a call back procedure? Thanks and happy coding, Unseen
08-02-2025, 05:13 PM
(This post was last modified: 08-02-2025, 05:18 PM by aadityap0901.)
(08-01-2025, 12:38 AM)Unseen Machine Wrote: Hi,This answers all your questions: I have been working on a code editor (a text editor yet), I have implemented all the UI elements in this. It's here: GitHub 1. There can be any amount of dialogs... 2. You can directly edit the properties of the UI elements in the main UI array |
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| new approach to base conversion system and math library | Dragoncat | 2 | 574 |
07-16-2025, 10:19 PM Last Post: Dragoncat |
|
| Everything Date Library in progress | SMcNeill | 2 | 714 |
05-14-2025, 08:36 PM Last Post: SMcNeill |
|
| Angle, Vector, Radian, and Distance Library | TerryRitchie | 11 | 2,741 |
03-31-2025, 10:16 PM Last Post: Dragoncat |
|
| Text Menu Library Project | Pete | 3 | 728 |
01-03-2025, 05:55 PM Last Post: Pete |
|
| New Message Box Library Using Task Dialogs | SpriggsySpriggs | 1 | 532 |
12-23-2024, 10:11 PM Last Post: Pete |
|