Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The GuiTools Framework
#1
Star 
GuiTools - A graphic UI framework for QB64

GuiTools is a ready to use program template/skeleton to create neat graphic UI applications with QB64, ie. to build your own UI forms you just need to add the desired object definitions into the template and the handler code which shall be called when your objects are triggered, while leaving all other parts of the template as is.
  • GuiTools should work with all recent QB64-PE (Phoenix Edition) versions and also with the older QB64 (QB64Team) versions. Note that some applications made with GuiTools may have stricter version requirements.

  • GuiTools was developed with its main attention at dynamic UI creation, ie. you can easily create, modify and delete objects during runtime on the fly. There is intentionally no Designer tool here, as it would encourage people to build static UIs only. Although static UIs are quite legitimate here and there (and also possible with GuiTools), it would be a waste of GuiTools its capabilities.

  • GuiTools can handle multiple forms in one program, each form in its very own independent window on your desktop, but all forms are still controlled in realtime by that one program, hence real multi-windows applications. As shown in the Multi Windows Demo, it's even possible to have interactions between several forms windows.

  • GuiTools does already include a huge amount of useful functions, ready for use within your handler code. The range goes from general file and string handling functions to specialized functions like image processing and packing/unpacking. The inbuilt MessageBox and FileOpenDialog do perfectly fit into the GuiTools look and feel.

  • GuiTools its UIs can be customized by every local user. Using the provided Preferences Editor, users can easily change colors, wallpapers and patterns of the GuiTools UIs without the need to recompile any applications.
Note that GuiTools does not implement the usual Windows like look and feel, but is inspired by the AmigaOS versions 2.0 to 3.9, which have a simple yet elegant look (see pictures below).

Release v0.20

Below the GuiTools Framework as of Aug/25 (Windows only (Linux/Mac may work with Wine)). For the full list of changes see the docs\ReleaseNotes.txt file in the archive.

Using OpenPGP, GnuPG or Gpg4Win you may check the provided archive signature against my GPG-Key to verifiy the authenticity of the archive. Inside the archive you'll also find a *.md5 file which holds the MD5 hashes for all other files in the archive. These can be checked using the md5sum GNU Core Utility or in case of Gpg4Win very easy by right clicking the file and then choose "Validate checksums" from the installed shell extension context menu.

.7z   QB64GuiTools.7z (Size: 19.04 MB / Downloads: 88)
.sig   QB64GuiTools.7z.sig (Size: 566 bytes / Downloads: 88)

Make sure to move the extracted QB64GuiTools folder with its entire contents into your QB64 installation folder. If you're new to GuiTools, then please also read the GuiTools-Info.html file in the main folder for a short introduction of the project structure.


Some examples:
[Image: GTPrefsEditor.png]

[Image: LogicTrainer.png]

[Image: MakeDATA.png]

And even multi-window apps:
[Image: INetRadio.png]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)