igmeou Posted March 10, 2005 Share Posted March 10, 2005 I had try your program and it's cool..... But as what they mention the checkbox are not working as nothing is happening when check. Another thing, did you remove the source code or the link is broken??? In general, I like your program. 2 Thumbs up [font="Arial"]Thanks[/font]If @error = me Then $sorry Else Do $clarifyMe Until $meClear EndIF MsgBox(0,"Special Message!","Special Thanks to " & $allHadReplied,$Forever) Link to comment Share on other sites More sharing options...
Josbe Posted March 14, 2005 Author Share Posted March 14, 2005 The "Interactive mode" checkbox does not work right.XDrop 0.16: fixed: "Interactive mode" option. (thanks to CS, for report it) AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to comment Share on other sites More sharing options...
Josbe Posted March 14, 2005 Author Share Posted March 14, 2005 @DaLiMan: "Lock Sliders" option, it works normal. This option don't block the movement for any slider, only controls the proportional movement. About "Free Picker": Yeah, would be nice. At the moment, I can't find the best way for do it. Thanks. @igmeou: Thxs. Fixed. (link for source). AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to comment Share on other sites More sharing options...
Alterego Posted March 14, 2005 Share Posted March 14, 2005 josbe you know what'd be neat? i don't even think it would be that hard...but if you used the new drawing function to have a representation on the gui of an inch around wherever the cursor was at the time, and you could change the aperature / zoom etc...that'd be wickedalso, if you could change your cursor size and it gave you the average color of all the colors under the cursoranyways.... This dynamic web page is powered by AutoIt 3. Link to comment Share on other sites More sharing options...
therks Posted March 15, 2005 Share Posted March 15, 2005 Hehehe.. the aperture? Do you even know what an aperture is? It's how wide the shutter is opened when you take a picture with a camera. I took photography in highschool. I'm pretty sure there is a method more efficient than using the Graphic controls though. Some kind of DllCall. I saw someone using it here on the forums before... Actually I thought it was with this script but I guess not. My AutoIt Stuff | My Github Link to comment Share on other sites More sharing options...
Alterego Posted March 15, 2005 Share Posted March 15, 2005 Hehehe.. the aperture? Do you even know what an aperture is? It's how wide the shutter is opened when you take a picture with a camera. I took photography in highschool. I'm pretty sure there is a method more efficient than using the Graphic controls though. Some kind of DllCall. I saw someone using it here on the forums before... Actually I thought it was with this script but I guess not.<{POST_SNAPBACK}>i'd say i'm pretty familiar with aperature. have you ever used the DigitalColor Meter on a mac? i'm not familiar with these strange machines but i managed to take a screenshot..seems the only format you can do it in is a gigantic PDF so sorry abou this.../me fumbles around and wishes he had autoit for the mac =)screenshot This dynamic web page is powered by AutoIt 3. Link to comment Share on other sites More sharing options...
therks Posted March 16, 2005 Share Posted March 16, 2005 Damn you for knowing what you're talking about! So in that software, the aperture simply refers to how large the area it's grabbing for the preview is? That makes sense. I'm just only used to the word in a camera context. My AutoIt Stuff | My Github Link to comment Share on other sites More sharing options...
Alterego Posted March 16, 2005 Share Posted March 16, 2005 yeah thats it...my favorite part of that app is that it takes an average of all the colors currently under the scope of the aperature. you can get down to a single color (eg 1 pixel) by using a very small aperature. so say you were looking for a good color to use to write some text near a photo, and you didnt want to use black or white, maybe an average of nearby colors would be a good choice. you can't do this in photoshop This dynamic web page is powered by AutoIt 3. Link to comment Share on other sites More sharing options...
Josbe Posted March 16, 2005 Author Share Posted March 16, 2005 @Alterego: It looks interesting. I would need see that so useful could be this for most users. I will have it in mind. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to comment Share on other sites More sharing options...
therks Posted March 17, 2005 Share Posted March 17, 2005 ...you can't do this in photoshop<{POST_SNAPBACK}>Actually you can, but it's limited. In the eyedropper settings, you can define to take exact pixel, or an average of 3x3 pixels, or 5x5 pixels. My AutoIt Stuff | My Github Link to comment Share on other sites More sharing options...
Alterego Posted March 17, 2005 Share Posted March 17, 2005 oh semi-neat...feel better now? This dynamic web page is powered by AutoIt 3. Link to comment Share on other sites More sharing options...
sPeziFisH Posted March 17, 2005 Share Posted March 17, 2005 A great tool josbe One bug: when I use freepick and want to take a color in an area where the XDrop-window normally is, after pressing Shift+pause XDrop takes an area of the XDrop-window as the spot seems to be taken after the window is back ..or sth. like this. Link to comment Share on other sites More sharing options...
Josbe Posted March 17, 2005 Author Share Posted March 17, 2005 A great tool josbe One bug: when I use freepick and want to take a color in an area where the XDrop-window normally is, after pressing Shift+pause XDrop takes an area of the XDrop-window as the spot seems to be taken after the window is back ..or sth. like this.<{POST_SNAPBACK}>@sPeziFisH: Yeah, I know. At moment, it's a limitation only(for me). (For now, you need to move the XDrop's window to another position.)I might find some way(in the future)...thanks AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to comment Share on other sites More sharing options...
Greenseed Posted March 21, 2005 Share Posted March 21, 2005 (edited) I'm very impress about your xdrop you have done a great job with autoit gui. thx. Edited March 21, 2005 by Greenseed GreenseedMCSE+I, CCNA, A+Canada, QuebecMake Love Around You. Link to comment Share on other sites More sharing options...
bshoenhair Posted March 23, 2005 Share Posted March 23, 2005 (edited) @josbe Nice Script I have a suggestion on interactive mode. Interactive mode comes into play when the slider is moved correct ? Is so to avoid the flickering of controls can you change it to only interact when the slider changes ? Also this would spare some CPU usage while in interactive mode. Edited March 23, 2005 by bshoenhair Link to comment Share on other sites More sharing options...
bshoenhair Posted March 29, 2005 Share Posted March 29, 2005 @josbe Any comment on my suggestion about the flickering of controls ? Link to comment Share on other sites More sharing options...
Josbe Posted March 30, 2005 Author Share Posted March 30, 2005 @josbeAny comment on my suggestion about the flickering of controls ?<{POST_SNAPBACK}>@bshoenhair: Sorry...I missed some days lately...Just today, I reviewed the code, thinking in your suggestion, and I found a solution.(Maybe "Interactive mode" checkbox isn't needed)I will update the new changes, soon...(ASAP)Thanks. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to comment Share on other sites More sharing options...
bshoenhair Posted April 25, 2005 Share Posted April 25, 2005 @bshoenhair: Sorry...I missed some days lately...Just today, I reviewed the code, thinking in your suggestion, and I found a solution.(Maybe "Interactive mode" checkbox isn't needed)I will update the new changes, soon...(ASAP)Thanks. <{POST_SNAPBACK}>@josbeBeen awhile since your last comment, any update yet ? Link to comment Share on other sites More sharing options...
Josbe Posted April 28, 2005 Author Share Posted April 28, 2005 @josbeBeen awhile since your last comment, any update yet ?<{POST_SNAPBACK}>(sorry)@bshoenhair: Tomorrow, surely. Stay tune... AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to comment Share on other sites More sharing options...
layer Posted April 28, 2005 Share Posted April 28, 2005 Uh ohh... I'm going to start having to work on PixelShop agaiN! Nah, personally, I prefer XDrop FootbaG Link to comment Share on other sites More sharing options...
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