Dolphin 6 documentation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Dolphin 6 documentation

Robert Kovacic
Following the Creating a GUI Application documentation to enter the Personal
Money application I get a walkback using the code for the initialize method
on the PersonalAccount documentation page.

I believe -
    transactions := ListModel with: (SortedCollection sortBlock: [:x :y | x
date <= y date])
should be -
    transactions := ListModel on: (SortedCollection sortBlock: [:x :y | x
date <= y date]).

Regards, Robert Kovacic


Reply | Threaded
Open this post in threaded view
|

Re: Dolphin 6 documentation

Jochen Riekhof-6
GSorry forgiot about but this message reminds me of it. There is more to
PersonalMoney:

I saw that there is still sample code inside the docs that uses
aspectTriggersUpdates which is not in the image anymore. Also I have the
feeling the explanations about this and also the actual method comment of
the aspectTriggers: is wrong (probably outdated). It ready something about
(I don't have dolphin at hand at the moment) duplicate event message sents
but as I understand it the aspectTriggers: assures that values set directly
in the model are also seen and forwarded by the ValueAspectAdaptor.


Ciao

...Jochen


Reply | Threaded
Open this post in threaded view
|

Re: Dolphin 6 documentation

Andy Bower-3
Jochen,

> I saw that there is still sample code inside the docs that uses
> aspectTriggersUpdates which is not in the image anymore. Also I have
> the feeling the explanations about this and also the actual method
> comment of the aspectTriggers: is wrong (probably outdated). It ready
> something about (I don't have dolphin at hand at the moment)
> duplicate event message sents but as I understand it the
> aspectTriggers: assures that values set directly in the model are
> also seen and forwarded by the ValueAspectAdaptor.

Thanks. This has been recorded as #2076 and will be fixed in the next
release.

Best regards,

--
Andy Bower
Dolphin Support
www.object-arts.com