janevu / podchess

Automatically exported from code.google.com/p/podchess
GNU General Public License v3.0
1 stars 0 forks source link

Move Review/History #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
new feature target for 1.0 release

Original issue reported on code.google.com by Sakur.de...@gmail.com on 21 Sep 2009 at 10:01

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
You can setup the UI. I can work on the back-end at the same time.

Original comment by huypha...@gmail.com on 4 Oct 2009 at 2:35

GoogleCodeExporter commented 9 years ago
So far, I found no problem so far with the current implementation.

Original comment by huypha...@gmail.com on 9 Oct 2009 at 3:21

GoogleCodeExporter commented 9 years ago
So far, two operations "Previous" and "Next" have been implemented. The 
remaining two operations "Begin" and 
"End" will be implemented later (likely after 1.0 is released).

*** My current plan is to detect a "Click-and-Hold" on each existing button to 
trigger the "Begin" (or "End").  As 
of now, it seems that we need to introduce a new timer that would start when a 
"touchesBegan:" is triggered. 
Note: the timestamp is *not* changed between "touchesBegan:" and "touchedEnded" 
*unless* the touch moves.

Original comment by huypha...@gmail.com on 12 Oct 2009 at 1:45

GoogleCodeExporter commented 9 years ago
Well, UITouch object contains timestamp information, you can easily get clock 
information from there .... And , yes, I agree on "lone press" to slip to the 
either 
end for move review. 

Original comment by Sakur.de...@gmail.com on 12 Oct 2009 at 3:05

GoogleCodeExporter commented 9 years ago
At first, I thought the same as you about using the timestamp as the solution. 
However, that is not possible 
because the timestamp is *not* changed within a single touch. The user must 
move his touch for the timestamp 
to be different!
 (I use NSLog to print out the value and find out that is the case. I also google(d) and found that other people had 
the same problem)

Original comment by huypha...@gmail.com on 12 Oct 2009 at 3:19

GoogleCodeExporter commented 9 years ago
okay... seems Apple doesn't account for long touch support for other 
application than 
its dock desktop manager (long touch will trigger app uninstallation prompt). 
Sorry 
,not noticing you last note ......:)

Original comment by Sakur.de...@gmail.com on 12 Oct 2009 at 4:23