i have a button(button 1) and a pic on my page (Image1), all i want to do is when i press the button i must got a message
with the size of the pic so :
on preload of the main page :result = Image.GetSize("Image1")
on the click of the button : Dialog.Message("size", result)
but it is not working ,
i notice that if the command connern the get opacity ,get filename or whatever single
result there will be no error but when the result should be 2 number like positon result = Image.GetPos("Image1") or size ....
i am getting an error
any help guys , thanks in advance .

