Search…

X3 Photo Gallery Support Forums

Search…
 
alberto
Experienced
Topic Author
Posts: 120
Joined: 24 Apr 2007, 16:35

transition and backcolor

14 May 2007, 14:07

during transition between vertical and horizontal photo I have a black mask .
how can I delete it?
albertobernasconi.com/gallery
thanks
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

14 May 2007, 15:53

If you change your slideshowimagevueconfig.ini like this:
Code
[VISUAL]

startimage = false
startheading = foldername
displaykeyguide = true
backimage = background.swf
backalign = M
bgcol = ffffff
textcol = 34507A
tooltipforegroundcolor = bgcol
tooltipbackgroundcolor = textcol
framewidth = 1
framecol = 000000
innerframewidth = false
innerframecol = 000000
frameshadow = false
slideshowlayer = false
slideshowlayeralpha = 30
slideshowlayeralign = OIM
slideshowlayermargin = 10

[TRANSITION]

transition = white,fade; white,fade
transitionresize = white,fade; white,fade
frametransition = true
the problem should be gone, and some other code is cleaned up.
(please use 6 characters if you set a color, e.g. ffffff)
Rene
http://www.globetrotternet.nl/
 
alberto
Experienced
Topic Author
Posts: 120
Joined: 24 Apr 2007, 16:35

14 May 2007, 18:04

done. but the problem remain the same.
what's the difference between slideshowimagevueconfig.ini and slideshowconfig.ini
thanks

[VISUAL]

startimage = false
startheading = foldername
displaykeyguide = true
backimage = background.swf
backalign = M
bgcol = ffffff
textcol = 34507A
tooltipforegroundcolor = bgcol
tooltipbackgroundcolor = textcol
framewidth = 1
framecol = 000000
innerframewidth = 1
innerframecol = 000000
frameshadow = false
slideshowlayer = false
slideshowlayeralpha = 30
slideshowlayeralign = OIM
slideshowlayermargin = 10

[TRANSITION]

transition = ,white,fade; ,white,fade,
transitionresize = ,white,fade; ,white,fade,
frametransition = true
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

15 May 2007, 01:59

slideshowimagevueconfig.ini is used for slideshow which is started from the thumbnail gallery.
slideshowconfig.ini is used for slideshow which is started directly.
Rene
http://www.globetrotternet.nl/
 
alberto
Experienced
Topic Author
Posts: 120
Joined: 24 Apr 2007, 16:35

15 May 2007, 03:03

THANKS, I wait for the resolution of my problem.
 
User avatar
globetrotter
Imagevue Expert
Posts: 844
Joined: 18 Oct 2006, 13:16

15 May 2007, 05:32

When I used the settings as I post earlier, it works OK.
Did you already changed your slideshowimagevueconfig.ini?
Rene
http://www.globetrotternet.nl/
 
alberto
Experienced
Topic Author
Posts: 120
Joined: 24 Apr 2007, 16:35

17 May 2007, 04:37

as you can see from my previous post , my config. is exactly like yours, but doesn't work
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

18 May 2007, 10:39

alberto wrote:as you can see from my previous post , my config. is exactly like yours, but doesn't work
In fact, he has:
Code
innerframewidth = false
while you have:
Code
innerframewidth = 1
That removes the black mask hanging behind, because in your case you were using framewidth and innerframewidth at the same value and the same color. If I understand you correctly, you might otherwise wanna try:
Code
framewidth = 2
framecol = 000000
innerframewidth = 1
innerframecol = FFFFFF
rule: framewidth needs to be larger than innerframewidth, else you might as well disable the innerframe (innerframewidth = false) because a second frame will not show anyway.
 
alberto
Experienced
Topic Author
Posts: 120
Joined: 24 Apr 2007, 16:35

20 May 2007, 18:21

perfect. thanks
a.
 
alberto
Experienced
Topic Author
Posts: 120
Joined: 24 Apr 2007, 16:35

21 May 2007, 11:11

how can I delete completely the frame of the photos ?
thanks
a