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

[REBOL] Re: is this a bug?

From: rishioswal:ya:hoo at: 11-Apr-2001 0:14

hi Anton. I'm sorry, it still seems like a bug to me. The documentation says: TAB skips forward in the current direction (across or below) to the next tab position. So if you have the following code: rebol [] view layout [ tabs 40 ;sets tab space to 40 pixels. field "Field 1" ;displays field 1 with no tab tab ; tab 40 spaces below field 1 field "Field 2" ;display field 2 tab ;tab 40 spaces below field 2 field "Field 3" ;display field 3 ] But it does not seem to work this way. Instead it seems like there is 80pixels between field 1 and field2 and 40 pixels between field 2 and field 3. It doesn't seem to make sense to me... rishi ] --- Anton <[arolls--bigpond--net--au]> wrote: