QB64 Phoenix Edition
vs (Very Simple) GUI - Printable Version

+- QB64 Phoenix Edition (https://staging.qb64phoenix.com)
+-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1)
+--- Forum: Prolific Programmers (https://staging.qb64phoenix.com/forumdisplay.php?fid=26)
+---- Forum: bplus (https://staging.qb64phoenix.com/forumdisplay.php?fid=36)
+---- Thread: vs (Very Simple) GUI (/showthread.php?tid=607)

Pages: 1 2 3


RE: vs (Very Simple) GUI - SierraKen - 07-17-2022

I just deleted mine off this thread too and will make my own thread, to be fair. GUI is a huge topic though, I made 1 or 2 apps with that add-on we had awhile back. Not sure if I still have them though.


RE: vs (Very Simple) GUI - bplus - 07-17-2022

Sorry you felt you had to do that Ken, I don't mind a post or 2 of TTT if I bring up the subject but 4 posts loaded to max with screen shots and 0, nada, no code is just plain annoying.

THIS IS A CODING FORUM FOR GOODNESS SAKES!


RE: vs (Very Simple) GUI - bplus - 07-17-2022

I've made a correction to the GUI Interface with Tabulator and Plotter because the 3rd posted graph is misleading.

I am now drawing a line from the last x to the next x and the 3rd graph comes out much more interesting!
   

So after this post I will replace the zip with an updated one, this time the exe is still in so you can run right from extraction if you have Windows.

Updated zip is here: https://staging.qb64phoenix.com/showthread.php?tid=607&pid=3923#pid3923


RE: vs (Very Simple) GUI - SierraKen - 07-17-2022

I'm trying to use your GUI Interface and Tabulator and the GUI loads fine. But any equation and numbers I punch in doesn't seem to do anything. I tried the same numbers you used above but it does goes to another screen saying dx = 0 and nothing is plotted. I am probably doing something wrong. I never did learn how to use the graph on a scientific calculator.


RE: vs (Very Simple) GUI - SierraKen - 07-17-2022

Oh nevermind, I forgot to put in the numbers for X:Start and X:End LOL....


RE: vs (Very Simple) GUI - SierraKen - 07-17-2022

This is probably really cool if I can punch in the right equations. Smile I tried simple stuff like b^2 but nothing really shows up. I'll have to play with it more. I really like the GUI!


RE: vs (Very Simple) GUI - bplus - 07-17-2022

It does create a table for X so try x^2 from -10 to 10, should get a U shaped thingy.

Then try a*x^2 + b*x
a = 2
b= -1 ?

The beauty of GUI is you don't have to type everything in again and over again, just changes to try something a little different.


RE: vs (Very Simple) GUI - SierraKen - 07-17-2022

I'm making some cool shapes now Smile. I did notice an error message that says Subscript Out of Range on Line 58. That is when I keep using it a few times. Or maybe when I put the same variable twice or more times on the list.