Hi Rennur,
Thank you for your email. Here is a screenshot of what I am trying to do

URL: http://tinypic.com/r/ibgv3r/8
I have a business object which has the attributes Signature and Sig_Scaled both of which are Picture attributes having the "Picture Represents Signature" box checked. I display both of them on the form and when the user signs the Signature attribute with the mouse and saves the form, I have a rule at the save of the form.
Patient_Forms.Sig_Scaled=SCALE_IMAGE(Patient_Forms.Signature,60,30)
I am storing the scaled image in Sig_Scaled attribute. Upon clicking the Save button, this rule is executed and the Sig_Scaled attribute is populated as a black band as shown in the screenshot. The main signature is stored in the database as .png while the scaled image is stored as .jpeg format.
Everything seems fine but only the display part is not working. It worked perfect when the picture was not a signature. But when I check the "Picture Represents Signature" checkbox, only the original signature is displayed; not the scaled one.
I am using AwareIM Professional Edition Version 5.9 Build 1893. Which version are you using? Is it any different from what you tried? Am I going wrong somewhere? Do you have your screen shots as well?
Appreciate your inputs.
Thanks!