ColorPicker W/Color Dialogs
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 4.7 (of 3 scores) |
| Date Added | Apr 23, 2009 |
| Last Updated | Apr 23, 2009 |
| Tags | background color dialogs foreground icon window |
Introduction
The reason I am posting this is to demonstrate how to create a color pallet with mirc's drawfill/drawsave functions, and then use it to spice up your dialogs with a little COLOR :)
The jewel of this script is the MakeColorIcons alias. This alias creates a small bitmap image for each of the 16 colors available in mirc.
If you look at this line - ->
| Code: |
| window -hBpf +d @MakeColorIcons -1 -1 68 68 |
The last two numbers determine the size of the bmp. 68 x 68 is equal to 34 x 34 in dialogs.
You can change these two numbers, in conjunction with the last two numbers in the drawfill line, to change the file size/shape.
In addition, you can also use $rgb() in the drawfill line, to create custom colors.
Basically, anything you can draw in a window, can be saved with drawsave and used in dialogs or elsewhere in mirc.
From here you just need to add a icon spot in your dialog and add your color with did -g dialogname N pathtofile\filename.bmp

:)
mIRC Snippet:
ColorPicker W/Color Dialogs
Posted on Apr 24, 2009 9:26 am
Posted on Apr 24, 2009 9:26 am
nice job... good example
mIRC Snippet:
ColorPicker W/Color Dialogs
Posted on Apr 24, 2009 9:49 am
Posted on Apr 24, 2009 9:49 am
Thanks err0r007 :)
mIRC Snippet:
ColorPicker W/Color Dialogs
Posted on Apr 24, 2009 11:57 pm
Posted on Apr 24, 2009 11:57 pm
I like how you did this very neat.
mIRC Snippet:
ColorPicker W/Color Dialogs
Posted on Apr 25, 2009 12:32 am
Posted on Apr 25, 2009 12:32 am
Thanks Aucun50 :)
mIRC Snippet:
ColorPicker W/Color Dialogs
Posted on Apr 25, 2009 4:13 am
Posted on Apr 25, 2009 4:13 am
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
mIRC Snippet:
ColorPicker W/Color Dialogs
Posted on May 6, 2009 10:20 pm
Posted on May 6, 2009 10:20 pm
amazing..good job FordLawnmower
mIRC Snippet:
ColorPicker W/Color Dialogs
Posted on May 7, 2009 4:28 pm
Posted on May 7, 2009 4:28 pm
Thank you eyiezinc :)
mIRC Snippet:
ColorPicker W/Color Dialogs
Posted on Jun 17, 2009 3:16 am
Posted on Jun 17, 2009 3:16 am
Hey, I'm going to ask this question here and in the forums. When I pasted this code in the Aliases of my mIRC v6.35 Script Editor I get this...
-G Unknown command
-
-G Unknown command
-
-17 Unknown command
-
-G Unknown command
-
-G Unknown command
-
-G Unknown command
-
-G Unknown command
-G Unknown command
-
-G Unknown command
-
-17 Unknown command
-
-G Unknown command
-
-G Unknown command
-
-G Unknown command
-
-G Unknown command
mIRC Snippet:
ColorPicker W/Color Dialogs
Posted on Jun 17, 2009 2:30 pm
Posted on Jun 17, 2009 2:30 pm
You have to put this into remotes TheProdigY.
Alt+r -- From the file menu select NEW. --- Then paste the code and save it with a unique file name.
Alt+r -- From the file menu select NEW. --- Then paste the code and save it with a unique file name.
mIRC Snippet:
ColorPicker W/Color Dialogs
Posted on Jun 17, 2009 4:10 pm
Posted on Jun 17, 2009 4:10 pm
Ok, I did that. I put it in the Remote. Saved it as a unique name, clicked ok. Nothing happened. Do I need to do something else for it to come up?
mIRC Snippet:
ColorPicker W/Color Dialogs
Posted on Jun 17, 2009 4:11 pm
Posted on Jun 17, 2009 4:11 pm
Nevermind! I figured it out! Thank you so much FordLawnmower. And thanks for this excellent color script!
mIRC Snippet:
ColorPicker W/Color Dialogs
Posted on Jun 17, 2009 4:18 pm
Posted on Jun 17, 2009 4:18 pm
You're welcome TheProdigY :)
mIRC Snippet:
ColorPicker W/Color Dialogs
Posted on Jun 17, 2009 5:35 pm
Posted on Jun 17, 2009 5:35 pm
FordLawnmower, I've got one more question, hopefully. When I loaded your script up, I changed it from white text, and blue background. It shows up just as plain text black letters, white background. I unloaded the colors.mrc that came with my Beirut v4 mIRC v6.35. All it does is change the channel background colors to whatever color I chose and the text color to whatever I chose. I just wanted my channel (chatroom, PM, whatever) as black background and my text ONLY to be blue background with white text. I don't know what's going on with that. Any solutions?






