|
From: Gulyas L. <gu...@om...> - 2003-06-20 15:24:05
|
Hi, Also, a while back Mark Diggory (mdi...@la...) had a prototype that could handle arrays, and so on. I don't know what has happened to it... HTH, gulya ++++++++++++++++++++++++++++++++++++++ If you can represent the individual elements as strings you can make the get/set methods for the collection return a string representation (e.g. "1 2 4 5 9") , you can then parse the String in to the individual elements in the set method. If they can't be represented as strings you'll have to do a custom approach. Nick ----- Original Message ----- From: "Ivan Lazarevic" <ila...@se...> To: <rep...@li...> Sent: Thursday, June 19, 2003 10:24 AM Subject: [Repast-developer] probing properties of collection type > 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 > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > Repast-developer mailing list > Rep...@li... > https://lists.sourceforge.net/lists/listinfo/repast-developer > -- -- Laszlo Gulyas las...@sz... AI Laboratory http://www.sztaki.hu/~gulyas/ Computer and Automation Research Inst. H-1111, Budapest, Kende u. 13-17. Hungarian Academy of Sciences * 36 30 210-29-66 |