iTools Data Manager [message #47052] |
Mon, 23 January 2006 09:25 |
James Everton
Messages: 19 Registered: November 2005
|
Junior Member |
|
|
Hi everyone,
I'm having some problems with the iTools data manager when I make my
specialized iTool. Every time I make an instance of my tool, I create
my parameter set and send it to the iTools registry. The parameter set
gets loaded in, but each consecutive call creates a new parameter set
with _1, _2, _3, etc. at the end of it. In my panel event handler, I
get a hold of the parameter set by using
FindIdentifiers('*My_Parameters*', /DATA_MANAGER)
but how will I know which parameter set to use if there are multiple
parameter sets that have 'My_Parameters' in it?
As a temporary fix, I run ITRESET with the /NO_PROMPT keyword to clear
the data manager and make sure there's only one parameter set, but I
would like to find a nice way to run multiple instances that contain
different parameters.
Thankyou very much for any help you can give me.
Sincerely,
- James
|
|
|