2005-10-27, 08:36 PM
Hi
Anyone know how to use this, and what it's expected to get??
I'm hoping it will get the parameters of the DrawRoundedRect inside this composite image. If so, what method call do I use. I tried:
But that doesn't seem to do it. I guess I just need to know what the "string element" name is.
Anyone know how to use this, and what it's expected to get??
Code:
<CompositeImage name="Progress" size="450,280">
<DrawRoundedRect loc="210,150" size="200,20" radius="2" borderWidth="4" borderColor="White" fillColor="Transparent"/>
</CompositeImage>
I'm hoping it will get the parameters of the DrawRoundedRect inside this composite image. If so, what method call do I use. I tried:
Code:
skinHelper.getNamedImageElementRect("Progress","DrawRoundedRect");
But that doesn't seem to do it. I guess I just need to know what the "string element" name is.