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 :)
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 :)
1
person likes this idea
I like this idea!
Tell me when this idea gets some attention.
The more people who like this idea, the more it gets noticed.
The more people who like this idea, the more it gets noticed.
-
Inappropriate?Check out the lastest nightly!
-
Inappropriate?I assume "nightly" = build or version so... *checks for new version*
-
Inappropriate?Ok, no updates found? So, i guess that means something different.
-
Inappropriate?Ah, you'll have to download one. We don't currently have updates for the nightly builds. http://wiki.songbirdnest.com/Develope...
Loading Profile...




