BFS scripts are amazing, I love it. I have a feeling I'll be uploading them one in a while for a long time.
I would also love to use the DF Taskbar, but as of now I'm using a different taskbar app that adds lots of other functionality that I don't want to give up, like having the option to close a taskbar item via dragging it towards the desktop.
If BFS scripts also supported taskbar actions I would totally take it as a small side project.
Is it something that might be possible sometime? Have you guys thought of it?
I'm can already see it - private void OnMouseDrag(bool toDesktop, taskbarItemHandle){
if (toDesktop){
BFS.Application.Kill(taskbarItemHandle);
}
}
Glad to hear you like the scripting capabilities! That would actually be really tricky to do, because the scripts aren't really meant to be long running.
However, if you can list the taskbar features that you want to see on the DF taskbar, I'd be glad to add them to our feature request list for future consideration
Is it possible to send you a PM? Or any other private means? Because I'm basically listing another app's features, so I'm a little uncomfortable doing it so publicly.