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

Pages: 1 ... 26 27 [28] 29 30 ... 55
406
Other Calculators / Re: First Nspire OS 3.1 informations
« on: July 22, 2011, 02:10:07 pm »
Juju: it's not really for me. If TI-Bank wants to attract international audience as this topic suggests, translating the site is a requirement, else I don't really understand how this advertisement makes sense.

407
Other Calculators / Re: First Nspire OS 3.1 informations
« on: July 21, 2011, 04:27:06 pm »
critor, couldn't TI-Bank's news item (at least the major annoucements) be translated to English for non-English speakers? Google translations aren't that good.

408
Lua / Re: Controlling external hardware through Lua
« on: July 15, 2011, 05:12:03 am »
Nice idea jim :)

409
Calculator C / Re: C Q&A Thread
« on: July 14, 2011, 04:11:51 am »
Try "c" after "break main", then run your program from the Documents menu.

410
Lua / Re: What's wrong with my code???
« on: July 13, 2011, 01:04:09 pm »
Did you follow this tutorial?

411
Lua / Re: What's wrong with my code???
« on: July 13, 2011, 12:21:07 pm »
print() outputs strings to the console on nspire_emu.

412
Lua / Re: What's wrong with my code???
« on: July 13, 2011, 12:14:14 pm »
First try to locate the problem by removing the code which doesn't contribue to it.
Use a set of calls to print() to identify precisely what's wrong with the program flow. Tell us what you expected to be printed, and what is actually printed.
You will probably get more help with this.

413
Calculator C / Re: C Q&A Thread
« on: July 12, 2011, 04:43:20 pm »
Yes, you should use TCT_Local_Control_Interrupts(0); . See samples/hello.c in the Ndless SDK.

To debug exceptions you don't understand, try a C debugger. Setting it up is not easy, and I haven't yet released a version of Ncubate compatible with the latest Nspire OS, but its still quite useful for nasty bugs.

415
Here is a first shot at an on-calc Lua editor, oclua.
The standard Notes editor is used to type in Lua code, then the code just needs to be pasted to be run.

The file is built for OS 3.0.1, it needs to be rebuilt with TI's official tools for OS 3.0.2 compatibility (or sent to an OS 3.0.1 then exported).

(sorry for the lines on the screenshot, it may be because I'm using an unregistered version of Camtasia Studio)

416
Lua / Re: Lua Q&A
« on: July 02, 2011, 02:06:20 pm »
Levak: you mean you can't set the focus on it? A quick try with a single D2Editor on the screen gets the focus on nspire_emu.

417
Lua / Re: Lua Q&A
« on: July 02, 2011, 04:30:15 am »
Try to use the class D2Editor.

[edit] sorry I missed jimbauwens's post.

jimbauwens, what's wrong with it? The scrolling?

418
Ndless / Re: Problems with keyboard functions
« on: July 01, 2011, 06:59:37 pm »
Which version of YAGARTO are you using? Make sure to use the latest one.

419
Calculator C / Re: Set up ndless dev environment in eclipse?
« on: June 29, 2011, 02:27:41 pm »
Don't forget to share your suggestions and troubles with the setup procedure of the video tutorial, here or on the wiki page.

420
General Calculator Help / Re: Ndless keypad problem
« on: June 27, 2011, 04:25:59 pm »
The Touchpad is controlled by dedicated i/o ports.
The keyboard routines are linked as static library to the programs, that's why they need to be recompiled to interact with the Touchpad hardware.

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