Author Topic: The GuiTools Framework  (Read 47297 times)

0 Members and 1 Guest are viewing this topic.

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • Steve’s QB64 Archive Forum
Re: The GuiTools Framework
« Reply #15 on: June 14, 2019, 03:18:42 am »
You’re missing glut, would be my guess, for whatever reason.
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline KingRat

  • Newbie
  • Posts: 16
Re: The GuiTools Framework
« Reply #16 on: June 14, 2019, 03:31:08 am »
I´ve placed the folder in into my QB64 folder as recomended.

By the way, It was a long night, better take a nap now!

73´s everyone!

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
Re: The GuiTools Framework
« Reply #17 on: June 14, 2019, 05:22:17 am »
Missing glut rather indicates a broken QB64 installation, you should probably download QB64 v1.3 again and re-install it in a whole new folder first. Then move QB64GuiTools into that new qb64 folder too and try again.
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack

Offline KingRat

  • Newbie
  • Posts: 16
Re: The GuiTools Framework
« Reply #18 on: June 14, 2019, 01:24:07 pm »
RhoSigma, I managed to get it running this morning, I noticed that the Internal folder had outdated stuff inside, I´ve just deleted it and extracted it again from the 1.3 zip and voila!

By the way, you coded some serious stuff here, Great Job!
I liked the Amiga style, I think this kind of interface still has use today!

THX, 73´s!


Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
Re: The GuiTools Framework
« Reply #19 on: June 14, 2019, 02:36:37 pm »
RhoSigma, I managed to get it running this morning, I noticed that the Internal folder had outdated stuff inside, I´ve just deleted it and extracted it again from the 1.3 zip and voila!
Well, sometimes problems can be solved really easy, when you wake up with a refreshed mind after taking a nap.

By the way, you coded some serious stuff here, Great Job!
I liked the Amiga style, I think this kind of interface still has use today!

THX, 73´s!
Thank you very much, i'm glad you like the style. It's actually a mix from AmigaOS versions 2.0 to 3.1 + some MUI features (Magic User Interface).
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
Re: The GuiTools Framework
« Reply #20 on: August 15, 2019, 07:17:51 pm »
Bonus Stuff Update (see initial post here)
  • QB64Library
    • revision to allow use of the libraries with OPTION _EXPLICIT in effect, without throwing any IDE warnings or errors
    • complete documentation overhaul
  • ScreenBlankers
    • BinClock wasn't actually a blanker module, now it is
    • added graphic demo Spinner by bplus, made into a blanker module
  • Notepad++ Setup
    • added new $COLOR meta-keyword, which was introduced by Steve
    • complete documentation overhaul
« Last Edit: January 31, 2022, 06:35:20 pm by RhoSigma »
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
Re: The GuiTools Framework
« Reply #21 on: August 15, 2019, 07:38:03 pm »
Hey a real coder liked my "blanker" demo! :)
« Last Edit: August 15, 2019, 07:39:54 pm by bplus »

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
Re: The GuiTools Framework
« Reply #22 on: October 01, 2019, 06:53:29 pm »
GuiTools release v0.11 is now available (see initial post here)
« Last Edit: January 31, 2022, 06:38:56 pm by RhoSigma »
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
Re: The GuiTools Framework
« Reply #23 on: October 28, 2019, 03:24:40 pm »
Updated Notepad++ Setup for NPP release v7.8 is now available (see initial post here)
« Last Edit: January 31, 2022, 06:39:45 pm by RhoSigma »
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
Re: The GuiTools Framework
« Reply #24 on: January 20, 2020, 08:28:33 pm »
Bonus Stuff Update (see initial post here)
  • QB64Library
    • added my new Stringbuffer library (File/Data buffering in String arrays)
    • Image processing functions now accept zero as handle of the current screen page
    • removed double underscore from HSB/HSV colorspace converter functions (was simply ugly)
    • documentation overhaul (cross reference links added)
  • ScreenBlankers
    • minor changes according to library updates
  • Notepad++ Setup
    • updated according to the latest N++ release 7.8.3
    • QB64 keywords now recognized with and without underscore prefix (new $NOPREFIX in QB64 v1.4)
    • My own library keywords now recognized with and without return type suffix (except $, which is mandatory)
« Last Edit: January 31, 2022, 07:03:20 pm by RhoSigma »
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack

FellippeHeitor

  • Guest
Re: The GuiTools Framework
« Reply #25 on: January 20, 2020, 08:48:35 pm »

Notepad++ Setup
updated according to the latest N++ release 7.8.3
QB64 keywords now recognized with and without underscore prefix (new $NOPREFIX in QB64 v1.4)
My own library keywords now recognized with and without return type suffix (except $, which is mandatory)

❤️

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
Re: The GuiTools Framework
« Reply #26 on: January 25, 2020, 05:58:50 pm »
Another small Bonus Stuff Update (see initial post here)
  • QB64Library
    • fixed the MD5 hash library, so it's usable now with the 64-bit version of QB64 too (this was the last remaining restriction, now all libraries work equally in 32-bit and 64-bit versions)
    • added new SHA2 hash library, which it's functions are in symmetry with the MD5 library, but calculating the SHA256 digest instead
    • both libaries (MD5/SHA2) can be combined in the same program, there are no inconsistencies or name conflicts
  • Notepad++ Setup
    • just added new/changed library keywords to my Lib&GuiTools UDLs
    • no changes in the QB64 only UDLs
« Last Edit: January 31, 2022, 07:04:31 pm by RhoSigma »
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
Re: The GuiTools Framework
« Reply #27 on: March 31, 2020, 10:02:53 am »
Bonus Stuff Update (see initial post here)
  • Notepad++ Setup
    • all Notepad++ related files updated to release 7.8.5
    • added new keywords for the falcon.h (unicode printing) tool set to my Lib&GuiTools UDLs
    • removed some duplicate keywords from the QB64 only UDLs
« Last Edit: January 31, 2022, 07:10:22 pm by RhoSigma »
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
Re: The GuiTools Framework
« Reply #28 on: June 13, 2020, 02:58:24 pm »
GuiTools Release v0.12 (see initial post here)
  • GuiTools Framework
    • Implemented GuiViews, GuiTools its new multiple forms support. This is no such stuff like CHAINing from one to another form, or hiding one form and make another one visible, but I talk about real multiple windows applications. Each form is displayed in its own independent window, but all forms are still controlled within the same one program using the same GUI object base, hence even realtime cross-form object interconnections are possible without any hassle (see src_MultiWinDemo). For more see the docs\ReleaseNotes.txt file in the archive.
  • Notepad++ Setup
    • just updated the Libs+GuiTools UDL files to reflect the new GuiTools function names
« Last Edit: January 31, 2022, 07:14:04 pm by RhoSigma »
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack

FellippeHeitor

  • Guest
Re: The GuiTools Framework
« Reply #29 on: June 13, 2020, 05:33:40 pm »
Oh! Now that's a breakthrough! Downloading now.