Posted by member 12025 on 2004-05-06 15:45:23 link
1. Lots of features seem to elude popup. Some even that I've used in the distant past with older versions. :)
What you're asking for is a lot, there. Why not just do it with background images for the popup?
2. You'll basically have to make a script w/ mzScript to do that. Bets to make the BG color settings part of the mzScript variable file(s), and do something like:
calling it like so, with a hex color parameter:
BUT...if the xommand line is in a LsBox, you'll also have to destroy and create the LsBox.
And if you do that, I'd recommend it be alone in the LsBox. since it took all of 30 seconds to make and test that script...xlabels did not want to go back into the box.
What you're asking for is a lot, there. Why not just do it with background images for the popup?
2. You'll basically have to make a script w/ mzScript to do that. Bets to make the BG color settings part of the mzScript variable file(s), and do something like:
*script bang !commandBGColorSet
*script exec !varSet commandBGColor %{\1}
*script exec !varSaveAll
*script exec !reload
*script exec !NetReloadModule lsxcommand-1.9.2
*script ~bang
*script exec !varSet commandBGColor %{\1}
*script exec !varSaveAll
*script exec !reload
*script exec !NetReloadModule lsxcommand-1.9.2
*script ~bang
calling it like so, with a hex color parameter:
!commandBGColorSet ABCDEF
BUT...if the xommand line is in a LsBox, you'll also have to destroy and create the LsBox.
And if you do that, I'd recommend it be alone in the LsBox. since it took all of 30 seconds to make and test that script...xlabels did not want to go back into the box.