Get your own customer support community
 

Folder-Browser window titles need changing.

Also as per my previous suggestion (but different so; new topic)

I would modify the folder browser window's title to what action is being performed.
right now (before it kept crashing) it read "Browse for folder" -- very generic. Lets say your choosing a folder to scan for media, it can be : "Select a folder to scan for media", or something similar.

Hint : You can create your own folder form and just make a function that changes the properties of that window.
Not sure what language SongBird is written in, but in VB.net this is how I would do it:

Declaration:
public sub windowFormer (byval size as drawing.size, byval title as string)

Usage:
dim size as drawing.size = 100,300
WindowFormer (size,"My title")

this would let you reuse that form with different settings on the fly.

This is something you probably will do by the time it gets to the 1.0 release anyway but i thought i would bring it to your attention :)
 
happy I’m confident that you will read my idea and think about it.
Inappropriate?
1 person likes this idea

User_default_medium