<p>Am 11.06.2014 11:47 schrieb "Giuliano Colla" <<a href="mailto:giuliano.colla@fastwebnet.it">giuliano.colla@fastwebnet.it</a>>:<br>
><br>
> Hi fpc wizards,<br>
><br>
> I'm interested in the nonlcl topic, and I tested the source found in the examples (designnonlcl).<br>
> But, getting it from trunk I stumbled into an error:<br>
><br>
> in the module mywidgetdesigner.pas,<br>
><br>
> procedure GetObjInspNodeImageIndex(APersistent: TPersistent; var AIndex: integer); override;<br>
><br>
> it complains that there's no ancestor method to override.<br>
><br>
> This procedure appears to be currently unused, and commenting it out makes it possible to compile, and play with the example.<br>
><br>
> Then I checked a previous stable version of Lazarus which I had at hand (version 1.0.8), and I noticed that this procedure isn't there.<br>
><br>
> Now my question is: is getting the NodeImageIndex a stale remnant of the past, or a new feature one must be aware of, because it'll come into play in future (making therefore unwise to develop anything before the dust settles)?<br>

><br>
> Thank in advance for any hint.</p>
<p>You should better ask this on Lazarus list. It might be non-LCL, but it's not non-Lazarus ;)</p>
<p>Regards,<br>
Sven</p>