何かウインドウを出すには、最小限、以下のようなXMLを記入した"xxxx.kon" というファイルと、Resourcesフォルダに背景になるイメージファイルが必要です。
イメージファイルは、下に表示されているものを「名前を付けて保存」でダウンロードしてください。
<?xml version="1.0" encoding="utf-8"?>
<widget version="1.0" minimumVersion="3.1" author="Kei's Media Image Lab.">
<window>
<title>WindowTitle</title>
<name>mainWindow</name>
<width>200</width>
<height>200</height>
<image>
<src>Resources/panel.png</src>
<name>mainImage</name>
</image>
</window>
</widget>
Add new attachment
Only authorized users are allowed to upload new attachments.
List of attachments
«
This page (revision-5) was last changed on 28-Aug-2009 11:47 by kei