Is there a way to get a pop up or notification when someone uses Ask the dj? also when reply to a message is sent what is the easiest way to see reply without having to go into another screen to find it?
Posted Mon 19 Apr 21 @ 5:10 pm
Just add the action get_askthedj_unread to a custom button
https://virtualdj.com/manuals/virtualdj/interface/decks/decksadvanced/custombuttons.html
(get_askthedj_unread ? blink ... alternatively.. if you want it to blink)
Not sure what you meant by reply, since replying to someone else, it shows on that someone else's device/webbrowser ;-)
https://virtualdj.com/manuals/virtualdj/interface/decks/decksadvanced/custombuttons.html
(get_askthedj_unread ? blink ... alternatively.. if you want it to blink)
Not sure what you meant by reply, since replying to someone else, it shows on that someone else's device/webbrowser ;-)
Posted Mon 19 Apr 21 @ 5:32 pm
The way I use to see reply is a to clone AskTheDJ folder in a sideview tab
the sideview becomes a message scroll panel
the sideview becomes a message scroll panel
Posted Mon 19 Apr 21 @ 5:43 pm
Is there any easy way to add that side folder? or anyway you can DM me a guide how to add it?
Posted Tue 20 Apr 21 @ 12:07 am
Just drag and drop ;-)
Posted Tue 20 Apr 21 @ 12:11 am
I don't remember where I found this, but this works perfectly for me.:
get_askthedj_unread ? blink 300ms : param_equal `get_browsed_folder` "Ask the DJ" ? goto_last_folder : browser_gotofolder "askthedj://"
get_askthedj_unread ? blink 300ms : param_equal `get_browsed_folder` "Ask the DJ" ? goto_last_folder : browser_gotofolder "askthedj://"
Posted Tue 20 Apr 21 @ 7:18 am
Ron Barend wrote :
I don't remember where I found this, but this works perfectly for me.:
get_askthedj_unread ? blink 300ms : param_equal `get_browsed_folder` "Ask the DJ" ? goto_last_folder : browser_gotofolder "askthedj://"
get_askthedj_unread ? blink 300ms : param_equal `get_browsed_folder` "Ask the DJ" ? goto_last_folder : browser_gotofolder "askthedj://"
Still Works Perfectly :)
Posted Wed 06 Sep 23 @ 5:07 pm