r4dius
Junior Member
Registered: Mar 2002
From:
|
Docked toolbar problem
Hi,
I recently tried to add docked toolbar in my skin but there's a bug or something,
when it gets docked the player disappears, I found it has something to do you "Desktop Alpha" because if I disable "DA" it works,
if I dock it with "DA" enabled then I disable / enable it the toolbar appears, the same thing when undocking.
So I tried to disable then re-enable "DA" by script when docking / undock with this script
code: toolbar.onDock() {
if(isDesktopAlphaAvailable() == 1) {
attrib_desktopalpha.setData("0");
attrib_desktopalpha.setData("1");
}
}
toolbar.onUndock() {
toolbar.onDock();
}
But it just produces a nice winamp crash (actually it even crashes with nothing inside the toolbar.ondock)
Can someone help ?
Thanks
Quick Link | Report this post to a moderator | IP: Logged
|