Omnimaga

Calculator Community => TI Calculators => TI-BASIC => Topic started by: danny90444 on July 01, 2012, 11:25:34 pm

Title: Shells
Post by: danny90444 on July 01, 2012, 11:25:34 pm
 :w00t: I  was just wondering how to program for shells like mirage OS and Ion.
Title: Re: Shells
Post by: Deep Toaster on July 01, 2012, 11:34:33 pm
You can't get a TI-BASIC program to show up in Ion.

To have it show up in MirageOS, all you need to do is add a colon at the beginning of your program. Optionally, you can add a double quote followed by a description:
::"My First Program
:Disp "Hello world!"
TI-BASIC programs show up in DoorsCS by default, but you can customize the behavior by the optional headers listed here (http://dcs.cemetech.net/index.php?title=BASIC_Header).
Title: Re: Shells
Post by: danny90444 on July 01, 2012, 11:42:46 pm
Thanks this  reallly helps. I think i read somewhere though that certain basic functions dont work in mirage os?
Title: Re: Shells
Post by: Deep Toaster on July 01, 2012, 11:46:02 pm
I'm not aware of any, though there are some minor quirks (like the 2nd/ENTER keystroke that gets sent to any getKey at the beginning of the program).
Title: Re: Shells
Post by: danny90444 on July 01, 2012, 11:46:38 pm
Ok , thanks.
Title: Re: Shells
Post by: parserp on July 02, 2012, 11:28:11 am
I'm not aware of any, though there are some minor quirks (like the 2nd/ENTER keystroke that gets sent to any getKey at the beginning of the program).
You mean It was not my fault all this time? O.O I always thought it was my game screwing up.:P
Title: Re: Shells
Post by: Sorunome on July 02, 2012, 11:31:55 am
I'm not aware of any, though there are some minor quirks (like the 2nd/ENTER keystroke that gets sent to any getKey at the beginning of the program).
You mean It was not my fault all this time? O.O I always thought it was my game screwing up.:P
I LOL'd at that one

Well, it took some time for me to find out

That is also why when i made past that point a basic program I had getKey somewhere very far at the top to prevent errors :D
Title: Re: Shells
Post by: Deep Toaster on July 02, 2012, 01:27:30 pm
I'm not aware of any, though there are some minor quirks (like the 2nd/ENTER keystroke that gets sent to any getKey at the beginning of the program).
You mean It was not my fault all this time? O.O I always thought it was my game screwing up.:P
Guess not XD You can actually avoid the bug if you tap on 2nd or ENTER very, very quickly when you start the program.