This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" | |
xmlns:s="library://ns.adobe.com/flex/spark" | |
xmlns:mx="library://ns.adobe.com/flex/mx" | |
width="822" height="672" | |
creationComplete="onCreationComplete(event)"> | |
<fx:Script> | |
<![CDATA[ | |
import mx.controls.Alert; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private function onAddTestItemComplete(event : TestCenterEvent):void{ | |
logger.log("onAddTestItemComplet"); | |
var item : TestCenterItem = new TestCenterItem(); // create my view | |
item.dataProvider = event.testItemDataProvider as RequestItem; // add dataprovider | |
mediatorMap.createMediator(item); // create a mediator | |
view.centerContainer.addElement(item); // add it to stage | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<configs> | |
<rpcConfig> | |
<cryptMethod></cryptMethod> | |
<httpMethod>POST</httpMethod> | |
<debugMode>true</debugMode> | |
<liveURL></liveURL> | |
<debugURL></debugURL> | |
</rpcConfig> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using Flex SDK 4 Debugger Adapter . | |
[Info] Could not connect to the player, will try to connect for the next 72000 ms | |
[Info] Could not connect to the player, will try to connect for the next 64000 ms | |
[Info] Connection to player established. | |
ProfilerAgent tries to connect on socket port: 9999 | |
[Loading] Loaded: Applications:FDTEnterprise:plugins:com.powerflasher.fdt.core.profiler_4.0.0.1111:com:powerflasher:fdt:internal:core:profiler:io:ProfilerAgent.swf?host=localhost&port=9999 | |
[Loading] Loaded: ::Users:thelittlenerd87:Dropbox:Projects_Basilicom:BasiCoreTestCenter:bin-debug:BasiCoreTestCenter.swf | |
*** Security Sandbox Violation *** | |
Connection to file:////Users/thelittlenerd87/Dropbox/Projects_Basilicom/BasiCoreTestCenter/bin-debug/textLayout_1.0.0.595.swf halted - not permitted from file:////Users/thelittlenerd87/Dropbox/Projects_Basilicom/BasiCoreTestCenter/bin-debug/BasiCoreTestCenter.swf | |
Exception fault: SecurityError: Error #2148: SWF file file:////Users/thelittlenerd87/Dropbox/Projects_Basilicom/BasiCoreT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#======================================================= | |
#SELF PART | |
#======================================================= | |
-clean | |
--launcher.XXMaxPermSize | |
700m | |
-vmargs | |
-Xms712m | |
-Xmx1624m | |
-XX:PermSize=256m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I want the last User (Ossi) the Date are highest | |
//Document 1 | |
{ | |
"_id": "197c15ce8ce054693cbe80dd25002238", | |
"_rev": "2-eee6f8cafea101f19c5fa155d8002aab", | |
"name": "Tidde", | |
"date": 100 | |
} | |
//Document 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[info] [<0.22147.1>] 127.0.0.1 - - 'POST' /_session 2001> | |
[info] [<0.22147.1>] 127.0.0.1 - - 'GET' /_session 200 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project name="asdoc" default="main"> | |
<property file="./build.properties" /> | |
<target name="main" depends="clean,compile" description="full build of asdocs"/> | |
<target name="clean"> | |
<delete dir="./asdoc" failOnError="false" includeEmptyDirs="true"/> | |
<mkdir dir="./asdoc"/> | |
</target> | |
<target name="generateASDoc" depends="clean"> | |
<exec executable="${asdoc.exe}" failonerror="true"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IEventDispatcher(event.currentTarget).removeEventListener(event.type, arguments['callee']); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject | |
-keep-as3-metadata+=Inject |