| View previous topic :: View next topic |
| Author |
Message |
Kerry
Joined: 20 Jul 2006 Posts: 146 Location: Los Angeles
|
Posted: Fri Sep 08, 2006 10:59 am Post subject: MyCP (Color Picker) |
|
|
Hi everyone, just wrote a color picker because I wanted a very easy, fast to use color picker. Picks the color off the screen with the "alt" key (feel free to change to whatever you like most.
It can be used in console app with "/color" to make your cursor turn into a cross hair, and you pick the spot on the screen you want the color of, as opposed to being the location of your mouse.
It can also be used as a function, by writing "choosecolor(true)"
My apologies if there is pointless code here very late.
View Code | Download Program
-Kerry _________________ String Manipulator - GrabIco |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Fri Sep 08, 2006 12:45 pm Post subject: |
|
|
| Would you mind to provide the code as 'myCP.txt' otherwise you'll getting a Download dialog box instead of getting it displayed right away (But I might be wrong?). |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5376 Location: /b/
|
Posted: Fri Sep 08, 2006 3:48 pm Post subject: |
|
|
| BoBo wrote: | | Would you mind to provide the code as 'myCP.txt' otherwise you'll getting a Download dialog box instead of getting it displayed right away (But I might be wrong?). | autohotkey.net uses the text/plain MIME content-type for .ahk files so standards compliant browsers like Firefox will display the text. It is possible to suggest or force a download instead but this option is less preferred. MSIE obeys the system registry before anything so it gives the Open/Save As dialog, I don't know how to change this.
... in conclusion, use Firefox  |
|
| Back to top |
|
 |
Kerry
Joined: 20 Jul 2006 Posts: 146 Location: Los Angeles
|
Posted: Fri Sep 08, 2006 7:57 pm Post subject: |
|
|
Hi Bobo - I uploaded it. Tell me if there is a different.
I also agree with Titan - get Firefox .
-Kerry _________________ String Manipulator - GrabIco |
|
| Back to top |
|
 |
|