|
From: Ivan L. <ila...@se...> - 2003-06-19 14:25:18
|
I'm trying to use a probe dialog to display an object property which is a collection. Is there a way to do this using the existing probing mechanism? What I achieved so far is a probe dialog saying that my list in not empty, but I couldn't show its members. It crossed my mind that I might have to define my own collection type, and some access methods for it. But then again, what should be the accessor method names, and where are the limits of this approach? Thanks, Ivan Lazarevic |