Image doesn't resize in standalone
Posted: Thu Jan 15, 2009 5:23 am
Using rev 2.8.1
I'm using this code in a stack to resize a image.
It works fine in rev, but when I make a standalone the image doesn't resize.
***update I added a field and added some code that dumped the variables into the field to debug it. Oddly in this standalone the image resized fine. Then I made the field not visible and then made a new standalone. In this one the image didn't resize again ?????
Yep tested over and over, if I have this field visible, the resize works and if it is not visible then the resize doesn't work. I've just made it small and put it under another layer to hide it. that is very strang, but I guess I can work with it, unless anyone knows what is going on here.
I'm using this code in a stack to resize a image.
Code: Select all
set the height of last image to pNewH
set the width of last image to pNewW
***update I added a field and added some code that dumped the variables into the field to debug it. Oddly in this standalone the image resized fine. Then I made the field not visible and then made a new standalone. In this one the image didn't resize again ?????
Yep tested over and over, if I have this field visible, the resize works and if it is not visible then the resize doesn't work. I've just made it small and put it under another layer to hide it. that is very strang, but I guess I can work with it, unless anyone knows what is going on here.