Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
Gilad Barnea
5 discussion posts
Hi!

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);
}
}

or something :)

Thanks!
Apr 5, 2018 (modified Apr 5, 2018)  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
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 :)

Thanks!
Apr 5, 2018  • #2
User Image
Gilad Barnea
5 discussion posts
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.
Apr 6, 2018 (modified Apr 6, 2018)  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Sure! You can email us at support@displayfusion.com :)
Apr 6, 2018  • #4
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)