Author Topic: Ion Table  (Read 15874 times)

0 Members and 1 Guest are viewing this topic.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Ion Table
« Reply #15 on: November 18, 2010, 04:00:40 pm »
They're in the Commands List in the Axe Parser zip. Just look under Text :)




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: Ion Table
« Reply #16 on: December 01, 2010, 11:44:51 pm »
Yeah, they're just funny little OS calls, that TI probably have available in the official (and rather pathetic) SDK.

Axe is better, and it's on-calc.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Ion Table
« Reply #17 on: December 02, 2010, 12:00:40 am »
What Fix commands should be used to set the calculator back to normal when a program is done?
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

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: Ion Table
« Reply #18 on: December 02, 2010, 12:09:22 am »
If you used 1, do Fix 0 on exit, if you used 3, do Fix 2, if you used 5, do Fix 4, if you used 6, do Fix 7 and if you used 8, do Fix 9.

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Ion Table
« Reply #19 on: December 02, 2010, 12:10:40 am »
So just do Fix (N-1) for any Fix N? That's simple to remember.

BTW: I like the new emoticon  O.O
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

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: Ion Table
« Reply #20 on: December 02, 2010, 12:13:22 am »
Yeah that was ripped from Chatzilla several years ago then used on the old board. I got Kerm to add it to Cemetech too, back then. :P

There are a bunch of others I'll add, though, but maybe not all of them, because there were many. I obviously want to re-add the rainbow one. :P

Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Ion Table
« Reply #21 on: December 02, 2010, 12:16:35 am »
Add the devil one that's already available >:D
« Last Edit: December 02, 2010, 12:16:46 am by Qwerty.55 »
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: Ion Table
« Reply #22 on: December 02, 2010, 08:42:45 am »
Yeah, they're just funny little OS calls, that TI probably have available in the official (and rather pathetic) SDK.

Axe is better, and it's on-calc.

Actually they're not OS calls, they change the OS flags that affect how OS calls will work if you call them.

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Ion Table
« Reply #23 on: December 02, 2010, 10:42:53 am »
can you do (-1,0,0,"text") in Axe like TI-BASIC?
(In TI-BASIC, it displays big text in graphscreen)
Sig wipe!

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Ion Table
« Reply #24 on: December 02, 2010, 11:14:33 am »
can you do (-1,0,0,"text") in Axe like TI-BASIC?
(In TI-BASIC, it displays big text in graphscreen)

(-1,0,0,"text") I had no idea that worked in basic, it looks like three coordinates to me, 3D then. Not sure if that can be done, but ask someone who has more knowledge on Axe than me

ASHBAD_ALVIN

  • Guest
Re: Ion Table
« Reply #25 on: December 02, 2010, 11:15:54 am »
I believe you do Fix 6 to draw tect in large font.  fix 7 negates it.

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: Ion Table
« Reply #26 on: December 02, 2010, 11:37:09 am »
(-1,0,0,"text") I had no idea that worked in basic, it looks like three coordinates to me, 3D then.
That's not it!

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Ion Table
« Reply #27 on: December 02, 2010, 03:38:54 pm »
Fix 1 - large font
Fix 0 - small font. make sure the calculator is in Fix 0 when your program exits.


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: Ion Table
« Reply #28 on: December 03, 2010, 12:29:00 am »
can you do (-1,0,0,"text") in Axe like TI-BASIC?
(In TI-BASIC, it displays big text in graphscreen)
Text(-1,0,0,"text), not (-1,0,0,"text").

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
Re: Ion Table
« Reply #29 on: December 03, 2010, 10:08:34 am »
woops. I meant to say Text(-1,0,0,"text
Sig wipe!