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

Pages: 1 ... 58 59 [60] 61 62 ... 80
886
Other / Re: 1st steps on PICAXE dev
« on: January 01, 2012, 04:20:28 pm »
Ö wow, great.. so just by getting the right inputs and outputs you can communicate with the nspire? how did you manage to discover this?

887
Miscellaneous / Re: Happy New Year!
« on: January 01, 2012, 03:55:50 pm »
my resolutions are of a high definition :)

let's hope it stays like this..

888
Other Calculators / Re: Lua & Nspire sensors - let's have some fun!
« on: January 01, 2012, 03:45:10 pm »
wow, did you do this with my conversion program?? nice :) that's really nice, never expected something like this huge Ö

889
TI Z80 / Re: SpeeJump, a fast horizontal-scrolling game
« on: January 01, 2012, 08:40:42 am »
well, it is really nice.. do you plan to add more levels? and indeed, level  seems a bit buggy, since when you jump to high, or right in the grey block, it seems like you are absorbed in it lol
but it is nice.. does it run at 6 or 15 MHz ? (couldn't look at you code). congratz!

890
Introduce Yourself! / Re: Hello
« on: January 01, 2012, 07:29:51 am »
i'm there iVenom, i'm there :) up to 7 xp

891
TI Z80 / Re: Axe GUI Library
« on: January 01, 2012, 06:02:34 am »
nice to hear, it looks really good!

892
General Calculator Help / Re: memory failure 84+
« on: January 01, 2012, 04:01:21 am »
well, i do no program in axe myself, so it must have something to do with the program that are in it then?
now he's totally screwed up, but i can still communicate with other calcs, but not with pc

it's really strange though

893
Miscellaneous / Happy New Year!
« on: December 31, 2011, 09:31:13 pm »
I want to wish everyone around here a happy new year, and a lot of fun and a good programming year!

i hope 2012 is gonna be a great year, but i'm sure it will, so: Enjoy!
also, 300th post :)

894
General Calculator Help / Re: memory failure 84+
« on: December 30, 2011, 04:02:18 am »
it still is strange, but check the memory, not one byte is free. And when i archive a 12 byte prog, it has still 2 bytes left ???
an di'm able to send from calc to calc, but not from pc to calc (exccept for the os, that works..)

895
General Calculator Help / Re: memory failure 84+
« on: December 29, 2011, 07:27:41 pm »
nope, only:
basic progs: counter, tst
other: axe, swords

896
General Calculator Help / memory failure 84+
« on: December 29, 2011, 07:25:22 pm »
hi

i'm already having some troubles with my calc for quite a while, i don't know how, but these are the screen i get. I've already resent the os, and put in new batteries
it doesn't work to send files anymore, it gives "device doesn't recognize instruction".
I had a program TST, which you can see in the screenie, that was archived. Then i removed the "u" variable beneath it, got a RAM clear, and the content of the archived TST program was gone, although the program itself still existed.. all apps from archive are running normal



these are the programs on the calc:
basic: counter, tst
other: axe, swords

thanks in advance
Nick

897
TI-BASIC / Re: 100 TI-BASIC Optimizing Tips
« on: December 29, 2011, 07:05:05 pm »
Code: [Select]
input A
if A=5
goto AA
if A!=5 (!= has to be the not equal to sign)
goto BB
lbl AA
disp A
lbl BB
output(5,5,A
to
Code: [Select]
input A
if A=5
goto AA
output(5,5,A
lbl AA
disp A

898
Other Calculators / Re: Lua & Nspire sensors - let's have some fun!
« on: December 29, 2011, 03:45:19 pm »
well euh critor, i was just kidding, i was talking about the turning of that table thing where the calc lays down on.. :)

899
Casio Calculators / Re: Linux casio calculator transfer program
« on: December 29, 2011, 01:19:56 pm »
is this what you were looking for? http://xizard.free.fr/logiciels/XI_interface/XI_interface.html

edit: or maybe here you can find something: http://tuxmobil.org/calculators_unix.html

900
OmnomIRC Development / Re: OmnomIRC Mobile
« on: December 29, 2011, 10:39:36 am »
for those who fail to make it work, do this:

settings > applications > 1) Uknown sources
                                  2) > development > allow mock locations

paramètres > applications > 1) sources inconnues
                                      2) > développement > positions fictives

instellingen > toepassingen > 1) onbekende bronnen
                                        2) > Ontikkeling > neplocaties toestaan

einstellungen > anwendungen > 1) unbekannte quellen
                                           2) entwickelung > falsche standorte

When done this, it should work, be sure to have checked both! :)
for those who don't get it yet, here's a screenie on how to do this

Pages: 1 ... 58 59 [60] 61 62 ... 80