Here's the Turbo version with 'Color Picker' integration for maximum ease of use. crafted by @tomic ~ D3mon ~ Azaniah ~ Nathan There's a bit more to installing this one than the Plus! version.
Just rename to .asp and remove the _turbo from the top two filenames to use. Then, add this line in to your inc_iconfiles.asp Const strIconColor = "icon_color.gif|15|15"
Yeah I know. We kinda both wrote the same thing at the same time! This code is a combination of work from me, Azaniah, @tomic and I believe the original release was from Nathan.
Can we make the color picker window resizeable? Right now I can only see the top half and I have to scroll to see the bottom half. Be much nicer if I could resize it and see all the colors at once. Easier to pick visually then having to visualy remember the ones on the other half.
Sorry. I love playing with color. :))
This reminds me I have to figure out how to do the same thing for some other of snitz's pop up windows. They pop up the wrong size or something and I have to scroll to see everything.. :(
In inc_header.asp (I think) there will be some Javascript functions for opening windows. Add the text in red to the ones which can't be resized and they will become resizable:-
function openWindow4(url) { popupWin = window.open(url,'new_page','width=400,height=525,resizable=yes') }
Can do yes, but here's the catch - you'd have to resize it every time you opened the window... A clever piece of javascript could work out if there's enough room on the screen and open it out fully...
Good ideas; I'm no Javascript expert, so I assume they both work
By the way, I've just updated to 3.4.01 and installed the color picker, excellent MOD D3mon! It makes it so much easier to see what the results will be like before committing them. (And credit to the authors of the original color pickers too)