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

Odd scrolling behaviour?

 [1/3] from: depotcity::telus::net at: 2-May-2001 13:40


Again with this script, for some reason when I scroll the text messages, the button names scroll too? Right off the button!?! Does this happen to anyone else? TBrownell REBOL [ Title: "LFReD IRSee" Author: "Terry Brownell" Email: [tbrownell--yahoo--com] Date: 02-May-2001 File: %IRSee.r History: [{ Ver 1.0 }] ] read-it: http://216.232.249.87/view/irc.txt write-it: http://216.232.249.87/cgi-bin/irc.LFReD?said view layout [ backdrop 103.134.170 effect [ grid 10x10 93.124.160 ] across handle: field "Handle" 100 93.124.160 button "Enter" 75x25 93.124.160 [forever [wait 2 m/text: read read-it show m]] button "Quit" 75x25 93.124.160 [quit] return m: text 400x200 s4: slider 14x200 93.124.160 [scroll-para m s4] return message: field 93.124.160 return button 93.124.160 75x25 "Submit" #"^M" [read rejoin [write-it rejoin [handle/text ": " message/text]]message/text: "" show message] ]

 [2/3] from: ronald:gruss:libertysurf at: 2-May-2001 23:35


No problem for me, it works well. Still a newbie, but very impressed by Rebol softwares !! Good job ----- Original Message ----- From: "Terry Brownell" <[depotcity--telus--net]> To: "Rebol List" <[rebol-list--rebol--com]> Sent: Wednesday, May 02, 2001 10:40 PM Subject: [REBOL] Odd scrolling behaviour?
> Again with this script, for some reason when I scroll the text messages,
the button names scroll too? Right off the button!?! Does this happen to anyone else?

 [3/3] from: allenk:powerup:au at: 3-May-2001 7:46


Hi Terry, Perhaps a bit more information on series will help with understanding what is happening here with the message/text string http://www.rebol.com/docs/core23/rebolcore-6.html#78912 Cheers, Allen K ----- Original Message ----- From: "Terry Brownell" <[depotcity--telus--net]> To: "Rebol List" <[rebol-list--rebol--com]> Sent: Thursday, May 03, 2001 6:40 AM Subject: [REBOL] Odd scrolling behaviour?
> Again with this script, for some reason when I scroll the text messages,
the button names scroll too? Right off the button!?! Does this happen to anyone else?