Author Topic: Calculator menus.  (Read 7288 times)

0 Members and 1 Guest are viewing this topic.

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Calculator menus.
« on: March 10, 2011, 09:01:44 pm »
Any calculator languages.  Ti-Basic, Axe, Asm
I just think it is a good idea to spread some fancy menus around.
Please make screen shot of the menu and give good info.


Mine...
Is used as a sub routine
Uses 2 variables.
C- menu option
D- number of choices +1  (0-5 only)
Also uses r1-r6
Need Fix 5 in your code
Unused choices must have blank string.


Spoiler For Spoiler:
Yay! Radio Buttons?
BTW, why are those things called radio buttons?

I think they were used on radios :P

Next time I get a break, I think I will add multiple choice selection support ;)
« Last Edit: March 10, 2011, 09:05:54 pm by Happybobjr »
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Calculator menus.
« Reply #1 on: March 10, 2011, 09:03:25 pm »
Yay! Radio Buttons?
BTW, why are those things called radio buttons?
Sig wipe!

Offline ralphdspam

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 841
  • Rating: +38/-1
  • My name is actually Matt.
    • View Profile
Re: Calculator menus.
« Reply #2 on: March 10, 2011, 09:37:09 pm »
Nice! This will sure spice up interface in any program! :)
ld a, 0
ld a, a

Offline Happybobjr

  • James Oldiges
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2325
  • Rating: +128/-20
  • Howdy :)
    • View Profile
Re: Calculator menus.
« Reply #3 on: March 10, 2011, 09:40:37 pm »
I would love other people to post their routines no matter how good or bad.
School: East Central High School
 
Axe: 1.0.0
TI-84 +SE  ||| OS: 2.53 MP (patched) ||| Version: "M"
TI-Nspire    |||  Lent out, and never returned
____________________________________________________________

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Calculator menus.
« Reply #4 on: March 10, 2011, 10:19:08 pm »
Here are my menus. I use them for a lot of things. Written in asm of course :D

Input:
Jump to this routine with a table in HL that looks like this [title x position], [title string], [number of options], [string 1], [string 2], ... [address 1], [address2]...

It handles numerical keys as well as 2nd, enter, and clear
The Yes and No aren't part of it, you have to add those in yourself because there's no universal way to implement them.
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Calculator menus.
« Reply #5 on: March 10, 2011, 10:26:23 pm »
Hmm... one of these days I really need to check if The Reign of Legends 4 menu engine could be releasable...

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Calculator menus.
« Reply #6 on: March 10, 2011, 11:31:17 pm »
Hmm, I should finish my menu lib and put it in. It will support custom sprite-based cursors, and will have inverted titles.

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: Calculator menus.
« Reply #7 on: March 10, 2011, 11:34:23 pm »
I've got a fairly nice one written in Axe, if I can find it :P
In-progress: Graviter (...)

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Calculator menus.
« Reply #8 on: March 10, 2011, 11:41:32 pm »
Mine is being designed for easy modularness, and to be small. so far, though, very little progress :P I can move the cursor, but it glitches sometimes.