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

[REBOL] Re: RebView "Text Field with scrollbars'

From: charles:mougel:spinodo at: 12-Jan-2005 19:57

Hi, I have the same bug with SDK. Here is a quick patch to activate Didier's patch. (area-scroll) That's work now ? ------- if true [;change here ;all [system/version/1 = 1 system/version/2 = 2 system/version/3 < 16] [ if not find svv/vid-styles 'scroller [ alert "Sorry, area-scroll needs 'scroller style not available in this Rebol/View version !" quit ] ctx-access: context [ field: context [ ------- Charles. Yvan a =E9crit :