Page 1 of 1

playlist_goto

Posted: 02 Nov 2006 12:08
by lkondrad
Hello all,

I would like to ask question regarding playlist. When I use rc interface, the goto command does not work. Goto is deprecated. I would like to ask how now I can jump to some item in the playlist.

I have realized though the playlist_Goto function is deprecated it is still in pda, beos and wince gui code which produce error.

I am most interested in pda interface and I would like to ask how can I replace playlist_Goto function.

BR,
Lukasz

Posted: 03 Nov 2006 12:46
by lkondrad
Hello all,

I solve the problem by change the playlist_Goto(p_playlist, i_row) function on playlist_LockControl( p_playlist, PLAYLIST_VIEWPLAY, NULL, p_playlist->pp_items[i_row] ).

I know that this is not the best solution, but works:)

BR,
lukasz