Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QB UI Library
#1
I made a UI library some weeks ago
Here is the link: QB UI Library (GitHub)
Any feedback will be appreciated
Reply
#2
Hi
I think you must do some corrections...
this is a screenshot in Lubuntu with QB64pe 4.0.1

[Image: UIlibrary-demo-issue.jpg]
Reply
#3
Oh yes, I forgot to add '$Dynamic
Now it's fixed Big Grin
Reply
#4
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.
Reply
#5
(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!!!! Big Grin
10 PRINT "Hola! Smile"
20 GOTO 10
Reply
#6
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
Reply
#7
(08-01-2025, 12:38 AM)Unseen Machine Wrote: 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
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
Reply


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 715 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

Forum Jump:


Users browsing this thread: 1 Guest(s)