buttons not working with this csv
I just started to work with HD600 and have made a simple csv file with a menu and 4 buttons which trigger 4 media files. Menu picture appears but buttons don't work (though they work normaly with BS demo).
That's how csv file looks in Excell:
IMAGEMODE 2
VIDEOMODE pal
EVENTS button:1 button:2 button:3 button:4
STATE menu.bmp pic01.bmp pic02.bmp kd.mpg mk.mpg
Upon saving as .cvs, the file opened in Notepad like this:
IMAGEMODE;2;;;;
VIDEOMODE;pal;;;;
EVENTS;;button:1;button:2;button:3;button:4
STATE;menu.bmp;pic01.bmp;pic02.bmp;kd.mpg;mk.mpg
I edited the file replacing semicolons with commas:
IMAGEMODE,2,,,,
VIDEOMODE,pal,,,,
EVENTS,,button:1,button:2,button:3,button:4
STATE,menu.bmp,pic01.bmp,pic02.bmp,kd.mpg,mk.mpg
What's wrong with the csv file?
thanks