I'm using Russell777 configuration. I'm very happy with it, but there's a little problem.
When I press "Library" button, instead of to see the list in the same panel of the playlist, it appears in a new window.
It appears this window:
but I'd like to see this --->: 
But it do not always happen! Once in a while I get the right library, and I'm not be able to know why succeeded it.
I'd like do not have the library in a separate window. What is the problem?
Here I paste the code for the buttons:
CODE
// Background
$drawrect(1,1,112,13,brushcolor-88-88-103pencolor-200-200-200)
$drawrect(111,1,112,13,brushcolor-87-88-103pencolor-200-200-200)
$drawrect(222,1,111,13,brushcolor-87-88-103pencolor-200-200-200)
// PerTrack
$button2(0,0,0,0,120,15,
'$alignabs(0,-1,117,15,center,)$font(franklin gothic medium,8,bold,200-200-200)LIBRARY',
'$alignabs(0,-1,117,15,center,)$font(franklin gothic medium,8,bold,250-250-250)LIBRARY','album list',)
$button2(111,0,0,0,110,13,
'$alignabs(0,-1,117,15,center,)$font(franklin gothic medium,8,bold,200-200-200)PLAYLISTS',
'$alignabs(0,-1,117,15,center,)$font(franklin gothic medium,8,bold,250-250-250)PLAYLISTS','vertical splitter',)
$button2(222,0,0,0,110,13,
'$alignabs(0,-1,121,15,center,)$font(franklin gothic medium,8,bold,200-200-200)PROFILE',
'$alignabs(0,-1,121,15,center,)$font(franklin gothic medium,8,bold,250-250-250)PROFILE','browse profile directory',)
$drawrect(1,1,112,13,brushcolor-88-88-103pencolor-200-200-200)
$drawrect(111,1,112,13,brushcolor-87-88-103pencolor-200-200-200)
$drawrect(222,1,111,13,brushcolor-87-88-103pencolor-200-200-200)
// PerTrack
$button2(0,0,0,0,120,15,
'$alignabs(0,-1,117,15,center,)$font(franklin gothic medium,8,bold,200-200-200)LIBRARY',
'$alignabs(0,-1,117,15,center,)$font(franklin gothic medium,8,bold,250-250-250)LIBRARY','album list',)
$button2(111,0,0,0,110,13,
'$alignabs(0,-1,117,15,center,)$font(franklin gothic medium,8,bold,200-200-200)PLAYLISTS',
'$alignabs(0,-1,117,15,center,)$font(franklin gothic medium,8,bold,250-250-250)PLAYLISTS','vertical splitter',)
$button2(222,0,0,0,110,13,
'$alignabs(0,-1,121,15,center,)$font(franklin gothic medium,8,bold,200-200-200)PROFILE',
'$alignabs(0,-1,121,15,center,)$font(franklin gothic medium,8,bold,250-250-250)PROFILE','browse profile directory',)
Anyone can help me, please?
Bye conax.
