Here I'm trying to reduce the width of an image 1 pixel (to 89), but it doesn't work:
Code: Select all
on init
make_perfview
set_ui_height(2)
declare ui_label $image (1,1)
set_text($image,"")
set_control_par_str(get_ui_id($image),$CONTROL_PAR_PICTURE,"pv_global_reverb_animation_big")
set_control_par(get_ui_id($image),$CONTROL_PAR_WIDTH, 89)
end on
