Page component problems
Posted: 16 Apr 2007, 15:49
by skyred
I was trying to insert imagevue as a component. I want to make a 760 x 250 component, which includes description either on left or on right. But I download the sample files. so.addVariable('displayposition', 'below'); The description only shows when I use "below" or "imagetop". Could anybody help me?
http://www.cs.grinnell.edu/~wangjing/php/upload/pc.html
Posted: 17 Apr 2007, 00:11
by mjau-mjau
Did you try so.addVariable('displayposition', 'right'); ?
Keep in mind, your images will have to be at a size so they allow space for descriptions to display on the right side.
You might wanna try in fullscreen (100%, 100%) to see if you can get it working first. Also perhaps try to remove the boxstage settings if that is interferring. Displaying descriptions on the side have some requirements to the available stage area, or it refuses to display.
Posted: 21 Apr 2007, 14:42
by skyred
I removed the boxstage and got the description showed. However, I don't how to make the picture align to the left instead of the center. Please help
http://www.cs.grinnell.edu/~wangjing/php/upload/pc.html
Posted: 25 Apr 2007, 10:57
by mjau-mjau
The slideshow generally always aligns to the middle unless you are using boxstage. In that case it aligns to the middle of the boxstage.
I think what you are asking for is a little out of the slideshows scope currently. The slideshow always centers after checking its maximum display size depending on image size, frame size and users screen size ofcourse. The description width is also dynamic depending on the resulting space available. You can't simply "align" the entire gallery to the left. You can use the boxstage parameter to control the virtual stage area, but im afraid that also cuts off the available space for the description.