Omnimaga

Calculator Community => TI Calculators => General Calculator Help => Topic started by: ClrDraw on March 30, 2014, 11:22:13 am

Title: Hide finance app?
Post by: ClrDraw on March 30, 2014, 11:22:13 am
The finance app is really starting to bother me and I want to hide it. Can I do that without omnicalc?
Title: Re: Hide finance app?
Post by: Sorunome on March 30, 2014, 11:41:24 am
You could look at omnicalcs source and make your own asm program :P
Title: Re: Hide finance app?
Post by: Hayleia on March 30, 2014, 02:07:28 pm
If your calculator is not a regular 83+, you should have no problem fitting Omnicalc on it :)
Title: Re: Hide finance app?
Post by: ClrDraw on March 30, 2014, 02:17:06 pm
True, I just don't like the other things omnicalc does like the vars vars menu. Plus it takes up space on my app menu... I know, I'm picky :P
Title: Re: Hide finance app?
Post by: Streetwalrus on March 30, 2014, 03:00:20 pm
If you don't like a feature you don't have to use it. ;)
And Omnicalc is not at the top of the list anyway sooo...
Title: Re: Hide finance app?
Post by: TIfanx1999 on March 30, 2014, 09:16:18 pm
You could look at omnicalcs source and make your own asm program :P

^

Honestly, a custom program to hide finance would probably be the best solution. It's possible someone has already written one, or something similar. Maybe check Ticalc? Or make a suggestion in the program ideas thread. Maybe someone will write one for you.
Title: Re: Hide finance app?
Post by: ClrDraw on March 30, 2014, 10:33:47 pm
You're right, it would be better if I did my own. Ugh, I so don't want to learn asm... Where should I start?
Title: Re: Hide finance app?
Post by: Sorunome on March 31, 2014, 07:54:56 am
The 28 days tutorial?
http://www.ticalc.org/archives/files/fileinfo/268/26877.html
Title: Re: Hide finance app?
Post by: Streetwalrus on March 31, 2014, 12:22:10 pm
It is a great tutorial since you are already an experienced code. Knowing Axe will help a lot too since there are some major concepts in common. ;)
Title: Re: Hide finance app?
Post by: ClrDraw on March 31, 2014, 06:05:26 pm
Oh great, thanks :)
Title: Re: Hide finance app?
Post by: josh landers on March 31, 2014, 07:06:31 pm
So I kinda wanted to ask aswell if you could modify the address of the link to the finance app, through a hex editor. .. thats a total noob question but wah-eva. Pehaps force it to show in the math menu... *josh grumbles.... where it should have been. ..
Title: Re: Hide finance app?
Post by: DJ Omnimaga on April 03, 2014, 02:57:09 pm
A custom program would definitively be better, assuming it's possible to install hooks from a program (I think it was attempted before, but I forgot if it was successful).

Else, the Omnicalc solution won't work if someone is using OS 2.53 MP or higher (although there used to be a modified version of Omnicalc on United-TI forums that ran on 2.53MP)
Title: Re: Hide finance app?
Post by: Aspiring on April 03, 2014, 04:45:40 pm
I think that the modified version basically just removed the stuff that didn't work anymore and didn't really fix any incompatibilities.
Title: Re: Hide finance app?
Post by: DJ Omnimaga on April 04, 2014, 12:41:13 am
Oh right, that might be possible. Too bad >.<