Group: Moderators
Posts: 1.2K,
Visits: 4.3K
|
Hi,
The problem you are having makes sense and I can see why a simple text box is insufficient.
I don't think we will need to modify the custom reader interface. It might be better create a new interface called, say, ICustomConfiguration which gives a reference to the current object as well as the current window. This interface could then be reused for custom filters (which have the same problem). Your class will implement both interfaces.
This will take some thought on our end, but I think we should be able to get a new API in for the next release. Once we have a prototype interface, I will post it here..
Thanks for the feedback,
Toby
|