Author Topic: Screen Calculator / Calc 7  (Read 6299 times)

0 Members and 1 Guest are viewing this topic.

Offline warren

  • Newbie
  • Posts: 8
  • QB64 IS AMAZING
    • View Profile
Screen Calculator / Calc 7
« on: February 27, 2018, 09:01:16 pm »


Creating an attractive windows calculator to offer free with source. Written in QB/QB64 using QB64 on a Win7 machine.
After validation & verification would like to make it available. Simple but crafted. Could it be done on this site? --warren
« Last Edit: February 27, 2018, 09:05:06 pm by warren »

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Screen Calculator / Calc 7
« Reply #1 on: February 27, 2018, 09:06:54 pm »
Hi Warren

Welcome! If it is large file you can attach source or zip otherwise post code under # code tag in forum editor.

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Screen Calculator / Calc 7
« Reply #2 on: February 27, 2018, 09:28:37 pm »
Oh I'd like to add, If you can attach a screen shot, that would be nice visual intro to your code.

Do you need help with anything?

Offline warren

  • Newbie
  • Posts: 8
  • QB64 IS AMAZING
    • View Profile
Re: Screen Calculator / Calc 7
« Reply #3 on: March 02, 2018, 03:33:00 pm »

Thanks for your help. Must say this site is far more complicated than QB64.. :0)
Hope to have something worth offering soon. It's a shot in the dark but will attach a screen shot.
later. -warren

FellippeHeitor

  • Guest
Re: Screen Calculator / Calc 7
« Reply #4 on: March 02, 2018, 03:36:48 pm »
That looks good!

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Screen Calculator / Calc 7
« Reply #5 on: March 02, 2018, 03:51:47 pm »
Interesting! I used PUT and GET for my fake arrays in BRUN v2.

I wonder how warren is using them?

Offline warren

  • Newbie
  • Posts: 8
  • QB64 IS AMAZING
    • View Profile
Re: Screen Calculator / Calc 7
« Reply #6 on: March 02, 2018, 03:56:37 pm »
PUT puts current calculator info on clipboard and GET recovers it, so you can quit and later restore to continue. - warren

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Screen Calculator / Calc 7
« Reply #7 on: March 02, 2018, 04:01:44 pm »
Oh thanks!

Offline warren

  • Newbie
  • Posts: 8
  • QB64 IS AMAZING
    • View Profile
Re: Screen Calculator / Calc 7
« Reply #8 on: March 11, 2018, 06:46:21 pm »
Working out the use of INFIX/RPN to process '( )'.  Can't think of a way to use QB64. Nice 1 button 10 memory save/recall scheme and automatic record, plus automatic restore of previous data when quitting to resume.
Really a lot of fun/work. Thanks for your interest. -warren
« Last Edit: March 11, 2018, 06:58:36 pm by warren »

Offline STxAxTIC

  • Library Staff
  • Forum Resident
  • Posts: 1091
  • he lives
    • View Profile
Re: Screen Calculator / Calc 7
« Reply #9 on: March 11, 2018, 08:17:46 pm »
Hey Warren,

I like what I see so far. Say, what is the timeline for releasing the source code for this thing? Age of the universe, or sooner? :-D

EDIT: Give me a crack at the paren evaluation.
« Last Edit: March 11, 2018, 09:19:17 pm by STxAxTIC »
You're not done when it works, you're done when it's right.

Offline warren

  • Newbie
  • Posts: 8
  • QB64 IS AMAZING
    • View Profile
Re: Screen Calculator / Calc 7
« Reply #10 on: March 12, 2018, 02:51:49 am »
LOL I'm no judge of time but do try. -warren

Offline STxAxTIC

  • Library Staff
  • Forum Resident
  • Posts: 1091
  • he lives
    • View Profile
Re: Screen Calculator / Calc 7
« Reply #11 on: March 12, 2018, 06:50:10 pm »
Hey again Warren,

Thanks for your blessing. I was hoping you'd attach the latest code... Pretty plz?

-STx
You're not done when it works, you're done when it's right.

Offline Pete

  • Forum Resident
  • Posts: 2361
  • Cuz I sez so, varmint!
    • View Profile
Re: Screen Calculator / Calc 7
« Reply #12 on: March 12, 2018, 07:53:00 pm »
Bill, haven't you heard? This is the Age of Aquarius. That means people only post ideas. I miss the old days, when instead of a pic, you posted the code that made the pic, even if the graphics were all tat was done to date.

Pete (Thinking of a smiley, right about here.)
Want to learn how to write code on cave walls? https://www.tapatalk.com/groups/qbasic/qbasic-f1/

Offline Prithak

  • Newbie
  • Posts: 56
  • Life itself is a Programming Language!
    • View Profile
    • My Programming Language
Re: Screen Calculator / Calc 7
« Reply #13 on: March 18, 2018, 09:15:09 am »
Bill, haven't you heard? This is the Age of Aquarius. That means people only post ideas. I miss the old days, when instead of a pic, you posted the code that made the pic, even if the graphics were all tat was done to date.

Pete (Thinking of a smiley, right about here.)
Lol no scope real truth!
CLS
IF computer$ = "ON" THEN
me$ = "Happy!"
ELSE
me$ = "Time To Draw!"
END IF
END