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 - LordConiupiter

Pages: 1 ... 15 16 [17] 18 19 ... 24
241
The Axe Parser Project / Axiom for DSC7 contest
« on: August 13, 2010, 02:15:33 pm »
is there anybody writing or willing to write an Axiom for the DCS7 features which would be usefull for the DCS7 contest, for then also Axe programs could be submitted as entries

wouldn't this be very nice? :o

242
The Axe Parser Project / Re: Features Wishlist
« on: August 13, 2010, 04:17:02 am »
someting I would like to have: when you have "prgmA01" in your code, and when you hover that with your cursor, and then press [Enter], that then the program A01 is opened. Is this possible?

243
The Axe Parser Project / Re: Bug Reports
« on: August 12, 2010, 04:17:45 pm »
sometimes I get an error "Pic missing" when I try to compile with an archived Pic, and when i try again it's working again. is this a bug? of an easter egg :P

244
The Axe Parser Project / Re: Bug Reports
« on: August 11, 2010, 05:26:36 pm »
ehm,
* LC goes to check it*

no, I'm sorry. I thought I had already updated, but apperently I haven't jet.

245
The Axe Parser Project / Re: Bug Reports
« on: August 11, 2010, 01:49:53 pm »
something strange happened to me during the second compilation: at 15% Axe parser stopped, and there appeared a cursor right after the 15% tokens on the screen. when I typed something, it did not appear, but I was enabled to open menu's, but even in the menu's the cursor was on the place it was since the last compiling. I archived everything succesfully, and cleared my RAM, after which everything worked as before: nothing strange happened anymore, though I hadn't changed my code or anything.

246
Wow weird O.o

That tells how much quality TI-Connect is x.x
well, it's the only program I got to work on my vista laptop, all the others are noit working for me...

EDIT: 100th post!!!

247
The Axe Parser Project / Re: Link Routine Testing
« on: August 06, 2010, 04:16:07 pm »
okay, I thought my school hasn't, but I'll see. ;)

248
The Axe Parser Project / Re: Link Routine Testing
« on: August 06, 2010, 04:12:06 pm »
I think 83+'s still come with I/O cables, but I believe that 84+'s come with a mini-USB to mini-USB cable.
This is correct.  I've actually lost my IO cable twice, and I just asked my math teacher for a replacement.  Maybe that'll work for you guys too. ;D
I'll try that too, and else I'm going to create one myself. How did your teacher get the cables, btw?

249
The Axe Parser Project / Re: Link Routine Testing
« on: August 06, 2010, 09:11:29 am »
okay, so probably it's never gonna be implemented? or could it be done in the far future perhaps? I would appreciate it very much, since the most of the people in my area have a 84+, without a I/O cable (just like me)

250
Axe / Re: Input Routine
« on: August 06, 2010, 09:06:40 am »
here ya go!
it's in grayscale, and every key has a letter, in every mode (normal, alpha, lowercase)
every letter is thought to be 4 pixels broad, so not everything works the way it should work, and I'm still working on it.

251
The Axe Parser Project / Re: Link Routine Testing
« on: August 06, 2010, 05:55:28 am »
is USB more difficult than I/O? or will you implement USB linking soon in a jiffy?

252
The Axe Parser Project / Re: Link Routine Testing
« on: August 06, 2010, 04:26:14 am »
I tried it just a minute ago, and when I run Asm(prgmA on one of my TI84+'es, I see frozen marching ants, which disappear when you press clear. This is the only thing I got the program to do, even when I connected my other TI84+ and run Asm(prgmB on it. It shows the numbers, but does not affect the other calc, on which prgmA is running.
what could be the problem?

EDIT: is it perhaps that I don't have an I/O cable, but an USB connection?

253
Axe / Re: Can I use the FreeRam pointers as static variables?
« on: August 06, 2010, 03:40:36 am »
In fact you should ONLY use free ram to hold your variables and arrays (unless you run out or need larger dimensions) since using static pointers are just a form of self-modifying code and therefore adds extra size to the program.  Your program wouldn't be compatible as an app either if it uses SMC.

EDIT: Also LordConiupiter, you need the r modifier there since you're holding a 2 byte number.
o yes, forgot about that. fixed it.

254
Axe / Re: Total noob question
« on: July 29, 2010, 08:59:31 pm »
checked it, and it's true. This is real fun!!!

255
Axe / Re: Can I use the FreeRam pointers as static variables?
« on: July 29, 2010, 08:51:27 pm »
yes, and whenever you want some more space, you could also create an Appvar and use it as a pointer like L1 to store data, like this:
Code: [Select]
.A
"appvPTR"->Str11
GetCalc(Str11,32)->{L1}r
[3C3C66C3C3663C3C]->Pic01
Copy(Pic01,{L1}r,8)

Pages: 1 ... 15 16 [17] 18 19 ... 24