Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: TiAddict on May 04, 2011, 12:06:24 am

Title: Questionsss
Post by: TiAddict on May 04, 2011, 12:06:24 am
umm Im starting to learn Axe, but i dont know how to understand fully. And is it possible for make a GUI with Axe?
Title: Re: Questionsss
Post by: Michael_Lee on May 04, 2011, 12:09:33 am
Well, if you have questions, feel free to ask!
What don't you understand?

And yes, GUIs are definitely possible in Axe.
Title: Re: Questionsss
Post by: TiAddict on May 04, 2011, 12:16:02 am
:) do you use "input"? because when i tried it, it crashed
Title: Re: Questionsss
Post by: Michael_Lee on May 04, 2011, 12:21:33 am
Ah.  Avoid using Input.
It uses the built-in input routine provided by TI-OS, so you get to use all the menus, and stuff, but there's nothing that prevents the user from hitting 2nd-quit and terminating your program in the middle of something.  You should probably make your own input routine, instead.  It's a major hassle, but it's safer.
Title: Re: Questionsss
Post by: adrusi on October 18, 2011, 08:13:41 pm
I think I understand the concepts of axe, but I'm a bit confused about how to type some symbols

I was working with subroutines and needed the r1-r6 variables. I did [alpha]+[alpha]+
Title: Re: Questionsss
Post by: Deep Toaster on October 18, 2011, 08:14:53 pm
VARS > Y-VARS > Polar > 1