Index   <<First   <Prev   Next>   End>>
sample2 : How to create multi empty windows?
Sorry. Document is not written for the sample XML file Now!
XML elements: animation
Download Source:sample2.zip,sample2.tgz Download Demo:sample2.wmv

XML source code

1: <?xml version="1.0" encoding="UTF-8"?>
2:
3:
4: <!DOCTYPE test SYSTEM "GonVisTool.dtd">
5:
6: <test>
7: <animation title="Title1" backColor="1 0 0"/>
8: <animation title="Title2" backColor="0 0 1"/>
9: </test>
10:
11:
12: