Author Topic: inform editor Documentation  (Read 2023 times)

0 Members and 1 Guest are viewing this topic.

Offline badger

  • Forum Regular
  • Posts: 148
inform editor Documentation
« on: October 08, 2020, 06:05:57 pm »
Hello

can someone point me to some good reading on the inform editor. I would like to read on how to call another form from a button and such.

Badger

Offline SpriggsySpriggs

  • Forum Resident
  • Posts: 1145
  • Larger than life
    • GitHub
Re: inform editor Documentation
« Reply #1 on: October 08, 2020, 08:24:08 pm »
Right now there is no way to use more than one form.
Shuwatch!

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
Re: inform editor Documentation
« Reply #2 on: October 08, 2020, 08:53:43 pm »
You know back in the 90's we didn't have forms, we just cleared the screen and started doing some other function for data basing: data entry, queries, reviewing records through different sorts. Very simple.
« Last Edit: October 08, 2020, 09:06:37 pm by bplus »

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
Re: inform editor Documentation
« Reply #3 on: October 09, 2020, 07:37:00 am »
You know back in the 70's we didn't have personal computers. We just cleared the desktop and set up the typewriter.

Pete
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

FellippeHeitor

  • Guest
Re: inform editor Documentation
« Reply #4 on: October 09, 2020, 07:46:38 am »
Hello

can someone point me to some good reading on the inform editor. I would like to read on how to call another form from a button and such.

Badger

Hi, there.

As Spriggsy said above, you can only have one form per program at the moment.

Regarding InForm’s documentation, here’s the project’s wiki: https://github.com/FellippeHeitor/InForm/wiki

Offline badger

  • Forum Regular
  • Posts: 148
Re: inform editor Documentation
« Reply #5 on: October 09, 2020, 10:39:32 pm »
Hello

I am not being pushy but will that be upgraded in the future


Badger

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
Re: inform editor Documentation
« Reply #6 on: October 10, 2020, 05:09:00 am »
Hi badger,

all you have ask for in your first post is possible with GuiTools, but as every pro has a con, GuiTools is for Windows only and does not have a designer tool, ie. you would need to make yourself a quick sketch of your forms and then write the setup code for you forms/objects yourself. It also uses a complete different argument method for objects called "Tag Strings", but once you are familiar with that you will see its much more flexible/expansible than static TYPE definitions for objects and maybe even for your own data organization.

Get GuiTools from the link in my signature below, extract/install it and try/run the MultiWinDemo, I guess that is what you looking for.

BTW - If you work with Linux/Mac, the you may try it with a Wine installation:
https://www.qb64.org/forum/index.php?topic=809.msg106146#msg106146
« Last Edit: October 10, 2020, 05:57:58 am 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 badger

  • Forum Regular
  • Posts: 148
Re: inform editor Documentation
« Reply #7 on: October 11, 2020, 05:54:37 pm »
Hello

Thanks very much for the point in direction. I dont have time to really learn something really really new. I will try and finish up this program i am creating in short order by november i hope. I am getting ready to start on the hard part LOL after that i will look at your suggestion and try to learn to rewrite my software in use with the forms as guitools.

Thanks very very much

Badger

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
Re: inform editor Documentation
« Reply #8 on: October 11, 2020, 07:13:32 pm »
... after that i will look at your suggestion and try to learn to rewrite my software in use with the forms as guitools.

When the time is right for that, just ask if I can assist you in any way.
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