Hi
All working great except instead of showing the arrow graphics it is show another graphic. All my graphics are in a single repeating container field. The calc looks like this
seedcode_BackMagic (
RF::g_Container_Images[77] ;
RF::g_Container_Images[78] ;
RF::g_Container_Images[80] ;
RF::g_Container_Images[79]
) // This calculation result is "container".
// BackMagic by SeedCode. www.seedcode.com
However the calculation result always shows the first repitition.
( RF::g_Container_Images[1] ). Any ideas why it does this or do i have to create 4 seperate container fields?
Regards
Kev
Incorrect graphic showing
3 posts
• Page 1 of 1
Posts: 2
Joined: Wed Mar 11, 2009 4:13 am |
|
![]()
Posts: 2493
Joined: Thu Nov 20, 2003 11:01 am |
Hi Kev,
If your container images are already in repeating fields you just need to edit the custom function "SeedCode_BackMagic" to remove the "Extend" around them. Changing this line... If ( $$Nav_BackInactive ≠1 ; Extend ( BackArrowLit ) ; Extend ( BackArrowDim ) ) ; To this... If ( $$Nav_BackInactive ≠1 ;BackArrowLit ; BackArrowDim ) ; And this line... If ( $$Nav_FWDInactive ≠1 ; Extend ( FWDArrowLit ) ; Extend ( FWDArrowDim ) ) ; To this... If ( $$Nav_FWDInactive ≠1 ; FWDArrowLit ; FWDArrowDim ) ; Best, John John Sindelar
SeedCode LLC |
Posts: 2
Joined: Wed Mar 11, 2009 4:13 am |
many thanks
|
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest

