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

Pages: 1 ... 26 27 [28] 29 30 ... 98
406
tiDE / Re: tiDE
« on: June 23, 2011, 04:37:28 am »
There's a WHAT?! You're planning to make this an Axe IDE too? :o
* Deep Thought sits down and waits patiently until this gets released
Everything TI-calculator related... z80 asm, TI-Basic, Axe, Nspire C, 68k asm, etc.
What about Prizm? ;D

407
General Calculator Help / Re: Ndless keypad problem
« on: June 23, 2011, 04:36:35 am »
Are the Ndless programs that you're trying to run compatible with the touchpad?

408
Casio Calculators / Re: Compiling stuff for Prizm
« on: June 23, 2011, 04:21:27 am »
And one additional question for everybody: How do you debug your project for cg calculator ?
I think most of us simply run the program on the actual calculator. The only existing fx-CG emulator is the fx-CG Manager PLUS by Casio, which is intended for education and does not offer any debug features. Sometimes it also runs add-ins a bit differently when compared to the calc, but it is in fact a real emulator. Sadly, it isn't free.

409
Lua / Re: Setting up Nspire Lua on Linux
« on: June 21, 2011, 01:10:28 pm »
Couldn't it be reverse-engineered?
The main problem is not that we don't know how 0D compression works. The problem is that it's protected by a patent, and that can limit us a lot.

410
TI Z80 / Re: Axe parser game
« on: June 21, 2011, 01:05:39 pm »
A quick question for you (because I'm too lazy to actually go and test myself):
Can Ion program be run without using a shell?
There are two kinds of Ion programs. All Ion programs that are made in Axe are of the first kind, and can be run without using a shell.

411
Lua / Re: Setting up Nspire Lua on Linux
« on: June 21, 2011, 04:58:51 am »
Ah. I'll be looking forward to the new version, then. :)

412
Lua / Re: Setting up Nspire Lua on Linux
« on: June 21, 2011, 04:53:05 am »
Does this produce 0D-encrypted files that are 3.0.2 compatible, or do we need to use 3.0.1 to re-save the TNS?

413
Miscellaneous / Re: Seeing into the future?
« on: June 21, 2011, 04:28:53 am »
This hasn't happened to me... I often have dreams that are quite realistic and tell me about things that could probably happen, but they never turn out to be true. It's almost a bit creepy, because I keep thinking that the things in the dreams have actually happened the morning afterwards.

414
TI-Nspire / Re: [Lua] Bobby Carrot
« on: June 21, 2011, 04:20:33 am »
And, you want me to upload a PNG screenshot ? JPEG quality is not that bad, is it ?
I just wanted to see what it would look like in action. JPEG isn't lossless like PNG, but it's better than most BMPs, which I'm glad you didn't use.
BMPs often have as good image quality as PNGs... But the file sizes can get very large.

415
Minecraft Discussion / Re: Omnimaga minecraft server
« on: June 18, 2011, 06:13:10 am »
Doesn't Juju already have a server?

416
OmnomIRC Development / /me has an extra space
« on: June 18, 2011, 05:06:05 am »
Viewed from an IRC client, a /me line sent by OmnomIRC looks like this:

Code: [Select]
(10:18:02) OmnomIRC: (O)* Keoni29  slaps fishbot in the face with a large fishbone(plus colors)

It should probably be like this:

Code: [Select]
(10:18:02) OmnomIRC: (O)* Keoni29 slaps fishbot in the face with a large fishbone
Is the space between the * and the username also a mistake, or is it intentional?

417
Casio Calculators / Re: Secret debug menu
« on: June 17, 2011, 03:51:29 pm »
I think the best bet is to either wait for Casio to make an SD card version of the Prizm or we make a usb flash drive application.
Do you mean like msd8x? I don't know if that's possible... We don't know anything at all about USB, and the Prizm doesn't even support mini-A.

418
TI Z80 / Re: [Axe Parser Shoot'em up] Devrays
« on: June 16, 2011, 08:57:15 am »
nah, I get an 'error balloon' "USB device is not recognized" (Or so, just translated on-the-fly, not looked up). Maybe I shuold check batteries or so.
Try a different USB port, possibly a different cable, and a RAM clear.

419
Axe / Re: Commands for Axe
« on: June 16, 2011, 07:26:37 am »
JosJuice is right: every If needs an End
Josjuice is wrong: we can do Else
Oh sorry, I meant Then ;D

420
Axe / Re: Commands for Axe
« on: June 16, 2011, 07:18:30 am »
I did not know that yet.
PRGM after Error.
Thanks. Smiley


It's the Pt-ON( command.





Now, it says MISSING END
( after the Pause 5000 )


What should that be?
I'm not an Axe expert, but I think you forgot to put a few Ends in your code... In Axe, every If needs an End, even if there is no Else (and there is never an Else as far as I know).

Pages: 1 ... 26 27 [28] 29 30 ... 98