Page 1 of 1
Resize with minimum dimensions (^) on Windows
Posted: 2008-06-19T22:47:47-07:00
by Tom
Hi,
Does resizing with minimum dimensions (^) work on Windows? It does on Linux but I doesn't look to work on Windows. Same version on both. (6.4.1)
Many thanks,
Tom
Re: Resize with minimum dimensions (^) on Windows
Posted: 2008-06-20T09:57:45-07:00
by fmw42
You probably need to escape the ^ character in windows. I think it might be % but you would need to check.
Re: Resize with minimum dimensions (^) on Windows
Posted: 2008-06-20T17:27:02-07:00
by Tom
Yes, you do. With itself! The caret character is itself an escape character for other characters, so you need to use ^^.
Now working well,
.
Thank you for your help!
Perhaps a note could be made about that in the user manual?
Re: Resize with minimum dimensions (^) on Windows
Posted: 2008-06-20T17:33:30-07:00
by fmw42