Page 1 of 1

Scripting question

Posted: 21 Mar 2008 00:41
by Orson
I want to create a script that first opens the bottom section of the window, then selects preview for a file, thus furnishing a large preview. The commands I want to activate are #667 and #1022. I've played around a bit, looked in help.... but I'm not getting something basic about the syntax needed for a script like this.

Suggestions?

Thanks.

Posted: 21 Mar 2008 01:58
by serendipity
::#667;#1022 should do.

Posted: 21 Mar 2008 02:11
by j_c_hallgren
I've not done this either, but I'm also wondering....about the fact that...since #667 is the Max/Min toggle, so what the current state is causes a possible different result, right? Because if it was already Max, then #667 should cause a Min, which is not what you desire...so I'm not sure how one would guarantee the proper setup in all cases...

That's just my $.01...

Posted: 21 Mar 2008 02:45
by Orson
thanks! it works!

And yes, as j_c_hallgren said, one command is a toggle, so I have to accept that. There is no command that simply enlarges that bottom of the window, is there?