From: Jack Unrue
Subject: ANN: Graphic-Forms version 0.6.0
Date: 
Message-ID: <bvgnj2ltj06s5q0356815b817d44fj8b5j@4ax.com>
I'm pleased to announce release 0.6.0 of Graphic-Forms, a Common
Lisp library for Windows GUI programming. This is an alpha release,
meaning that the feature set and API have not yet stabilized.

For information on what's new in this release:
http://awayrepl.blogspot.com/2006/10/graphic-forms-version-060.html

The README.txt file in the release zip file also has important
information.

Download the release zip file here:
http://prdownloads.sourceforge.net/graphic-forms/graphic-forms-0.6.0.zip?download

The project website is:
http://common-lisp.net/project/graphic-forms/


-- 
Jack Unrue

From: Ken Tilton
Subject: Re: ANN: Graphic-Forms version 0.6.0
Date: 
Message-ID: <s3Q_g.53$dw2.5@newsfe11.lga>
Jack Unrue wrote:
> I'm pleased to announce release 0.6.0 of Graphic-Forms, a Common
> Lisp library for Windows GUI programming. This is an alpha release,
> meaning that the feature set and API have not yet stabilized.
> 
> For information on what's new in this release:
> http://awayrepl.blogspot.com/2006/10/graphic-forms-version-060.html
> 
> The README.txt file in the release zip file also has important
> information.
> 
> Download the release zip file here:
> http://prdownloads.sourceforge.net/graphic-forms/graphic-forms-0.6.0.zip?download
> 
> The project website is:
> http://common-lisp.net/project/graphic-forms/
> 
> 

At some point you really need to re-incorporate Cells. I was just 
looking at OpenLaszlo:

     http://www.openlaszlo.org/lps/docs/guide/constraints.html

Garnet had KR, Adobe has Adam... I think a GUI without constraints is 
like... oh, wait, I banned analogies from c.l.l, didn't I?

:)

kt

-- 
Cells: http://common-lisp.net/project/cells/

"I'll say I'm losing my grip, and it feels terrific."
    -- Smiling husband to scowling wife, New Yorker cartoon
From: Luke Crook
Subject: Re: ANN: Graphic-Forms version 0.6.0
Date: 
Message-ID: <1161639034.784767.258940@i3g2000cwc.googlegroups.com>
Ken Tilton wrote:
>      http://www.openlaszlo.org/lps/docs/guide/constraints.html
>

So THAT is what cells is about. It seems quite useful. Can Cells handle
the circular dependencies as illustrated in one of the examples in the
link you provided? A->B->A

- Luke
From: Ken Tilton
Subject: Re: ANN: Graphic-Forms version 0.6.0
Date: 
Message-ID: <7mi%g.443$OY.367@newsfe11.lga>
Luke Crook wrote:
> Ken Tilton wrote:
> 
>>     http://www.openlaszlo.org/lps/docs/guide/constraints.html
>>
> 
> 
> So THAT is what cells is about.

I deserved that.

> It seems quite useful.

Not at all, dead end, move on, nothing to see.

> Can Cells handle
> the circular dependencies as illustrated in one of the examples in the
> link you provided? A->B->A

Differently. Really needs to be better at that. Used to be, but then I 
made a design mistake (I was young, what did I know?) and took out a 
nice "gosub" mechanism for gracefully handling things like the two 
blocks following each other when the other is dragged. Code is 
somewhere. Maybe I will bring it back for Cells4.

kt

-- 
Cells: http://common-lisp.net/project/cells/

"I'll say I'm losing my grip, and it feels terrific."
    -- Smiling husband to scowling wife, New Yorker cartoon