Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ztrumpet

Pages: 1 ... 303 304 [305] 306 307 ... 385
4561
The Axe Parser Project / Re: Axe Parser
« on: March 17, 2010, 04:44:29 pm »
Ah, I see! Thanks! ;D

This could really help me with compression! :D

4562
Wow, that's really weird.  It could prove useful, as you can rename Axe programs. :)

EDIT:
I was reading the #ti logs and found this:
Quote
[14:23] <BrandonW> Holy crap, I found it.
[14:23] <BrandonW> That's definitely a bug in MirageOS.
[14:24] <BrandonW> Its GetCSC hook is trashing OP1 with the AppVar name.
[14:24] <BrandonW> It gets control during the waiting for input on the rename screen.
[14:24] <BrandonW> And destroys OP1.
[14:24] <BrandonW> Thereby disabling TI's prevention of ungrouping existing locked programs!
[14:24] <BrandonW> So, all the more reason NEVER to use 1.0 or 1.1.
[14:26] <Jonimus> lol nice
[14:26] <BrandonW> The 1.2 GetCSC hook does back up OP1 first, confirmed.
[14:27] <cemeyer> mmm
[14:27] <cemeyer> closed-source project bugfixes...
[14:27] <BrandonW> It is kind of disturbing it took that long to find.
[14:27] <BrandonW> But the mystery is solved.
Wow, right!  So, this is why! ;D

4563
The Axe Parser Project / Re: Features Wishlist
« on: March 17, 2010, 04:34:52 pm »
I was actually planning on making getkey(0) detect the [on] button.
Could you make the On button have a number?  That would be useful at times! :D
I don't know what number to use, but there are plenty to choose from. ;D

4564
Music Showcase / Re: Far Away (Trance)
« on: March 17, 2010, 04:29:39 pm »
Excellent song!  You did a great job with it! :D

4565
TI-BASIC / Re: Ok, I give. I need help.
« on: March 17, 2010, 04:28:57 pm »
That looks great Nyrax.  Awesome job! ;D

4566
The Axe Parser Project / Re: Your Projects - Post and Critique
« on: March 17, 2010, 04:27:31 pm »
That's cool.  I like the 7*7 size idea.  Keep up the cool work. ;D

4567
Axe / Re: Routines
« on: March 17, 2010, 04:07:03 pm »
Thanks, should make my source slightly smaller if I got many sprites
Yup. :D
Note: I wanted to point out that DJ's sentence is 100% correct, as the source is smaller.  However, the compiled program will still be the same size. :)

4568
Other Calculators / Re: Modded Calculator?
« on: March 17, 2010, 04:03:57 pm »
Yes, it probably would.  However, How cool would it be to program in the dark! ;D

4569
Other Calculators / Re: TI-Nspire OS 2.0 update scam e-mails
« on: March 17, 2010, 04:02:23 pm »
That's odd.  I've never gotten anything like that, but it's still weird. =\

4570
The Axe Parser Project / Re: Assembly Programmers - Help Axe Optimize!
« on: March 17, 2010, 04:00:24 pm »
That's really neat!  Great job calc84! ;D

4571
The Axe Parser Project / Re: Axe Parser
« on: March 16, 2010, 08:46:28 pm »
Hmm, I see.  Can you give an example when this would be useful?  I can't come up with anything, but I'm sure it's useful when used right. :)

On a side note, the documentation doesn't include the { and }.

4572
The Axe Parser Project / Re: Axe Parser
« on: March 16, 2010, 06:24:28 pm »
Quigibo, can you show another example using the int( command?  I can't figure out how to use it, and I'd like to know how. :)

DJ, EHex just puts the hex number into Base 10.  Here are some examples:
E0001 = 1
E0009 = 9
E000F = 15
EFFFF = 65535
E001F = 31
All it does is convert from base 16 to base 10.  Does that make sense?
Note: Remember it must be 4 characters long after the E:)

4573
TI-BASIC / Re: Ok, I give. I need help.
« on: March 16, 2010, 05:59:20 pm »
I'm unsure what you're trying to do.  Do you want it to scroll smoothly (like Tifreak's pokemon) or room-by-room (like Builderboy's Trapped or DJ Omni's Illusiat 13)?  Once you let us know that, I'll try to help whip up a solution. :)

4574
Axe / Re: Routines
« on: March 16, 2010, 05:55:27 pm »
Yup, that's the same thing. :)

Looks nice Builderboy! ;D

4575
TI-BASIC / Re: Copy/Paste Programs
« on: March 16, 2010, 05:22:27 pm »
Yay, I'm glad it worked!  You can use Rcl for other things too.  I use it a lot to get strings into my programs. :)  I also debug with it, to find the value of a variable without leaving the program editor.  :D

I'm glad it worked for you. ;D

Pages: 1 ... 303 304 [305] 306 307 ... 385