jdegraff Posted September 13, 2010 Posted September 13, 2010 Can anyone recommend how to change the size of the treeview (leftmost) panel in the FastStone Viewer main display? I've tried altering the size but the display does not change to reflect the new size (even though the command reports success). Here is what I have tried (I'm using a very simple shell I wrote for running vbScript interactively) :title = "FastStone" :cname = "TJamShellTree1" :cid = 1576174 :?aut.ControlGetPosWidth(title,"",cname) 254 :?aut.ControlMove(title,"",cname,0,50,400) 1 :?aut.ControlGetPosWidth(title,"",cname) 254 As you can see the size of the control was not changed.
HavikTech Posted September 14, 2010 Posted September 14, 2010 #1- The code you 've posted is different from the standard Autoit coding. i think it's not AutoIt, or maybe you are using some very old version. #2- if you aare trying to modify a existing control size of a program then it's not possible, but if you want to click on that then this is possible. Please clear what you want. #3- Post a screen shot of what you want to do with FastStone.
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