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

Pages: 1 ... 14 15 [16] 17 18 ... 33
226
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: December 24, 2012, 07:37:13 pm »
You can now search your text for a string :)
Find string: Ctrl+F, find next: Ctrl+G, find previous: Ctrl+Shift+G

There are also some fixes to the selection of text and if the installed ndless is too old, it tells you to update instead of crashing.


For the file browser how about talking to hoffa about somehow integrating either Ndless Commander into nTxt or nTxt into Ndless Commander? There is source code so you could play around with it for a bit.
There are at least three file browsers I could look at, but I would still need some time.

227
Calculator C / Re: Weird error: sprintf
« on: December 24, 2012, 06:05:21 pm »
http://hackspire.unsads.com/wiki/index.php/Syscalls says Newlib is used for exit() and here it says it's also used for floating point (because there's no FPU). But most other parts of newlib don't work with Ndless.

228
Calculator C / Re: Weird error: sprintf
« on: December 24, 2012, 05:17:10 pm »
Quote
Maybe GCC and Nucleus / TI's code use different formats for floating-point values ?
Is sprintf a syscall? Isn't it included in newlib?
sprintf is a syscall, yes. Ndless almost only uses syscalls and AFAIK doesn't use Newlib.

229
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: December 17, 2012, 04:44:55 pm »
Very well :)

Quote
For OS 3.3 already? ;)
No, "only" USB syscalls and some fixes :)

Quote
Bug report: It doesn't want to react to Ctrl+O before you release Ctrl.
Changed that. But I can't do anything about Ctrl+S not reacting until all keys are released.

I intend to make a filebrowser, but I remember hearing that it isn't too easy. And the rest of my code isn't perfectly stable yet, but I don't know where to look for bugs.

I have to write a paper for a final project at school, which I have to finish in the next four weeks, so I shouldn't work on nTxt too much...

230
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: December 17, 2012, 03:47:00 pm »
So updating ndless has fixed the crashes?

Quote
Checked the version you linked to, wow 685 > 643.
At the time I downloaded it (1 month ago) it was listed as most recent version O.o
The SVN trunk is already at 730 ;)

231
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: December 17, 2012, 03:19:08 pm »
Then the problem is with the libndls function show_msg_user_input, if you're really sure that your ndless installation is the latest beta release (http://www.unsads.com/projects/nsptools/downloader/download/release/1).

Code: [Select]
int inputlen;
show_msgbox("test", "test");
inputlen = show_msg_user_input("Open File", "", path, &tmp);
show_msgbox("test2", "test2");

232
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: December 17, 2012, 03:07:57 pm »
And before the next one?

233
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: December 17, 2012, 03:03:04 pm »
Ah, we're talking about those menus. Does the "test" msgbox in this build show up or does it crash before?

234
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: December 17, 2012, 02:27:06 pm »
Does it instantly crash when you press MENU or does it show something first? I don't have a physical CX and on the emulator it never crashes :(

235
TI-Nspire / Re: DrillMiner
« on: December 16, 2012, 05:49:37 pm »
Cool, a new nspire game! And it's looking good so far.
At first I thought it was a computer project :P

236
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: December 15, 2012, 12:55:16 pm »
Ok, try this one. It should tell you to update if your ndless is too old.

237
Ndless / Re: General Ndless Questions and Support
« on: December 12, 2012, 08:35:32 am »
Quote
4. Link "libRGB.a" to your project using the "-lRGB" to Nspire-gcc.

Do you have -lRGB written in your makefile?

238
Ndless / Re: General Ndless Questions and Support
« on: December 12, 2012, 08:13:30 am »
So building the helloworld sample in Ndless-SDK\_samples\helloworld gives errors, too?

Have you followed http://ndlessly.wordpress.com/native-development-intro/ when installing the SDK? Most importantly removing the old /bin and yagarto directories from PATH?

239
TI-Nspire / Re: nTxt - Nspire Text Editor
« on: December 05, 2012, 05:48:41 pm »
Update: page up and down implemented as ctrl+9 and ctrl+3  :)

240
Lua / Re: Doodle Jump in Lua
« on: December 03, 2012, 04:04:55 pm »
The highscore always resets when restarting the game on 3.1 (at least for me). And did you notice that in not constant scrolling mode it's almost impossible because the jump heights are much too short if the level doesn't go down while you're going up?

Also lol, I thought it was intended that you could jump without bouncing on the platforms :P

Pages: 1 ... 14 15 [16] 17 18 ... 33