Re: finding an effigy

2007-06-05 Thread Chad Berkley
Thanks, Edward! That worked. chad Edward A. Lee wrote: I think you probably need to create a DocEffigy and set it's container to be the container of the effigy for the model. Edward At 01:52 PM 6/5/2007, Chad Berkley wrote: Ok, I got a lot of wires redirected and finally got the

finding an effigy

2007-06-04 Thread Chad Berkley
Hi, I'm trying to make it possible to get the documentation for an actor from the actor library by right clicking on an actor. In the GetDocumentationAction class, it asks the Configuration for an Effigy for the object you are trying to open the documentation for. Since there is no effigy

Re: finding an effigy

2007-06-04 Thread Chad Berkley
Ok, that sounds good. Is there an easy method for getting the effigy of that workflow? When I do a Configuration.findEffigy(actor), it returns null. I'm not sure how to get a pointer to that open workflow from a random place in the code. thanks, chad Edward A. Lee wrote: I would suggest