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

[REBOL] Re: text-list questions (probably answered before)

From: peoyli:algonet:se at: 17-Apr-2001 19:23

Hi, I have earlier found these fixes for the text-list (/View FAQ, and mailing list), but that's not what I'm looking for. The size of the slider is updated as it should, since I rebuild the whole layout before redisplaying (which is stupid to do in the example I supplied, but I am working on another project that requires this to be done). What I want to do is _position_ the slider knob at the same place as it was before the rebuild, not at the top of the container.. Actually, calling the fix-slider function (which is using list/lines instead of list/data) in my example broke the slider (it filled the whole container for some reason). The list/data version did nothing, since it had no reason to change the size of the slider knob. /PeO