Blake wrote:I'm not sure if you can hide the podcasts node.
This script you made... Are you planning on releasing it to the public?
No it was just a little script. It hides the VirtualCD node and the Preview node. Nothing more.
Code: Select all
Sub OnStartup
Set Tree = SDB.MainTree
SDB.MainTree.Node_VirtualCD.Visible = False
SDB.MainTree.Node_Previews.Visible = False
End Sub
I tried adding
Code: Select all
SDB.MainTree.Node_Podcasts.Visible = False
But that didn't work.
I don't really know what I'm doing

but i try and if it works it works.
[quote="Blake"]I'm not sure if you can hide the podcasts node.
This script you made... Are you planning on releasing it to the public?[/quote]
No it was just a little script. It hides the VirtualCD node and the Preview node. Nothing more.
[code]Sub OnStartup
Set Tree = SDB.MainTree
SDB.MainTree.Node_VirtualCD.Visible = False
SDB.MainTree.Node_Previews.Visible = False
End Sub[/code]
I tried adding
[code] SDB.MainTree.Node_Podcasts.Visible = False[/code]
But that didn't work.
I don't really know what I'm doing :) but i try and if it works it works.