这是flexbuilder显示的错误:Unknownerrorgeneratingoutputapplication.xmlfiles.ChecktheEclipseerrorlogformoredetails./DayView/src/viewUnknownAIRapplication.xmlProblemDayView-app.xml这是由flexbuilder自动生成但给出未知错误的xml文件:DayViewDayViewDayViewv1-->-->[ThisvaluewillbeoverwrittenbyFlashBuilderintheoutputapp.xml]-->--
在flexbuilder4.6中,我试图绑定(bind)来自sql查询的数据,显示在中使用项目渲染器我的代码如下:这里,我的sql,通过显示:protectedfunctionbuttonX():void{varsqlConnection:SQLConnection=newSQLConnection();sqlConnection.open(File.applicationDirectory.resolvePath("testeDb.sqlite"));varstmt:SQLStatement=newSQLStatement();stmt.sqlConnection=sqlConnec
在flexbuilder4.6中,我试图绑定(bind)来自sql查询的数据,显示在中使用项目渲染器我的代码如下:这里,我的sql,通过显示:protectedfunctionbuttonX():void{varsqlConnection:SQLConnection=newSQLConnection();sqlConnection.open(File.applicationDirectory.resolvePath("testeDb.sqlite"));varstmt:SQLStatement=newSQLStatement();stmt.sqlConnection=sqlConnec