root/as3/ChartData/samples/SQLCharts-app.xml

リビジョン 266, 0.6 kB (コミッタ: daoki2, コミット時期: 4 年 前)

First Release

  • svn:executable 属性の設定値: *
Line 
1 <?xml version="1.0" encoding="utf-8"?>
2 <application xmlns="http://ns.adobe.com/air/application/1.0">
3 <id>daoki2.SQLCHARTS</id>
4 <version>0.1</version>
5 <filename>SQLCharts</filename>
6 <name>SQLite &amp; Chart</name>
7 <description>This is SQLite &amp; Chart sample</description>
8 <copyright>(c) daoki2 2008</copyright>
9
10 <initialWindow>
11   <title>SQLite &amp; Chart</title>
12   <content>SQLCharts.swf</content>
13   <systemChrome>standard</systemChrome>
14   <transparent>false</transparent>
15   <visible>true</visible>
16   <width>640</width>
17   <height>640</height>
18 </initialWindow>
19 </application>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。