Bug in changing control view style (D4 evalution)

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

Bug in changing control view style (D4 evalution)

Pavel Perikov-2
When changing style of control view leads to recreation of the
corresponding Windows control, processing of onDestroy message causes
disconnection from model. After this control stops receiving
notification of model changes.

p1 := TextPresenter show.
m := p1 model.
p1 view hasBorder: true.
m value: 'bbb' "View doesn't change"

P.


Reply | Threaded
Open this post in threaded view
|

Re: Bug in changing control view style (D4 evalution)

Andy Bower
Pavel,

> When changing style of control view leads to recreation of the
> corresponding Windows control, processing of onDestroy message causes
> disconnection from model. After this control stops receiving
> notification of model changes.
>
> p1 := TextPresenter show.
> m := p1 model.
> p1 view hasBorder: true.
> m value: 'bbb' "View doesn't change"

Hmmm.. I thought this was a known problem that had already been fixed for
the Dolphin 5 release. However, this does not appear to be the case. Hence,
it has been recorded as issue #439 and will be fixed ASAP.

Thanks for the report.

Best Regards,

Andy Bower
Dolphin Support
http://www.object-arts.com
---
Are you trying too hard?
http://www.object-arts.com/Relax.htm
---