2005-10-15, 03:01 PM
sub Wrote:There will be support for new menu types in the next release, probably not free form layout though.
Sub,
A small implementation suggestion, feel free...
The following is a modified excerpt from your main menu skin:
.
.
.
<CompositeImage name="MoreDown" size="85,10">
<DrawImage filename="MoreDn.png" loc="0,0" size="85,10"/>
</CompositeImage>
</CompositeImages>
<Path name="ButtonsPath" NVertices=7 Vertices="(10,10), (50, 50), (90, 90), (130, 130), (170, 170), (210, 210), (250, 250)"/Path>
<!-- special elements -->
<SpecialElements>
<SpecialElement name="Buttons" loc="60,75" path="ButtonsPath" alwayCentered="false" maxVisibleButtons="7" allowTopBottomWrap="false" showNumbers="false"/>
<SpecialElement name="TaskDescription" visible="true" loc="375,290" size="250,50" align="Center"/>
.
.
.
Best Regards,
David