[REBOL] Re: offset
From: ammoncooke::yahoo at: 22-May-2001 14:07
sorry about the typo, here's the real code: REBOL[] title: "Offset Test" Author: "Ammon Cooke" view layout[ offset 100x100 vh1 "Offset Test" ] The result was interesting, in one script it throws: offset has no value in another it says: Unknown word or style: offset Misplaced item: 100x100 What's up??? Thanks!! Ammon