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 ... 31 32 [33] 34 35 ... 55
481
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage
« on: March 19, 2011, 12:30:58 pm »
The last remaining known issues are the crash when installing from MyLib and the installation popup sometimes not being displayed.

482
Ndless / Re: Idling the CPU
« on: March 19, 2011, 04:09:42 am »
Sorry for this issue :(
I have updated idle() with Goplat's code. sleep() still uses idle() and is unchanged.
Programs needs to be rebuild to use the updated version.

483
Other Calculators / Re: The 1st step into CAS+ flashing
« on: March 18, 2011, 08:31:03 am »
Maybe you could try to brute force the interface to find out the different commands.
Scripting this shouldn't be too difficult.

484
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage
« on: March 16, 2011, 10:46:07 am »
Can you make sure you are not transfering the Ndless files to MyLib? This is an issue with this system folder I still need to investigate.

485
nDoom / Re: nDoom - BETA!
« on: March 14, 2011, 05:20:10 pm »
Mrakoplaz: have a look at port 900B0028 for the ON key.

486
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage
« on: March 14, 2011, 08:22:56 am »
Did you make sure to use the file ndless_installer.tns which corresponds to your OS version?

487
Other Calculators / Re: mViewer - Nspire BMP viewer
« on: March 12, 2011, 08:09:46 am »
The screen shift issue is actually caused by reads and writes from the screen i/o. A memcpy-ied screen buffer should be used for the reads. Could you check if there is anything like this in your code?

488
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage
« on: March 12, 2011, 04:44:25 am »
As suggested by critor, starting from r385 touchpad_scan() updates report->arrow for easier "touched" arrow scan. This allows smoother navigation in user interfaces by avoiding the keys to be pressed.
You will have to wait for broooom's build script to run before downloading the build.

489
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage
« on: March 12, 2011, 03:35:36 am »
critor: you're right, it's now fixed.

490
Other Calculators / Re: mViewer - Nspire BMP viewer
« on: March 12, 2011, 02:56:27 am »
My Ndless 2.0 build doesn't work with Ndless 1.7.

What happens? Do you know which 2.0-specific feature you are using?

- reboots (rare)

I hope the shift of the screen will be fixed for the final release.
But I don't have any bug reports related to reboots, if you want me to investigate I would need more information.

491
Other Calculators / Re: mViewer - Nspire BMP viewer
« on: March 11, 2011, 04:07:08 am »
I don't think providing a Ndless 1.7 build is really useful. Ndless 2.0 is forward compatible and quite stable now.

492
Calculator C / Re: nspire-ld help
« on: March 11, 2011, 04:05:40 am »
Didi you set up the Eclipse project exactly the same way as in the video tutorial?

493
Calculator C / Re: nspire-ld help
« on: March 10, 2011, 04:17:45 am »
1) Do you mean nspire-ld works in MSYS? What did you change to make it work?
2) Are you using Eclipse CDT? Did you set it up as described here? I'm surprised "ld.exe" complains instead of "arm-none-eabi-ld.exe".
3) Do you mean MSYS instead of MINGW32? The "nothing to be done for all" means everything as been built. "make clean all" can be used for a full rebuild.

494
Calculator C / Re: nspire-ld help
« on: March 09, 2011, 03:45:51 am »
Sorry I misread you first post.
So you mean typing "nspire-gcc" in MSYS returns no error whereas "nspire-ld" returns one, although the two files exist ndless\sdk\bin ?

495
Calculator C / Re: nspire-ld help
« on: March 08, 2011, 05:21:32 am »
Make sure YAGARTO's bin/ directory is in your PATH environment variable as described in the tutorial.

Pages: 1 ... 31 32 [33] 34 35 ... 55