terrypin Posted October 30, 2013 Share Posted October 30, 2013 Anyone else use PaintShop Pro please? (originally Jasc, now Corel.) Mine is an old version, PSP 8, but this issue probably applies to more recent ones. AutoIt (and other tools such as AHK and Macro Express Pro) seem unable to access its image windows. They don't appear in the list of windows when using AutoIt v3 Window Info, for example. If there's some way to work with these 'child' windows I'd appreciate a pointer or simple example please. -- Terry, East Grinstead, UK Link to comment Share on other sites More sharing options...
czardas Posted October 30, 2013 Share Posted October 30, 2013 (edited) The only thing I can think of is to use exact coordinates and pixel search functions. Depending on what you intend to do, this could get rather complicated. If you do try this, I suggest maximizing both parent and child windows and make sure all tool bars are in fixed positions. For simple tasks (such as dragging a coloured layer a few pixels to the right or left) this approach may be acceptable. Edited October 30, 2013 by czardas operator64 ArrayWorkshop Link to comment Share on other sites More sharing options...
terrypin Posted October 30, 2013 Author Share Posted October 30, 2013 Thanks czardas. Yes, that's the approach I've been taking. But it's so dependent on positioning etc that I'm hoping to find a better alternative. Terry, East Grinstead, UK Link to comment Share on other sites More sharing options...
junkew Posted October 30, 2013 Share Posted October 30, 2013 try this '?do=embed' frameborder='0' data-embedContent>> there is a simple spy to see if it recognizes controls not directly recognized by Au3INF FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
terrypin Posted October 30, 2013 Author Share Posted October 30, 2013 Thanks, I'll explore that, although as a novice it looks a bit heavy! -- Terry, East Grinstead, UK Link to comment Share on other sites More sharing options...
Jfish Posted October 31, 2013 Share Posted October 31, 2013 I Googled how to script PSP and found this documentation. It looks they use Python and have a "copyimage" function. . Blue_Drache 1 Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt 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