Phaethon Posted September 14, 2007 Posted September 14, 2007 The Coder's HelperInfo:This is a basic tool, that can be rather useful. It is a tool that provides a calculator, x,y coordinate fetcher, and hex code pixel fetcher all in one. This is written entirely in AutoIt v3, and is a very useful tool.Downloads:.exe File: Coders_Helper.exe.au3 Source: coders_helper.au3Hope everyone likes this script! If anyone has any suggestions, feature requests, or bug reports, please post them here Coder's Helper >> Here[center][/center]
BillLuvsU Posted September 14, 2007 Posted September 14, 2007 This is fantastic for an early script. Goodjob! I can't wait to see what kind of developer you turn into. My moneys on you kid ;P [center][/center]Working on the next big thing.Currently Playing: Halo 4, League of LegendsXBL GT: iRememberYhslaw
Phaethon Posted September 14, 2007 Author Posted September 14, 2007 Glad you like it. Thanks Coder's Helper >> Here[center][/center]
Kreatorul Posted September 14, 2007 Posted September 14, 2007 Nice but it would be easier to show the x,y and the hex color "under the mouse" and if you press ctrl-z or ctrl-x it will store everything in the edit boxes...it's the same thing...all you have to do it's add that tooltip under the mouse:P
Phaethon Posted September 14, 2007 Author Posted September 14, 2007 @Kreatorul - I'm not really understanding what you are trying to say.. Could you clarify please :"> Coder's Helper >> Here[center][/center]
Kreatorul Posted September 14, 2007 Posted September 14, 2007 Dude when you are with the mouse over a specific pixel let's say the autoit forum and the color is blue...you create a popup that "sticks" to the mouse wich will tell you the color under the mouse...like you do with ctrl-x except that the color will be shown in a popup near the mouse pointer and it will be self-updated without pressing any keys.
Phaethon Posted September 14, 2007 Author Posted September 14, 2007 Wouldn't that be a bit annoying? Coder's Helper >> Here[center][/center]
therks Posted September 15, 2007 Posted September 15, 2007 You can also cut the hex colour down to 6 characters instead of 8. You won't find a hex color over FFFFFF. My AutoIt Stuff | My Github
Richard Robertson Posted September 15, 2007 Posted September 15, 2007 Technically, every color is above 00FFFFFF because the Alpha that takes up the left most two hex digits should always be FF. It is implied and unused, but it is understood to be there. Not a bad script at all, but for the future, you can save your upload space by not uploading a binary. We can all compile the source.
Phaethon Posted September 16, 2007 Author Posted September 16, 2007 Thanks for the tip. Was a bit dumb in retrospect to upload both of them Coder's Helper >> Here[center][/center]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now