Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: play_control::get()->play_item question (Read 1987 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

play_control::get()->play_item question

I try to start a new song with play_control::get()->play_item() from inside of a play_callback::on_playback_stop() callback.

Basically it works, the music is playing, the seekbar is moving but the statusbar and some other things are not updated.

When I call the play_control::get()->play_item() from outside of the on_playback_stop() function everything works fine.

Is this a bug or am I not supposed things like these?