On Friday 14 June 2002 1:00 pm, John Levon wrote:
> On Fri, Jun 14, 2002 at 12:32:31PM +0100, Angus Leeming wrote:
> > So, you need a flag telling you whether you're creating or modifying. Why
> > not modify ViewBase::update to ViewBase::update(bool creating). That
> > should do it. (You might nee
On Fri, Jun 14, 2002 at 12:32:31PM +0100, Angus Leeming wrote:
>
> So, you need a flag telling you whether you're creating or modifying. Why not
> modify ViewBase::update to ViewBase::update(bool creating). That should do
> it. (You might need to have ViewBase::show(bool creating) too...
Yes,
On Friday 14 June 2002 12:11 pm, Michael Koziarski wrote:
> Hey guys,
>
> I have a usability question, and I thought I'd discuss it here. I
> think we need to consistently distinguish between 'Object creation'
> and 'Object alteration' operations. i.e. 'Url Properties' vs 'Insert Url'.
> Given