View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#703
Originally Posted by juiceme View Post
This sure looks like the tap was registered for the non-existing sixth line. I'll have to see the scripts whether there's a bug in them.
What should happen is that the touch-map that is generated contains hooks only for the number of lines present in the menu.
Oh yeah, there's a bug indeed! Nicely spotted.

Code:
juice@osiris:~/animatronics$ svn diff menuscripts/select_os_animated.sh
Index: menuscripts/select_os_animated.sh
===================================================================
--- menuscripts/select_os_animated.sh	(revision 70)
+++ menuscripts/select_os_animated.sh	(working copy)
@@ -429,7 +429,7 @@
   else
     mapfile_line_5=$(echo -e "# mapfile_line_5")
   fi
-  if [ $maplines -gt 4 ]; then
+  if [ $maplines -gt 5 ]; then
     mapfile_line_6=$(echo -e "$X6B 0 $X6E 480 6 65 $7")
   else
      mapfile_line_6=$(echo -e "# mapfile_line_6")
juice@osiris:~/animatronics$
I'll fix that and make you a new cpio to test
 

The Following 2 Users Say Thank You to juiceme For This Useful Post: