496
Other Calculators / Re: TI-Nspire prototype 1.1.7320
« on: March 07, 2011, 11:26:02 am »
But Wifi cradles cost quite much, don't they?
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. 496
Other Calculators / Re: TI-Nspire prototype 1.1.7320« on: March 07, 2011, 11:26:02 am »
But Wifi cradles cost quite much, don't they?
497
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad« on: March 07, 2011, 10:52:50 am »
Please make all sure you are using YAGARTO's 23.12.2010 release (GCC v4.5.2). It seems there have been incompatible ABI changes of object files or libraries between the previous one and this one.
498
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage« on: March 06, 2011, 08:38:44 am »
New beta (r382) fully compatible with the Touchpad area! Many thanks to Goplat and shrear for their help.
Programs should be rebuilt with this version to migrate their isKeyPressed() calls. Changelog: - isKeyPressed() compatible with Touchpad 499
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad« on: March 06, 2011, 07:59:14 am »
shrear, I have just updated libndls to use the "pressed" field returned by the touchpad controller (and the velocity fields are now also available with touchpad_scan()).
So isKeyPressed() should now react as expected, could you please confirm? 500
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad« on: March 06, 2011, 06:34:22 am »
A discussion about this was started here a while ago. I could indeed include hot keypad detection if anyone provides more info on it.
501
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad« on: March 05, 2011, 08:46:53 am »
You're right, I didn't see it.
502
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad« on: March 05, 2011, 07:31:30 am »
touchpad_scan() let use should the proximity threshold adapted to the program. But the threshold displayed is currently used for isKeyPressed() (ie for clickpad/touchpad programs). Should I keep it as it is? Else how can we find this "pressed" limit?
503
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad« on: March 05, 2011, 06:21:26 am »
Thank you for these details.
I have added a proximity bar at the top of the screen in ndless_tpad.tns. The vertical line shows the limit above which a "click" is reported by isKeyPressed(). Is the proximity correctly reported? Is the "touched"/"clicked" limit good for you? (it is the one defined by the Touchpad controller) 504
Calculator C / Re: Tutorial - Setting up C Development Environment for the TI-Nspire« on: March 05, 2011, 03:05:28 am »
Did you try samples/hello.tns? Does it crash?
puts() writes to the serial output, you won't see anything on real hardware unless you've built an adapter. But run from nspire_emu the text will be displayed on the DOS console. There is currently no standard function to display text on the screen but several programs already integrate custom functions for this. 505
Ndless / Re: General Ndless Questions and Support« on: March 05, 2011, 03:02:17 am »
Unfortunately the authors have to update them, you should ask them directly.
506
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad« on: March 05, 2011, 02:52:42 am »
some1specia1: OK so it's still there. I'll try other fixes and let you test them if you can.
shrear: 1) thanks, I couldn't test this one. My proposal is that isKeyPressed() tests for press and a other separate function tests for touch and returns the cords. ( I think that's what touchpad_scan() does but I'm not yet so far in the code) Yes, that is the idea. I'm not sure if "pressed" means report->contact = TRUE, or if it corresponds to a special threshold of report->proximity, so I don't know how to update ndless_tpad.tns to test it. For you would the sensibility of ndless_tpad.tns be a touched Touchpad or a pressed Touchpad? 507
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad« on: March 04, 2011, 01:01:53 pm »
calc84maniac: sorry, yes its 9.
Which button do you mean? (I have never seen a real Touchpad) shrear, Lionel: you're right, I should have "make clean all". It's fixed. 508
News / Re: nDoom makes Engadget and Kotaku news and continues to spread worldwide« on: March 04, 2011, 10:31:53 am »
This reminds me of Street Fighter when it was released for TI-89 when I was at school.
509
Ndless / Re: Ndless 2.0 for TI-Nspire Clickpad/Touchpad« on: March 04, 2011, 10:16:22 am »
Touchpad scan has been added with the help of Goplat. Since I don't own a TI-Nspire Touchpad and could only rely on emulated tests, I am really interested by any feedback from Touchpad users. For this you need to:
Here is a description of the current implementation, that may be adapted if it doesn't behave well on real hardware: The area is divided in 9 rectangles (left, upper-left, up, upper-right and so one) of identical width and height. Touching the rectangle in the middle make it click. I'm not sure if I should use a non-default proximity sensitivity for this one to be consistent with the OS behavior. I have never used a Touchpad so please tell me how it feels. 510
Nspire I/O / Re: Nspire I/O« on: March 04, 2011, 09:10:04 am »
Nice
Hehe, you're going to make one ExtendeD happy.I have unfortunately already started working on it. |
|