<br><br>
<div><span class="gmail_quote">On 5/1/06, <b class="gmail_sendername">Cowdery, Bob [UK]</b> &lt;<a href="mailto:Bob.Cowdery@cgi-europe.com">Bob.Cowdery@cgi-europe.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div style="DIRECTION: ltr">
<div>
<p><font face="Arial" size="2"><span lang="EN-GB" style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I have some other components which are created like so in the workspace 'SDRButtonContainer newWithInteractors: (SDRFilterButtonBox new).'. This simply has a class initialise which takes a bunch of buttons. Odd thing is the events work here but 'SDRButtonContainer allInstances' still gives me nothing. I don't know therefore if these things are linked or separate problems.
</span></font></p></div></div></blockquote>
<div>&nbsp;</div>
<div>There isn't enough information for me to figure out your main problem, but I think I know this one.</div>
<div>&nbsp;</div>
<div>I bet that newWithInteractors: does not actually create an instance of SDRButtonContainer.&nbsp; You say it &quot;ismply has a class initialise&quot; so I think you are just storing the arguments in a variable of the class, but do not actually create an instance of the class.&nbsp; Note that SDRButtonContainer is a class, it is not itself a SDRButtonContainer.&nbsp; So, it has not instances and allInstances SHOULD return nothing.
</div>
<div>&nbsp;</div>
<div>In general, we will need more info to debug this.&nbsp; Give more code.</div>
<div>&nbsp;</div>
<div>-Ralph</div><br>&nbsp;</div>