Page 1 of 1

Winamp and Directory Questions

Posted: Mon Dec 31, 2007 12:17 am
by bryan
Hi,

I am stuck on the most basic concept - using a touchscreen button to navigate up and down items shown in a directory control. How is this done?

Also, and I hope a little less obvious, I'm trying to support manual advance and backup a track in Winamp, but I don't use playlists so the +=1 on "play list song number" approach doesn't work. I play entire CDs by simply setting "Play Source" to the CD directory, instead of a track and letting Winamp cycle through the directory. I am using the standard winamp plugin provided with HB. I'm also using the winamp com control to access song name referred to here and thought that might offer a way, but I'm not having much luck.

Thanks for any help.
Bryan

Fixed part two

Posted: Mon Dec 31, 2007 10:48 am
by bryan
Update on my second question, the commands for "next track" and "last track" are, not suprisingly, "FastForward" and "Rewind" via the WinampCom object interface. I've tested these and they work correctly.