[REBOL] Re: calm before the storm
From: moliad:g:mail at: 10-Jun-2008 22:19
On Tue, Jun 10, 2008 at 8:07 PM, Gregg Irwin <gregg-pointillistic.com> wrote:
> All I can say is...go Max go! (maybe I'll beat BrianT to it :)
its already motivating to see Picture-lab first baby steps:
mouse-wheel scrolling over a pair value in the gui's property pane,
and see a draw block rebuild itself, bound to the value under the
mouse cursor, rendering in real time.
:-)
tonight, I should finish (actually rebuild, again ;-) undo/redo and file i/o
I've just discovered a strange REBOL bug where once a failed attempt
at using to-image is encountered, a face no longer is able to be used
with to-image.... meaning I must do:
image: attempt [to-image MAKE myface []]
arrgh... such little things make us loose sooooo much time...
-MAx