Page 1 of 1

Images

Posted: Thu Dec 11, 2008 5:03 pm
by hadi
I have a page that has an image box on the right and about eight small pictures on the left. I want to click on or rollover one of the small images and for it to appear inside the image box

Please Help Me

Thank you 8)

Posted: Thu Dec 11, 2008 6:00 pm
by Tim

Posted: Sat Feb 07, 2009 5:59 pm
by cogollo
Hello.

I need help to do the same, load an image into a image object. I have readed the tutorial, but the example doesn't work to me; somebody could help me?

I need a to load images from the HD and show them into an image object. Is this sentence correct?

Code: Select all

set the imageSource of image "OriginalImage" from file "c:\image.bmp"
Where "OriginalImage" is an image object from the GUI.

Thanks for your time.

Posted: Sun Feb 08, 2009 11:52 am
by Janschenkel
Loading from a file to display in an image control is a lot easier - just set the fileName property of the image control.

Code: Select all

set the fileName of image "MyImage" to "c:/someimage.jpg"
The only time you need the imageSource property is if you want to embed an image inside a field object's text.

HTH,

Jan Schenkel.