Jump to content

Recommended Posts

Posted

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.

Posted

#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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...