Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

VID area-slider trouble

 [1/2] from: rotenca::telvia::it at: 13-Nov-2001 19:18


I've found a little problem with area and slider. If you use 2 areas with sliders and the standard (?) scroll-para area slider, because Vid does not clone the para object and the two areas share the same para object, they will be always at same scroll position (the same apply for the others fields like wrap indent margin origin tabs). The work around is obviously manually force the cloning of the para object. --- Ciao Romano

 [2/2] from: nitsch-lists:netcologne at: 13-Nov-2001 20:31


RE: [REBOL] VID area-slider trouble Hi Romano, [rotenca--telvia--it] wrote:
> I've found a little problem with area and slider. > If you use 2 areas with sliders and the standard (?) scroll-para area slider, > because Vid does not clone the para object and the two areas share the same > para object, they will be always at same scroll position (the same apply for > the others fields like wrap indent margin origin tabs). > The work around is obviously manually force the cloning of the para object. >
yes, with para[]. after a while i got used to that.. -Volker