Am 07.12.2012 13:59, schrieb Sven Schreiber:
Am 07.12.2012 13:51, schrieb Sven Schreiber:
> Am 07.12.2012 13:44, schrieb Sven Schreiber:
>> Hi,
>>
>> I have loops which create and overwrite bundles, and afterwards I get
>> many bundles with exactly the same names in the icon view.
>
> Sorry, forgot to mention: This also happens with a matrix argument that
> I pass to the function along with the bundle, not only with the bundle
> argument itself.
>
> I will use the current snapshot and see if that solves it.
>
Well the only change is that the gaps between objects in the icon view
are more numerous and look more "interesting", but the multitude of
same-named objects (matrices and bundles) remains...
I have now worked around the bundle icon issues by passing pointers to
one single bundle (which is actually recommended in the manual, as I
have just noticed).
I was also able to get rid of the multiplicity of matrix icons by saying
'const matrix indata' instead of just 'matrix indata' in the argument
list of the function.
But still, this is weird, especially with the matrix icons.
thanks,
sven