>Can someone tell me why the size of an image is always O in the Image panel?
>  I can't either display it with this simple script:
>
>on mouseup
>   put size of image "Affichage" into field "TailleI"
>end mouseup
>// the result is 0


Hi,

You must tell Rev :

put the rect of image "Affichage" into field "TailleI"



Regards,


----
Beruvin


Private:

(entre lyonnais faut bien s'aider ;-)

Reply via email to