D5: ListView>>reportMode depreciated?

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

D5: ListView>>reportMode depreciated?

Bill Dargel
Just noticed that ListView>>reportMode seems out of place in the
"Dolphin MVP (Depreciated)" package as the method itself is not
depreciated.

-------------------------------------------
Bill Dargel            [hidden email]
Shoshana Technologies
100 West Joy Road, Ann Arbor, MI 48105  USA


Reply | Threaded
Open this post in threaded view
|

Re: ListView>>reportMode depreciated?

Blair McGlashan
"Bill Dargel" <[hidden email]> wrote in message
news:[hidden email]...
> Just noticed that ListView>>reportMode seems out of place in the
> "Dolphin MVP (Depreciated)" package as the method itself is not
> depreciated.

It seems that the method was rescued from deprecated status, but the rescuer
forgot to remove the method from the MVP deprecated package :-). The reason
it was deprecated is that it doesn't follow the normal pattern for mode
changing methods - i.e. the selector is not intention revealing.

Regards

Blair