Page 1 of 1

description of folder : where is it displayed ?

Posted: 26 Jul 2008, 16:27
by MacDo
Hello,

I enter some descriptions for folders but I cannot see them in the flash version. Would it be possible to show the description at the top right of the page, and maybe under the folder name in the navigation menu ?

Thank you once more for your advices !

MacDo

Posted: 26 Jul 2008, 16:50
by Patrick_D1985
It is possible to them sorta like that :

Preview :
http://www2.writeitdown.nl/NEW/#/conten ... 12998.jpg/

look for the following file
imagevue\themes\YOUR THEME\themeConfig.xml

Find :
<style>above</style>

And change it to what you want.

Find :
<items>title,description</items>

And change it to what you want.

Posted: 27 Jul 2008, 05:41
by MacDo
Thank you very much for your reply, Patrick_D1985 ! I'll try it...

I've an additional question about your gallery : I saw that your thumbnailscroller is partially shown when inactive. How did you do this ?

I tried to check/uncheck the autohide checkmark and to increase/decrease the autohide_offset, but this seems to have no effect and the thumbnailscroller always completely disappears when the mouse is out...

Thank you once more for your advices !

Posted: 27 Jul 2008, 06:23
by Patrick_D1985
Strange because changing thos values shoudl do it.
I changed the offset to get it shwoing up partially.

Post your theme config file once and i;ll see what i can do :)

Posted: 27 Jul 2008, 06:37
by MacDo
Hmm... Yes, it changes something but not as yours...

In the ThumbnailScroller config section of my theme, I checked "autohide" and set "autohide_offset" to 50. When I maximize for the first time a picture in my gallery, the thumbnail scroller partially shows as I want to. Then I move my mouse over it and the hovered thumbnail zooms. It's ok. But now if my mouse goes out of the thumbnail scroller zone (if I move my mouse to the big picture for instance), the thumbnail scroller completely disappears... although I would like it to be again partially visible...

Thank for your patience and your help...

Here is an excerpt from my themeConfig.xml :
Code
			<thumbnailscroller>
				<start_scale>40</start_scale>
				<active_scale>100</active_scale>
				<start_brightness>30</start_brightness>
				<active_brightness>100</active_brightness>
				<space>10</space>
				<frame_width>6</frame_width>
				<frame_color>0x000000</frame_color>
				<frame_color_active>0xFFFFFF</frame_color_active>
				<back_color>0x000000</back_color>
				<alpha>100</alpha>
				<alpha_active>100</alpha_active>
				<back_alpha>25</back_alpha>
				<back_alpha_active>100</back_alpha_active>
				<scrollbar_height>8</scrollbar_height>
				<autohide>true</autohide>
				<autohide_offset>50</autohide_offset>
			</thumbnailscroller>
Do you need more or anything else ?

ps. the phenomena seems to be exactly the same with autohide set to false...

Re: description of folder : where is it displayed ?

Posted: 30 Jul 2008, 00:24
by mjau-mjau
MacDo wrote:I enter some descriptions for folders but I cannot see them in the flash version. Would it be possible to show the description at the top right of the page, and maybe under the folder name in the navigation menu ?
Folder descriptions are not added yet actually. I am going to add that soon when we build the startimage options(which may include a gallery browser).

As for thumbnailscroller.autohide, this requires maincontrols.autohide to be set to false, or else it hides the thumbnailscroller anyway and the autohide native to the thumbnailscroller will have no effect. I will clear up a little here in next release.