我在使用重力時遇到了Map對象的問題。所有消息都可以正常使用,除了包含Map對象的消息。他們拋出以下異常: ArgumentError: Error #2173: Could not read the object in the stream. though Class:org.granite.collections.BasicMap do not implement flash.utils.IE
我想讓我的Ant構建運行花崗岩DS腳本代碼生成任務,並遇到一些問題。此刻我得到這個錯誤: BUILD FAILED
C...\build.xml:62: Could not load Java class file: SampleDTOOne.class
所以.class文件顯然是被發現。但我不確定這個錯誤是否意味着它無法加載.class文件,或者它無法找到真正的Java源代碼。 我的Ant
我有這個actionscript代碼塊,當登錄名被執行時執行。我試圖爲用戶重新加載一組角色。我已經將結果處理程序添加到hasRole()方法 [Observer("loginAttempted")]
public function loginAttempted():void {
identity.isLoggedIn(isLoggedInResult);
trace(ide