leftplayer 0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2507) hide show
  1. data/.gitignore +3 -0
  2. data/MIT.license +21 -0
  3. data/bin/leftplayer +4 -0
  4. data/bin/leftplayer.sh +32 -0
  5. data/example-video.mp4 +0 -0
  6. data/leftplayer.gemspec +15 -0
  7. data/leftplayer.html +21 -0
  8. data/leftplayer.js +49 -0
  9. data/lib/.gitkeep +0 -0
  10. data/src/leftplayer.lzx +25 -0
  11. data/src/lps-4.9.0/3rdPartyCredits/LOG4J.txt +48 -0
  12. data/src/lps-4.9.0/3rdPartyCredits/LicenseList.xml +1284 -0
  13. data/src/lps-4.9.0/3rdPartyCredits/activation.txt +247 -0
  14. data/src/lps-4.9.0/3rdPartyCredits/axis.txt +201 -0
  15. data/src/lps-4.9.0/3rdPartyCredits/batik.txt +201 -0
  16. data/src/lps-4.9.0/3rdPartyCredits/commons-beanutils.txt +201 -0
  17. data/src/lps-4.9.0/3rdPartyCredits/commons-collections.txt +201 -0
  18. data/src/lps-4.9.0/3rdPartyCredits/commons-discovery.txt +201 -0
  19. data/src/lps-4.9.0/3rdPartyCredits/commons-logging.txt +201 -0
  20. data/src/lps-4.9.0/3rdPartyCredits/dojo.txt +198 -0
  21. data/src/lps-4.9.0/3rdPartyCredits/excanvas.txt +205 -0
  22. data/src/lps-4.9.0/3rdPartyCredits/iso-relax.txt +20 -0
  23. data/src/lps-4.9.0/3rdPartyCredits/jakarta-commons.txt +60 -0
  24. data/src/lps-4.9.0/3rdPartyCredits/jakarta-regexp.txt +201 -0
  25. data/src/lps-4.9.0/3rdPartyCredits/jaxrpc.txt +247 -0
  26. data/src/lps-4.9.0/3rdPartyCredits/jdom.txt +56 -0
  27. data/src/lps-4.9.0/3rdPartyCredits/jgen.txt +43 -0
  28. data/src/lps-4.9.0/3rdPartyCredits/jing.txt +31 -0
  29. data/src/lps-4.9.0/3rdPartyCredits/json2.txt +148 -0
  30. data/src/lps-4.9.0/3rdPartyCredits/jython.BeOpen.CNRI.txt +232 -0
  31. data/src/lps-4.9.0/3rdPartyCredits/jython.txt +159 -0
  32. data/src/lps-4.9.0/3rdPartyCredits/naturalorder.txt +23 -0
  33. data/src/lps-4.9.0/3rdPartyCredits/openofficefonts.txt +20 -0
  34. data/src/lps-4.9.0/3rdPartyCredits/pmrpc.txt +37 -0
  35. data/src/lps-4.9.0/3rdPartyCredits/saaj.txt +187 -0
  36. data/src/lps-4.9.0/3rdPartyCredits/sac.html +74 -0
  37. data/src/lps-4.9.0/3rdPartyCredits/saxon/changes.txt +3 -0
  38. data/src/lps-4.9.0/3rdPartyCredits/saxon/saxon.html +135 -0
  39. data/src/lps-4.9.0/3rdPartyCredits/tomcat.txt +201 -0
  40. data/src/lps-4.9.0/3rdPartyCredits/wsdl4j.txt +87 -0
  41. data/src/lps-4.9.0/3rdPartyCredits/xalan.txt +56 -0
  42. data/src/lps-4.9.0/3rdPartyCredits/xerces.txt +58 -0
  43. data/src/lps-4.9.0/3rdPartyCredits/xmlrpc-js.txt +14 -0
  44. data/src/lps-4.9.0/3rdPartyCredits/xmlrpc.txt +54 -0
  45. data/src/lps-4.9.0/3rdPartyCredits/xpp3.txt +46 -0
  46. data/src/lps-4.9.0/LICENSE.txt +213 -0
  47. data/src/lps-4.9.0/OpenLaszlo Explorer.command +10 -0
  48. data/src/lps-4.9.0/README.txt +31 -0
  49. data/src/lps-4.9.0/Server/lps-4.9.0/3rd-party/jars/dev/servlet-2.3.jar +0 -0
  50. data/src/lps-4.9.0/Server/lps-4.9.0/LICENSE.txt +213 -0
  51. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/c.tld +563 -0
  52. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/AuthenticationServlet.class +0 -0
  53. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/AuthenticationServlet.java +491 -0
  54. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/SystemProp.class +0 -0
  55. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/SystemProp.java +18 -0
  56. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/AccentedTextExample.class +0 -0
  57. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/AccentedTextExample.java +50 -0
  58. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ConstructExample.class +0 -0
  59. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ConstructExample.java +33 -0
  60. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/MyJavaBean.class +0 -0
  61. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/MyJavaBean.java +30 -0
  62. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/MyPOJO.class +0 -0
  63. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/MyPOJO.java +20 -0
  64. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/Person.class +0 -0
  65. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/Person.java +42 -0
  66. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnJavaBeanExample.class +0 -0
  67. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnJavaBeanExample.java +22 -0
  68. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnPOJOExample.class +0 -0
  69. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnPOJOExample.java +21 -0
  70. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnPersonExample.class +0 -0
  71. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnPersonExample.java +170 -0
  72. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnTypeExample$Coordinate.class +0 -0
  73. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnTypeExample.class +0 -0
  74. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/ReturnTypeExample.java +164 -0
  75. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/TypesExample.class +0 -0
  76. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/TypesExample.java +37 -0
  77. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/javarpc/CustomMapping.class +0 -0
  78. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/javarpc/CustomMapping.java +282 -0
  79. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/javarpc/beans/Organisation.class +0 -0
  80. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/javarpc/beans/Organisation.java +47 -0
  81. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/javarpc/beans/User.class +0 -0
  82. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/examples/javarpc/beans/User.java +59 -0
  83. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/log4j.properties +9 -0
  84. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/org/openlaszlo/i18n/laszlomessages.properties +698 -0
  85. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/classes/org/openlaszlo/i18n/laszlomessages_ja.properties +627 -0
  86. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/fmt.tld +671 -0
  87. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/fn.tld +207 -0
  88. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/air-config.xml +394 -0
  89. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/build.xml +267 -0
  90. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/flash-integration/FlexComponentKit.mxp +0 -0
  91. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/flash-unicode-table.xml +126 -0
  92. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/flex-config.xml +413 -0
  93. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/fxg-manifest.xml +66 -0
  94. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/halo-manifest.xml +318 -0
  95. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/license.txt +56 -0
  96. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/EmptySwf.as +32 -0
  97. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/EmptySwf.swf +0 -0
  98. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/FABridgeSample.html +115 -0
  99. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/FABridgeSample.js +188 -0
  100. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/SimpleSample.html +90 -0
  101. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/app.mxml +56 -0
  102. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/app.swf +0 -0
  103. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/fabridge/javascript/FABridge.js +591 -0
  104. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/fabridge/swfobject/swfobject.js +777 -0
  105. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/SourceIndex.xml +23 -0
  106. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/SourceStyles.css +156 -0
  107. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/SourceTree.html +108 -0
  108. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/SourceTree.swf +0 -0
  109. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/fabridge.zip +0 -0
  110. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/index.html +16 -0
  111. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/playerProductInstall.swf +0 -0
  112. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/EmptySwf.as.html +43 -0
  113. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/EmptySwf.swf +0 -0
  114. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/FABridgeSample.html +115 -0
  115. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/FABridgeSample.js +188 -0
  116. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/SimpleSample.html +90 -0
  117. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/app.mxml.html +66 -0
  118. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/app.swf +0 -0
  119. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/fabridge/actionscript/bridge/FABridge.as.html +847 -0
  120. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/fabridge/javascript/FABridge.js +591 -0
  121. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/source/fabridge/swfobject/swfobject.js +777 -0
  122. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/samples/srcview/swfobject.js +777 -0
  123. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/src/bridge/FABridge.as +943 -0
  124. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/javascript/FABridge/src/bridge/FABridge.js +591 -0
  125. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/AIRIntrospector.js +1949 -0
  126. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/AIRLocalizer.js +1325 -0
  127. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/AIRMenuBuilder.js +1322 -0
  128. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/AIRSourceViewer.js +2933 -0
  129. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/aircore.swc +0 -0
  130. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/aircore.swf +0 -0
  131. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/airframework.swc +0 -0
  132. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/airglobal.swc +0 -0
  133. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/airspark.swc +0 -0
  134. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/applicationupdater.swc +0 -0
  135. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/applicationupdater.swf +0 -0
  136. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/applicationupdater_ui.swc +0 -0
  137. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/applicationupdater_ui.swf +0 -0
  138. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/air/servicemonitor.swc +0 -0
  139. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/automation.swc +0 -0
  140. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/automation_agent.swc +0 -0
  141. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/automation_air.swc +0 -0
  142. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/automation_airspark.swc +0 -0
  143. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/automation_dmv.swc +0 -0
  144. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/automation_flashflexkit.swc +0 -0
  145. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/automation_spark.swc +0 -0
  146. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/qtp.swc +0 -0
  147. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation/qtp_air.swc +0 -0
  148. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/automation_agent.swc +0 -0
  149. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/datavisualization.swc +0 -0
  150. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/flash-integration.swc +0 -0
  151. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/flex.swc +0 -0
  152. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/framework.swc +0 -0
  153. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/mx/mx.swc +0 -0
  154. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/osmf.swc +0 -0
  155. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/player/10.0/playerglobal.swc +0 -0
  156. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/player/10.1/playerglobal.swc +0 -0
  157. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/qtp.swc +0 -0
  158. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/qtp_air.swc +0 -0
  159. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/rpc.swc +0 -0
  160. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/spark.swc +0 -0
  161. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/sparkskins.swc +0 -0
  162. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/textLayout.swc +0 -0
  163. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/libs/utilities.swc +0 -0
  164. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/localFonts.ser +0 -0
  165. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/airframework_rb.swc +0 -0
  166. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/airspark_rb.swc +0 -0
  167. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/automation_agent_rb.swc +0 -0
  168. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/automation_rb.swc +0 -0
  169. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/datavisualization_rb.swc +0 -0
  170. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/flex4_rb.swc +0 -0
  171. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/framework_rb.swc +0 -0
  172. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/osmf_rb.swc +0 -0
  173. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/qtp_air_rb.swc +0 -0
  174. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/rpc_rb.swc +0 -0
  175. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/spark_rb.swc +0 -0
  176. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/da_DK/textLayout_rb.swc +0 -0
  177. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/airframework_rb.swc +0 -0
  178. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/airspark_rb.swc +0 -0
  179. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/automation_agent_rb.swc +0 -0
  180. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/automation_rb.swc +0 -0
  181. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/datavisualization_rb.swc +0 -0
  182. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/flash-integration_rb.swc +0 -0
  183. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/flex4_rb.swc +0 -0
  184. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/framework_rb.swc +0 -0
  185. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/osmf_rb.swc +0 -0
  186. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/playerglobal_rb.swc +0 -0
  187. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/qtp_air_rb.swc +0 -0
  188. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/rpc_rb.swc +0 -0
  189. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/spark_rb.swc +0 -0
  190. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/de_DE/textLayout_rb.swc +0 -0
  191. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/airframework_rb.swc +0 -0
  192. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/airspark_rb.swc +0 -0
  193. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/automation_agent_rb.swc +0 -0
  194. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/automation_rb.swc +0 -0
  195. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/datavisualization_rb.swc +0 -0
  196. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/flash-integration_rb.swc +0 -0
  197. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/flex4_rb.swc +0 -0
  198. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/framework_rb.swc +0 -0
  199. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/mx_rb.swc +0 -0
  200. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/osmf_rb.swc +0 -0
  201. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/playerglobal_rb.swc +0 -0
  202. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/qtp_air_rb.swc +0 -0
  203. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/rpc_rb.swc +0 -0
  204. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/spark_rb.swc +0 -0
  205. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/en_US/textLayout_rb.swc +0 -0
  206. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/airframework_rb.swc +0 -0
  207. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/airspark_rb.swc +0 -0
  208. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/automation_agent_rb.swc +0 -0
  209. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/automation_rb.swc +0 -0
  210. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/datavisualization_rb.swc +0 -0
  211. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/flex4_rb.swc +0 -0
  212. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/framework_rb.swc +0 -0
  213. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/osmf_rb.swc +0 -0
  214. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/qtp_air_rb.swc +0 -0
  215. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/rpc_rb.swc +0 -0
  216. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/spark_rb.swc +0 -0
  217. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/es_ES/textLayout_rb.swc +0 -0
  218. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/airframework_rb.swc +0 -0
  219. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/airspark_rb.swc +0 -0
  220. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/automation_agent_rb.swc +0 -0
  221. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/automation_rb.swc +0 -0
  222. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/datavisualization_rb.swc +0 -0
  223. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/flex4_rb.swc +0 -0
  224. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/framework_rb.swc +0 -0
  225. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/osmf_rb.swc +0 -0
  226. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/qtp_air_rb.swc +0 -0
  227. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/rpc_rb.swc +0 -0
  228. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/spark_rb.swc +0 -0
  229. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fi_FI/textLayout_rb.swc +0 -0
  230. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/airframework_rb.swc +0 -0
  231. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/airspark_rb.swc +0 -0
  232. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/automation_agent_rb.swc +0 -0
  233. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/automation_rb.swc +0 -0
  234. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/datavisualization_rb.swc +0 -0
  235. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/flash-integration_rb.swc +0 -0
  236. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/flex4_rb.swc +0 -0
  237. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/framework_rb.swc +0 -0
  238. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/osmf_rb.swc +0 -0
  239. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/playerglobal_rb.swc +0 -0
  240. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/qtp_air_rb.swc +0 -0
  241. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/rpc_rb.swc +0 -0
  242. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/spark_rb.swc +0 -0
  243. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/fr_FR/textLayout_rb.swc +0 -0
  244. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/airframework_rb.swc +0 -0
  245. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/airspark_rb.swc +0 -0
  246. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/automation_agent_rb.swc +0 -0
  247. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/automation_rb.swc +0 -0
  248. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/datavisualization_rb.swc +0 -0
  249. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/flex4_rb.swc +0 -0
  250. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/framework_rb.swc +0 -0
  251. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/osmf_rb.swc +0 -0
  252. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/qtp_air_rb.swc +0 -0
  253. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/rpc_rb.swc +0 -0
  254. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/spark_rb.swc +0 -0
  255. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/it_IT/textLayout_rb.swc +0 -0
  256. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/airframework_rb.swc +0 -0
  257. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/airspark_rb.swc +0 -0
  258. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/automation_agent_rb.swc +0 -0
  259. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/automation_rb.swc +0 -0
  260. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/datavisualization_rb.swc +0 -0
  261. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/flash-integration_rb.swc +0 -0
  262. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/flex4_rb.swc +0 -0
  263. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/framework_rb.swc +0 -0
  264. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/osmf_rb.swc +0 -0
  265. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/playerglobal_rb.swc +0 -0
  266. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/qtp_air_rb.swc +0 -0
  267. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/rpc_rb.swc +0 -0
  268. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/spark_rb.swc +0 -0
  269. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ja_JP/textLayout_rb.swc +0 -0
  270. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/airframework_rb.swc +0 -0
  271. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/airspark_rb.swc +0 -0
  272. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/automation_agent_rb.swc +0 -0
  273. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/automation_rb.swc +0 -0
  274. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/datavisualization_rb.swc +0 -0
  275. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/flex4_rb.swc +0 -0
  276. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/framework_rb.swc +0 -0
  277. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/osmf_rb.swc +0 -0
  278. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/qtp_air_rb.swc +0 -0
  279. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/rpc_rb.swc +0 -0
  280. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/spark_rb.swc +0 -0
  281. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ko_KR/textLayout_rb.swc +0 -0
  282. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/airframework_rb.swc +0 -0
  283. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/airspark_rb.swc +0 -0
  284. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/automation_agent_rb.swc +0 -0
  285. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/automation_rb.swc +0 -0
  286. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/datavisualization_rb.swc +0 -0
  287. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/flex4_rb.swc +0 -0
  288. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/framework_rb.swc +0 -0
  289. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/osmf_rb.swc +0 -0
  290. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/qtp_air_rb.swc +0 -0
  291. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/rpc_rb.swc +0 -0
  292. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/spark_rb.swc +0 -0
  293. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nb_NO/textLayout_rb.swc +0 -0
  294. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/airframework_rb.swc +0 -0
  295. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/airspark_rb.swc +0 -0
  296. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/automation_agent_rb.swc +0 -0
  297. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/automation_rb.swc +0 -0
  298. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/datavisualization_rb.swc +0 -0
  299. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/flex4_rb.swc +0 -0
  300. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/framework_rb.swc +0 -0
  301. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/osmf_rb.swc +0 -0
  302. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/qtp_air_rb.swc +0 -0
  303. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/rpc_rb.swc +0 -0
  304. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/spark_rb.swc +0 -0
  305. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/nl_NL/textLayout_rb.swc +0 -0
  306. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/airframework_rb.swc +0 -0
  307. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/airspark_rb.swc +0 -0
  308. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/automation_agent_rb.swc +0 -0
  309. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/automation_rb.swc +0 -0
  310. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/datavisualization_rb.swc +0 -0
  311. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/flex4_rb.swc +0 -0
  312. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/framework_rb.swc +0 -0
  313. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/osmf_rb.swc +0 -0
  314. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/qtp_air_rb.swc +0 -0
  315. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/rpc_rb.swc +0 -0
  316. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/spark_rb.swc +0 -0
  317. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/pt_BR/textLayout_rb.swc +0 -0
  318. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/airframework_rb.swc +0 -0
  319. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/airspark_rb.swc +0 -0
  320. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/automation_agent_rb.swc +0 -0
  321. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/automation_rb.swc +0 -0
  322. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/datavisualization_rb.swc +0 -0
  323. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/flash-integration_rb.swc +0 -0
  324. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/flex4_rb.swc +0 -0
  325. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/framework_rb.swc +0 -0
  326. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/osmf_rb.swc +0 -0
  327. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/playerglobal_rb.swc +0 -0
  328. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/qtp_air_rb.swc +0 -0
  329. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/rpc_rb.swc +0 -0
  330. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/spark_rb.swc +0 -0
  331. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/ru_RU/textLayout_rb.swc +0 -0
  332. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/airframework_rb.swc +0 -0
  333. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/airspark_rb.swc +0 -0
  334. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/automation_agent_rb.swc +0 -0
  335. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/automation_rb.swc +0 -0
  336. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/datavisualization_rb.swc +0 -0
  337. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/flex4_rb.swc +0 -0
  338. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/framework_rb.swc +0 -0
  339. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/osmf_rb.swc +0 -0
  340. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/qtp_air_rb.swc +0 -0
  341. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/rpc_rb.swc +0 -0
  342. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/spark_rb.swc +0 -0
  343. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/sv_SE/textLayout_rb.swc +0 -0
  344. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/airframework_rb.swc +0 -0
  345. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/airspark_rb.swc +0 -0
  346. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/automation_agent_rb.swc +0 -0
  347. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/automation_rb.swc +0 -0
  348. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/datavisualization_rb.swc +0 -0
  349. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/flash-integration_rb.swc +0 -0
  350. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/flex4_rb.swc +0 -0
  351. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/framework_rb.swc +0 -0
  352. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/osmf_rb.swc +0 -0
  353. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/playerglobal_rb.swc +0 -0
  354. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/qtp_air_rb.swc +0 -0
  355. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/rpc_rb.swc +0 -0
  356. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/spark_rb.swc +0 -0
  357. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_CN/textLayout_rb.swc +0 -0
  358. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/airframework_rb.swc +0 -0
  359. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/airspark_rb.swc +0 -0
  360. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/automation_agent_rb.swc +0 -0
  361. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/automation_rb.swc +0 -0
  362. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/datavisualization_rb.swc +0 -0
  363. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/flex4_rb.swc +0 -0
  364. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/framework_rb.swc +0 -0
  365. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/osmf_rb.swc +0 -0
  366. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/qtp_air_rb.swc +0 -0
  367. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/rpc_rb.swc +0 -0
  368. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/spark_rb.swc +0 -0
  369. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/locale/zh_TW/textLayout_rb.swc +0 -0
  370. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/macFonts.ser +0 -0
  371. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/mx-manifest.xml +337 -0
  372. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/mxml-2009-manifest.xml +37 -0
  373. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/mxml-manifest.xml +355 -0
  374. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/air/ServiceMonitor/manifest.xml +6 -0
  375. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/air/ServiceMonitor/src/air/net/ServiceMonitor.as +412 -0
  376. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/air/ServiceMonitor/src/air/net/SocketMonitor.as +173 -0
  377. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/air/ServiceMonitor/src/air/net/URLMonitor.as +240 -0
  378. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/air/sample-frameworks-build.xml +235 -0
  379. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/da_DK/components.properties +53 -0
  380. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/da_DK/layout.properties +13 -0
  381. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/da_DK/sparkEffects.properties +32 -0
  382. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/de_DE/components.properties +53 -0
  383. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/de_DE/layout.properties +13 -0
  384. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/de_DE/sparkEffects.properties +32 -0
  385. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/en_US/components.properties +53 -0
  386. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/en_US/layout.properties +13 -0
  387. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/en_US/sparkEffects.properties +32 -0
  388. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/es_ES/components.properties +53 -0
  389. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/es_ES/layout.properties +13 -0
  390. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/es_ES/sparkEffects.properties +32 -0
  391. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/fi_FI/components.properties +53 -0
  392. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/fi_FI/layout.properties +13 -0
  393. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/fi_FI/sparkEffects.properties +32 -0
  394. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/fr_FR/components.properties +53 -0
  395. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/fr_FR/layout.properties +13 -0
  396. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/fr_FR/sparkEffects.properties +32 -0
  397. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/it_IT/components.properties +53 -0
  398. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/it_IT/layout.properties +13 -0
  399. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/it_IT/sparkEffects.properties +32 -0
  400. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ja_JP/components.properties +53 -0
  401. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ja_JP/layout.properties +13 -0
  402. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ja_JP/sparkEffects.properties +32 -0
  403. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ko_KR/components.properties +53 -0
  404. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ko_KR/layout.properties +13 -0
  405. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ko_KR/sparkEffects.properties +32 -0
  406. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/nb_NO/components.properties +53 -0
  407. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/nb_NO/layout.properties +13 -0
  408. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/nb_NO/sparkEffects.properties +32 -0
  409. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/nl_NL/components.properties +53 -0
  410. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/nl_NL/layout.properties +13 -0
  411. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/nl_NL/sparkEffects.properties +32 -0
  412. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/pt_BR/components.properties +53 -0
  413. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/pt_BR/layout.properties +13 -0
  414. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/pt_BR/sparkEffects.properties +32 -0
  415. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ru_RU/components.properties +53 -0
  416. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ru_RU/layout.properties +13 -0
  417. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/ru_RU/sparkEffects.properties +32 -0
  418. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/sv_SE/components.properties +53 -0
  419. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/sv_SE/layout.properties +13 -0
  420. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/sv_SE/sparkEffects.properties +32 -0
  421. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/zh_CN/components.properties +53 -0
  422. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/zh_CN/layout.properties +13 -0
  423. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/zh_CN/sparkEffects.properties +32 -0
  424. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/zh_TW/components.properties +53 -0
  425. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/zh_TW/layout.properties +13 -0
  426. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles/zh_TW/sparkEffects.properties +32 -0
  427. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/bundles.properties +1 -0
  428. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/defaults-3.0.0.css +153 -0
  429. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/defaults.css +159 -0
  430. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/manifest.xml +225 -0
  431. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/Flex4Classes.as +76 -0
  432. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/AutoLayoutEvent.as +162 -0
  433. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/ComponentVersion.as +54 -0
  434. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/ConnectClient.as +70 -0
  435. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/ConnectClientDynamicStream.as +51 -0
  436. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/ConnectClientNative.as +50 -0
  437. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/DVRManager.as +381 -0
  438. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/DynamicStream.as +1203 -0
  439. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/DynamicStreamItem.as +201 -0
  440. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/FMSCapabilities.as +239 -0
  441. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/FPADManager.as +152 -0
  442. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/FPMediaCapabilities.as +247 -0
  443. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/INCManager.as +360 -0
  444. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/IVPEvent.as +66 -0
  445. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/LayoutEvent.as +156 -0
  446. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/MetadataEvent.as +148 -0
  447. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/NCManager.as +1607 -0
  448. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/NCManagerDynamicStream.as +294 -0
  449. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/NCManagerNative.as +262 -0
  450. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/ParseResults.as +36 -0
  451. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/QueuedCommand.as +46 -0
  452. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/ReconnectClient.as +47 -0
  453. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/SMILManager.as +519 -0
  454. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/VideoAlign.as +102 -0
  455. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/VideoError.as +209 -0
  456. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/VideoEvent.as +557 -0
  457. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/VideoPlayer.as +4539 -0
  458. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/VideoPlayerClient.as +87 -0
  459. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/VideoProgressEvent.as +113 -0
  460. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/VideoScaleMode.as +88 -0
  461. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/VideoState.as +245 -0
  462. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/fl/video/flvplayback_internal.as +32 -0
  463. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/spark/components/Application.as +934 -0
  464. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/spark/components/Button.as +153 -0
  465. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/spark/components/Button.png +0 -0
  466. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/flex4/src/spark/components/ButtonBar.as +569 -0
  467. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/assets/Assets.fla +0 -0
  468. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/assets/Assets.swf +0 -0
  469. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/assets/CalendarIcon.png +0 -0
  470. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/bundles.properties +1 -0
  471. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/defaults-2.0.0.css +1757 -0
  472. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/defaults-2.0.1.css +1760 -0
  473. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/defaults-3.0.0.css +213 -0
  474. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/defaults.css +272 -0
  475. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/framework/manifest.xml +108 -0
  476. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/assets/Assets.fla +0 -0
  477. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/assets/Assets.swf +0 -0
  478. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/bundles.properties +1 -0
  479. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/defaults.css +1757 -0
  480. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/HaloClasses.as +74 -0
  481. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/core/Version.as +18 -0
  482. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/AccordionHeaderSkin.as +356 -0
  483. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ActivatorSkin.as +335 -0
  484. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ApplicationBackground.as +118 -0
  485. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/BrokenImageBorderSkin.as +72 -0
  486. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/BusyCursor.as +144 -0
  487. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ButtonBarButtonSkin.as +436 -0
  488. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ButtonSkin.as +337 -0
  489. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/CheckBoxIcon.as +427 -0
  490. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ColorPickerSkin.as +265 -0
  491. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ComboBoxArrowSkin.as +359 -0
  492. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DataGridColumnDropIndicator.as +81 -0
  493. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DataGridColumnResizeSkin.as +101 -0
  494. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DataGridHeaderBackgroundSkin.as +91 -0
  495. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DataGridHeaderSeparator.as +108 -0
  496. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DataGridSortArrow.as +104 -0
  497. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DateChooserIndicator.as +87 -0
  498. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DateChooserMonthArrowSkin.as +282 -0
  499. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DateChooserYearArrowSkin.as +156 -0
  500. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/DefaultDragImage.as +121 -0
  501. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/HaloBorder.as +1015 -0
  502. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/HaloColors.as +122 -0
  503. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/HaloFocusRect.as +316 -0
  504. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/LinkButtonSkin.as +125 -0
  505. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/LinkSeparator.as +132 -0
  506. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ListDropIndicator.as +102 -0
  507. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/MenuBarBackgroundSkin.as +197 -0
  508. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/NumericStepperDownSkin.as +276 -0
  509. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/NumericStepperUpSkin.as +295 -0
  510. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/PanelSkin.as +312 -0
  511. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/PopUpButtonSkin.as +527 -0
  512. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/PopUpIcon.as +116 -0
  513. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/PopUpMenuIcon.as +72 -0
  514. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ProgressBarSkin.as +120 -0
  515. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ProgressIndeterminateSkin.as +124 -0
  516. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ProgressMaskSkin.as +78 -0
  517. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ProgressTrackSkin.as +116 -0
  518. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/RadioButtonIcon.as +375 -0
  519. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ScrollArrowSkin.as +449 -0
  520. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ScrollThumbSkin.as +416 -0
  521. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ScrollTrackSkin.as +128 -0
  522. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/SliderHighlightSkin.as +108 -0
  523. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/SliderThumbSkin.as +311 -0
  524. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/SliderTrackSkin.as +127 -0
  525. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/SwatchPanelSkin.as +105 -0
  526. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/SwatchSkin.as +300 -0
  527. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/TabSkin.as +445 -0
  528. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/TitleBackground.as +119 -0
  529. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/halo/src/mx/skins/halo/ToolTipBorder.as +248 -0
  530. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/wireframe/bundles.properties +1 -0
  531. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/projects/wireframe/defaults.css +101 -0
  532. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/rsls/datavisualization_4.5.0.0.swf +0 -0
  533. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/rsls/framework_4.5.0.0.swf +0 -0
  534. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/rsls/mx_4.5.0.0.swf +0 -0
  535. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/rsls/osmf_flex.4.0.0.13495.swf +0 -0
  536. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/rsls/rpc_4.5.0.0.swf +0 -0
  537. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/rsls/spark_4.5.0.0.swf +0 -0
  538. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/rsls/sparkskins_4.5.0.0.swf +0 -0
  539. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/rsls/textLayout_1.1.0.604.swf +0 -0
  540. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/spark-manifest.xml +254 -0
  541. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/AeonGraphical/AeonGraphical.css +741 -0
  542. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/AeonGraphical/AeonGraphical.swf +0 -0
  543. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/AeonGraphical/preview.jpg +0 -0
  544. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/AeonGraphical/src/AeonGraphical.fla +0 -0
  545. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/Halo/halo.swc +0 -0
  546. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/Halo/preview.jpg +0 -0
  547. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/Spark/preview.jpg +0 -0
  548. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/Spark/spark.css +11 -0
  549. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/Wireframe/preview.jpg +0 -0
  550. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/themes/Wireframe/wireframe.swc +0 -0
  551. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/frameworks/winFonts.ser +0 -0
  552. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/activation.jar +0 -0
  553. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/adt.jar +0 -0
  554. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/afe.jar +0 -0
  555. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/aglj40.jar +0 -0
  556. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/asc.jar +0 -0
  557. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/asdoc.jar +0 -0
  558. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/axis.jar +0 -0
  559. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik-all-flex.jar +0 -0
  560. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik-css.jar +0 -0
  561. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik-svggen.jar +0 -0
  562. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik-util.jar +0 -0
  563. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik_de.jar +0 -0
  564. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik_fr.jar +0 -0
  565. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik_ja.jar +0 -0
  566. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik_ko.jar +0 -0
  567. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik_ru.jar +0 -0
  568. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/batik_zh_CN.jar +0 -0
  569. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/commons-beanutils.jar +0 -0
  570. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/commons-codec-1.3.jar +0 -0
  571. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/commons-collections.jar +0 -0
  572. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/commons-discovery.jar +0 -0
  573. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/commons-httpclient-3.0.jar +0 -0
  574. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/commons-jexl-1.0-dev.jar +0 -0
  575. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/commons-lang-2.2.jar +0 -0
  576. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/commons-logging.jar +0 -0
  577. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/compc.jar +0 -0
  578. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/copylocale.jar +0 -0
  579. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/derby.jar +0 -0
  580. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/derbytools.jar +0 -0
  581. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/digest.jar +0 -0
  582. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/fcsh.jar +0 -0
  583. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/fdb.jar +0 -0
  584. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/flex-compiler-oem.jar +0 -0
  585. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/flex-fontkit.jar +0 -0
  586. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/flex-messaging-common.jar +0 -0
  587. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/flexTasks-internal.jar +0 -0
  588. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/flexTasks.jar +0 -0
  589. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/fxgutils.jar +0 -0
  590. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/gson-1.3.jar +0 -0
  591. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/jakarta-regexp-1.2.jar +0 -0
  592. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/javacc.jar +0 -0
  593. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/jaxrpc.jar +0 -0
  594. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/jdom.jar +0 -0
  595. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/jstl.jar +0 -0
  596. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/jython.jar +0 -0
  597. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/license.jar +0 -0
  598. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/log4j-1.2.6.jar +0 -0
  599. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/lps-4.9.0.jar +0 -0
  600. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/lzproject.jar +0 -0
  601. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc.jar +0 -0
  602. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_da.jar +0 -0
  603. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_de.jar +0 -0
  604. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_es.jar +0 -0
  605. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_fi.jar +0 -0
  606. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_fr.jar +0 -0
  607. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_it.jar +0 -0
  608. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_ja.jar +0 -0
  609. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_ko.jar +0 -0
  610. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_nb.jar +0 -0
  611. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_nl.jar +0 -0
  612. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_pt.jar +0 -0
  613. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_ru.jar +0 -0
  614. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_sv.jar +0 -0
  615. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_zh_cn.jar +0 -0
  616. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/mxmlc_zh_tw.jar +0 -0
  617. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/optimizer.jar +0 -0
  618. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/rideau.jar +0 -0
  619. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/saaj.jar +0 -0
  620. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/sac.jar +0 -0
  621. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/saxon-6.5.3-lz-p1.jar +0 -0
  622. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/standard.jar +0 -0
  623. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/swcdepends.jar +0 -0
  624. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/swfdump.jar +0 -0
  625. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/swfutils.jar +0 -0
  626. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/taglibs-i18n.jar +0 -0
  627. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/velocity-dep-1.4-flex.jar +0 -0
  628. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/wsdl4j.jar +0 -0
  629. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/xmlrpc-1.2-b1.jar +0 -0
  630. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lib/xpp3-1.1.4c.jar +0 -0
  631. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config/client-config.wsdd +8 -0
  632. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config/crossdomain.xml +35 -0
  633. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config/iv.properties +145 -0
  634. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config/lps.properties +190 -0
  635. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config/lps.xml +87 -0
  636. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config/lzusers.xml +35 -0
  637. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config-deploy/client-config.wsdd +8 -0
  638. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config-deploy/iv.properties +145 -0
  639. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config-deploy/lps.properties +164 -0
  640. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/config-deploy/lps.xml +68 -0
  641. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/misc/flash6-builtins.properties +44 -0
  642. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/misc/flash7-builtins.properties +42 -0
  643. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/misc/lzx-autoincludes.properties +222 -0
  644. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/misc/lzx-deprecated-methods.properties +10 -0
  645. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/misc/lzx-server-only-apis.properties +16 -0
  646. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/misc/vera.fft +0 -0
  647. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/schema/lfc.lzx +1092 -0
  648. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/schema/lzx.rng +2357 -0
  649. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/schema/preprocess.xsl +142 -0
  650. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/convert_laszlo.pl +539 -0
  651. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/convert_required.pl +444 -0
  652. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/convert_setters.pl +451 -0
  653. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/lzc +28 -0
  654. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/lzc.bat +15 -0
  655. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/lzdc +31 -0
  656. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/lzdc.bat +15 -0
  657. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/lzenv +23 -0
  658. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/lzenv.bat +19 -0
  659. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/lzmc +27 -0
  660. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/server/bin/lzmc.bat +15 -0
  661. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/app-console.xslt +294 -0
  662. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/app-console_jp.xslt +294 -0
  663. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/canvas-xml-response.xslt +42 -0
  664. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/canvas-xml-response_jp.xslt +42 -0
  665. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/compile-response.xslt +21 -0
  666. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/compile-response_jp.xslt +21 -0
  667. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/deployment-response.xslt +287 -0
  668. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/deployment-response_jp.xslt +212 -0
  669. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/embed-body.xslt +76 -0
  670. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/embed-body_jp.xslt +76 -0
  671. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/embed-response.xslt +37 -0
  672. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/embed-response_jp.xslt +37 -0
  673. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/html-object-response.xslt +77 -0
  674. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/html-object-response_jp.xslt +77 -0
  675. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/html-response.xslt +84 -0
  676. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/html-response_jp.xslt +84 -0
  677. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/identity-response.xslt +20 -0
  678. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/info-response.xslt +440 -0
  679. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/info-response_jp.xslt +411 -0
  680. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/inline-example-response.xslt +29 -0
  681. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/inline-example-response_jp.xslt +29 -0
  682. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/js-response.xslt +25 -0
  683. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/object-tag-response.xslt +39 -0
  684. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/object-tag-response_jp.xslt +39 -0
  685. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/svg-response.xslt +117 -0
  686. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/svgwrapper-response.xslt +75 -0
  687. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/testboth-response.xslt +44 -0
  688. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/lps/templates/v1-response.xslt +66 -0
  689. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/taglibs-i18n.tld +413 -0
  690. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/web.xml +209 -0
  691. data/src/lps-4.9.0/Server/lps-4.9.0/WEB-INF/x.tld +448 -0
  692. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/autoPng/dev-console.lzx.png +0 -0
  693. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/dev-console-light.lzx +148 -0
  694. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/dev-console-popup.html +42 -0
  695. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/dev-console.html +43 -0
  696. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/dev-console.lzx +612 -0
  697. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/dev-console.lzx.js +3356 -0
  698. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/dev-console.lzx.swf +0 -0
  699. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/dev-console.sprite.png +0 -0
  700. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/includes/lfc/LFCdhtml.js +9286 -0
  701. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/assets/logo_laszlo_footer.gif +0 -0
  702. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/bezel_inner_dn.png +0 -0
  703. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/bezel_inner_up.png +0 -0
  704. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/bezel_inner_up.sprite.png +0 -0
  705. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/bezel_outer_dn.png +0 -0
  706. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/bezel_outer_up.png +0 -0
  707. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/bezel_outer_up.sprite.png +0 -0
  708. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/default_outline.png +0 -0
  709. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/outline_dsbl.png +0 -0
  710. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/autoPng/transparent.png +0 -0
  711. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/button/autoPng/simpleface_dsbl.png +0 -0
  712. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/button/simpleface_dn.png +0 -0
  713. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/button/simpleface_mo.png +0 -0
  714. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/button/simpleface_up.png +0 -0
  715. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/button/simpleface_up.sprite.png +0 -0
  716. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/checkbox/autoPng/checkbox_disable_off.png +0 -0
  717. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/checkbox/autoPng/checkbox_disable_on.png +0 -0
  718. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/checkbox/autoPng/checkbox_off.png +0 -0
  719. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/checkbox/autoPng/checkbox_off.sprite.png +0 -0
  720. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/checkbox/autoPng/checkbox_off_mo.png +0 -0
  721. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/checkbox/autoPng/checkbox_on.png +0 -0
  722. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/checkbox/autoPng/checkbox_on_mo.png +0 -0
  723. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_bot_lft.png +0 -0
  724. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_bot_lft_shdw.png +0 -0
  725. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_bot_rt.png +0 -0
  726. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_bot_rt_shdw.png +0 -0
  727. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_top_lft.png +0 -0
  728. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_top_lft.sprite.png +0 -0
  729. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_top_lft_shdw.png +0 -0
  730. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_top_lft_shdw.sprite.png +0 -0
  731. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_top_rt.png +0 -0
  732. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/focus/focus_top_rt_shdw.png +0 -0
  733. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/radio/autoPng/radiobtn_dn.png +0 -0
  734. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/radio/autoPng/radiobtn_dsbl_dn.png +0 -0
  735. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/radio/autoPng/radiobtn_dsbl_up.png +0 -0
  736. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/radio/autoPng/radiobtn_mo.png +0 -0
  737. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/radio/autoPng/radiobtn_up.png +0 -0
  738. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/components/lz/resources/radio/autoPng/radiobtn_up.sprite.png +0 -0
  739. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/lps/resources/lps/includes/blank.gif +0 -0
  740. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/neon_sign_small.png +0 -0
  741. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/solo-deploy.jsp +536 -0
  742. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/solo-dhtml-deploy.jsp +423 -0
  743. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/widget-icon.png +0 -0
  744. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/widget-templates/config.jil.xml +22 -0
  745. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/widget-templates/config.opera.xml +24 -0
  746. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/widget-templates/config.osx.xml +27 -0
  747. data/src/lps-4.9.0/Server/lps-4.9.0/lps/admin/widget-templates/config.w3c.xml +26 -0
  748. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/autoPng/openlaszlo_splash_4dk0001.png +0 -0
  749. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/autoPng/openlaszlo_splash_4lt0001.png +0 -0
  750. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/autoPng/startup_small.png +0 -0
  751. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/debug_btn_disable.gif +0 -0
  752. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/debug_btn_dn.gif +0 -0
  753. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/debug_btn_up.gif +0 -0
  754. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/devforum_btn_dn.gif +0 -0
  755. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/devforum_btn_up.gif +0 -0
  756. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/devnet_btn_dn.gif +0 -0
  757. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/devnet_btn_up.gif +0 -0
  758. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/doc_btn_dn.gif +0 -0
  759. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/doc_btn_up.gif +0 -0
  760. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/htmlwrapper_btn_dn.gif +0 -0
  761. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/htmlwrapper_btn_up.gif +0 -0
  762. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/krank_title.gif +0 -0
  763. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/lastoptimize_btn_dn.gif +0 -0
  764. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/lastoptimize_btn_up.gif +0 -0
  765. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/logo_krank_header.gif +0 -0
  766. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/logo_laszlo_footer.gif +0 -0
  767. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/openlaszlo_splash_4dk.swf +0 -0
  768. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/openlaszlo_splash_4lt.swf +0 -0
  769. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/optimization_alert.gif +0 -0
  770. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/optimize_btn_dn.gif +0 -0
  771. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/optimize_btn_up.gif +0 -0
  772. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/refresh_btn_dn.gif +0 -0
  773. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/refresh_btn_up.gif +0 -0
  774. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/resources_title.gif +0 -0
  775. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/startup_small.swf +0 -0
  776. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/tasks_title.gif +0 -0
  777. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/viewsource_btn_dn.gif +0 -0
  778. data/src/lps-4.9.0/Server/lps-4.9.0/lps/assets/viewsource_btn_up.gif +0 -0
  779. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/library.lzx +21 -0
  780. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/audio_meter_over.png +0 -0
  781. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/audio_meter_under.png +0 -0
  782. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/autoPng/green-orb.png +0 -0
  783. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/autoPng/red-orb.png +0 -0
  784. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/autoPng/yellow-orb.png +0 -0
  785. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/cam_btn_dn.png +0 -0
  786. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/cam_btn_mo.png +0 -0
  787. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/cam_btn_selected.png +0 -0
  788. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/cam_btn_up.png +0 -0
  789. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/controls_cover.swf +0 -0
  790. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/controls_well.swf +0 -0
  791. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/green-orb.swf +0 -0
  792. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/pause_button_dn.png +0 -0
  793. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/pause_button_mo.png +0 -0
  794. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/pause_button_up.png +0 -0
  795. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/play_button_dn.png +0 -0
  796. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/play_button_mo.png +0 -0
  797. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/play_button_up.png +0 -0
  798. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/record_btn_dn.png +0 -0
  799. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/record_btn_mo.png +0 -0
  800. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/record_btn_up.png +0 -0
  801. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/red-orb.swf +0 -0
  802. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/resize.png +0 -0
  803. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_lft_button_dn.png +0 -0
  804. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_lft_button_mo.png +0 -0
  805. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_lft_button_up.png +0 -0
  806. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_rt_button_dn.png +0 -0
  807. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_rt_button_mo.png +0 -0
  808. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_rt_button_up.png +0 -0
  809. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_thmb_lft.swf +0 -0
  810. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_thmb_mid.swf +0 -0
  811. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_thmb_rt.swf +0 -0
  812. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/scroll_track.swf +0 -0
  813. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/stop_btn_dn.png +0 -0
  814. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/stop_btn_mo.png +0 -0
  815. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/stop_btn_up.png +0 -0
  816. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/thumb.png +0 -0
  817. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/vid_btn_dn.png +0 -0
  818. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/vid_btn_mo.png +0 -0
  819. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/vid_btn_selected.png +0 -0
  820. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/vid_btn_up.png +0 -0
  821. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/video_no_icon.gif +0 -0
  822. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/volume_button_dn.png +0 -0
  823. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/volume_button_mo.png +0 -0
  824. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/volume_button_up.png +0 -0
  825. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/volume_lines.png +0 -0
  826. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/volume_mute.png +0 -0
  827. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_bot_lft.png +0 -0
  828. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_bot_mid.swf +0 -0
  829. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_bot_rt.png +0 -0
  830. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_mid_lft.swf +0 -0
  831. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_mid_mid.swf +0 -0
  832. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_mid_rt.swf +0 -0
  833. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_title.png +0 -0
  834. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_top_lft.png +0 -0
  835. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_top_mid.swf +0 -0
  836. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/win_top_rt.png +0 -0
  837. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/resources/yellow-orb.swf +0 -0
  838. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/rtmpstatus.lzx +79 -0
  839. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/streamprogress.lzx +80 -0
  840. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/streamscrubber.lzx +143 -0
  841. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/videolibraryicon.lzx +97 -0
  842. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/videolibrarypopup.lzx +148 -0
  843. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/videoplayer.lzx +150 -0
  844. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/videoscreen.lzx +93 -0
  845. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/videoslider.lzx +297 -0
  846. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/videothumbnail.lzx +64 -0
  847. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/videotogglebutton.lzx +69 -0
  848. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/av/videovolumebutton.lzx +186 -0
  849. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basebutton.lzx +325 -0
  850. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basebuttonrepeater.lzx +69 -0
  851. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basecombobox.lzx +722 -0
  852. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basecomponent.lzx +458 -0
  853. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basedatacombobox.lzx +669 -0
  854. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basedatacombobox_item.lzx +43 -0
  855. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basedatepicker.lzx +704 -0
  856. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basedatepickerday.lzx +79 -0
  857. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basedatepickerweek.lzx +208 -0
  858. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/baseedittext.lzx +383 -0
  859. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basefocusview.lzx +267 -0
  860. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/baseform.lzx +155 -0
  861. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/baseformitem.lzx +209 -0
  862. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basegrid.lzx +583 -0
  863. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basegridcolumn.lzx +269 -0
  864. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basegridrow.lzx +204 -0
  865. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/baselist.lzx +532 -0
  866. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/baselistitem.lzx +137 -0
  867. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basescrollbar.lzx +664 -0
  868. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/baseslider.lzx +341 -0
  869. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basetabelement.lzx +168 -0
  870. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basetabs.lzx +879 -0
  871. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basetabslider.lzx +290 -0
  872. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basetrackgroup.lzx +269 -0
  873. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basetree.lzx +1007 -0
  874. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basevaluecomponent.lzx +86 -0
  875. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/basewindow.lzx +386 -0
  876. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/colors.lzx +81 -0
  877. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/componentmanager.lzx +229 -0
  878. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/datalistselector.lzx +289 -0
  879. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/defaultstyles.lzx +53 -0
  880. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/doctest-library.lzx +26 -0
  881. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/hbox.lzx +34 -0
  882. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/image.lzx +81 -0
  883. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/library.lzx +47 -0
  884. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/listselector.lzx +178 -0
  885. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/multistatebutton.lzx +158 -0
  886. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/resizeview.lzx +95 -0
  887. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/style.lzx +256 -0
  888. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/submit.lzx +127 -0
  889. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/swatchview.lzx +83 -0
  890. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/treeselector.lzx +33 -0
  891. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/base/vbox.lzx +31 -0
  892. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/library.lzx +14 -0
  893. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_arrow_n.png +0 -0
  894. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_arrow_r.png +0 -0
  895. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_arrow_s.png +0 -0
  896. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_back.png +0 -0
  897. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_back_lc.png +0 -0
  898. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_back_m.png +0 -0
  899. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_back_rc.png +0 -0
  900. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_background.png +0 -0
  901. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_d.png +0 -0
  902. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_hairline.png +0 -0
  903. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_l.png +0 -0
  904. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_m.png +0 -0
  905. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/slider_r.png +0 -0
  906. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/spin_box_left.png +0 -0
  907. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/spin_box_middle.png +0 -0
  908. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/spin_down_d.png +0 -0
  909. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/spin_down_n.png +0 -0
  910. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/spin_down_r.png +0 -0
  911. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/spin_up_d.png +0 -0
  912. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/spin_up_n.png +0 -0
  913. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/autoPng/spin_up_r.png +0 -0
  914. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_arrow_n.swf +0 -0
  915. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_arrow_r.swf +0 -0
  916. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_arrow_s.swf +0 -0
  917. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_back.swf +0 -0
  918. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_back_lc.swf +0 -0
  919. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_back_m.swf +0 -0
  920. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_back_rc.swf +0 -0
  921. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_background.swf +0 -0
  922. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_d.swf +0 -0
  923. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_hairline.swf +0 -0
  924. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_l.swf +0 -0
  925. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_m.swf +0 -0
  926. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/slider_r.swf +0 -0
  927. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/spin_box_left.swf +0 -0
  928. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/spin_box_middle.swf +0 -0
  929. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/spin_down_d.swf +0 -0
  930. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/spin_down_n.swf +0 -0
  931. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/spin_down_r.swf +0 -0
  932. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/spin_up_d.swf +0 -0
  933. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/spin_up_n.swf +0 -0
  934. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/images/spin_up_r.swf +0 -0
  935. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/slider/slider.lzx +186 -0
  936. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/addon/zoomarea.lzx +175 -0
  937. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/barchart/barchart.lzx +195 -0
  938. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/barchart/barchartplotarea.lzx +91 -0
  939. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/columnchart/columnchart.lzx +185 -0
  940. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/columnchart/columnchartplotarea.lzx +113 -0
  941. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/axis.lzx +569 -0
  942. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/chart.lzx +348 -0
  943. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/databar.lzx +145 -0
  944. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/datalabel.lzx +39 -0
  945. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/datamarker.lzx +150 -0
  946. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/datapoints.lzx +45 -0
  947. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/dataseries.lzx +445 -0
  948. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/datatip.lzx +49 -0
  949. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/horizontalaxis.lzx +238 -0
  950. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/label.lzx +152 -0
  951. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/legend.lzx +294 -0
  952. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/library.lzx +31 -0
  953. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/rectangularchart.lzx +663 -0
  954. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/tickmarklabel.lzx +32 -0
  955. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/valueline.lzx +144 -0
  956. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/valuepoints.lzx +118 -0
  957. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/valueregion.lzx +269 -0
  958. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/verticalaxis.lzx +167 -0
  959. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/viewspoolmanager.lzx +162 -0
  960. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/common/virtualdrawview.lzx +228 -0
  961. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/addon/basezoomarea.html +107 -0
  962. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/addon/styles.css +133 -0
  963. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/addon/zoomarea.html +74 -0
  964. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/barchart/barchart.html +88 -0
  965. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/barchart/styles.css +133 -0
  966. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/columnchart/columnchart.html +88 -0
  967. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/columnchart/styles.css +133 -0
  968. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/axis.html +194 -0
  969. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/chart.html +253 -0
  970. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/datacolumn.html +135 -0
  971. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/datalabel.html +37 -0
  972. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/datamarker.html +55 -0
  973. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/dataseries.html +210 -0
  974. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/datatip.html +37 -0
  975. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/horizontalaxis.html +46 -0
  976. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/label.html +89 -0
  977. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/legend.html +131 -0
  978. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/rectangularchart.html +255 -0
  979. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/styles.css +133 -0
  980. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/valueline.html +89 -0
  981. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/valuepoints.html +81 -0
  982. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/valueregion.html +80 -0
  983. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/common/verticalaxis.html +37 -0
  984. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/linechart/linechart.html +37 -0
  985. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/linechart/styles.css +133 -0
  986. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/piechart/piechart.html +60 -0
  987. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/piechart/piechartplotarea.html +74 -0
  988. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/piechart/styles.css +133 -0
  989. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/axisstyle.html +45 -0
  990. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/basestyle.html +106 -0
  991. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/chartbgstyle.html +37 -0
  992. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/chartstyle.html +118 -0
  993. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/datastyle.html +37 -0
  994. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/datastylelist.html +37 -0
  995. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/labelstyle.html +107 -0
  996. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/linestyle.html +69 -0
  997. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/plotstyle.html +68 -0
  998. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/pointstyle.html +76 -0
  999. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/regionstyle.html +68 -0
  1000. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/styles.css +133 -0
  1001. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/tickstyle.html +54 -0
  1002. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/valuelinestyle.html +38 -0
  1003. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/valuepointstyle.html +38 -0
  1004. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/charts/styles/valueregionstyle.html +37 -0
  1005. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/index.css +45 -0
  1006. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/docs/index.html +151 -0
  1007. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/library.lzx +31 -0
  1008. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/linechart/linechart.lzx +217 -0
  1009. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/linechart/linechartplotarea.lzx +157 -0
  1010. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/piechart/piechart.lzx +167 -0
  1011. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/piechart/piechartplotarea.lzx +145 -0
  1012. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/piechart/piepiece.lzx +349 -0
  1013. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/styles/chartstyle.lzx +434 -0
  1014. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/styles/defaultchartstyle.lzx +91 -0
  1015. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/styles/defaultchartstyle.xml +64 -0
  1016. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/styles/strokestyle.lzx +138 -0
  1017. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/charts/styles/styleparser.lzx +79 -0
  1018. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/debugger.lzx +1034 -0
  1019. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottom.png +0 -0
  1020. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottomleft.png +0 -0
  1021. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottomleftbtm.png +0 -0
  1022. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottomleftmid.png +0 -0
  1023. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottomlefttop.png +0 -0
  1024. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottomrghtbtm.png +0 -0
  1025. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottomrghtmid.png +0 -0
  1026. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottomrghttop.png +0 -0
  1027. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/bottomright.png +0 -0
  1028. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/grabber.png +0 -0
  1029. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/grabberover.png +0 -0
  1030. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/handle.png +0 -0
  1031. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/handleover.png +0 -0
  1032. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/leftright.png +0 -0
  1033. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/resizer.png +0 -0
  1034. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/resizerover.png +0 -0
  1035. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrollcorner.png +0 -0
  1036. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldrag.png +0 -0
  1037. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragbottom.png +0 -0
  1038. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragdimples.png +0 -0
  1039. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragdimpleshorz.png +0 -0
  1040. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldraghorz.png +0 -0
  1041. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragleft.png +0 -0
  1042. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragover.png +0 -0
  1043. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragoverbottom.png +0 -0
  1044. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragoverdimples.png +0 -0
  1045. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragovertop.png +0 -0
  1046. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragright.png +0 -0
  1047. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolldragtop.png +0 -0
  1048. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrollstretch.png +0 -0
  1049. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrollstretchhorz.png +0 -0
  1050. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/scrolltop.png +0 -0
  1051. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/shadowbottom.png +0 -0
  1052. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/shadowcorner.png +0 -0
  1053. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/shadowleft.png +0 -0
  1054. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/shadowright.png +0 -0
  1055. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/shadowtop.png +0 -0
  1056. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/tfdownbtn0001.png +0 -0
  1057. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/tfdownbtn0002.png +0 -0
  1058. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/tfdownbtn0003.png +0 -0
  1059. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/tfupbtn0001.png +0 -0
  1060. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/tfupbtn0002.png +0 -0
  1061. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/tfupbtn0003.png +0 -0
  1062. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/title.png +0 -0
  1063. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/top.png +0 -0
  1064. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/topleft.png +0 -0
  1065. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/autoPng/topright.png +0 -0
  1066. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottom.swf +0 -0
  1067. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottomleft.swf +0 -0
  1068. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottomleftbtm.swf +0 -0
  1069. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottomleftmid.swf +0 -0
  1070. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottomlefttop.swf +0 -0
  1071. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottomrghtbtm.swf +0 -0
  1072. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottomrghtmid.swf +0 -0
  1073. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottomrghttop.swf +0 -0
  1074. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/bottomright.swf +0 -0
  1075. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/bug0001.png +0 -0
  1076. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/bug0002.png +0 -0
  1077. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/bug0003.png +0 -0
  1078. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear10001.png +0 -0
  1079. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear10002.png +0 -0
  1080. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear10003.png +0 -0
  1081. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear20001.png +0 -0
  1082. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear20002.png +0 -0
  1083. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear20003.png +0 -0
  1084. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear30001.png +0 -0
  1085. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear30002.png +0 -0
  1086. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/clear30003.png +0 -0
  1087. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/closebtn0001.png +0 -0
  1088. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/closebtn0002.png +0 -0
  1089. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/closebtn0003.png +0 -0
  1090. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/downbtn0001.png +0 -0
  1091. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/downbtn0002.png +0 -0
  1092. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/downbtn0003.png +0 -0
  1093. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/evalbtn0001.png +0 -0
  1094. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/evalbtn0002.png +0 -0
  1095. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/evalbtn0003.png +0 -0
  1096. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/expbtn0001.png +0 -0
  1097. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/expbtn0002.png +0 -0
  1098. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/expbtn0003.png +0 -0
  1099. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/grabber0001.png +0 -0
  1100. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/grabber0002.png +0 -0
  1101. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/handle0001.png +0 -0
  1102. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/handle0002.png +0 -0
  1103. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/leftbtn0001.png +0 -0
  1104. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/leftbtn0002.png +0 -0
  1105. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/leftbtn0003.png +0 -0
  1106. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/minbtn0001.png +0 -0
  1107. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/minbtn0002.png +0 -0
  1108. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/minbtn0003.png +0 -0
  1109. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/prefs20001.png +0 -0
  1110. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/prefs20002.png +0 -0
  1111. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/prefs20003.png +0 -0
  1112. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/prefsbtn0001.png +0 -0
  1113. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/prefsbtn0002.png +0 -0
  1114. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/prefsbtn0003.png +0 -0
  1115. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/resizer0001.png +0 -0
  1116. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/resizer0002.png +0 -0
  1117. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/rightbtn0001.png +0 -0
  1118. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/rightbtn0002.png +0 -0
  1119. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/rightbtn0003.png +0 -0
  1120. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/tfdownbtn0001.png +0 -0
  1121. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/tfdownbtn0002.png +0 -0
  1122. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/tfdownbtn0003.png +0 -0
  1123. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/tfupbtn0001.png +0 -0
  1124. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/tfupbtn0002.png +0 -0
  1125. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/tfupbtn0003.png +0 -0
  1126. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/upbtn0001.png +0 -0
  1127. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/upbtn0002.png +0 -0
  1128. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/autoPng/upbtn0003.png +0 -0
  1129. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/clear1.swf +0 -0
  1130. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/clear2.swf +0 -0
  1131. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/clear3.swf +0 -0
  1132. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/closebtn.swf +0 -0
  1133. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/downbtn.swf +0 -0
  1134. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/evalbtn.swf +0 -0
  1135. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/expbtn.swf +0 -0
  1136. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/grabber.swf +0 -0
  1137. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/handle.swf +0 -0
  1138. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/leftbtn.swf +0 -0
  1139. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/minbtn.swf +0 -0
  1140. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/prefs2.swf +0 -0
  1141. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/prefsbtn.swf +0 -0
  1142. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/resizer.swf +0 -0
  1143. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/rightbtn.swf +0 -0
  1144. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/tfdownbtn.swf +0 -0
  1145. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/tfupbtn.swf +0 -0
  1146. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/buttons/upbtn.swf +0 -0
  1147. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/grabber.swf +0 -0
  1148. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/grabberover.swf +0 -0
  1149. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/handle.swf +0 -0
  1150. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/handleover.swf +0 -0
  1151. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/leftright.swf +0 -0
  1152. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/resizer.swf +0 -0
  1153. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/resizerover.swf +0 -0
  1154. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrollcorner.swf +0 -0
  1155. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldrag.swf +0 -0
  1156. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragbottom.swf +0 -0
  1157. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragdimples.swf +0 -0
  1158. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragdimpleshorz.swf +0 -0
  1159. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldraghorz.swf +0 -0
  1160. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragleft.swf +0 -0
  1161. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragover.swf +0 -0
  1162. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragoverbottom.swf +0 -0
  1163. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragoverdimples.swf +0 -0
  1164. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragovertop.swf +0 -0
  1165. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragright.swf +0 -0
  1166. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolldragtop.swf +0 -0
  1167. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrollstretch.swf +0 -0
  1168. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrollstretchhorz.swf +0 -0
  1169. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/scrolltop.swf +0 -0
  1170. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/shadowbottom.swf +0 -0
  1171. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/shadowcorner.swf +0 -0
  1172. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/shadowleft.swf +0 -0
  1173. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/shadowright.swf +0 -0
  1174. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/shadowtop.swf +0 -0
  1175. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/tfdownbtn.swf +0 -0
  1176. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/tfupbtn.swf +0 -0
  1177. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/title.swf +0 -0
  1178. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/top.swf +0 -0
  1179. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/topleft.swf +0 -0
  1180. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/images/topright.swf +0 -0
  1181. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/library.lzx +72 -0
  1182. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/newcontent.lzx +440 -0
  1183. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/platform/swf8/eval.lzs +37 -0
  1184. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/platform/swf9/eval.lzs +76 -0
  1185. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/remoteserver.lzx +179 -0
  1186. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/debugger/scrollingtext.lzx +424 -0
  1187. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/doctest-library.lzx +13 -0
  1188. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/av/camera.lzx +329 -0
  1189. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/av/library.lzx +16 -0
  1190. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/av/mediadevice.lzx +476 -0
  1191. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/av/mediastream.lzx +1507 -0
  1192. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/av/microphone.lzx +417 -0
  1193. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/av/rtmpconnection.lzx +370 -0
  1194. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/av/videoview.lzx +370 -0
  1195. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/drawview.lzx +2207 -0
  1196. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/html.lzx +496 -0
  1197. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/library.lzx +16 -0
  1198. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/printer.lzx +171 -0
  1199. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/rte.lzx +319 -0
  1200. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/views/LzTextFormat.lzx +66 -0
  1201. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/extensions/views/richinputtext.lzx +364 -0
  1202. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/autocompletecombobox.lzx +209 -0
  1203. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/base64.lzx +80 -0
  1204. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/basecheckbox.lzx +50 -0
  1205. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/baseradio.lzx +270 -0
  1206. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/baseslider.lzx +197 -0
  1207. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/bigcheckbox.lzx +45 -0
  1208. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/borderinput.lzx +103 -0
  1209. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/boxview.lzx +111 -0
  1210. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/closebox.lzx +24 -0
  1211. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/colorpicker.lzx +244 -0
  1212. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/colorslider.lzx +97 -0
  1213. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/custombutton.lzx +214 -0
  1214. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/defaultlistitem.lzx +42 -0
  1215. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/doctest-library.lzx +22 -0
  1216. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/domapi.js +113 -0
  1217. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/draglib.lzx +166 -0
  1218. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/fisheye_lib.lzx +110 -0
  1219. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/formlayout.lzx +124 -0
  1220. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/googlemap.lzx +123 -0
  1221. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/gradientview.lzx +196 -0
  1222. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/hsplitpane.lzx +102 -0
  1223. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/iconradioitem-resources.lzx +38 -0
  1224. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/iconradioitem.lzx +135 -0
  1225. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/icontab.lzx +123 -0
  1226. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/icontogglebutton.lzx +83 -0
  1227. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/imagemap/DrawView.lzx +122 -0
  1228. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/imagemap/DrawView.xml +22 -0
  1229. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/imagemap/Map.lzx +93 -0
  1230. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/imagemap/Map.xml +81 -0
  1231. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/imagemap/MapZoom.lzx +133 -0
  1232. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/imagemap/imagemap.lzx +434 -0
  1233. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/imagemap/northeast.jpg +0 -0
  1234. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/index.html +164 -0
  1235. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/labeledinputtext.lzx +80 -0
  1236. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/libflickr.lzx +184 -0
  1237. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/library.lzx +51 -0
  1238. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lwzCalendar/calendar.jpg +0 -0
  1239. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lwzCalendar/lwzEncalendar.lzx +226 -0
  1240. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lzcombobox.lzx +9 -0
  1241. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lzcombobox_class.lzx +206 -0
  1242. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lzcombobox_resources.lzx +55 -0
  1243. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lzeditcombobox.lzx +64 -0
  1244. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lzedittext.lzx +50 -0
  1245. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lzradio.lzx +53 -0
  1246. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/lzradio_resources.lzx +17 -0
  1247. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/minibutton.lzx +37 -0
  1248. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/newcheckbox.lzx +44 -0
  1249. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/newhscrollbar.lzx +113 -0
  1250. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/newhscrollbar_resources.lzx +30 -0
  1251. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/newvscrollbar.lzx +95 -0
  1252. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/newvscrollbar_resources.lzx +30 -0
  1253. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/opttree/baseopttreenode.lzx +62 -0
  1254. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/opttree/opttree.lzx +384 -0
  1255. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/opttree/opttreecontroller.lzx +116 -0
  1256. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/radioitem.lzx +51 -0
  1257. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/closebox/close_btn_dn.gif +0 -0
  1258. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/closebox/close_btn_mo.gif +0 -0
  1259. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/closebox/close_btn_up.gif +0 -0
  1260. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/arrow_lft.png +0 -0
  1261. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/arrow_rt.png +0 -0
  1262. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/autoPng/mini_btn_dn_mid.png +0 -0
  1263. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/autoPng/mini_btn_mo_mid.png +0 -0
  1264. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/autoPng/mini_btn_up_mid.png +0 -0
  1265. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_dn_lft.png +0 -0
  1266. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_dn_mid.swf +0 -0
  1267. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_dn_rt.png +0 -0
  1268. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_mo_lft.png +0 -0
  1269. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_mo_mid.swf +0 -0
  1270. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_mo_rt.png +0 -0
  1271. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_up_lft.png +0 -0
  1272. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_up_mid.swf +0 -0
  1273. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/mini/mini_btn_up_rt.png +0 -0
  1274. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/autoPng/sm_btn_dn_mid.png +0 -0
  1275. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/autoPng/sm_btn_dsbl_lft.png +0 -0
  1276. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/autoPng/sm_btn_dsbl_mid.png +0 -0
  1277. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/autoPng/sm_btn_dsbl_rt.png +0 -0
  1278. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/autoPng/sm_btn_mo_mid.png +0 -0
  1279. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/autoPng/sm_btn_up_mid.png +0 -0
  1280. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_dn_lft.png +0 -0
  1281. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_dn_mid.png +0 -0
  1282. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_dn_mid.swf +0 -0
  1283. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_dn_rt.png +0 -0
  1284. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_dsbl_lft.swf +0 -0
  1285. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_dsbl_mid.png +0 -0
  1286. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_dsbl_mid.swf +0 -0
  1287. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_dsbl_rt.swf +0 -0
  1288. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_mo_lft.png +0 -0
  1289. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_mo_mid.png +0 -0
  1290. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_mo_mid.swf +0 -0
  1291. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_mo_rt.png +0 -0
  1292. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_up_lft.png +0 -0
  1293. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_up_mid.png +0 -0
  1294. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_up_mid.swf +0 -0
  1295. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/button/small/sm_btn_up_rt.png +0 -0
  1296. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/autoPng/checkbox_dslct.png +0 -0
  1297. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/autoPng/checkbox_dslct_dsbl.png +0 -0
  1298. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/autoPng/checkbox_dslct_mo.png +0 -0
  1299. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/autoPng/checkbox_slct.png +0 -0
  1300. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/autoPng/checkbox_slct_dsbl.png +0 -0
  1301. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/autoPng/checkbox_slct_mo.png +0 -0
  1302. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/autoPng/checkbox-big_dslct.png +0 -0
  1303. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/autoPng/checkbox-big_dslct_dsbl.png +0 -0
  1304. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/autoPng/checkbox-big_dslct_mo.png +0 -0
  1305. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/autoPng/checkbox-big_slct.png +0 -0
  1306. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/autoPng/checkbox-big_slct_dsbl.png +0 -0
  1307. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/autoPng/checkbox-big_slct_mo.png +0 -0
  1308. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/checkbox-big_dslct.swf +0 -0
  1309. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/checkbox-big_dslct_dsbl.swf +0 -0
  1310. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/checkbox-big_dslct_mo.swf +0 -0
  1311. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/checkbox-big_slct.swf +0 -0
  1312. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/checkbox-big_slct_dsbl.swf +0 -0
  1313. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/big/checkbox-big_slct_mo.swf +0 -0
  1314. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/checkbox_dslct.swf +0 -0
  1315. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/checkbox_dslct_dsbl.swf +0 -0
  1316. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/checkbox_dslct_mo.swf +0 -0
  1317. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/checkbox_slct.swf +0 -0
  1318. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/checkbox_slct_dsbl.swf +0 -0
  1319. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/checkbox/checkbox_slct_mo.swf +0 -0
  1320. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/autoPng/combobox_arrow_dsbl.png +0 -0
  1321. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/autoPng/combobox_arrow_mo.png +0 -0
  1322. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/autoPng/combobox_arrow_up+dn.png +0 -0
  1323. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/autoPng/row_mo.png +0 -0
  1324. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/autoPng/row_slct.png +0 -0
  1325. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_lft_sqbot_dn.png +0 -0
  1326. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_lft_sqbot_mo.png +0 -0
  1327. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_lft_sqbot_up.png +0 -0
  1328. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_lft_sqtop_dn.png +0 -0
  1329. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_lft_sqtop_mo.png +0 -0
  1330. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_lft_sqtop_up.png +0 -0
  1331. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_rt_sqbot_dn.png +0 -0
  1332. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_rt_sqbot_mo.png +0 -0
  1333. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_rt_sqbot_up.png +0 -0
  1334. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_rt_sqtop_dn.png +0 -0
  1335. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_rt_sqtop_mo.png +0 -0
  1336. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combo_rt_sqtop_up.png +0 -0
  1337. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combobox_arrow_dsbl.swf +0 -0
  1338. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combobox_arrow_mo.swf +0 -0
  1339. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/combobox_arrow_up+dn.swf +0 -0
  1340. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/row_mo.swf +0 -0
  1341. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/combobox/row_slct.swf +0 -0
  1342. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit-btn_dn_lft.png +0 -0
  1343. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit-btn_mo_lft.png +0 -0
  1344. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit-btn_up_lft.png +0 -0
  1345. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit-btn_up_mid.png +0 -0
  1346. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit_icon_minus.png +0 -0
  1347. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit_icon_plus.png +0 -0
  1348. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit_lft.png +0 -0
  1349. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit_lft_squared.png +0 -0
  1350. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit_lft_up_squared.png +0 -0
  1351. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/autoPng/edit_mid.png +0 -0
  1352. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit-btn_dn_lft.swf +0 -0
  1353. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit-btn_mo_lft.swf +0 -0
  1354. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit-btn_up_lft.swf +0 -0
  1355. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit-btn_up_mid.swf +0 -0
  1356. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit_icon_minus.swf +0 -0
  1357. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit_icon_plus.swf +0 -0
  1358. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit_lft.swf +0 -0
  1359. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit_lft_squared.swf +0 -0
  1360. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit_lft_up_squared.swf +0 -0
  1361. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/editcombo/edit_mid.swf +0 -0
  1362. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/floatinglist/autoPng/h_shdw.png +0 -0
  1363. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/floatinglist/autoPng/v_shdw.png +0 -0
  1364. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/floatinglist/corner_shdw.png +0 -0
  1365. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/floatinglist/h_shdw.swf +0 -0
  1366. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/floatinglist/v_shdw.swf +0 -0
  1367. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/autoPng/radio_btn_dsclt.png +0 -0
  1368. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/autoPng/radio_btn_dslct_dsbl.png +0 -0
  1369. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/autoPng/radio_btn_dslct_mo.png +0 -0
  1370. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/autoPng/radio_btn_slct.png +0 -0
  1371. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/autoPng/radio_btn_slct_dsbl.png +0 -0
  1372. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/radio_btn_dsclt.swf +0 -0
  1373. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/radio_btn_dslct_dsbl.swf +0 -0
  1374. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/radio_btn_dslct_mo.swf +0 -0
  1375. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/radio_btn_slct.swf +0 -0
  1376. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/radiobutton/radio_btn_slct_dsbl.swf +0 -0
  1377. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollbtn_y_bot_dn.png +0 -0
  1378. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollbtn_y_bot_mo.png +0 -0
  1379. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollbtn_y_bot_up.png +0 -0
  1380. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollbtn_y_top_dn.png +0 -0
  1381. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollbtn_y_top_mo.png +0 -0
  1382. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollbtn_y_top_up.png +0 -0
  1383. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollthumb_y_bot.png +0 -0
  1384. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollthumb_y_mid.png +0 -0
  1385. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/scrollthumb_y_top.png +0 -0
  1386. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_btn_lft_dn.png +0 -0
  1387. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_btn_lft_mo.png +0 -0
  1388. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_btn_lft_up.png +0 -0
  1389. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_btn_rt_dn.png +0 -0
  1390. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_btn_rt_mo.png +0 -0
  1391. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_btn_rt_up.png +0 -0
  1392. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_thumb_lft.png +0 -0
  1393. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_thumb_mid.png +0 -0
  1394. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_thumb_rt.png +0 -0
  1395. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_track.png +0 -0
  1396. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/x_scrl_track_slct.png +0 -0
  1397. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/y_scrolltrack.png +0 -0
  1398. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/autoPng/y_scrolltrack_dn.png +0 -0
  1399. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollbtn_y_bot_dn.swf +0 -0
  1400. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollbtn_y_bot_mo.swf +0 -0
  1401. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollbtn_y_bot_up.swf +0 -0
  1402. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollbtn_y_top_dn.swf +0 -0
  1403. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollbtn_y_top_mo.swf +0 -0
  1404. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollbtn_y_top_up.swf +0 -0
  1405. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollthumb_y_bot.swf +0 -0
  1406. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollthumb_y_mid.swf +0 -0
  1407. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/scrollthumb_y_top.swf +0 -0
  1408. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/thumb_x_gripper.png +0 -0
  1409. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/thumb_y_gripper.png +0 -0
  1410. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_btn_lft_dn.swf +0 -0
  1411. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_btn_lft_mo.swf +0 -0
  1412. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_btn_lft_up.swf +0 -0
  1413. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_btn_rt_dn.swf +0 -0
  1414. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_btn_rt_mo.swf +0 -0
  1415. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_btn_rt_up.swf +0 -0
  1416. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_thumb_lft.swf +0 -0
  1417. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_thumb_mid.swf +0 -0
  1418. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_thumb_rt.swf +0 -0
  1419. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_track.swf +0 -0
  1420. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/x_scrl_track_slct.swf +0 -0
  1421. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/y_scrolltrack.swf +0 -0
  1422. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/scrollbar/y_scrolltrack_dn.swf +0 -0
  1423. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/shadowbox/shadow_inset.png +0 -0
  1424. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/shadowbox/shadow_inset_vert.png +0 -0
  1425. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_dslct_lft.png +0 -0
  1426. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_dslct_mid.png +0 -0
  1427. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_dslct_rt.png +0 -0
  1428. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_mo_lft.png +0 -0
  1429. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_mo_mid.png +0 -0
  1430. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_mo_rt.png +0 -0
  1431. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_slct_lft.png +0 -0
  1432. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_slct_mid.png +0 -0
  1433. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/autoPng/tab_slct_rt.png +0 -0
  1434. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_dslct_lft.swf +0 -0
  1435. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_dslct_mid.swf +0 -0
  1436. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_dslct_rt.swf +0 -0
  1437. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_mo_lft.swf +0 -0
  1438. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_mo_mid.swf +0 -0
  1439. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_mo_rt.swf +0 -0
  1440. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_slct_lft.swf +0 -0
  1441. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_slct_mid.swf +0 -0
  1442. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/tabs/tab_slct_rt.swf +0 -0
  1443. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/util/autoPng/transparent.png +0 -0
  1444. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/resources/util/transparent.swf +0 -0
  1445. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/baserichedittext.lzx +146 -0
  1446. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/colorsquare.lzx +69 -0
  1447. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/formatbtn.lzx +106 -0
  1448. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/formatfontcolor.lzx +114 -0
  1449. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/formatfontface.lzx +84 -0
  1450. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/formatremovebtn.lzx +33 -0
  1451. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/linkdialog.lzx +119 -0
  1452. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/radioformatbtn.lzx +34 -0
  1453. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/autoPng/rte_btn_dn.png +0 -0
  1454. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/autoPng/rte_btn_mo.png +0 -0
  1455. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/autoPng/rte_btn_up.png +0 -0
  1456. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/bold.png +0 -0
  1457. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/bullet_list.png +0 -0
  1458. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/center.png +0 -0
  1459. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/image.png +0 -0
  1460. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/indent.png +0 -0
  1461. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/italic.png +0 -0
  1462. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/lft_align.png +0 -0
  1463. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/link.png +0 -0
  1464. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/list.png +0 -0
  1465. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/outdent.png +0 -0
  1466. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/plain.png +0 -0
  1467. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/pspbrwse.jbf +0 -0
  1468. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/reset.png +0 -0
  1469. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/rt_align.png +0 -0
  1470. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/rte_btn_dn.swf +0 -0
  1471. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/rte_btn_mo.swf +0 -0
  1472. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/rte_btn_up.swf +0 -0
  1473. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/resources/underline.png +0 -0
  1474. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/richedittext.lzx +17 -0
  1475. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/richtexteditarea.lzx +577 -0
  1476. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/richtexteditor.lzx +137 -0
  1477. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/richtexttoolbar-class.lzx +122 -0
  1478. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/richtexttoolbar-resources.lzx +29 -0
  1479. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/richtexttoolbar-styles.lzx +36 -0
  1480. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/richtexttoolbar.lzx +10 -0
  1481. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/scrollrichedittext.lzx +127 -0
  1482. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/baserichedittext-test.lzx +36 -0
  1483. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/formatfontsize.lzx +161 -0
  1484. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/linkdialog-driver.lzx +54 -0
  1485. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/linkdialog-test.lzx +137 -0
  1486. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/richtexteditarea-driver.lzx +79 -0
  1487. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/richtexteditarea-test.lzx +181 -0
  1488. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/richtexteditor-test.lzx +26 -0
  1489. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/richtexteditor-test2.lzx +42 -0
  1490. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/scrollrichedittext-test.lzx +38 -0
  1491. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/rich-text/test/test-lzcombobox.lzx +171 -0
  1492. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/roundrect.lzx +292 -0
  1493. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/roundrectbutton.lzx +115 -0
  1494. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/scrolledittext.lzx +150 -0
  1495. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/shadowbox.lzx +58 -0
  1496. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/simpledefaultlist.lzx +159 -0
  1497. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/stepper.lzx +147 -0
  1498. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/styledtext.lzx +42 -0
  1499. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/stylishbutton.lzx +210 -0
  1500. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/baseedittext-test.lzx +32 -0
  1501. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/custombutton-test.lzx +11 -0
  1502. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/domapi-test.lzx +134 -0
  1503. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/draglib-test.lzx +75 -0
  1504. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/fisheye/configure_buckets.png +0 -0
  1505. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/fisheye/test_fisheye.lzx +41 -0
  1506. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/fisheye/upload_csv.png +0 -0
  1507. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/fisheye/upload_db.png +0 -0
  1508. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/formlayout-test.lzx +27 -0
  1509. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/gradientview-test.lzx +13 -0
  1510. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/iconradioitem-test.lzx +19 -0
  1511. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/libflickr-test.lzx +60 -0
  1512. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/lzcombobox-test.lzx +41 -0
  1513. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/newcheckbox-test.lzx +47 -0
  1514. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/newvscrollbar-test.lzx +22 -0
  1515. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/data.lzx +29 -0
  1516. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/resources/autoPng/folder_closed.png +0 -0
  1517. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/resources/autoPng/folder_opened.png +0 -0
  1518. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/resources/folder_closed.swf +0 -0
  1519. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/resources/folder_opened.swf +0 -0
  1520. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/resources.lzx +11 -0
  1521. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/sampledata.xml +22 -0
  1522. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/test.lzx +49 -0
  1523. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/opttree/treenode.lzx +53 -0
  1524. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/roundrect-test.lzx +88 -0
  1525. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/scrolledittext-test.lzx +47 -0
  1526. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/stepper-test.lzx +12 -0
  1527. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-autocompletecombobox.lzx +34 -0
  1528. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-boxview.lzx +23 -0
  1529. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-edittext.lzx +71 -0
  1530. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-hsplitpane.lzx +28 -0
  1531. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-lwzEncalendar.lzx +34 -0
  1532. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-minibutton.lzx +9 -0
  1533. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-newcheckbox.lzx +62 -0
  1534. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-radio.lzx +7 -0
  1535. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-roundrectbutton.lzx +94 -0
  1536. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-stylishbutton.lzx +12 -0
  1537. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/test-vslider.lzx +20 -0
  1538. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/timevalidatorTest.lzx +33 -0
  1539. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/tooltip-test.lzx +53 -0
  1540. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/tooltipmanager-test.lzx +124 -0
  1541. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/ulink-test.lzx +51 -0
  1542. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/test/validator_test.lzx +68 -0
  1543. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/textstyle.lzx +21 -0
  1544. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/tooltipmanager.lzx +172 -0
  1545. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/ulink.lzx +67 -0
  1546. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/uploader/example/test-fileupload.lzx +69 -0
  1547. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/uploader/example/test-fileuploadlist.lzx +78 -0
  1548. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/uploader/example/test-multiplefileupload.lzx +74 -0
  1549. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/uploader/example/upload.jsp.txt +25 -0
  1550. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/uploader/fileupload.lzx +217 -0
  1551. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/uploader/fileuploadlist.lzx +147 -0
  1552. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/uploader/multiplefileupload.lzx +136 -0
  1553. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/basevalidator.lzx +118 -0
  1554. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/datevalidator.lzx +149 -0
  1555. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/emailvalidator.lzx +75 -0
  1556. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/library.lzx +29 -0
  1557. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/numbervalidator.lzx +84 -0
  1558. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/resources/Thumbs.db +0 -0
  1559. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/resources/error.gif +0 -0
  1560. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/resources/ok.gif +0 -0
  1561. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/stringvalidator.lzx +63 -0
  1562. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/timevalidator.lzx +227 -0
  1563. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/validators/validatingForm.lzx +80 -0
  1564. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/incubator/vslider.lzx +118 -0
  1565. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/library.lzx +21 -0
  1566. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/alert.lzx +133 -0
  1567. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/basefloatinglist.lzx +412 -0
  1568. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/button.lzx +232 -0
  1569. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/checkbox.lzx +124 -0
  1570. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/combobox.lzx +159 -0
  1571. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/datacombobox.lzx +147 -0
  1572. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/datepicker.lzx +552 -0
  1573. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/doctest-library.lzx +20 -0
  1574. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/edittext.lzx +358 -0
  1575. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/floatinglist.lzx +202 -0
  1576. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/focusoverlay.lzx +113 -0
  1577. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/form.lzx +198 -0
  1578. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/grid.lzx +93 -0
  1579. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/gridcolumn.lzx +156 -0
  1580. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/gridtext.lzx +175 -0
  1581. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/hscrollbar.lzx +163 -0
  1582. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrollcorner.png +0 -0
  1583. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldrag.png +0 -0
  1584. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragbottom.png +0 -0
  1585. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragdimples.png +0 -0
  1586. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragdimpleshorz.png +0 -0
  1587. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldraghorz.png +0 -0
  1588. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragleft.png +0 -0
  1589. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragover.png +0 -0
  1590. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragoverbottom.png +0 -0
  1591. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragoverdimples.png +0 -0
  1592. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragovertop.png +0 -0
  1593. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragright.png +0 -0
  1594. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolldragtop.png +0 -0
  1595. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrollstretch.png +0 -0
  1596. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrollstretchhorz.png +0 -0
  1597. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/autoPng/scrolltop.png +0 -0
  1598. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/downbtn0001.png +0 -0
  1599. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/downbtn0002.png +0 -0
  1600. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/downbtn0003.png +0 -0
  1601. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/leftbtn0001.png +0 -0
  1602. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/leftbtn0002.png +0 -0
  1603. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/leftbtn0003.png +0 -0
  1604. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/rightbtn0001.png +0 -0
  1605. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/rightbtn0002.png +0 -0
  1606. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/rightbtn0003.png +0 -0
  1607. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/upbtn0001.png +0 -0
  1608. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/upbtn0002.png +0 -0
  1609. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/autoPng/upbtn0003.png +0 -0
  1610. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/downbtn.swf +0 -0
  1611. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/leftbtn.swf +0 -0
  1612. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/rightbtn.swf +0 -0
  1613. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/buttons/upbtn.swf +0 -0
  1614. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrollcorner.swf +0 -0
  1615. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldrag.swf +0 -0
  1616. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragbottom.swf +0 -0
  1617. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragdimples.swf +0 -0
  1618. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragdimpleshorz.swf +0 -0
  1619. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldraghorz.swf +0 -0
  1620. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragleft.swf +0 -0
  1621. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragover.swf +0 -0
  1622. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragoverbottom.swf +0 -0
  1623. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragoverdimples.swf +0 -0
  1624. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragovertop.swf +0 -0
  1625. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragright.swf +0 -0
  1626. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolldragtop.swf +0 -0
  1627. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrollstretch.swf +0 -0
  1628. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrollstretchhorz.swf +0 -0
  1629. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/images/scrolltop.swf +0 -0
  1630. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/library.lzx +49 -0
  1631. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/list.lzx +375 -0
  1632. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/listitem.lzx +118 -0
  1633. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/menu.lzx +870 -0
  1634. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/modaldialog.lzx +118 -0
  1635. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/mr-ed.lzx +56 -0
  1636. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/plainfloatinglist.lzx +81 -0
  1637. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/radio.lzx +311 -0
  1638. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/autoPng/bezel_inner_dn.png +0 -0
  1639. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/autoPng/bezel_inner_up.png +0 -0
  1640. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/autoPng/bezel_outer_dn.png +0 -0
  1641. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/autoPng/bezel_outer_up.png +0 -0
  1642. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/autoPng/default_outline.png +0 -0
  1643. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/autoPng/outline_black.png +0 -0
  1644. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/autoPng/outline_dsbl.png +0 -0
  1645. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/autoPng/transparent.png +0 -0
  1646. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/bezel_inner_dn.swf +0 -0
  1647. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/bezel_inner_up.swf +0 -0
  1648. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/bezel_outer_dn.swf +0 -0
  1649. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/bezel_outer_up.swf +0 -0
  1650. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/autoPng/simpleface_dn.png +0 -0
  1651. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/autoPng/simpleface_dsbl.png +0 -0
  1652. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/autoPng/simpleface_mo.png +0 -0
  1653. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/autoPng/simpleface_up.png +0 -0
  1654. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/simpleface_dn.png +0 -0
  1655. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/simpleface_dn.swf +0 -0
  1656. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/simpleface_dsbl.swf +0 -0
  1657. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/simpleface_mo.png +0 -0
  1658. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/simpleface_mo.swf +0 -0
  1659. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/simpleface_up.png +0 -0
  1660. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/button/simpleface_up.swf +0 -0
  1661. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/autoPng/checkbox_disable_off.png +0 -0
  1662. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/autoPng/checkbox_disable_on.png +0 -0
  1663. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/autoPng/checkbox_off.png +0 -0
  1664. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/autoPng/checkbox_off_mo.png +0 -0
  1665. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/autoPng/checkbox_on.png +0 -0
  1666. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/autoPng/checkbox_on_mo.png +0 -0
  1667. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/checkbox_disable_off.swf +0 -0
  1668. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/checkbox_disable_on.swf +0 -0
  1669. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/checkbox_off.swf +0 -0
  1670. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/checkbox_off_mo.swf +0 -0
  1671. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/checkbox_on.swf +0 -0
  1672. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/checkbox/checkbox_on_mo.swf +0 -0
  1673. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/combobox_lft_dn.png +0 -0
  1674. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/combobox_lft_dsbl.png +0 -0
  1675. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/combobox_lft_mo.png +0 -0
  1676. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/combobox_lft_up.png +0 -0
  1677. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/combobox_mid_dn.png +0 -0
  1678. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/combobox_mid_dsbl.png +0 -0
  1679. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/combobox_mid_mo.png +0 -0
  1680. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/combobox_mid_up.png +0 -0
  1681. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popbtn_rt_dn.png +0 -0
  1682. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popbtn_rt_dsbl.png +0 -0
  1683. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popbtn_rt_mo.png +0 -0
  1684. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popbtn_rt_up.png +0 -0
  1685. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popup_lft_dn.png +0 -0
  1686. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popup_lft_dsbl.png +0 -0
  1687. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popup_lft_mo.png +0 -0
  1688. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popup_lft_up.png +0 -0
  1689. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popup_mid_dn.png +0 -0
  1690. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popup_mid_dsbl.png +0 -0
  1691. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popup_mid_mo.png +0 -0
  1692. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/autoPng/popup_mid_up.png +0 -0
  1693. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_lft_dn.swf +0 -0
  1694. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_lft_dsbl.swf +0 -0
  1695. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_lft_mo.swf +0 -0
  1696. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_lft_up.swf +0 -0
  1697. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_mid_dn.png +0 -0
  1698. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_mid_dn.swf +0 -0
  1699. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_mid_dsbl.png +0 -0
  1700. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_mid_dsbl.swf +0 -0
  1701. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_mid_mo.png +0 -0
  1702. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_mid_mo.swf +0 -0
  1703. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_mid_up.png +0 -0
  1704. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/combobox_mid_up.swf +0 -0
  1705. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popbtn_rt_dn.swf +0 -0
  1706. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popbtn_rt_dsbl.swf +0 -0
  1707. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popbtn_rt_mo.swf +0 -0
  1708. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popbtn_rt_up.swf +0 -0
  1709. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_lft_dn.swf +0 -0
  1710. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_lft_dsbl.swf +0 -0
  1711. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_lft_mo.swf +0 -0
  1712. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_lft_up.swf +0 -0
  1713. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_mid_dn.png +0 -0
  1714. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_mid_dn.swf +0 -0
  1715. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_mid_dsbl.png +0 -0
  1716. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_mid_dsbl.swf +0 -0
  1717. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_mid_mo.png +0 -0
  1718. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_mid_mo.swf +0 -0
  1719. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_mid_up.png +0 -0
  1720. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/combobox/popup_mid_up.swf +0 -0
  1721. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/arrow_left.swf +0 -0
  1722. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/arrow_right.swf +0 -0
  1723. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/arrow_left.png +0 -0
  1724. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/arrow_right.png +0 -0
  1725. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/button_dn.png +0 -0
  1726. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/button_dsbl.png +0 -0
  1727. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/button_mo.png +0 -0
  1728. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/button_up.png +0 -0
  1729. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/close_btn_dn.png +0 -0
  1730. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/close_btn_mo.png +0 -0
  1731. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/close_btn_up.png +0 -0
  1732. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/date_bg.png +0 -0
  1733. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/date_btn_dn.png +0 -0
  1734. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/date_btn_slct.png +0 -0
  1735. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/datepicker_icon.png +0 -0
  1736. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/pulldown_bg.png +0 -0
  1737. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/pulldown_btn_dn.png +0 -0
  1738. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/pulldown_btn_mo.png +0 -0
  1739. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/pulldown_btn_up.png +0 -0
  1740. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/autoPng/selected_date.png +0 -0
  1741. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/button_dn.swf +0 -0
  1742. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/button_dsbl.swf +0 -0
  1743. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/button_mo.swf +0 -0
  1744. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/button_up.swf +0 -0
  1745. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/close_btn_dn.swf +0 -0
  1746. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/close_btn_mo.swf +0 -0
  1747. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/close_btn_up.swf +0 -0
  1748. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/date_bg.swf +0 -0
  1749. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/date_btn_dn.swf +0 -0
  1750. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/date_btn_slct.swf +0 -0
  1751. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/datepicker_icon.swf +0 -0
  1752. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/pulldown_bg.swf +0 -0
  1753. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/pulldown_btn_dn.swf +0 -0
  1754. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/pulldown_btn_mo.swf +0 -0
  1755. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/pulldown_btn_up.swf +0 -0
  1756. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/datepicker/selected_date.swf +0 -0
  1757. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/default_outline.swf +0 -0
  1758. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/botmenu_lft.png +0 -0
  1759. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/botmenu_mid.png +0 -0
  1760. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/botmenu_rt.png +0 -0
  1761. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/h_shdw.png +0 -0
  1762. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_bot_lft.png +0 -0
  1763. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_bot_mid.png +0 -0
  1764. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_bot_rt.png +0 -0
  1765. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_corner_top_rt.png +0 -0
  1766. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_flush_top_rt.png +0 -0
  1767. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_mid_lft.png +0 -0
  1768. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_mid_rt.png +0 -0
  1769. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_oval_top_rt.png +0 -0
  1770. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_top_lft.png +0 -0
  1771. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/pop_shadow_top_mid.png +0 -0
  1772. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/topmenu_lft.png +0 -0
  1773. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/topmenu_mid.png +0 -0
  1774. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/topmenu_rt.png +0 -0
  1775. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/autoPng/v_shdw.png +0 -0
  1776. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/botmenu_lft.swf +0 -0
  1777. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/botmenu_mid.png +0 -0
  1778. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/botmenu_mid.swf +0 -0
  1779. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/botmenu_rt.swf +0 -0
  1780. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/corner_shdw.png +0 -0
  1781. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/h_shdw.swf +0 -0
  1782. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_bot_lft.swf +0 -0
  1783. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_bot_mid.png +0 -0
  1784. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_bot_mid.swf +0 -0
  1785. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_bot_rt.swf +0 -0
  1786. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_corner_top_rt.png +0 -0
  1787. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_corner_top_rt.swf +0 -0
  1788. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_flush_top_rt.png +0 -0
  1789. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_flush_top_rt.swf +0 -0
  1790. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_mid_lft.swf +0 -0
  1791. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_mid_rt.png +0 -0
  1792. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_mid_rt.swf +0 -0
  1793. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_oval_top_rt.png +0 -0
  1794. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_oval_top_rt.swf +0 -0
  1795. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_top_lft.swf +0 -0
  1796. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_top_mid.png +0 -0
  1797. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/pop_shadow_top_mid.swf +0 -0
  1798. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/topmenu_lft.swf +0 -0
  1799. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/topmenu_mid.png +0 -0
  1800. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/topmenu_mid.swf +0 -0
  1801. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/topmenu_rt.swf +0 -0
  1802. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/floatinglist/v_shdw.swf +0 -0
  1803. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_bot_lft.png +0 -0
  1804. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_bot_lft_shdw.png +0 -0
  1805. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_bot_rt.png +0 -0
  1806. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_bot_rt_shdw.png +0 -0
  1807. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_top_lft.png +0 -0
  1808. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_top_lft.sprite.png +0 -0
  1809. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_top_lft_shdw.png +0 -0
  1810. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_top_lft_shdw.sprite.png +0 -0
  1811. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_top_rt.png +0 -0
  1812. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/focus/focus_top_rt_shdw.png +0 -0
  1813. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/autoPng/column_resize_bot.png +0 -0
  1814. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/autoPng/column_resize_mid.png +0 -0
  1815. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/autoPng/column_resize_top.png +0 -0
  1816. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/autoPng/grid_cursor.png +0 -0
  1817. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/autoPng/sort_arrow_dn.png +0 -0
  1818. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/autoPng/sort_arrow_up.png +0 -0
  1819. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/column_resize_bot.swf +0 -0
  1820. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/column_resize_mid.swf +0 -0
  1821. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/column_resize_top.swf +0 -0
  1822. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/grid_cursor.swf +0 -0
  1823. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/sort_arrow_dn.swf +0 -0
  1824. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/grid/sort_arrow_up.swf +0 -0
  1825. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/handcursor.png +0 -0
  1826. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/menu/autoPng/menu_arrow_lft.png +0 -0
  1827. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/menu/autoPng/menu_arrow_rt.png +0 -0
  1828. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/menu/menu_arrow_lft.swf +0 -0
  1829. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/menu/menu_arrow_rt.swf +0 -0
  1830. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/outline_black.swf +0 -0
  1831. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/outline_dsbl.swf +0 -0
  1832. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/autoPng/radiobtn_dn.png +0 -0
  1833. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/autoPng/radiobtn_dsbl_dn.png +0 -0
  1834. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/autoPng/radiobtn_dsbl_up.png +0 -0
  1835. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/autoPng/radiobtn_mo.png +0 -0
  1836. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/autoPng/radiobtn_up.png +0 -0
  1837. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/autoPng/radiobtn_up.sprite.png +0 -0
  1838. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/radiobtn_dn.swf +0 -0
  1839. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/radiobtn_dsbl_dn.swf +0 -0
  1840. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/radiobtn_dsbl_up.swf +0 -0
  1841. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/radiobtn_mo.swf +0 -0
  1842. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/radio/radiobtn_up.swf +0 -0
  1843. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_x_lft_dn.png +0 -0
  1844. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_x_lft_dsbl.png +0 -0
  1845. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_x_lft_mo.png +0 -0
  1846. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_x_lft_up.png +0 -0
  1847. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_x_rt_dn.png +0 -0
  1848. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_x_rt_dsbl.png +0 -0
  1849. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_x_rt_mo.png +0 -0
  1850. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_x_rt_up.png +0 -0
  1851. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_y_bot_dn.png +0 -0
  1852. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_y_bot_dsbl.png +0 -0
  1853. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_y_bot_mo.png +0 -0
  1854. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_y_bot_up.png +0 -0
  1855. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_y_top_dn.png +0 -0
  1856. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_y_top_dsbl.png +0 -0
  1857. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_y_top_mo.png +0 -0
  1858. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollbtn_y_top_up.png +0 -0
  1859. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollthumb_x_lft.png +0 -0
  1860. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollthumb_x_mid.png +0 -0
  1861. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollthumb_x_rt.png +0 -0
  1862. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollthumb_y_bot.png +0 -0
  1863. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollthumb_y_mid.png +0 -0
  1864. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/scrollthumb_y_top.png +0 -0
  1865. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/thumb_x_gripper.png +0 -0
  1866. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/thumb_y_gripper.png +0 -0
  1867. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/x_scrolltrack.png +0 -0
  1868. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/x_scrolltrack_dn.png +0 -0
  1869. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/x_scrolltrack_dsbl.png +0 -0
  1870. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/y_scrolltrack.png +0 -0
  1871. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/y_scrolltrack_dn.png +0 -0
  1872. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/autoPng/y_scrolltrack_dsbl.png +0 -0
  1873. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_x_lft_dn.swf +0 -0
  1874. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_x_lft_dsbl.swf +0 -0
  1875. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_x_lft_mo.swf +0 -0
  1876. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_x_lft_up.swf +0 -0
  1877. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_x_rt_dn.swf +0 -0
  1878. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_x_rt_dsbl.swf +0 -0
  1879. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_x_rt_mo.swf +0 -0
  1880. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_x_rt_up.swf +0 -0
  1881. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_y_bot_dn.swf +0 -0
  1882. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_y_bot_dsbl.swf +0 -0
  1883. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_y_bot_mo.swf +0 -0
  1884. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_y_bot_up.swf +0 -0
  1885. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_y_top_dn.swf +0 -0
  1886. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_y_top_dsbl.swf +0 -0
  1887. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_y_top_mo.swf +0 -0
  1888. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollbtn_y_top_up.swf +0 -0
  1889. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_x_lft.png +0 -0
  1890. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_x_lft.swf +0 -0
  1891. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_x_mid.swf +0 -0
  1892. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_x_rt.png +0 -0
  1893. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_x_rt.swf +0 -0
  1894. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_y_bot.swf +0 -0
  1895. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_y_mid.swf +0 -0
  1896. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_y_top.png +0 -0
  1897. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/scrollthumb_y_top.swf +0 -0
  1898. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/thumb_x_gripper.png +0 -0
  1899. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/thumb_x_gripper.swf +0 -0
  1900. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/thumb_y_gripper.png +0 -0
  1901. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/thumb_y_gripper.swf +0 -0
  1902. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/x_scrolltrack.png +0 -0
  1903. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/x_scrolltrack.swf +0 -0
  1904. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/x_scrolltrack_dn.png +0 -0
  1905. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/x_scrolltrack_dn.swf +0 -0
  1906. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/x_scrolltrack_dsbl.png +0 -0
  1907. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/x_scrolltrack_dsbl.swf +0 -0
  1908. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/y_scrolltrack.png +0 -0
  1909. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/y_scrolltrack.swf +0 -0
  1910. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/y_scrolltrack_dn.png +0 -0
  1911. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/y_scrolltrack_dn.swf +0 -0
  1912. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/y_scrolltrack_dsbl.png +0 -0
  1913. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/scrollbar/y_scrolltrack_dsbl.swf +0 -0
  1914. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_disable_lft.png +0 -0
  1915. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_disable_lft.swf +0 -0
  1916. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_disable_mid.png +0 -0
  1917. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_disable_mid.swf +0 -0
  1918. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_disable_rt.png +0 -0
  1919. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_disable_rt.swf +0 -0
  1920. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_dslct_lft.png +0 -0
  1921. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_dslct_lft.swf +0 -0
  1922. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_dslct_mid.png +0 -0
  1923. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_dslct_mid.swf +0 -0
  1924. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_dslct_rt.png +0 -0
  1925. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_dslct_rt.swf +0 -0
  1926. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_mo_lft.png +0 -0
  1927. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_mo_lft.swf +0 -0
  1928. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_mo_mid.png +0 -0
  1929. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_mo_mid.swf +0 -0
  1930. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_mo_rt.png +0 -0
  1931. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_mo_rt.swf +0 -0
  1932. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_slct_lft.png +0 -0
  1933. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_slct_lft.swf +0 -0
  1934. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_slct_mid.png +0 -0
  1935. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_slct_mid.swf +0 -0
  1936. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_slct_rt.png +0 -0
  1937. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tab/tab_slct_rt.swf +0 -0
  1938. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tabslider/tab_element_shdw.png +0 -0
  1939. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tabslider/tab_element_shdw.swf +0 -0
  1940. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tabslider/tab_slider_dn.png +0 -0
  1941. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tabslider/tab_slider_dn.swf +0 -0
  1942. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tabslider/tab_slider_mo.png +0 -0
  1943. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tabslider/tab_slider_mo.swf +0 -0
  1944. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tabslider/tab_slider_up.png +0 -0
  1945. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tabslider/tab_slider_up.swf +0 -0
  1946. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/transparent.swf +0 -0
  1947. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/arrow_closed.swf +0 -0
  1948. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/arrow_opened.swf +0 -0
  1949. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/arrow_transparent.png +0 -0
  1950. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/arrow_transparent.swf +0 -0
  1951. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/arrow_closed.png +0 -0
  1952. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/arrow_opened.png +0 -0
  1953. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/arrow_transparent.png +0 -0
  1954. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/document.png +0 -0
  1955. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/folder_closed.png +0 -0
  1956. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/folder_opened.png +0 -0
  1957. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/minus_icon.png +0 -0
  1958. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/plus_icon.png +0 -0
  1959. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/autoPng/plusminus_transparent.png +0 -0
  1960. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/document.swf +0 -0
  1961. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/folder_closed.png +0 -0
  1962. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/folder_closed.swf +0 -0
  1963. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/folder_opened.png +0 -0
  1964. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/folder_opened.swf +0 -0
  1965. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/minus_icon.swf +0 -0
  1966. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/plus_icon.swf +0 -0
  1967. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/plusminus_transparent.png +0 -0
  1968. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/tree/plusminus_transparent.swf +0 -0
  1969. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/autoPng/closebtn_dn.png +0 -0
  1970. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/autoPng/closebtn_dsbl.png +0 -0
  1971. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/autoPng/closebtn_mo.png +0 -0
  1972. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/autoPng/closebtn_up.png +0 -0
  1973. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/autoPng/resizebtn_dn.png +0 -0
  1974. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/autoPng/resizebtn_dsbl.png +0 -0
  1975. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/autoPng/resizebtn_mo.png +0 -0
  1976. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/autoPng/resizebtn_up.png +0 -0
  1977. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_lft_drag.png +0 -0
  1978. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_lft_drag.swf +0 -0
  1979. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_lft_dsbl.png +0 -0
  1980. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_lft_dsbl.swf +0 -0
  1981. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_lft_dslct.png +0 -0
  1982. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_lft_dslct.swf +0 -0
  1983. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_lft_slct.png +0 -0
  1984. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_lft_slct.swf +0 -0
  1985. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_mid_drag.png +0 -0
  1986. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_mid_drag.swf +0 -0
  1987. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_mid_dsbl.png +0 -0
  1988. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_mid_dsbl.swf +0 -0
  1989. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_mid_dslct.png +0 -0
  1990. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_mid_dslct.swf +0 -0
  1991. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_mid_slct.png +0 -0
  1992. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_mid_slct.swf +0 -0
  1993. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_rt_drag.png +0 -0
  1994. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_rt_drag.swf +0 -0
  1995. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_rt_dsbl.png +0 -0
  1996. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_rt_dsbl.swf +0 -0
  1997. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_rt_dslct.png +0 -0
  1998. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_rt_dslct.swf +0 -0
  1999. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_rt_slct.png +0 -0
  2000. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/bot_rt_slct.swf +0 -0
  2001. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/closebtn_dn.swf +0 -0
  2002. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/closebtn_dsbl.swf +0 -0
  2003. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/closebtn_mo.swf +0 -0
  2004. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/closebtn_up.swf +0 -0
  2005. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/gripper_dsbl.png +0 -0
  2006. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/gripper_dslct.png +0 -0
  2007. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/gripper_slct.png +0 -0
  2008. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_lft_dsbl.png +0 -0
  2009. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_lft_dsbl.swf +0 -0
  2010. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_lft_dslct.png +0 -0
  2011. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_lft_dslct.swf +0 -0
  2012. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_lft_slct.png +0 -0
  2013. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_lft_slct.swf +0 -0
  2014. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_mid_dsbl.png +0 -0
  2015. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_mid_dsbl.swf +0 -0
  2016. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_mid_dslct.png +0 -0
  2017. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_mid_dslct.swf +0 -0
  2018. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_mid_slct.png +0 -0
  2019. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_mid_slct.swf +0 -0
  2020. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_rt_drag.png +0 -0
  2021. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_rt_drag.swf +0 -0
  2022. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_rt_dsbl.png +0 -0
  2023. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_rt_dsbl.swf +0 -0
  2024. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_rt_dslct.png +0 -0
  2025. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_rt_dslct.swf +0 -0
  2026. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_rt_slct.png +0 -0
  2027. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/mid_rt_slct.swf +0 -0
  2028. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/resizebtn_dn.swf +0 -0
  2029. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/resizebtn_dsbl.swf +0 -0
  2030. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/resizebtn_mo.swf +0 -0
  2031. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/resizebtn_up.swf +0 -0
  2032. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_lft_dsbl.png +0 -0
  2033. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_lft_dsbl.swf +0 -0
  2034. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_lft_dslct.png +0 -0
  2035. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_lft_dslct.swf +0 -0
  2036. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_lft_slct.png +0 -0
  2037. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_lft_slct.swf +0 -0
  2038. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_mid_dsbl.png +0 -0
  2039. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_mid_dsbl.swf +0 -0
  2040. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_mid_dslct.png +0 -0
  2041. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_mid_dslct.swf +0 -0
  2042. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_mid_slct.png +0 -0
  2043. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_mid_slct.swf +0 -0
  2044. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_rt_drag.png +0 -0
  2045. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_rt_drag.swf +0 -0
  2046. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_rt_dsbl.png +0 -0
  2047. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_rt_dsbl.swf +0 -0
  2048. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_rt_dslct.png +0 -0
  2049. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_rt_dslct.swf +0 -0
  2050. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_rt_slct.png +0 -0
  2051. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/resources/window/top_rt_slct.swf +0 -0
  2052. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/scrollbar.lzx +211 -0
  2053. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/scrollbar_xresources.lzx +30 -0
  2054. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/scrollbar_yresources.lzx +30 -0
  2055. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/simpletext.lzx +114 -0
  2056. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/slider.lzx +98 -0
  2057. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/tabelement.lzx +185 -0
  2058. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/tabs.lzx +552 -0
  2059. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/tabslider.lzx +124 -0
  2060. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/textlistitem.lzx +85 -0
  2061. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/tooltip/resources/tooltip_pointer_dn.png +0 -0
  2062. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/tooltip/resources/tooltip_pointer_up.png +0 -0
  2063. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/tooltip/tooltip.lzx +75 -0
  2064. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/tooltip/tooltipview.lzx +203 -0
  2065. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/tree.lzx +238 -0
  2066. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/vscrollbar.lzx +147 -0
  2067. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/window.lzx +116 -0
  2068. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lz/windowpanel.lzx +332 -0
  2069. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lztest/lztestmanager.lzx +294 -0
  2070. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lztest/xmlequals.lzx +69 -0
  2071. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lzunit/library.lzx +12 -0
  2072. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/lzunit/lzunit.lzx +1306 -0
  2073. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/mixins/boxmodel.lzx +92 -0
  2074. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/mixins/doctest-library.lzx +11 -0
  2075. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/mixins/library.lzx +11 -0
  2076. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/barchart.lzx +417 -0
  2077. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/library.lzx +15 -0
  2078. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/linechart.lzx +582 -0
  2079. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/piechart.lzx +211 -0
  2080. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/barchartbacking.lzx +476 -0
  2081. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/basechart.lzx +357 -0
  2082. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/basechartbacking.lzx +277 -0
  2083. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/chartzoomer.lzx +104 -0
  2084. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/databar.lzx +189 -0
  2085. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/dataseries.lzx +340 -0
  2086. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/label.lzx +295 -0
  2087. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/legend.lzx +543 -0
  2088. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/library.lzx +22 -0
  2089. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/linechartbacking.lzx +348 -0
  2090. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/piepiece.lzx +189 -0
  2091. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/queens-charts/shared/wholepie.lzx +456 -0
  2092. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/ajax.lzx +299 -0
  2093. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/javarpc.lzx +448 -0
  2094. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/javarpc.js +218 -0
  2095. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/json.js +365 -0
  2096. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/namespace.js +147 -0
  2097. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/qname.js +388 -0
  2098. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/rpc.js +416 -0
  2099. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/soap.js +483 -0
  2100. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/xmlrpc.js +103 -0
  2101. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/xmlrpcdecoder.lzx +276 -0
  2102. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library/xmlrpcmessage.js +208 -0
  2103. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/library.lzx +18 -0
  2104. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/rpc.lzx +801 -0
  2105. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/sessionrpc.lzx +256 -0
  2106. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/soap.lzx +409 -0
  2107. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/webapprpc.lzx +274 -0
  2108. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/rpc/xmlrpc.lzx +151 -0
  2109. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/4.1.x_compatibility.lzx +72 -0
  2110. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/command.lzx +134 -0
  2111. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/dataselectioninclude.lzx +11 -0
  2112. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/dataselectionmanager.lzx +184 -0
  2113. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/frametimer.lzx +39 -0
  2114. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/inittimer.lzx +22 -0
  2115. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/inspector/colormenu-test.lzx +15 -0
  2116. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/inspector/colormenu.lzx +71 -0
  2117. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/inspector/inspector-example.lzx +30 -0
  2118. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/inspector/inspector.lzx +249 -0
  2119. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/inspector/lz_description.xml +13 -0
  2120. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/inspector/lz_screenshot.jpg +0 -0
  2121. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/inspector/readme.txt +19 -0
  2122. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/library.lzx +11 -0
  2123. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/memorymonitor.lzx +94 -0
  2124. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/diagnostic/versioninfo.lzx +25 -0
  2125. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/alllayouts.lzx +9 -0
  2126. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/constantboundslayout.lzx +91 -0
  2127. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/constantlayout.lzx +64 -0
  2128. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/layout.lzx +449 -0
  2129. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/library.lzx +20 -0
  2130. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/resizelayout.lzx +212 -0
  2131. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/reverselayout.lzx +146 -0
  2132. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/simpleboundslayout.lzx +89 -0
  2133. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/simplelayout.lzx +147 -0
  2134. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/stableborderlayout.lzx +111 -0
  2135. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/layouts/wrappinglayout.lzx +162 -0
  2136. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/library.lzx +13 -0
  2137. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/performance/autoprofile.lzx +34 -0
  2138. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/performance/library.lzx +12 -0
  2139. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/performance/measure.lzx +222 -0
  2140. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/replicator/lazyreplicator.lzx +282 -0
  2141. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/replicator/library.lzx +9 -0
  2142. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/replicator/replicator.lzx +311 -0
  2143. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/selectionmanager.lzx +463 -0
  2144. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/states/dragstate.lzx +115 -0
  2145. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/states/library.lzx +14 -0
  2146. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/states/resizestate.lzx +47 -0
  2147. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/states/resizestatemin.lzx +52 -0
  2148. data/src/lps-4.9.0/Server/lps-4.9.0/lps/components/utils/traits/cssable.lzx +51 -0
  2149. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ariosob.eot +0 -0
  2150. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ariosob.ttf +0 -0
  2151. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ariosor.eot +0 -0
  2152. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ariosor.ttf +0 -0
  2153. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/copyright.txt +124 -0
  2154. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/readme.txt +11 -0
  2155. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/releasenotes.txt +162 -0
  2156. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/vera.ttf +0 -0
  2157. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/verabd.ttf +0 -0
  2158. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/verabi.ttf +0 -0
  2159. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/verait.ttf +0 -0
  2160. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/veramobd.ttf +0 -0
  2161. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/veramobi.ttf +0 -0
  2162. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/veramoit.ttf +0 -0
  2163. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/veramono.ttf +0 -0
  2164. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/verase.ttf +0 -0
  2165. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/bitstream-vera-1.10/verasebd.ttf +0 -0
  2166. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-bold-expanded-s.eot +0 -0
  2167. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-bold-expanded-s.ttf +0 -0
  2168. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-bold-expanded.eot +0 -0
  2169. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-bold-expanded.ttf +0 -0
  2170. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-plain-expanded-s.eot +0 -0
  2171. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-plain-expanded-s.ttf +0 -0
  2172. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-plain-expanded.eot +0 -0
  2173. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-plain-expanded.ttf +0 -0
  2174. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-plain-regular-s.eot +0 -0
  2175. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-plain-regular-s.ttf +0 -0
  2176. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-plain-regular.eot +0 -0
  2177. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-5-plain-regular.ttf +0 -0
  2178. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-7-bold-regular-s.eot +0 -0
  2179. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-7-bold-regular-s.ttf +0 -0
  2180. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-7-bold-regular.eot +0 -0
  2181. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-7-bold-regular.ttf +0 -0
  2182. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-7-plain-regular-s.eot +0 -0
  2183. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-7-plain-regular-s.ttf +0 -0
  2184. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-7-plain-regular.eot +0 -0
  2185. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/ceriph-7-plain-regular.ttf +0 -0
  2186. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/chevaraor.eot +0 -0
  2187. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/chevaraor.ttf +0 -0
  2188. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/chevarar.eot +0 -0
  2189. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/chevarar.ttf +0 -0
  2190. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/congab.eot +0 -0
  2191. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/congab.ttf +0 -0
  2192. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/congar.eot +0 -0
  2193. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/congar.ttf +0 -0
  2194. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/copy-8-bold-regular-s.eot +0 -0
  2195. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/copy-8-bold-regular-s.ttf +0 -0
  2196. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/copy-8-bold-regular.eot +0 -0
  2197. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/copy-8-bold-regular.ttf +0 -0
  2198. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/copy-8-plain-regular-s.eot +0 -0
  2199. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/copy-8-plain-regular-s.ttf +0 -0
  2200. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/copy-8-plain-regular.eot +0 -0
  2201. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/copy-8-plain-regular.ttf +0 -0
  2202. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-17-bold-condensed-s.eot +0 -0
  2203. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-17-bold-condensed-s.ttf +0 -0
  2204. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-17-bold-condensed.eot +0 -0
  2205. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-17-bold-condensed.ttf +0 -0
  2206. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-8-bold-condensed-s.eot +0 -0
  2207. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-8-bold-condensed-s.ttf +0 -0
  2208. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-8-bold-condensed.eot +0 -0
  2209. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-8-bold-condensed.ttf +0 -0
  2210. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-8-bold-regular-s.eot +0 -0
  2211. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-8-bold-regular-s.ttf +0 -0
  2212. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-8-bold-regular.eot +0 -0
  2213. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/header-8-bold-regular.ttf +0 -0
  2214. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetb.eot +0 -0
  2215. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetb.ttf +0 -0
  2216. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetbi.eot +0 -0
  2217. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetbi.ttf +0 -0
  2218. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetcb.eot +0 -0
  2219. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetcb.ttf +0 -0
  2220. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetcbi.eot +0 -0
  2221. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetcbi.ttf +0 -0
  2222. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetci.eot +0 -0
  2223. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetci.ttf +0 -0
  2224. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetcr.eot +0 -0
  2225. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetcr.ttf +0 -0
  2226. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmeti.eot +0 -0
  2227. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmeti.ttf +0 -0
  2228. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetr.eot +0 -0
  2229. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/helmetr.ttf +0 -0
  2230. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-4-bold-regular-s.eot +0 -0
  2231. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-4-bold-regular-s.ttf +0 -0
  2232. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-4-bold-regular.eot +0 -0
  2233. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-4-bold-regular.ttf +0 -0
  2234. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-4-plain-regular-s.eot +0 -0
  2235. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-4-plain-regular-s.ttf +0 -0
  2236. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-4-plain-regular.eot +0 -0
  2237. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-4-plain-regular.ttf +0 -0
  2238. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-bold-expanded-s.eot +0 -0
  2239. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-bold-expanded-s.ttf +0 -0
  2240. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-bold-expanded.eot +0 -0
  2241. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-bold-expanded.ttf +0 -0
  2242. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-bold-regular-s.eot +0 -0
  2243. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-bold-regular-s.ttf +0 -0
  2244. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-bold-regular.eot +0 -0
  2245. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-bold-regular.ttf +0 -0
  2246. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-condensed-s.eot +0 -0
  2247. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-condensed-s.ttf +0 -0
  2248. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-condensed.eot +0 -0
  2249. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-condensed.ttf +0 -0
  2250. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-expanded-s.eot +0 -0
  2251. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-expanded-s.ttf +0 -0
  2252. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-expanded.eot +0 -0
  2253. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-expanded.ttf +0 -0
  2254. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-regular-s.eot +0 -0
  2255. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-regular-s.ttf +0 -0
  2256. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-regular.eot +0 -0
  2257. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-5-plain-regular.ttf +0 -0
  2258. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-6-plain-regular-s.eot +0 -0
  2259. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-6-plain-regular-s.ttf +0 -0
  2260. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-6-plain-regular.eot +0 -0
  2261. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/hooge-6-plain-regular.ttf +0 -0
  2262. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/italic-8-plain-regular-s.eot +0 -0
  2263. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/italic-8-plain-regular-s.ttf +0 -0
  2264. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/italic-8-plain-regular.eot +0 -0
  2265. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/italic-8-plain-regular.ttf +0 -0
  2266. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-4-bold-regular-s.eot +0 -0
  2267. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-4-bold-regular-s.ttf +0 -0
  2268. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-4-bold-regular.eot +0 -0
  2269. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-4-bold-regular.ttf +0 -0
  2270. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-4-plain-regular-s.eot +0 -0
  2271. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-4-plain-regular-s.ttf +0 -0
  2272. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-4-plain-regular.eot +0 -0
  2273. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-4-plain-regular.ttf +0 -0
  2274. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-bold-expanded-s.eot +0 -0
  2275. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-bold-expanded-s.ttf +0 -0
  2276. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-bold-expanded.eot +0 -0
  2277. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-bold-expanded.ttf +0 -0
  2278. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-bold-regular-s.eot +0 -0
  2279. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-bold-regular-s.ttf +0 -0
  2280. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-bold-regular.eot +0 -0
  2281. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-bold-regular.ttf +0 -0
  2282. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-condensed-s.eot +0 -0
  2283. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-condensed-s.ttf +0 -0
  2284. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-condensed.eot +0 -0
  2285. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-condensed.ttf +0 -0
  2286. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-expanded-s.eot +0 -0
  2287. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-expanded-s.ttf +0 -0
  2288. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-expanded.eot +0 -0
  2289. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-expanded.ttf +0 -0
  2290. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-regular-s.eot +0 -0
  2291. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-regular-s.ttf +0 -0
  2292. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-regular.eot +0 -0
  2293. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-5-plain-regular.ttf +0 -0
  2294. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-6-plain-regular-s.eot +0 -0
  2295. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-6-plain-regular-s.ttf +0 -0
  2296. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-6-plain-regular.eot +0 -0
  2297. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/kroeger-6-plain-regular.ttf +0 -0
  2298. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsans8.eot +0 -0
  2299. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsans8.ttf +0 -0
  2300. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsans8b.eot +0 -0
  2301. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsans8b.ttf +0 -0
  2302. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsans8i.eot +0 -0
  2303. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsans8i.ttf +0 -0
  2304. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsansplus8.eot +0 -0
  2305. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsansplus8.ttf +0 -0
  2306. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsansplus8b.eot +0 -0
  2307. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsansplus8b.ttf +0 -0
  2308. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsansplus8i.eot +0 -0
  2309. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lzsansplus8i.ttf +0 -0
  2310. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoe8.eot +0 -0
  2311. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoe8.ttf +0 -0
  2312. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoe8b.eot +0 -0
  2313. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoe8b.ttf +0 -0
  2314. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoe8i.eot +0 -0
  2315. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoe8i.ttf +0 -0
  2316. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoeplus8.eot +0 -0
  2317. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoeplus8.ttf +0 -0
  2318. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoeplus8b.eot +0 -0
  2319. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoeplus8b.ttf +0 -0
  2320. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoeplus8i.eot +0 -0
  2321. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/lztahoeplus8i.ttf +0 -0
  2322. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/mono-7-bold-regular-s.eot +0 -0
  2323. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/mono-7-bold-regular-s.ttf +0 -0
  2324. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/mono-7-bold-regular.eot +0 -0
  2325. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/mono-7-bold-regular.ttf +0 -0
  2326. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/mono-7-plain-regular-s.eot +0 -0
  2327. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/mono-7-plain-regular-s.ttf +0 -0
  2328. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/mono-7-plain-regular.eot +0 -0
  2329. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/mono-7-plain-regular.ttf +0 -0
  2330. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/stan0751.eot +0 -0
  2331. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/stan0751.ttf +0 -0
  2332. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/stan0752.eot +0 -0
  2333. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/stan0752.ttf +0 -0
  2334. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-bold-expanded-s.eot +0 -0
  2335. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-bold-expanded-s.ttf +0 -0
  2336. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-bold-expanded.eot +0 -0
  2337. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-bold-expanded.ttf +0 -0
  2338. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-bold-regular-s.eot +0 -0
  2339. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-bold-regular-s.ttf +0 -0
  2340. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-bold-regular.eot +0 -0
  2341. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-bold-regular.ttf +0 -0
  2342. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-condensed-s.eot +0 -0
  2343. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-condensed-s.ttf +0 -0
  2344. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-condensed.eot +0 -0
  2345. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-condensed.ttf +0 -0
  2346. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-expanded-s.eot +0 -0
  2347. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-expanded-s.ttf +0 -0
  2348. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-expanded.eot +0 -0
  2349. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-expanded.ttf +0 -0
  2350. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-regular-s.eot +0 -0
  2351. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-regular-s.ttf +0 -0
  2352. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-regular.eot +0 -0
  2353. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-7-plain-regular.ttf +0 -0
  2354. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-9-bold-regular-s.eot +0 -0
  2355. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-9-bold-regular-s.ttf +0 -0
  2356. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-9-bold-regular.eot +0 -0
  2357. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-9-bold-regular.ttf +0 -0
  2358. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-9-plain-regular-s.eot +0 -0
  2359. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-9-plain-regular-s.ttf +0 -0
  2360. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-9-plain-regular.eot +0 -0
  2361. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/standard-9-plain-regular.ttf +0 -0
  2362. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/timmonsb.eot +0 -0
  2363. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/timmonsb.ttf +0 -0
  2364. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/timmonsbi.eot +0 -0
  2365. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/timmonsbi.ttf +0 -0
  2366. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/timmonsi.eot +0 -0
  2367. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/timmonsi.ttf +0 -0
  2368. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/timmonsr.eot +0 -0
  2369. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/timmonsr.ttf +0 -0
  2370. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/uni-5-plain-expanded-s.eot +0 -0
  2371. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/uni-5-plain-expanded-s.ttf +0 -0
  2372. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/uni-5-plain-expanded.eot +0 -0
  2373. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/uni-5-plain-expanded.ttf +0 -0
  2374. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/readme.txt +25 -0
  2375. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verity11.ttf +0 -0
  2376. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verity11bold.ttf +0 -0
  2377. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verity11bolditalic.ttf +0 -0
  2378. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verity11italic.ttf +0 -0
  2379. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verity9.ttf +0 -0
  2380. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verity9bold.ttf +0 -0
  2381. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verity9bolditalic.ttf +0 -0
  2382. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verity9italic.ttf +0 -0
  2383. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verityplus11.ttf +0 -0
  2384. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verityplus11bold.ttf +0 -0
  2385. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verityplus11bolditalic.ttf +0 -0
  2386. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verityplus11italic.ttf +0 -0
  2387. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verityplus9.ttf +0 -0
  2388. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verityplus9bold.ttf +0 -0
  2389. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verityplus9bolditalic.ttf +0 -0
  2390. data/src/lps-4.9.0/Server/lps-4.9.0/lps/fonts/verity/verityplus9italic.ttf +0 -0
  2391. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/OpenLaszlo-Debugger.gif +0 -0
  2392. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/autoPng/h.png +0 -0
  2393. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/blank.gif +0 -0
  2394. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/console.css +62 -0
  2395. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/embed-compressed.js +486 -0
  2396. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/excanvas.js +195 -0
  2397. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/explore.css +151 -0
  2398. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/flash.js +238 -0
  2399. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/iframemanager.js +439 -0
  2400. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/iframestub.js +308 -0
  2401. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/json2.js +74 -0
  2402. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/laszlo-debugger.css +61 -0
  2403. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/laszlo-debugger.html +25 -0
  2404. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFC10-backtrace.swc +0 -0
  2405. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFC10-debug.swc +0 -0
  2406. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFC10.swc +0 -0
  2407. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFC8-backtrace.lzl +0 -0
  2408. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFC8-debug.lzl +0 -0
  2409. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFC8-profile.lzl +0 -0
  2410. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFC8.lzl +0 -0
  2411. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFCdhtml-backtrace.js +57948 -0
  2412. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFCdhtml-debug.js +25288 -0
  2413. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFCdhtml-profile.js +58232 -0
  2414. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/LFCdhtml.js +9294 -0
  2415. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/defaultpreloader.swf +0 -0
  2416. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/lfc/lzpreloader.lzl +0 -0
  2417. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/logo.gif +0 -0
  2418. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/logo_web_sm.gif +0 -0
  2419. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/pmrpc.js +219 -0
  2420. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/rtemanager.js +404 -0
  2421. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/rtewrapper.html +26 -0
  2422. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/script.js +47 -0
  2423. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/spinner.gif +0 -0
  2424. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/styles.css +423 -0
  2425. data/src/lps-4.9.0/Server/lps-4.9.0/lps/includes/utils.js +30 -0
  2426. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/autoPng/server_stopped.png +0 -0
  2427. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/autoPng/startup-solo.lzx.png +0 -0
  2428. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/autoPng/startup0001.png +0 -0
  2429. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/autoPng/startup0002.png +0 -0
  2430. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/autoPng/startup_error.png +0 -0
  2431. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/autoPng/startup_launching.png +0 -0
  2432. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/jum/jum_debug.lzx +208 -0
  2433. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/launch.var +1 -0
  2434. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/rhino.js +98 -0
  2435. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/server_stopped.swf +0 -0
  2436. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/shutdown.jsp +85 -0
  2437. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup-solo.lzx +96 -0
  2438. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup-solo.lzx.swf +0 -0
  2439. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup-static.html +42 -0
  2440. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup.html +27 -0
  2441. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup.swf +0 -0
  2442. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup.var +4 -0
  2443. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup_error.html +22 -0
  2444. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup_error.swf +0 -0
  2445. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup_launching.png +0 -0
  2446. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/startup_launching.swf +0 -0
  2447. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/test.lzx +6 -0
  2448. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/traits/cssable.lzx +33 -0
  2449. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/viewer/index.html +52 -0
  2450. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/viewer/methods-only.css +17 -0
  2451. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/viewer/no-methods.css +10 -0
  2452. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/viewer/styles.css +21 -0
  2453. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/viewer/viewer.jsp +183 -0
  2454. data/src/lps-4.9.0/Server/lps-4.9.0/lps/utils/viewer/viewer.xsl +277 -0
  2455. data/src/lps-4.9.0/Server/lps-4.9.0/release-notes.html +247 -0
  2456. data/src/lps-4.9.0/Server/lps-4.9.0/tools/autopng/applescripts/LegalsIterateSWF +154 -0
  2457. data/src/lps-4.9.0/Server/lps-4.9.0/tools/autopng/jsflscript/convert2png1file.jsfl +134 -0
  2458. data/src/lps-4.9.0/Server/lps-4.9.0/tools/autopng/jsflscript/convert2pngAuto.jsfl +134 -0
  2459. data/src/lps-4.9.0/Server/lps-4.9.0/tools/autopng/jsflscript/swfToPngConvertAs.jsfl +142 -0
  2460. data/src/lps-4.9.0/Server/lps-4.9.0/tools/index.html +49 -0
  2461. data/src/lps-4.9.0/Server/lps-4.9.0/tools/lzx+libraries-nons.rnc +1357 -0
  2462. data/src/lps-4.9.0/Server/lps-4.9.0/tools/lzx+libraries.rnc +1357 -0
  2463. data/src/lps-4.9.0/Server/lps-4.9.0/tools/lzx.el +92 -0
  2464. data/src/lps-4.9.0/Server/lps-4.9.0/tools/lzx.rnc +1035 -0
  2465. data/src/lps-4.9.0/Server/lps-4.9.0/tools/lzx.rng +2357 -0
  2466. data/src/lps-4.9.0/Server/lps-4.9.0/tools/lzx.vim +110 -0
  2467. data/src/lps-4.9.0/Server/lps-4.9.0/tools/lzx.xsd +1465 -0
  2468. data/src/lps-4.9.0/Server/lps-4.9.0/tools/nxml-schemas.xml +10 -0
  2469. data/src/lps-4.9.0/Server/misc/logo.gif +0 -0
  2470. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/classes/log4j.properties +9 -0
  2471. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/endorsed/xalan.jar +0 -0
  2472. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/endorsed/xercesImpl.jar +0 -0
  2473. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/endorsed/xmlParserAPIs.jar +0 -0
  2474. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/ant.jar +0 -0
  2475. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/commons-collections.jar +0 -0
  2476. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/commons-dbcp-1.1.jar +0 -0
  2477. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/commons-el.jar +0 -0
  2478. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/commons-logging.jar +0 -0
  2479. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/commons-pool-1.1.jar +0 -0
  2480. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/jasper-compiler.jar +0 -0
  2481. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/jasper-runtime.jar +0 -0
  2482. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/jsp-api.jar +0 -0
  2483. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/log4j-1.2.6.jar +0 -0
  2484. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/naming-common.jar +0 -0
  2485. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/naming-factory.jar +0 -0
  2486. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/naming-java.jar +0 -0
  2487. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/naming-resources.jar +0 -0
  2488. data/src/lps-4.9.0/Server/tomcat-5.0.24/common/lib/servlet-api.jar +0 -0
  2489. data/src/lps-4.9.0/Server/tomcat-5.0.24/conf/LPS/localhost/lps.xml +7 -0
  2490. data/src/lps-4.9.0/Server/tomcat-5.0.24/conf/LPS/localhost/manager.xml +17 -0
  2491. data/src/lps-4.9.0/Server/tomcat-5.0.24/conf/catalina.policy +162 -0
  2492. data/src/lps-4.9.0/Server/tomcat-5.0.24/conf/catalina.properties +55 -0
  2493. data/src/lps-4.9.0/Server/tomcat-5.0.24/conf/server.xml +34 -0
  2494. data/src/lps-4.9.0/Server/tomcat-5.0.24/conf/tomcat-users.xml +5 -0
  2495. data/src/lps-4.9.0/Server/tomcat-5.0.24/conf/web.xml +952 -0
  2496. data/src/lps-4.9.0/Server/tomcat-5.0.24/images/jakarta-logo.gif +0 -0
  2497. data/src/lps-4.9.0/Server/tomcat-5.0.24/images/tomcat.gif +0 -0
  2498. data/src/lps-4.9.0/Server/tomcat-5.0.24/webapps/ROOT/WEB-INF/web.xml +14 -0
  2499. data/src/lps-4.9.0/Server/tomcat-5.0.24/webapps/ROOT/crossdomain.xml +35 -0
  2500. data/src/lps-4.9.0/Server/tomcat-5.0.24/webapps/ROOT/index.html +66 -0
  2501. data/src/lps-4.9.0/Server/tomcat-5.0.24/webapps/ROOT/jakarta-banner.gif +0 -0
  2502. data/src/lps-4.9.0/Server/tomcat-5.0.24/webapps/ROOT/tomcat-power.gif +0 -0
  2503. data/src/lps-4.9.0/Server/tomcat-5.0.24/webapps/ROOT/tomcat.gif +0 -0
  2504. data/src/lps-4.9.0/Start OpenLaszlo Server.command +9 -0
  2505. data/src/lps-4.9.0/Stop OpenLaszlo Server.command +8 -0
  2506. data/src/lps-4.9.0/release-notes.html +247 -0
  2507. metadata +2572 -0
@@ -0,0 +1,1949 @@
1
+ /* AIRIntrospector.js - Revision: 1.5 */
2
+
3
+ /*
4
+ ADOBE SYSTEMS INCORPORATED
5
+ Copyright 2007-2008 Adobe Systems Incorporated. All Rights Reserved.
6
+
7
+ NOTICE: Adobe permits you to modify and distribute this file only in accordance with
8
+ the terms of Adobe AIR SDK license agreement. You may have received this file from a
9
+ source other than Adobe. Nonetheless, you may modify or
10
+ distribute this file only in accordance with such agreement.
11
+ */
12
+
13
+ var air;
14
+
15
+ (function(){
16
+
17
+ if(typeof air=='undefined') air = {};
18
+ air.Introspector = {};
19
+
20
+
21
+ // Check the runtime.
22
+ if(typeof window.runtime!='undefined' && typeof window.nativeWindow!='undefined')
23
+ var isAppSandbox = true;
24
+ else
25
+ var isAppSandbox = false;
26
+
27
+ //=======================================================================================================================================================
28
+ //Introspector.js
29
+ //=======================================================================================================================================================
30
+
31
+
32
+
33
+
34
+ //----------------------------------------------------------------------------------------------------
35
+ /**
36
+ * @API air.Introspector.Console
37
+ * @description Exposes log, warn, info, error, dump to the user
38
+ * THIS IS THE ONLY SUPPORTED APIs
39
+ */
40
+
41
+ air.Introspector.Console = {
42
+ log: function(){
43
+ air.Introspector.logArguments(arguments,
44
+ {htmlLoader:isAppSandbox?window.htmlLoader:null});
45
+ },
46
+
47
+ warn : function(){
48
+ air.Introspector.logArguments(arguments,
49
+ {htmlLoader:isAppSandbox?window.htmlLoader:null, type:'warn'});
50
+ },
51
+
52
+ info : function(){
53
+ air.Introspector.logArguments(arguments,
54
+ {htmlLoader:isAppSandbox?window.htmlLoader:null, type:'info'});
55
+ },
56
+
57
+ error : function(){
58
+ air.Introspector.logArguments(arguments,
59
+ {htmlLoader:isAppSandbox?window.htmlLoader:null, type:'error'});
60
+ },
61
+ dump : function(obj, level){
62
+ air.Introspector.logArguments(air.Introspector.dump(obj, level),
63
+ {htmlLoader: isAppSandbox?window.htmlLoader:null, usePre:true});
64
+ }
65
+ };
66
+
67
+ //----------------------------------------------------------------------------------------------------
68
+
69
+ air.Introspector.config = {
70
+ showTimestamp: true, //Make the console show time stamps before each line
71
+ showSender: true, //Make the console show time stamps
72
+ wrapColumns: 2000, //Source files are soft-wrapped at around 2000 columns by default
73
+ flashTabLabels: true, //Console and xhr columns can flash whenever something happend to them (eg. logged something). You can turn it off
74
+ //by setting this to false
75
+ closeIntrospectorOnExit: true, //Makes the inspector window close when the last window closed
76
+ debugRuntimeObjects: true, //Also expand ActionScript objects
77
+ introspectorKey:122, //Inspect key - by default it is F11 (122)
78
+ debuggerKey:123, //Toggle inspectors visibility - by default it is F12 (123)
79
+ useAirDebugHtml: false, //Internal only
80
+ };
81
+
82
+
83
+ /**
84
+ * @module air.Introspector
85
+ */
86
+
87
+ air.Introspector.extend = function(dst, src){
88
+ //Take every property from src and put it in dst
89
+ for(var i in src){
90
+ dst[i]=src[i];
91
+ }
92
+ };
93
+
94
+ // Checking if the user has configured Introspector using global AIRIntrospectorConfig variable
95
+ if(typeof AIRIntrospectorConfig!='undefined'){
96
+ air.Introspector.extend(air.Introspector.config, AIRIntrospectorConfig);
97
+ }
98
+
99
+ var eventListeners = [];
100
+
101
+ // Can not expand ActionScript objects from remote sandbox - we can not even access ActionScript from there
102
+ // just disabled this feature
103
+ if(!isAppSandbox) air.Introspector.config.debugRuntimeObjects = false;
104
+
105
+ // Made this use g/setters in order to make it easy to send its value over the bridge
106
+ air.Introspector.__defineGetter__('inspect', function(){
107
+ return air.Introspector._inspect;
108
+ });
109
+
110
+ air.Introspector.__defineSetter__('inspect', function(value){
111
+ air.Introspector._inspect=value;
112
+ if(!isAppSandbox){
113
+ setTimeout(function(){
114
+ air.Introspector.noBridge(function(){
115
+ parentSandboxBridge.air_Introspector_setInspect(value);
116
+ });
117
+ }, 0);
118
+ }else{
119
+ if(!value){
120
+ try{
121
+ air.Introspector.hideHighlight();
122
+ }catch(e){}
123
+ }
124
+ }
125
+ });
126
+
127
+ air.Introspector.extend(air.Introspector, {
128
+
129
+ /**
130
+ * Makes it easier to acces runtime packages
131
+ * it makes sense only in the application sandbox
132
+ */
133
+ runtime: isAppSandbox?{
134
+ HTMLLoader : window.runtime.flash.html.HTMLLoader,
135
+ Event : window.runtime.flash.events.Event,
136
+ IOErrorEvent: window.runtime.flash.events.IOErrorEvent,
137
+ NativeApplication: window.runtime.flash.desktop.NativeApplication,
138
+ URLLoader : window.runtime.flash.net.URLLoader,
139
+ URLRequest : window.runtime.flash.net.URLRequest,
140
+ NativeWindowInitOptions : window.runtime.flash.display.NativeWindowInitOptions,
141
+ Capabilities: window.runtime.flash.system.Capabilities,
142
+ trace : window.runtime.trace,
143
+ }:null,
144
+
145
+ _inspect: false,
146
+ remoteInspect: false,
147
+ canClick: false,
148
+
149
+ bridgeCallbacks: [],
150
+
151
+
152
+ /**
153
+ * Different coloring styles for tag names, by default 'default' is used
154
+ * Undocumented feature
155
+ * - you can change the color of elements while inspecting by tag name, check bellow the body: 0x00CC00 line,
156
+ * uncomment that line, duplicate and change it with your own colors
157
+ */
158
+ highlightBgColors: {
159
+ 'default': 0xFFCC00,
160
+ //body: 0x00CC00,
161
+
162
+ },
163
+
164
+ /**
165
+ * @function trimRegExp
166
+ * @description Trims spaces from a string
167
+ * @private
168
+ */
169
+ trimRegExp: /^[\s\r\n]*([\s\S]*?)[\s\r\n]*$/g,
170
+ trim:function(str){
171
+ return str.replace(air.Introspector.trimRegExp, '$1');
172
+ },
173
+
174
+ /**
175
+ * @function blockWrap
176
+ * @description Wraps a string by air.Introspector.config.wrapColumns columns
177
+ */
178
+ blockWrap: function(str){
179
+ //used for spliting large lines in <pre>
180
+ var cols = air.Introspector.config.wrapColumns;
181
+ var lines = str.split(/\n/);
182
+ var buffer = [];
183
+ var l = lines.length;
184
+ var lineNumbers = [];
185
+ for(var i=0;i<l;i++){
186
+ lineNumbers.push(i+1);
187
+ var line = lines[i];
188
+ while(line.length>cols){
189
+ buffer.push(line.substr(0, cols));
190
+ line = line.substr(cols);
191
+ lineNumbers.push('');
192
+ }
193
+ buffer.push(line);
194
+ }
195
+ lineNumbers.push('EOF');
196
+ return [buffer.join('\n'), lineNumbers.join('\n')];
197
+ },
198
+
199
+ /**
200
+ * @function getTextFormat
201
+ * @description Returns a new flash TextField
202
+ */
203
+ createTextField: function(parentSprite, fontSize, fontBold) {
204
+ if(isAppSandbox){
205
+ var tf = new runtime.flash.text.TextField();
206
+ tf.embedFonts = false;
207
+ tf.autoSize = runtime.flash.text.TextFieldAutoSize.LEFT;
208
+ tf.antiAliasType = runtime.flash.text.AntiAliasType.ADVANCED;
209
+ tf.defaultTextFormat = air.Introspector.getTextFormat(fontSize, fontBold);
210
+ tf.selectable = false;
211
+ tf.mouseEnabled = true;
212
+ tf.x = 4;
213
+ tf.text = "";
214
+ if(parentSprite.numChildren > 0) {
215
+ var sibling = parentSprite.getChildAt(parentSprite.numChildren - 1);
216
+ tf.y = sibling.y + sibling.height + 15;
217
+ }
218
+ parentSprite.addChild(tf);
219
+ return tf;
220
+ }else{
221
+ //should not get here
222
+ return null;
223
+ }
224
+ },
225
+ /**
226
+ * @function getTextFormat
227
+ * Returns a new flash TextFormat
228
+ * see createTextField
229
+ */
230
+ getTextFormat: function(fontSize, fontBold){
231
+ if(isAppSandbox){
232
+ var format = new runtime.flash.text.TextFormat();
233
+ format.size = fontSize;
234
+ format.font = "Tahoma";
235
+ format.bold = fontBold;
236
+ format.color = 0x330066;
237
+ return format;
238
+ }else{
239
+ //should not get here
240
+ return null;
241
+ }
242
+ },
243
+
244
+ /**
245
+ * @function extendRect
246
+ * @description Initializes the sprite with values from the rectangle
247
+ */
248
+ extendRect: function(sprite, rect){
249
+ sprite.x = rect.x;
250
+ sprite.y = rect.y;
251
+ sprite.width = rect.width;
252
+ sprite.height = rect.height;
253
+ sprite.scaleX = rect.scaleX;
254
+ sprite.scaleY = rect.scaleY;
255
+ },
256
+
257
+
258
+ /**
259
+ * @function showHighlight
260
+ * @description Shows a highlighting flash sprite using coordinates from rectangle
261
+ */
262
+ showHighlight: function(rect){
263
+ if(isAppSandbox){
264
+ //dehilight everyone else
265
+ var ownedWindows = air.Introspector.getHtmlWindows();
266
+ for(var i=ownedWindows.length-1;i>=0;i--){
267
+ try{
268
+ ownedWindows[i].htmlLoader.window.air.Introspector.hideHighlight();
269
+ }catch(e){
270
+ //no air.Introspector
271
+ }
272
+ }
273
+ air.Introspector.extendRect(air.Introspector.highlightSprite, rect);
274
+ }else{
275
+ setTimeout(function(){
276
+ air.Introspector.noBridge(function(){
277
+ parentSandboxBridge.air_Introspector_showHighlight(rect);
278
+ });
279
+
280
+ }, 0);
281
+
282
+
283
+ }
284
+ },
285
+
286
+ /**
287
+ * @function hideHighlight
288
+ * @description Make the higlight box go away
289
+ */
290
+ hideHighlight: function(){
291
+ if(isAppSandbox){
292
+ air.Introspector.extendRect(air.Introspector.highlightSprite, {x:0, y:0, width:0, height:0, scaleX:0, scaleY:0});
293
+ air.Introspector.highlightText.visible = false;
294
+ }else{
295
+ setTimeout(function(){
296
+ try{
297
+ parentSandboxBridge.air_Introspector_hideHighlight();
298
+ }catch(e){
299
+ // no bridge yet
300
+ }
301
+ }, 0);
302
+ }
303
+ },
304
+
305
+ /**
306
+ * @function remoteClick
307
+ * @description Make the remote sandbox know that the inspection finished
308
+ */
309
+ remoteClick: function(){
310
+ air.Introspector.debugWindow.finishInspect(false);
311
+ air.Introspector.hideHighlight();
312
+ },
313
+
314
+
315
+ /**
316
+ * @function createHighlight
317
+ * @description Creates a flash sprite used to higlight elements
318
+ * By using this method we are sure that no dom manipulation is done and
319
+ * no style is changed in HTML.
320
+ */
321
+ createHighlight: function(){
322
+ if(isAppSandbox){
323
+ var sprite = new runtime.flash.display.Sprite();
324
+ sprite.mouseEnabled = false;
325
+ sprite.width = 0;
326
+ sprite.height = 0;
327
+ sprite.buttonMode = true;
328
+ var prevent = function(element, event, isClick){
329
+ air.Introspector.addEventListener(element, event, function(e){
330
+ if((air.Introspector.inspect||air.Introspector.remoteInspect) &&sprite.hitTestPoint(e.stageX, e.stageY)){
331
+ e.preventDefault();
332
+ e.stopPropagation();
333
+ e.stopImmediatePropagation();
334
+ if(isClick&&air.Introspector.canClick){
335
+ if(air.Introspector.remoteInspect){
336
+ try{
337
+ air.Introspector.inspectFrame.contentWindow.childSandboxBridge.air_Introspector_remoteClick();
338
+ }catch(e){ air.Introspector.noChildBridge(air.Introspector.inspectFrame); }
339
+ }else{
340
+ air.Introspector.debugWindow.finishInspect(false);
341
+ air.Introspector.hideHighlight();
342
+ }
343
+ }
344
+ }
345
+
346
+ }, true, 2000000);
347
+ };
348
+ var check = function(element, event){
349
+ air.Introspector.addEventListener(element, event, function(e){
350
+ if((air.Introspector.inspect||air.Introspector.remoteInspect)&&nativeWindow.active){
351
+ setTimeout(function(){
352
+ air.Introspector.canClick = true;
353
+ }, 100);
354
+ }
355
+ }, true, 200000);
356
+ }
357
+
358
+ var labelMover = function(element, event){
359
+ air.Introspector.addEventListener(element, event, function(e){
360
+ if((air.Introspector.inspect||air.Introspector.remoteInspect)){
361
+ air.Introspector.highlightText.x = e.stageX+15;
362
+ air.Introspector.highlightText.y = e.stageY+15;
363
+ // air.Introspector.highlightText.visible = true;
364
+ }else{
365
+
366
+ air.Introspector.highlightText.visible = false;
367
+ }
368
+ }, true, 200000);
369
+ }
370
+ prevent(htmlLoader.stage, runtime.flash.events.MouseEvent.CLICK, true);
371
+ prevent(htmlLoader.stage, runtime.flash.events.MouseEvent.MOUSE_DOWN);
372
+ prevent(htmlLoader.stage, runtime.flash.events.MouseEvent.MOUSE_UP);
373
+ prevent(htmlLoader.stage, runtime.flash.events.MouseEvent.DOUBLE_CLICK);
374
+ check(htmlLoader.stage, runtime.flash.events.MouseEvent.MOUSE_MOVE);
375
+ check(nativeWindow, runtime.flash.events.Event.ACTIVATE);
376
+ labelMover(htmlLoader.stage, runtime.flash.events.MouseEvent.MOUSE_MOVE);
377
+ window.htmlLoader.stage.addChild(sprite);
378
+ air.Introspector.highlightSprite = sprite;
379
+
380
+ air.Introspector.highlightText = new runtime.flash.display.Sprite();
381
+ window.htmlLoader.stage.addChild(air.Introspector.highlightText);
382
+
383
+ air.Introspector.highlightText.graphics.beginFill(0xeeeeee, 0.8);
384
+ air.Introspector.highlightText.graphics.lineStyle(1, 0xeeeeee, 0.9, false);
385
+ air.Introspector.highlightText.graphics.drawRect(0, 0, 250, 40);
386
+ air.Introspector.highlightText.visible = false;
387
+ air.Introspector.highlightLine1 = air.Introspector.createTextField(air.Introspector.highlightText, 16, true);
388
+ air.Introspector.highlightLine2 = air.Introspector.createTextField(air.Introspector.highlightText, 10, false);
389
+ }else{
390
+ //should not be here
391
+ }
392
+ },
393
+
394
+ /**
395
+ * @function addEventListener
396
+ * @description Add a listener and stores it for future cleanup
397
+ */
398
+ addEventListener: function(obj, eventName, listener, capture, priority){
399
+ eventListeners.push([obj, eventName, listener, capture]);
400
+ obj.addEventListener(eventName, listener, capture, priority);
401
+ },
402
+
403
+ /**
404
+ * @function removeEventListener
405
+ * @description Removes listener
406
+ */
407
+ removeEventListener: function(obj, eventName, listener, capture){
408
+ for(var i=eventListeners.length-1;i>=0;i--){
409
+ var l = eventListeners[i];
410
+ if(l[0]==obj && l[1]==eventName && l[2]==listener && l[3]==capture)
411
+ {
412
+ eventListeners.splice(i, 1);
413
+ break;
414
+ }
415
+ }
416
+ obj.removeEventListener(eventName, listener, capture);
417
+ },
418
+
419
+ /**
420
+ * @function drawRect
421
+ * @description Draw a rectangle using ActionScript, also use tagName to find out which color to use
422
+ * @see air.Introspector.highlightBgColors
423
+ */
424
+ drawRect: function (rect, tagName){
425
+ var htmlLoaderBounds = htmlLoader.getBounds(htmlLoader.stage);
426
+ rect.x += htmlLoaderBounds.x;
427
+ rect.y += htmlLoaderBounds.y;
428
+ rect.scaleX = 1;
429
+ rect.scaleY = 1;
430
+ air.Introspector.showHighlight(rect);
431
+ air.Introspector.highlightSprite.graphics.clear();
432
+ var bgColor = air.Introspector.highlightBgColors[tagName.toLowerCase()];
433
+ if(typeof bgColor=='undefined')
434
+ bgColor = air.Introspector.highlightBgColors['default'];
435
+ air.Introspector.highlightSprite.graphics.beginFill(bgColor, 0.2);
436
+ air.Introspector.highlightSprite.graphics.lineStyle(3, bgColor, 0.9, false);
437
+ air.Introspector.highlightSprite.graphics.drawRect(0, 0, rect.width, rect.height);
438
+ },
439
+
440
+ /**
441
+ * @function highlightElement
442
+ * @description Highlight element e. Get its bounding box and send it directly or over the bridge to air.Introspector.drawRect
443
+ * @also air.Introspector.drawRect
444
+ */
445
+ highlightElement: function(e, callback){
446
+ var rect = air.Introspector.getBorderBox(e);
447
+ if(rect==false)
448
+ return;
449
+
450
+ if(isAppSandbox){
451
+ air.Introspector.drawRect(rect, e.tagName);
452
+ }else{
453
+ setTimeout(function(){
454
+ try{
455
+ if(!isNaN(rect.width)&&!isNaN(rect.x)){
456
+ air.Introspector.noBridge(function(){
457
+ parentSandboxBridge.air_Introspector_drawRect(rect, e.tagName);
458
+ });
459
+ }
460
+ }catch(e){
461
+ }
462
+ if(typeof callback!='undefined') callback();
463
+ }, 0);
464
+ }
465
+ },
466
+
467
+ /**
468
+ * @function addKeyboardEvents
469
+ * @description Registers events on every window that includes AIRDebug.js.
470
+ *
471
+ * By default F11 enables the inspect tool
472
+ * F12 pops up the debug tool
473
+ */
474
+ addKeyboardEvents: function(sprite){
475
+ air.Introspector.addEventListener(sprite, runtime.flash.events.KeyboardEvent.KEY_DOWN, function(e){
476
+ if(e.keyCode==air.Introspector.config.introspectorKey){ //F11 key pressed
477
+ if(typeof air.Introspector.lastElement!='undefined'&&(air.Introspector.lastElement.nodeName=='IFRAME'||air.Introspector.lastElement.nodeName=='FRAME')){
478
+ try{
479
+ var contentWindow = air.Introspector.lastElement.contentWindow;
480
+ if(typeof contentWindow.childSandboxBridge!='undefined'&&
481
+ typeof contentWindow.childSandboxBridge.air_Introspector_isDebugOpen!='undefined'&&
482
+ typeof contentWindow.childSandboxBridge.air_Introspector_toggleInspect!='undefined')
483
+ {
484
+ if(contentWindow.childSandboxBridge.air_Introspector_isDebugOpen()){
485
+ contentWindow.childSandboxBridge.air_Introspector_toggleInspect();
486
+ e.preventDefault();
487
+ e.stopPropagation();
488
+ return;
489
+ }
490
+ }
491
+ }catch(e){
492
+ //it looks like no debugger in that iframe. go ahead with app sandbox debugger
493
+ }
494
+ }
495
+ air.Introspector.init(false, true, function(){
496
+ air.Introspector.debugWindow.toggleInspect();
497
+ });
498
+
499
+ e.preventDefault();
500
+ e.stopPropagation();
501
+ }else if(e.keyCode==air.Introspector.config.debuggerKey){ //F12 key pressed
502
+ air.Introspector.toggleWindow();
503
+ e.preventDefault();
504
+ e.stopPropagation();
505
+ }else if(e.keyCode==27&&air.Introspector.inspect){
506
+ air.Introspector.debugWindow.finishInspect();
507
+ air.Introspector.hideHighlight();
508
+ e.preventDefault();
509
+ e.stopPropagation();
510
+ }else if(e.ctrlKey==true&&e.altKey==false){
511
+ var tab = null;
512
+ switch(e.keyCode){
513
+ case runtime.flash.ui.Keyboard.NUMBER_1:
514
+ tab = 0;
515
+ break;
516
+ case runtime.flash.ui.Keyboard.NUMBER_2:
517
+ tab = 1;
518
+ break;
519
+ case runtime.flash.ui.Keyboard.NUMBER_3:
520
+ tab = 2;
521
+ break;
522
+ case runtime.flash.ui.Keyboard.NUMBER_4:
523
+ tab = 3;
524
+ break;
525
+ case runtime.flash.ui.Keyboard.NUMBER_5:
526
+ tab = 4;
527
+ break;
528
+ case runtime.flash.ui.Keyboard.NUMBER_6:
529
+ tab = 5;
530
+ break;
531
+ }
532
+ if(tab!=null){
533
+ air.Introspector.init(false, true, function(){
534
+ air.Introspector.debugWindow.setTab(tab);
535
+ });
536
+ e.preventDefault();
537
+ e.stopPropagation();
538
+ }
539
+ }
540
+ }, true, 1000000);
541
+ },
542
+
543
+ /**
544
+ * @function showHighlightLabels
545
+ * @description Make the tooltip labels near the highlighting box appear and tell the id/tag name/outer HTML
546
+ */
547
+ showHighlightLabels: function(id, nodeName, outerHTML){
548
+ if(typeof id!='undefined'&&id.length!=0){
549
+ air.Introspector.highlightLine1.text = nodeName+' - '+id;
550
+ }else{
551
+ air.Introspector.highlightLine1.text = nodeName;
552
+ }
553
+ if(air.Introspector.canClick){
554
+ air.Introspector.highlightLine2.text = outerHTML.substr(0, 40).replace(/\n/g, '\\n')+'...';
555
+ }else{
556
+ air.Introspector.highlightLine2.text = 'Click to activate window';
557
+ window.clearTimeout(air.Introspector.clickToActivateTimeout);
558
+ air.Introspector.clickToActivateTimeout = setTimeout(function(){
559
+ air.Introspector.highlightLine2.text = outerHTML.substr(0, 40).replace(/\n/g, '\\n')+'...';
560
+ }, 400)
561
+ }
562
+ air.Introspector.highlightText.visible = true;
563
+ },
564
+
565
+
566
+ /**
567
+ * @function registerUncaughtExceptionListener
568
+ * @description Catches all uncaught exceptions from javascript and shows them in the console
569
+ */
570
+ registerUncaughtExceptionListener: function(){
571
+
572
+ air.Introspector.addEventListener(window.htmlLoader,
573
+ runtime.flash.events.HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION ,
574
+ function(e){
575
+ if(e.exceptionValue &&
576
+ e.exceptionValue.air_Introspector_setParentSandboxBridge == true &&
577
+ e.exceptionValue.air_Introspector_version == air.Introspector.version)
578
+ {
579
+ air.Introspector.registerFramesParentSandboxBridge();
580
+ e.preventDefault();
581
+ return;
582
+ }
583
+
584
+ air.Introspector.logError(e.exceptionValue, {htmlLoader:window.htmlLoader});
585
+ // e.preventDefault();
586
+ });
587
+
588
+
589
+ },
590
+
591
+
592
+ /**
593
+ * @function registerCloseEventListener
594
+ * @description
595
+ */
596
+ registerCloseEventListener: function(){
597
+ air.Introspector.addEventListener(window.nativeWindow, air.Introspector.runtime.Event.CLOSE, function(){
598
+ var debugWindow = air.Introspector.findDebugWindow();
599
+ if(debugWindow!=null){
600
+ debugWindow.closedWindow(window.htmlLoader);
601
+ }
602
+
603
+ });
604
+
605
+
606
+ },
607
+
608
+ /**
609
+ * @function registerCompleteEventLisener
610
+ * @description Make the Introspector window knwo that we are complete. Register parentSandboxBridge on every frame
611
+ */
612
+ registerCompleteEventListener: function(){
613
+ air.Introspector.addEventListener(window.htmlLoader, air.Introspector.runtime.Event.COMPLETE, function(){
614
+ air.Introspector.removeEventListener(window.htmlLoader, air.Introspector.runtime.Event.COMPLETE, arguments.callee);
615
+ try{
616
+ //announce the debugWindow to refresh DOM and assets
617
+ var debugWindow = air.Introspector.findDebugWindow();
618
+ if(debugWindow!=null){
619
+ if(debugWindow.isLoaded){
620
+ debugWindow.completeWindow(window.htmlLoader);
621
+ }
622
+ }
623
+
624
+ air.Introspector.registerFramesParentSandboxBridge();
625
+ }catch(e){
626
+ runtime.trace(e);
627
+ runtime.trace(e.line);
628
+ air.Introspector.Console.log(e);
629
+ }
630
+ });
631
+ },
632
+
633
+ /**
634
+ * @function registerFramesParentSandboxBridge
635
+ * @description All frames should know about us - registering parentSandboxBridge
636
+ */
637
+
638
+ registerFramesParentSandboxBridge: function(){
639
+ //var modified = false;
640
+ var iframes = document.getElementsByTagName('iframe');
641
+ for(var i=iframes.length-1;i>=0;i--){
642
+ air.Introspector.registerFrame(iframes[i]);
643
+ }
644
+
645
+ var frames = document.getElementsByTagName('frame');
646
+ for(var i=frames.length-1;i>=0;i--){
647
+ air.Introspector.registerFrame(frames[i]);
648
+ }
649
+ //return modified;
650
+ },
651
+
652
+ /**
653
+ * @function registerDeactivateEventLisener
654
+ * @description Hides the highlighting rectangle and deactivates inspect-clicking for this window
655
+ */
656
+ registerDeactivateEventListener: function(){
657
+ air.Introspector.addEventListener(window.nativeWindow, air.Introspector.runtime.Event.DEACTIVATE, function(){ air.Introspector.hideHighlight(); air.Introspector.canClick =false; });
658
+ },
659
+
660
+ /**
661
+ * @function registerChildSandboxBridge
662
+ * @description Register childSandboxBridge for current iframe
663
+ */
664
+ registerChildSandboxBridge: function(){
665
+
666
+ if(typeof childSandboxBridge=='undefined')
667
+ childSandboxBridge={};
668
+ try{
669
+ childSandboxBridge.air_Introspector_remoteClick = function (){
670
+ try{
671
+ air.Introspector.remoteClick();
672
+ }catch(e){ alert(e+' '+e.line); }
673
+ }
674
+
675
+ childSandboxBridge.air_Introspector_isDebugOpen = function(){
676
+ return typeof air.Introspector.debugWindow!='undefined';
677
+ }
678
+
679
+ childSandboxBridge.air_Introspector_toggleInspect = function (){
680
+ air.Introspector.init(false, true, function()
681
+ {
682
+ air.Introspector.debugWindow.toggleInspect();
683
+ });
684
+ }
685
+
686
+ childSandboxBridge.air_Introspector_bridgeLoaded = function(){
687
+ var l = air.Introspector.bridgeCallbacks;
688
+ for(var i=0;i<l;i++){
689
+ try{
690
+ air.Introspector.bridgeCallbacks[i]();
691
+ }catch(e){
692
+ air.Introspector.logError(e);
693
+ }
694
+ }
695
+ air.Introspector.bridgeCallbacks = [];
696
+ }
697
+ }
698
+ catch(e){}
699
+ },
700
+
701
+ /**
702
+ * @function createOpenConsoleButton
703
+ * @description Creates a button on the top-right corent of the iframe that will open the introspector
704
+ */
705
+ createOpenConsoleButton: function(){
706
+ var consoleButton = document.createElement('input');
707
+ consoleButton.onclick = function(){
708
+ air.Introspector.init(true, true, function(){ });
709
+ }
710
+ consoleButton.style.zIndex = 1000000;
711
+ consoleButton.style.position = 'fixed';
712
+ consoleButton.style.right = '10px';
713
+ consoleButton.style.top = '10px';
714
+ consoleButton.type = 'button';
715
+ consoleButton.value = 'Open Introspector';
716
+ document.body.appendChild(consoleButton);
717
+ },
718
+
719
+ /**
720
+ * @function registerDOMEventListeners
721
+ * @description Registers DOMSubtreeModified, DOMCharacterDataModified, mouseover
722
+ */
723
+ registerDOMEventListeners: function(){
724
+ var hoverTimeout = null;
725
+ //debugWindow should know about any dom change
726
+ document.addEventListener('DOMSubtreeModified', function(e){
727
+ var debugWindow = air.Introspector.findDebugWindow();
728
+ if(debugWindow!=null&&debugWindow.isLoaded){
729
+ debugWindow.dom3Event(e);
730
+ }
731
+ });
732
+ document.addEventListener('DOMCharacterDataModified', function(e){
733
+ var debugWindow = air.Introspector.findDebugWindow();
734
+ if(debugWindow!=null&&debugWindow.isLoaded){
735
+ debugWindow.dom3Event(e);
736
+ }
737
+ });
738
+
739
+
740
+ document.body.addEventListener('mouseover', function(e){
741
+ if(air.Introspector.inspect){
742
+ setTimeout(function(){
743
+ if(isAppSandbox){
744
+ if(!nativeWindow.active)
745
+ nativeWindow.activate();
746
+ }
747
+ if(e.srcElement){
748
+ if(isAppSandbox){
749
+ air.Introspector.highlightElement(e.srcElement);
750
+ air.Introspector.showHighlightLabels(e.srcElement.id, e.srcElement.nodeName, e.srcElement.outerHTML);
751
+ }else{
752
+ air.Introspector.highlightElement(e.srcElement, function(){
753
+ air.Introspector.noBridge(function(){
754
+ parentSandboxBridge.air_Introspector_showHighlightLabels(e.srcElement.id, e.srcElement.nodeName, e.srcElement.outerHTML);
755
+ });
756
+ });
757
+ }
758
+ if(hoverTimeout) clearTimeout(hoverTimeout);
759
+ hoverTimeout = setTimeout(function(){
760
+ air.Introspector.init(false, true, function (){
761
+ air.Introspector.debugWindow.setInspectElement(e.srcElement);
762
+ });
763
+ }, 100);
764
+ }else{
765
+ air.Introspector.hideHighlight();
766
+ }
767
+ }, 0);
768
+ }else if(isAppSandbox){
769
+ air.Introspector.lastElement = e.srcElement;
770
+ }
771
+
772
+ }, true);
773
+
774
+ //document.body.addEventListener('mouseout', function(e){
775
+ // air.Introspector.hideHighlight();
776
+ //});
777
+ },
778
+
779
+ /**
780
+ * @function cleanup
781
+ * @description Cleans up the html loader
782
+ *
783
+ */
784
+ cleanup: function(){
785
+ for(var i=eventListeners.length-1;i>=0;i--){
786
+ var l = eventListeners[i];
787
+ try{
788
+ l[0].removeEventListener(l[1], l[2], l[3]);
789
+ }catch(e){}
790
+ }
791
+ eventListeners = [];
792
+ try{
793
+ window.htmlLoader.stage.removeChild(air.Introspector.highlightText);
794
+ }catch(e){}
795
+ },
796
+
797
+ /**
798
+ * @function register
799
+ * @description Registers current window in debugger
800
+ *
801
+ * Captures every XHR object created and any uncaught exception
802
+ * and sends it to the debugger
803
+ */
804
+ register: function(){
805
+
806
+ if (window.XMLHttpRequest && window.XMLHttpRequest.prototype){
807
+ window.XMLHttpRequest.prototype.debugopen = window.XMLHttpRequest.prototype.open;
808
+ window.XMLHttpRequest.prototype.debugsend = window.XMLHttpRequest.prototype.send;
809
+ window.XMLHttpRequest.prototype.open = function(method, url, asyncFlag, username, password){
810
+ if(typeof this.doNotDebug=='undefined'){
811
+ var debugWindow = air.Introspector.findDebugWindow();
812
+ if(debugWindow!=null){
813
+ debugWindow.logNet(this, method, url, asyncFlag);
814
+ }
815
+ }
816
+ return this.debugopen(method, url, asyncFlag, username, password);
817
+ };
818
+ window.XMLHttpRequest.prototype.send = function(obj){
819
+ if(typeof this.doNotDebug=='undefined'){
820
+ var self = this;
821
+ var debugWindow = air.Introspector.findDebugWindow();
822
+ if(debugWindow!=null){
823
+ var a = this.onreadystatechange;
824
+ this.onreadystatechange = function(){
825
+ if (typeof a == 'function')a.call(self);
826
+ debugWindow.logNet(self, 'unknown', '', false);
827
+ };
828
+ if(typeof self.doNotDebug=='undefined')
829
+ debugWindow.logNetSend(this, obj);
830
+ }
831
+ var ret = this.debugsend(obj);
832
+ if(debugWindow!=null){
833
+ debugWindow.logNetSend(this, obj);
834
+ }
835
+ return ret;
836
+ }else{
837
+ return this.debugsend(obj);
838
+ }
839
+
840
+ }
841
+ }
842
+
843
+ if(isAppSandbox){
844
+ air.Introspector.addKeyboardEvents(window.htmlLoader);
845
+ air.Introspector.registerUncaughtExceptionListener();
846
+ air.Introspector.registerCloseEventListener();
847
+ air.Introspector.registerCompleteEventListener();
848
+ air.Introspector.registerDeactivateEventListener();
849
+ air.Introspector.createHighlight();
850
+ }else{
851
+ air.Introspector.registerChildSandboxBridge();
852
+ }
853
+ air.Introspector.waitForBody(document, function(){
854
+ try{
855
+ if(!isAppSandbox){ air.Introspector.createOpenConsoleButton(); }
856
+ air.Introspector.registerDOMEventListeners();
857
+ window.addEventListener('unload', function(){
858
+ try{
859
+ air.Introspector.cleanup();
860
+ if(!isAppSandbox){
861
+ //our debugger can NOT live without it's parent
862
+ air.Introspector.debugWindow.window.close();
863
+ }
864
+ }catch(e){ }
865
+ });
866
+ }catch(e){
867
+ if(isAppSandbox){
868
+ runtime.trace(e);
869
+ runtime.trace(e.line);
870
+ }
871
+ air.Introspector.Console.log(e);
872
+ }
873
+ });
874
+
875
+
876
+ },
877
+
878
+
879
+ /**
880
+ * @function registerFrame
881
+ * @description Makes the parentSandboxBridge available to frame
882
+ */
883
+ registerFrame: function(frame){
884
+ if(typeof frame.contentWindow.parentSandboxBridge=='undefined')
885
+ frame.contentWindow.parentSandboxBridge = {};
886
+
887
+ /*frame.contentWindow.parentSandboxBridge.trace = function(a){
888
+ runtime.trace(a);
889
+ };*/
890
+ //checking that the bridge is not already there
891
+ /*var modified = typeof frame.contentWindow.parentSandboxBridge.air_Introspector_hideHighlight=='undefined'
892
+ || typeof frame.contentWindow.parentSandboxBridge.air_Introspector_showHighlight=='undefined'
893
+ || typeof frame.contentWindow.parentSandboxBridge.air_Introspector_drawRect=='undefined'
894
+ || typeof frame.contentWindow.parentSandboxBridge.air_Introspector_setInspect=='undefined'
895
+ || typeof frame.contentWindow.parentSandboxBridge.air_Introspector_getWindowTitle=='undefined'
896
+ || typeof frame.contentWindow.parentSandboxBridge.air_Introspector_checkNativeWindow=='undefined'
897
+ || typeof frame.contentWindow.parentSandboxBridge.air_Introspector_writeConsoleToClipboard=='undefined'
898
+ || typeof frame.contentWindow.parentSandboxBridge.air_Introspector_writeConsoleToFile=='undefined'
899
+ || typeof frame.contentWindow.parentSandboxBridge.air_Introspector_writeConfigFile=='undefined'
900
+ || typeof frame.contentWindow.parentSandboxBridge.air_Introspector_readConfigFile=='undefined'
901
+ || typeof frame.contentWindow.parentSandboxBridge.air_Introspector_showHighlightLabels=='undefined'
902
+ || typeof frame.contentWindow.parentSandboxBridge.air_Introspector_getFrameId=='undefined';*/
903
+
904
+ frame.contentWindow.parentSandboxBridge.air_Introspector_hideHighlight = function(){
905
+ air.Introspector.hideHighlight();
906
+ };
907
+
908
+ frame.contentWindow.parentSandboxBridge.air_Introspector_showHighlight = function(rect){
909
+ air.Introspector.showHighlight(rect);
910
+ };
911
+
912
+ frame.contentWindow.parentSandboxBridge.air_Introspector_drawRect = function(rect, tagName){
913
+ var frameRect = air.Introspector.getBorderBox(frame);
914
+ var blw = air.Introspector.getIntProp(frame, "border-left-width");
915
+ var btw = air.Introspector.getIntProp(frame, "border-top-width");
916
+ if(frameRect==null) return;
917
+ rect.x+=frameRect.x+2*blw;
918
+ rect.y+=frameRect.y+2*btw;
919
+ air.Introspector.drawRect(rect, tagName);
920
+ };
921
+
922
+ frame.contentWindow.parentSandboxBridge.air_Introspector_setInspect = function(enabled){
923
+ air.Introspector.inspectFrame = enabled?frame:null;
924
+ air.Introspector.remoteInspect = enabled;
925
+ if(!enabled){
926
+ air.Introspector.hideHighlight();
927
+ }
928
+ };
929
+ frame.contentWindow.parentSandboxBridge.air_Introspector_getWindowTitle = function(){
930
+ return document.title;
931
+ };
932
+ frame.contentWindow.parentSandboxBridge.air_Introspector_checkNativeWindow = function(title){
933
+ var htmlWindows = air.Introspector.runtime.NativeApplication.nativeApplication.openedWindows;
934
+ for(var i=htmlWindows.length-1;i>=0;i--){
935
+ if(htmlWindows[i].title==title){
936
+ return true;
937
+ }
938
+ }
939
+ return false;
940
+ };
941
+
942
+ frame.contentWindow.parentSandboxBridge.air_Introspector_writeConsoleToClipboard = function(str){
943
+ air.Introspector.writeConsoleToClipboard(str);
944
+ };
945
+
946
+ frame.contentWindow.parentSandboxBridge.air_Introspector_writeConsoleToFile = function(str){
947
+ air.Introspector.writeConsoleToFile(str);
948
+ };
949
+
950
+ frame.contentWindow.parentSandboxBridge.air_Introspector_writeConfigFile = function(config){
951
+ return air.Introspector.writeConfigFile(config, true);
952
+ }
953
+
954
+ frame.contentWindow.parentSandboxBridge.air_Introspector_readConfigFile = function(){
955
+ return air.Introspector.readConfigFile(true);
956
+ }
957
+
958
+ frame.contentWindow.parentSandboxBridge.air_Introspector_showHighlightLabels = function(id, nodeName, outerHTML){
959
+ air.Introspector.showHighlightLabels(id, nodeName, outerHTML);
960
+ };
961
+
962
+ frame.contentWindow.parentSandboxBridge.air_Introspector_getFrameId = function(){
963
+ return frame.id;
964
+ }
965
+
966
+ frame.contentWindow.parentSandboxBridge.air_Introspector_getNextWindowId = function(){
967
+ return ++air.Introspector.times;
968
+ }
969
+
970
+ if(typeof frame.contentWindow.childSandboxBridge!='undefined'
971
+ && typeof frame.contentWindow.childSandboxBridge.air_Introspector_bridgeLoaded!='undefined'){
972
+ frame.contentWindow.childSandboxBridge.air_Introspector_bridgeLoaded();
973
+ }
974
+
975
+
976
+ //return modified;
977
+ },
978
+
979
+ /**
980
+ * @function waitForBody
981
+ * @description Wait until document.body is available
982
+ */
983
+ waitForBody: function(document, callback){
984
+ if(document.body){
985
+ callback();
986
+ }else{
987
+ setTimeout(air.Introspector.waitForBody, 10, document, callback);
988
+ }
989
+ },
990
+
991
+ /**
992
+ * @function toggleWindow
993
+ * @description Shows/Hides the debug tool
994
+ */
995
+ toggleWindow:function(){
996
+ air.Introspector.init(true, false, function(justCreated){
997
+ if(!justCreated)
998
+ air.Introspector.debugWindow.nativeWindow.visible ^= true;
999
+ });
1000
+
1001
+ },
1002
+
1003
+
1004
+ /**
1005
+ * @function init
1006
+ * @description Makes sure the debug tool is enabled
1007
+ */
1008
+ init: function(showLoader, toggle, callback){
1009
+ if(!air.Introspector.canInit())
1010
+ return;
1011
+
1012
+ if(typeof showLoader=='undefined') showLoader = false;
1013
+ if(typeof toggle=='undefined') toggle = true;
1014
+
1015
+ if(isAppSandbox){
1016
+
1017
+ if(typeof air.Introspector.debugWindow=='undefined' || air.Introspector.debugWindow.nativeWindow.closed){
1018
+ delete air.Introspector.debugWindow;
1019
+ var debugWindow = air.Introspector.findDebugWindow();
1020
+ if(debugWindow!=null && !debugWindow.nativeWindow.closed){
1021
+ air.Introspector.debugWindow = debugWindow;
1022
+ if(toggle){
1023
+ air.Introspector.debugWindow.nativeWindow.visible = true;
1024
+ if(!showLoader){
1025
+ nativeWindow.activate();
1026
+ }
1027
+ }
1028
+ callback(false);
1029
+ }else{
1030
+ air.Introspector.loadDebugger(function(debugWindow){
1031
+ air.Introspector.debugWindow = debugWindow;
1032
+ callback(true);
1033
+ }, showLoader);
1034
+ }
1035
+ }else{
1036
+ if(toggle){
1037
+ if(showLoader){
1038
+ air.Introspector.debugWindow.nativeWindow.activate();
1039
+ }
1040
+ }
1041
+ callback(false);
1042
+ }
1043
+ }else{
1044
+ if(typeof activeWindow=='undefined'){
1045
+ air.Introspector.registerChildSandboxBridge();
1046
+ }
1047
+
1048
+ if(typeof air.Introspector.debugWindow=='undefined'||
1049
+ typeof air.Introspector.debugWindow.window.air=='undefined'){
1050
+ /* (air.Introspector.debugWindow.isWindowCreated
1051
+ &&air.Introspector.debugWindow.isLoaded
1052
+ &&air.Introspector.debugWindow.window
1053
+ &&!parentSandboxBridge.air_Introspector_checkNativeWindow(air.Introspector.parentWindowTitle + ': '+air.Introspector.debugWindow.window.document.title))){*/
1054
+ delete air.Introspector.debugWindow;
1055
+
1056
+
1057
+ air.Introspector.loadDebugger(function(debugWindow){
1058
+ air.Introspector.debugWindow = debugWindow;
1059
+ callback(true);
1060
+ });
1061
+ // air.Introspector.debugWindow = new air.Introspector.DebugWindow ({activateDebug: showLoader, activeWindow: window});
1062
+ }else if(!air.Introspector.debugWindow.isWindowCreated){
1063
+ return;
1064
+ }else{
1065
+ callback(false);
1066
+ }
1067
+ }
1068
+ },
1069
+ times:0, //make the window.open page name unique - this is the number of opened and closed introspector windows
1070
+ /**
1071
+ * @function tryCreateWindow
1072
+ * @description window.Open in browser/remote sandbox is not allowed if the action is not iniated by the user (eg. user gesture, mouse click)
1073
+ * We can only wait for that moment. Until that happends we record all the callbacks and run them when the Introspector is laoded
1074
+ * @runs in remote sandbox only
1075
+ */
1076
+ tryCreateWindow: function(callbacks){
1077
+ // try{
1078
+ var self = this;
1079
+ var w;
1080
+ var iframeId;
1081
+
1082
+ /* if(typeof parentSandboxBridge=='undefined'){
1083
+ air.Introspector.noBridge(function(){
1084
+ air.Introspector.tryCreateWindow(callbacks);
1085
+ });
1086
+ return;
1087
+ }*/
1088
+
1089
+ air.Introspector.parentWindowTitle = parentSandboxBridge.air_Introspector_getWindowTitle();
1090
+
1091
+ if(typeof parentSandboxBridge!='undefined'&&typeof parentSandboxBridge.air_Introspector_getFrameId!='undefined')
1092
+ iframeId = parentSandboxBridge.air_Introspector_getFrameId();
1093
+
1094
+ if(typeof parentSandboxBridge!='undefined'&&typeof parentSandboxBridge.air_Introspector_getNextWindowId!='undefined')
1095
+ air.Introspector.times = parentSandboxBridge.air_Introspector_getNextWindowId();
1096
+ else
1097
+ air.Introspector.times ++ ; //we should never be here - just in case, we should increment this
1098
+
1099
+ if(typeof air.Introspector.config.useAirDebugHtml=='undefined'||air.Introspector.config.useAirDebugHtml==false){
1100
+ w = window.open('about:blank', 'debugger'+air.Introspector.times, 'width=640,height=480,resizable=1');
1101
+ if(w&&w.document){
1102
+ w.isAppSandbox = isAppSandbox;
1103
+ w.opener = window;
1104
+ w.iframeId = iframeId;
1105
+ w.initCallbacks = callbacks;
1106
+ w.activeWindow = window;
1107
+ w.isLoaded = false;
1108
+ w.config = air.Introspector.config;
1109
+ w.document.open();
1110
+ w.document.write(air.Introspector.contentString);
1111
+ w.document.close();
1112
+ }
1113
+ }else{
1114
+ w = window.open('DebugUI.html', 'debugger'+air.Introspector.times, 'width=640,height=480,resizable=1');
1115
+
1116
+ if(w&&w.document){
1117
+ w.opener = window;
1118
+ w.iframeId = iframeId;
1119
+ w.activeWindow = window;
1120
+ w.config = air.Introspector.config;
1121
+ w.initCallbacks = callbacks;
1122
+ w.isLoaded = false;
1123
+ w.isAppSandbox = isAppSandbox;
1124
+ }
1125
+ }
1126
+ return w;
1127
+ // }catch(e){
1128
+ // alert(e+' '+e.line);
1129
+ // }
1130
+ },
1131
+
1132
+ /**
1133
+ * @function loadDebugger
1134
+ * @description Loads the debugger window, register callbacks until it is ready
1135
+ * @runs in application sandbox only
1136
+ */
1137
+ loadDebugger: function(callback, activateDebug){
1138
+ var htmlLoader;
1139
+ var loadDebugger = arguments.callee;
1140
+ if(loadDebugger.htmlLoader && typeof loadDebugger.htmlLoader.window.isLoaded != 'undefined'){
1141
+ if(loadDebugger.htmlLoader.window.isLoaded){
1142
+ callback(loadDebugger.htmlLoader.window.debugWindow);
1143
+ }else{
1144
+ if(loadDebugger.htmlLoader.window.initCallbacks){
1145
+ loadDebugger.htmlLoader.window.initCallbacks.push(callback);
1146
+ }else{
1147
+ loadDebugger.initCallbacks.push(callback);
1148
+ }
1149
+ }
1150
+ return;
1151
+ }
1152
+ if(typeof loadDebugger.initCallbacks=='undefined'){
1153
+ loadDebugger.initCallbacks = [function(){
1154
+ delete loadDebugger.initCallbacks;
1155
+ }, callback];
1156
+ }else{
1157
+ loadDebugger.initCallbacks.push(callback);
1158
+ }
1159
+ if(isAppSandbox){
1160
+ htmlLoader = air.Introspector.runtime.HTMLLoader.createRootWindow(false);
1161
+ air.Introspector.addEventListener(htmlLoader, air.Introspector.runtime.Event.HTML_DOM_INITIALIZE, function(){
1162
+ try{
1163
+ air.Introspector.removeEventListener(htmlLoader, air.Introspector.runtime.Event.HTML_DOM_INITIALIZE, arguments.callee);
1164
+ htmlLoader.window.initCallbacks = loadDebugger.initCallbacks;
1165
+ htmlLoader.window.isLoaded = false;
1166
+ htmlLoader.window.config = air.Introspector.config;
1167
+ htmlLoader.window.activateDebug = activateDebug;
1168
+ htmlLoader.window.isAppSandbox = isAppSandbox;
1169
+ }catch(e){
1170
+ air.Introspector.runtime.trace(e);
1171
+ air.Introspector.runtime.trace(e.line);
1172
+ }
1173
+ });
1174
+ htmlLoader.window.isLoaded = false;
1175
+
1176
+ var nativeWindow = htmlLoader.stage.nativeWindow;
1177
+ nativeWindow.width = 640;
1178
+ nativeWindow.height = 480;
1179
+ air.Introspector.addEventListener(htmlLoader, runtime.flash.events.HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION, function(e){
1180
+ air.Introspector.logError(e.exceptionValue, {htmlLoader: self.htmlLoader});
1181
+ e.preventDefault();
1182
+ });
1183
+ if(typeof air.Introspector.config.useAirDebugHtml=='undefined'||air.Introspector.config.useAirDebugHtml==false){
1184
+ if(typeof htmlLoader.placeLoadStringContentInApplicationSandbox!='undefined'){
1185
+ //since AIR1.5 the htmlLoader will not allow string load in app sandbox
1186
+ htmlLoader.placeLoadStringContentInApplicationSandbox= true;
1187
+ }
1188
+ htmlLoader.loadString(air.Introspector.contentString);
1189
+ if(typeof htmlLoader.placeLoadStringContentInApplicationSandbox!='undefined'){
1190
+ //switch it back to false after load is complete
1191
+ htmlLoader.placeLoadStringContentInApplicationSandbox= false;
1192
+ }
1193
+ }else{
1194
+ htmlLoader.load(new air.Introspector.runtime.URLRequest('app:/DebugUI.html'));
1195
+ }
1196
+ }else{
1197
+ air.Introspector.noBridge(function(){
1198
+ var w = air.Introspector.tryCreateWindow(loadDebugger.initCallbacks);
1199
+ if(w){
1200
+ var htmlLoader = {window: w};
1201
+ loadDebugger.htmlLoader = htmlLoader;
1202
+ }
1203
+ });
1204
+ }
1205
+ loadDebugger.htmlLoader = htmlLoader;
1206
+ },
1207
+
1208
+ /**
1209
+ * @function findDebugWindow
1210
+ * @description Look up the Introspector in other windows. Maybe somebody else just opened it before us.
1211
+ */
1212
+ findDebugWindow: function(){
1213
+ if(isAppSandbox){
1214
+ try{
1215
+ if(air.Introspector.debugWindow&&air.Introspector.debugWindow.nativeWindow.closed==false)
1216
+ return air.Introspector.debugWindow;
1217
+ }catch(e){
1218
+ }
1219
+ try{
1220
+ var htmlWindows = air.Introspector.getHtmlWindows(true);
1221
+ for(var i=htmlWindows.length-1;i>=0;i--){
1222
+ try{
1223
+ if(typeof htmlWindows[i].htmlLoader.window.air!='undefined'
1224
+ && typeof htmlWindows[i].htmlLoader.window.air.Introspector!='undefined'
1225
+ && typeof htmlWindows[i].htmlLoader.window.air.Introspector.debugWindow!='undefined'
1226
+ && htmlWindows[i].htmlLoader.window.air.Introspector.debugWindow.nativeWindow.closed==false
1227
+ && htmlWindows[i].htmlLoader.window.isAppSandbox )
1228
+ {
1229
+ return htmlWindows[i].htmlLoader.window.air.Introspector.debugWindow;
1230
+ }
1231
+ }catch(e){
1232
+ //this window is not initialized yet
1233
+ //just get next window
1234
+ }
1235
+ }
1236
+ }catch(e){}
1237
+ }else{
1238
+ return air.Introspector.debugWindow;
1239
+ }
1240
+ return null;
1241
+ },
1242
+
1243
+ //application browser formats
1244
+ // 0 - text
1245
+ // 1 - images
1246
+ // 2 - xml (you may want to add your own xml type here)
1247
+ formats : { 'png':1, 'gif':1, 'zip':1, 'air':1, 'jpg':1, 'jpeg':1,
1248
+ 'txt':0, 'html':0, 'js':0, 'xml':2, 'opml':2, 'css':0, 'htm':0, '':0 },
1249
+
1250
+
1251
+ /**
1252
+ * @function canInit
1253
+ * @description Check if we got parentSandboxBridge available
1254
+ * @disabled
1255
+ */
1256
+ canInit: function(){
1257
+ /* if(!isAppSandbox&&typeof parentSandboxBridge=='undefined'){
1258
+ alert('You need to include AIRIntrospector.js in application sandbox too!');
1259
+ return false;
1260
+ }*/
1261
+ return true;
1262
+ },
1263
+
1264
+ /**
1265
+ * @function logArguments
1266
+ * @description
1267
+ */
1268
+ logArguments: function(args, config){
1269
+ if(!air.Introspector.canInit()) return;
1270
+ config.timestamp = new Date();
1271
+ air.Introspector.init(config.type=='error', true, function(){
1272
+ air.Introspector.debugWindow.logArguments(args, config);
1273
+ });
1274
+
1275
+ },
1276
+ /**
1277
+ * @function logError
1278
+ * @description
1279
+ */
1280
+ logError: function(error, config){
1281
+ air.Introspector.init(false, true, function(){
1282
+ air.Introspector.debugWindow.logError(error, config);
1283
+ });
1284
+ },
1285
+
1286
+ /**
1287
+ * @function showCssElement
1288
+ * @description
1289
+ */
1290
+ showCssElement: function(element){
1291
+ var debugWindow = air.Introspector.findDebugWindow();
1292
+ if(debugWindow){
1293
+ debugWindow.showCssElement(element);
1294
+ }
1295
+ },
1296
+
1297
+ checkIfIsInstanceOfHTMLLoader: function (child){
1298
+ var className = runtime.flash.utils.getQualifiedClassName(child);
1299
+ if( className == "flash.html::HTMLLoader" ) return true;
1300
+ if( className == "mx.core::FlexHTMLLoader" ) return true;
1301
+ return false;
1302
+ },
1303
+ /**
1304
+ * @function findLoader
1305
+ * @description Finds the first HTMLLoader in flash display object list
1306
+ */
1307
+ findLoader: function (stage, loaders){
1308
+ try{
1309
+ for(var i=stage.numChildren-1;i>=0;i--){
1310
+ var child = stage.getChildAt(i);
1311
+ if(air.Introspector.checkIfIsInstanceOfHTMLLoader(child)){
1312
+ loaders.push([child]);
1313
+ }else if(child.htmlLoader!=null&&air.Introspector.checkIfIsInstanceOfHTMLLoader(child.htmlLoader)){
1314
+ loaders.push([child.htmlLoader, child.id || child.toString()]);
1315
+ }else{
1316
+ air.Introspector.findLoader(child, loaders);
1317
+ }
1318
+ }
1319
+ }catch(e){
1320
+ }
1321
+ return null;
1322
+ },
1323
+
1324
+ /**
1325
+ * @function getHtmlWindows
1326
+ * @description Returns an array of all HTML windows
1327
+ */
1328
+ getHtmlWindows: function(includeInspectors){
1329
+ if(isAppSandbox){
1330
+ var windowNodes = [];
1331
+ var windows = air.Introspector.runtime.NativeApplication.nativeApplication.openedWindows;
1332
+ for(var i=windows.length-1;i>=0;i--){
1333
+ var loaders = [];
1334
+ air.Introspector.findLoader(windows[i].stage, loaders);
1335
+ for(var j=loaders.length-1;j>=0;j--){
1336
+ var loaderItem = loaders[j];
1337
+ var loader = loaderItem[0];
1338
+ var label = loaderItem[1];
1339
+ if(typeof includeInspectors=='undefined' && typeof loader.window!='undefined' && typeof loader.window.air!='undefined' && typeof loader.window.air.Introspector!='undefined' &&
1340
+ typeof loader.window.air.Introspector.localIframeDebug != 'undefined' ){
1341
+ continue;
1342
+ }
1343
+ windowNodes.push({
1344
+ nativeWindow: windows[i],
1345
+ stage: windows[i].stage,
1346
+ htmlLoader : loader,
1347
+ label: label
1348
+ });
1349
+ }
1350
+ }
1351
+ return windowNodes;
1352
+ }else{
1353
+ //should not be here
1354
+ return [];
1355
+ }
1356
+ },
1357
+
1358
+ /**
1359
+ * @function twoDigits
1360
+ * @description int 2 string with two digits
1361
+ */
1362
+ twoDigits: function(val){
1363
+ if(val<10) return '0'+val;
1364
+ return val+'';
1365
+ },
1366
+
1367
+ /**
1368
+ * @function escapeHtml
1369
+ * @description Escapes html in order to display it in html
1370
+ */
1371
+ escapeHtml: function(html){
1372
+ return (html+'').replace(/&/g, '&amp;').replace(/"/g, "&quot;").replace(/</g, '&lt;').replace(/>/g, '&gt;');
1373
+ },
1374
+
1375
+ tree: { },
1376
+
1377
+
1378
+ /**
1379
+ * @function isNumberObject
1380
+ * @description
1381
+ */
1382
+ isNumberObject: function(obj){
1383
+ try{
1384
+ //can we catch isNaN only for NaN
1385
+ return (obj+0==obj&&!isNaN(obj));
1386
+ }catch(e){
1387
+ }
1388
+ return false;
1389
+ },
1390
+
1391
+ /**
1392
+ * @function isStringObject
1393
+ * @description
1394
+ */
1395
+ isStringObject: function(obj){
1396
+ try{
1397
+ return (typeof(obj.match) != "undefined" && obj.match.toString().indexOf("[native code]")>0);
1398
+ }catch(e){
1399
+ }
1400
+ return false;
1401
+ },
1402
+
1403
+ /**
1404
+ * @function isDateObject
1405
+ * @description
1406
+ */
1407
+ isDateObject: function(obj){
1408
+ try{
1409
+ return (typeof(obj.getDate) != "undefined" && obj.getDate.toString().indexOf("[native code]")>0);
1410
+ }catch(e){
1411
+ }
1412
+ return false;
1413
+ },
1414
+
1415
+ /**
1416
+ * @function isArgumentsObject
1417
+ * @description
1418
+ */
1419
+ isArgumentsObject: function(obj){
1420
+ try{
1421
+ return obj.toString()=='[object Arguments]';
1422
+ }catch(e){
1423
+ }
1424
+ return false;
1425
+ },
1426
+
1427
+ /**
1428
+ * @function isXMLObject
1429
+ * @description
1430
+ */
1431
+ isXMLObject: function(obj){
1432
+ try{
1433
+ if(obj.xmlVersion&&obj.firstChild!=null)
1434
+ return obj.xmlVersion!='';
1435
+ }catch(e){
1436
+ }
1437
+ return false;
1438
+ },
1439
+
1440
+ /**
1441
+ * @function isArrayObject
1442
+ * @description
1443
+ */
1444
+ isArrayObject: function(obj){
1445
+ try{
1446
+ return (typeof(obj.push) != "undefined" && obj.push.toString().indexOf("[native code]")>0);
1447
+ }catch(e){
1448
+ }
1449
+ return false;
1450
+ },
1451
+
1452
+ /**
1453
+ * @function isItemNative
1454
+ * @description
1455
+ */
1456
+ isItemNative: function(obj){
1457
+ try{
1458
+ return (typeof(obj.item) != "undefined" && obj.item.toString().indexOf("[native code]")>0);
1459
+ }catch(e){
1460
+ }
1461
+ return false;
1462
+ },
1463
+
1464
+
1465
+ /**
1466
+ * @function dump
1467
+ * @description
1468
+ */
1469
+
1470
+ dump: function (obj, levels, level){
1471
+ if(air.Introspector.isArgumentsObject(obj)&&obj.length==1)
1472
+ return air.Introspector.dump(obj[0]);
1473
+ if(typeof levels=='undefined') { levels=1; }
1474
+ if(typeof level=='undefined') { level=0; }
1475
+ try{
1476
+ if(typeof obj=='undefined'){ return '[undefined]'; }
1477
+ if(obj==null){ return '[null]'; }
1478
+ var list = [];
1479
+ // if(air.Introspector.isXMLObject(obj)){
1480
+ // disable for the moment
1481
+ // return;
1482
+ // }
1483
+ if(air.Introspector.isStringObject(obj)
1484
+ ||air.Introspector.isNumberObject(obj)
1485
+ ||air.Introspector.isDateObject(obj)){
1486
+ if(level==0){
1487
+ try{
1488
+ return obj+'';
1489
+ }catch(e){
1490
+ return e+'';
1491
+ };
1492
+ }
1493
+ return'';
1494
+ }
1495
+ var isItemNative = air.Introspector.isItemNative(obj);
1496
+ var parseArray = air.Introspector.isArrayObject(obj)||air.Introspector.isArgumentsObject(obj)||isItemNative;
1497
+ var parseHash = !parseArray || isItemNative;
1498
+ if (parseArray){
1499
+ var l = obj.length;
1500
+ for(var i=0;i<l;i++){
1501
+ var value;
1502
+ try{
1503
+ value = obj[i];
1504
+ if(typeof value=='undefined') {value = '[undefined]'};
1505
+ }catch(e){
1506
+ value = e+'';
1507
+ }
1508
+ list.push([i,value]);
1509
+ }
1510
+ }
1511
+ if(parseHash) {
1512
+ for(var i in obj){
1513
+ var value;
1514
+ try{
1515
+ value = obj[i];
1516
+ if(typeof value=='undefined') {value = '[undefined]'};
1517
+ }catch(e){
1518
+ value = e+'';
1519
+ }
1520
+ list.push([i,value]);
1521
+ }
1522
+ }
1523
+
1524
+ if(air.Introspector.config.debugRuntimeObjects && !parseArray){
1525
+ try{
1526
+ var typeDescription = runtime.flash.utils.describeType(obj);
1527
+ if(!this.domParser) this.domParser = new DOMParser();
1528
+ var typeXml = this.domParser.parseFromString(typeDescription, "text/xml");
1529
+ var child = typeXml.firstChild.firstChild;
1530
+ while(child){
1531
+ if(child.nodeName=='accessor'||child.nodeName=='constant'||child.nodeName=='method'||child.nodeName=='variable'){
1532
+ var name = child.getAttribute('name');
1533
+ if(name!=null && name!='prototype'){
1534
+ try{
1535
+ list.push([name,obj[name]]);
1536
+ }catch(e){
1537
+ list.push([name,'']+'');
1538
+ }
1539
+ }
1540
+ }
1541
+ child = child.nextSibling;
1542
+ }
1543
+ }catch(e){
1544
+ //just hide the error
1545
+ }
1546
+ }
1547
+ list.sort(function(node1, node2){
1548
+ var isNode1Number = parseInt(node1[0])==node1[0];
1549
+ var isNode2Number = parseInt(node2[0])==node2[0];
1550
+ if(isNode1Number&&isNode2Number){
1551
+ return parseInt(node1[0])-parseInt(node2[0]);
1552
+ }
1553
+ if(isNode1Number){
1554
+ return -1;
1555
+ }
1556
+ if(isNode2Number){
1557
+ return 1;
1558
+ }
1559
+ if(node1[0].toLowerCase()==node2[0].toLowerCase())
1560
+ return 0;
1561
+ if(node1[0].toLowerCase()<node2[0].toLowerCase())
1562
+ return -1;
1563
+ return 1;
1564
+ });
1565
+ if(list.length){
1566
+ var prefix = '';
1567
+ for(var i=level;i>0;i--) prefix+=' ';
1568
+ var l = list.length;
1569
+ var strList = [];
1570
+ if(parseArray) strList.push(prefix+'[\r\n');
1571
+ else strList.push(prefix+'{\r\n');
1572
+ for(var i=0;i<l;i++){
1573
+ try{
1574
+ var zl = (list[i][0]+'').length+1;
1575
+ var miniPrefix = '';
1576
+ for(var j=0;j<zl;j++) miniPrefix+=' ';
1577
+ if(typeof list[i][1]=='function'){
1578
+ strList.push(prefix+' '+list[i][0]+'=[function]\r\n');
1579
+ }else if(air.Introspector.isDateObject(list[i][1])){
1580
+ strList.push(prefix+' '+list[i][0]+'='+(new Date(list[i][1])+'').replace(/\n/g, '\r\n'+prefix+miniPrefix)+',\r\n');
1581
+ }else{
1582
+ strList.push(prefix+' '+list[i][0]+'='+(list[i][1]+'').replace(/\n/g, '\r\n'+prefix+miniPrefix)+'\r\n');
1583
+ }
1584
+ }catch(e){
1585
+ strList.push(prefix+' '+list[i][0]+'='+e+'\r\n');
1586
+ }
1587
+ if(level<levels){
1588
+ strList.push(air.Introspector.dump(list[i][1], levels, level+1));
1589
+ }
1590
+ }
1591
+ if(parseArray) strList.push(prefix+']\r\n');
1592
+ else strList.push(prefix+'}\r\n');
1593
+ if(level){
1594
+ return strList.join('');
1595
+ }else{
1596
+ return (strList.join(''));
1597
+ }
1598
+ }
1599
+ }catch(e){
1600
+ air.Introspector.Console.error(e);
1601
+ }
1602
+ return '';
1603
+ },
1604
+
1605
+
1606
+
1607
+
1608
+ /**
1609
+ * ---------------------------------------------------------------------------------------
1610
+ * @extracted This is extracted from spry framework and removed support for other browsers.
1611
+ * @description Finds the precise position of the dom element node
1612
+ */
1613
+
1614
+ /**
1615
+ * @function camelize
1616
+ * @description
1617
+ */
1618
+
1619
+ camelize : function(stringToCamelize)
1620
+ {
1621
+ if (stringToCamelize.indexOf('-') == -1){
1622
+ return stringToCamelize;
1623
+ }
1624
+ var oStringList = stringToCamelize.split('-');
1625
+ var isFirstEntry = true;
1626
+ var camelizedString = '';
1627
+
1628
+ for(var i=0; i < oStringList.length; i++)
1629
+ {
1630
+ if(oStringList[i].length>0)
1631
+ {
1632
+ if(isFirstEntry)
1633
+ {
1634
+ camelizedString = oStringList[i];
1635
+ isFirstEntry = false;
1636
+ }
1637
+ else
1638
+ {
1639
+ var s = oStringList[i];
1640
+ camelizedString += s.charAt(0).toUpperCase() + s.substring(1);
1641
+ }
1642
+ }
1643
+ }
1644
+
1645
+ return camelizedString;
1646
+ },
1647
+
1648
+ /**
1649
+ * @function getStyleProp
1650
+ * @description
1651
+ */
1652
+ getStyleProp : function(element, prop)
1653
+ {
1654
+ var value;
1655
+ try
1656
+ {
1657
+ if (element.style)
1658
+ value = element.style[air.Introspector.camelize(prop)];
1659
+
1660
+ if (!value)
1661
+ {
1662
+ if (document.defaultView && document.defaultView.getComputedStyle)
1663
+ {
1664
+ var css = document.defaultView.getComputedStyle(element, null);
1665
+ value = css ? css.getPropertyValue(prop) : null;
1666
+ }
1667
+ else if (element.currentStyle)
1668
+ {
1669
+ value = element.currentStyle[air.Introspector.camelize(prop)];
1670
+ }
1671
+ }
1672
+ }
1673
+ catch (e) {}
1674
+
1675
+ return value == 'auto' ? null : value;
1676
+ },
1677
+
1678
+
1679
+ /**
1680
+ * @function getIntProp
1681
+ * @description
1682
+ */
1683
+ getIntProp : function(element, prop){
1684
+ var a = parseInt(air.Introspector.getStyleProp(element, prop),10);
1685
+ if (isNaN(a))
1686
+ return 0;
1687
+ return a;
1688
+ },
1689
+
1690
+
1691
+ /**
1692
+ * @function getBorderBox
1693
+ * @description
1694
+ */
1695
+ getBorderBox : function (el, doc) {
1696
+ doc = doc || document;
1697
+ if (typeof(el) == 'string') {
1698
+ el = doc.getElementById(el);
1699
+ }
1700
+
1701
+ if (!el) {
1702
+ return false;
1703
+ }
1704
+
1705
+ if (el.parentNode === null || air.Introspector.getStyleProp(el, 'display') == 'none') {
1706
+ //element must be visible to have a box
1707
+ return false;
1708
+ }
1709
+
1710
+ var ret = {x:0, y:0, width:0, height:0};
1711
+ var parent = null;
1712
+ var box;
1713
+
1714
+ var str = el.nodeName;
1715
+
1716
+ ret.x = el.offsetLeft;
1717
+ ret.y = el.offsetTop;
1718
+ ret.width = el.offsetWidth;
1719
+ ret.height = el.offsetHeight;
1720
+
1721
+ parent = el.offsetParent;
1722
+
1723
+ if (parent != el) {
1724
+ while (parent) {
1725
+ ret.x += parent.offsetLeft;
1726
+ ret.y += parent.offsetTop;
1727
+ ret.x += air.Introspector.getIntProp(parent, "border-left-width");
1728
+ ret.y += air.Introspector.getIntProp(parent, "border-top-width");
1729
+ str+=':'+parent.nodeName;
1730
+ parent = parent.offsetParent;
1731
+ }
1732
+ }
1733
+
1734
+ // opera & (safari absolute) incorrectly account for body offsetTop
1735
+ switch (air.Introspector.getStyleProp(el, 'position')){
1736
+ case 'absolute':
1737
+ ret.y -= doc.body.offsetTop;
1738
+ break;
1739
+ case 'fixed':
1740
+ ret.y += doc.body.scrollTop;
1741
+ ret.x += doc.body.scrollLeft;
1742
+ break;
1743
+ };
1744
+
1745
+ if (el.parentNode)
1746
+ parent = el.parentNode;
1747
+ else
1748
+ parent = null;
1749
+
1750
+ if (parent!=null&&parent.nodeName){
1751
+ var cas = parent.nodeName.toUpperCase();
1752
+ while (parent && cas != 'HTML') {
1753
+ cas = parent.nodeName.toUpperCase();
1754
+ ret.x -= parent.scrollLeft;
1755
+ ret.y -= parent.scrollTop;
1756
+ if (parent.parentNode)
1757
+ parent = parent.parentNode;
1758
+ else
1759
+ parent = null;
1760
+ }
1761
+ }
1762
+
1763
+ /* ret.y -= el.ownerDocument.body.scrollTop;
1764
+ ret.x -= el.ownerDocument.body.scrollLeft;
1765
+ */
1766
+ // adjust the margin
1767
+ var gi = air.Introspector.getIntProp;
1768
+ var btw = gi(el, "margin-top");
1769
+ var blw = gi(el, "margin-left");
1770
+ var bbw = gi(el, "margin-bottom");
1771
+ var brw = gi(el, "margin-right");
1772
+ ret.x -= blw;
1773
+ ret.y -= btw;
1774
+ ret.height += btw + bbw;
1775
+ ret.width += blw + brw;
1776
+
1777
+ // air.Introspector.Console.log(ret);
1778
+ return ret;
1779
+ },
1780
+
1781
+ /**
1782
+ * ---------------------------------------------------------------------------------------
1783
+ */
1784
+
1785
+ /**
1786
+ * @function writeConfigFile
1787
+ * @description
1788
+ */
1789
+ writeConfigFile: function(config, fromRemoteSandbox){
1790
+ if(isAppSandbox){
1791
+ var file = runtime.flash.filesystem.File.applicationStorageDirectory.resolvePath('AIRIntrospector'+(fromRemoteSandbox?'Remote':'')+'.cfg');
1792
+ var fs = new runtime.flash.filesystem.FileStream();
1793
+ fs.open(file, runtime.flash.filesystem.FileMode.WRITE);
1794
+ fs.writeObject(config);
1795
+ fs.close();
1796
+ }else{
1797
+ if(typeof activeWindow=='undefined'){
1798
+ air.Introspector.noBridge(function(){
1799
+ parentSandboxBridge.air_Introspector_writeConfigFile(config);
1800
+ });
1801
+ }else{
1802
+ activeWindow.setTimeout(function(){
1803
+ try{
1804
+ activeWindow.air.Introspector.writeConfigFile(config);
1805
+ }catch(e){}
1806
+ }, 0);
1807
+ }
1808
+ }
1809
+ },
1810
+
1811
+
1812
+
1813
+ /**
1814
+ * @function readConfigFile
1815
+ * @description
1816
+ */
1817
+ readConfigFile: function (fromRemoteSandbox, callback){
1818
+ if(isAppSandbox){
1819
+ var file = runtime.flash.filesystem.File.applicationStorageDirectory.resolvePath('AIRIntrospector'+(fromRemoteSandbox?'Remote':'')+'.cfg');
1820
+ if(file.exists){
1821
+ var fs = new runtime.flash.filesystem.FileStream();
1822
+ fs.open(file, runtime.flash.filesystem.FileMode.READ);
1823
+ var config = fs.readObject();
1824
+ fs.close();
1825
+ return config;
1826
+ }
1827
+ }else{
1828
+ if(typeof activeWindow=='undefined'){
1829
+ air.Introspector.noBridge(function(){
1830
+ var config = parentSandboxBridge.air_Introspector_readConfigFile();
1831
+ callback(config);
1832
+ });
1833
+ }else{
1834
+ activeWindow.setTimeout(function(){
1835
+ try{
1836
+ activeWindow.air.Introspector.readConfigFile(true, function(config){
1837
+ setTimeout(function(){ callback(config); }, 0);
1838
+ });
1839
+ }catch(e){}
1840
+ }, 0);
1841
+ }
1842
+ }
1843
+ return {};
1844
+ },
1845
+
1846
+
1847
+
1848
+ /**
1849
+ * @function writeConsoleToClipboard
1850
+ * @description
1851
+ */
1852
+
1853
+ writeConsoleToClipboard: function(str){
1854
+ if(isAppSandbox){
1855
+ runtime.flash.desktop.Clipboard.generalClipboard.clear();
1856
+ runtime.flash.desktop.Clipboard.generalClipboard.setData(runtime.flash.desktop.ClipboardFormats.TEXT_FORMAT,
1857
+ str, false);
1858
+ }else{
1859
+ if(typeof activeWindow=='undefined'){
1860
+ air.Introspector.noBridge(function(){
1861
+ parentSandboxBridge.air_Introspector_writeConsoleToClipboard(str);
1862
+ });
1863
+ }else{
1864
+ activeWindow.setTimeout(function(){
1865
+ try{
1866
+ activeWindow.air.Introspector.writeConsoleToClipboard(str);
1867
+ }catch(e){}
1868
+ });
1869
+ }
1870
+ }
1871
+ },
1872
+
1873
+
1874
+ /**
1875
+ * @function writeConsoleToFile
1876
+ * @description
1877
+ */
1878
+ writeConsoleToFile: function(str){
1879
+ if(isAppSandbox){
1880
+ var file = runtime.flash.filesystem.File.desktopDirectory;
1881
+ var self = this;
1882
+ file.addEventListener(runtime.flash.events.Event.SELECT, function(evt){
1883
+ var newFile = evt.target;
1884
+ var stream = new runtime.flash.filesystem.FileStream();
1885
+ stream.open(newFile, runtime.flash.filesystem.FileMode.WRITE);
1886
+ stream.writeUTFBytes(str);
1887
+ stream.close();
1888
+ });
1889
+ file.browseForSave('Console dump file...');
1890
+ }else{
1891
+ if(typeof activeWindow=='undefined'){
1892
+ air.Introspector.noBridge(function(){
1893
+ parentSandboxBridge.air_Introspector_writeConsoleToFile(str);
1894
+ });
1895
+ }else{
1896
+ activeWindow.setTimeout(function(){
1897
+ try{
1898
+ activeWindow.air.Introspector.writeConsoleToFile(str);
1899
+ }catch(e){}
1900
+ });
1901
+ }
1902
+ }
1903
+ },
1904
+
1905
+
1906
+
1907
+
1908
+ /**
1909
+ * @function noBridge
1910
+ * @description Alerts the user that no parent sandbox bridge is installed
1911
+ */
1912
+ noBridge: function(callback){
1913
+ try{
1914
+ callback();
1915
+ return;
1916
+ }catch(e){
1917
+ air.Introspector.bridgeCallbacks.push(callback);
1918
+ air.Introspector.registerChildSandboxBridge();
1919
+ setTimeout(function(){
1920
+ throw { air_Introspector_setParentSandboxBridge: true, air_Introspector_version: air.Introspector.version , toString: function(){ return 'You need to include AIRIntrospector.js in your application sandbox.'; } };
1921
+ }, 0);
1922
+ }
1923
+
1924
+ },
1925
+
1926
+ /**
1927
+ * @function noChildBridge
1928
+ * @description Alerts the user that no child sandbox bridge is installed
1929
+ */
1930
+ noChildBridge: function(iframe){
1931
+ if(!air.Introspector.secondBridgeTry){
1932
+ var iframeStr = '';
1933
+ if(typeof iframe!='undefined'){
1934
+ iframeStr = " Check the following iframe [id: "+iframe.id+"]";
1935
+ }
1936
+ alert('Child sandbox bridge is not defined or has been rewritten. You need to include AIRIntrospector.js in child sandbox.'+iframeStr);
1937
+ air.Introspector.secondBridgeTry = true;
1938
+ }
1939
+ },
1940
+
1941
+
1942
+ });
1943
+
1944
+ //-------------------------------------------------------------------------------------------------------------------------------------------------------
1945
+ air.Introspector.version = '1.5';
1946
+ })();
1947
+
1948
+ air.Introspector.contentString = '<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD XHTML 1.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-transitional.dtd\">\n<html xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=UTF-8\" \/>\n<title>ADOBE AIR HTML\/JS Application Introspector<\/title>\n<style>\n\tbody{\n\t\toverflow:hidden;\n\t\t-khtml-user-select:none;\n\t font-size: 11px;\n\t}\n\t\n\t*{ -khtml-user-drag:none; }\n\n\ta:focus{outline:none;}\n\n\t#tabPages{\n\tposition:absolute;\n\tleft:0px;\n\ttop:80px;\n\tright:0px;\n\tbottom:0px;\n\tborder-top:1px solid #999999;\n\t}\n\t\n\t#preventClickingTabLabels{\n\t\t position:absolute;\n\t\t left:0px;\n\t\t top:60px;\n\t\t height:10px;\n\t\t right:0px;\n\t\t background:#666666;\n\t}\n\t\n\t#tabPages>div{\n\t\tposition:absolute;\n\t\tleft:0px;\n\t\ttop:0px;\n\t\tbottom:0px;\n\t\tright:0px;\n\t\tvisibility:hidden;\n\t\toverflow:auto;\n\t}\n\t\n\t#tabPages>div.selected{\n\t\tvisibility:visible;\n\t}\n\t\n\t#windowSelector{\n\tposition:absolute;\n\ttop:0px;\n\tright:0px;\n\ttext-align:right;\n\tbackground:#4F4F4F;\n\tleft:300px;\n\tpadding: 10px;\n\tvertical-align: middle;\n\theight: 30px;\n\t\n\t}\n\t\n\t#domTab{\n\t\toverflow:auto;\n\t}\n\t\n\t#console {\n\t\tposition:absolute;\n\t\tleft:0px;\n\t\ttop:0px;\n\t\tbottom:30px;\n\t\tright:0px;\n\t\tmargin:0px;\n\t\tpadding:0px;\n\t\tlist-style-image:none;\n\t\tlist-style-type:none;\n\t\toverflow:auto;\n\t}\n\t\n\t\n\t#console > li{\n\t\tborder-bottom:1px solid #CCCCCC;\n\t\tposition:relative;\n\t}\n\n\t\n\t.typeBox{\n\t\tposition:absolute;\n\t\tleft:0px;\n\t\ttop:0px;\n\t\twidth:10px;\n\t\tmargin-left:0px !important;\n\t\theight:13px;\n\t\ttext-align:center;\n\t\tpadding:3px;\n\t\tpadding-top:0px;\n\t\tfont-family:Verdana;\n\t\tborder:1px solid #000000;\n\t\t-webkit-border-top-left-radius:9px;\n\t\t-webkit-border-top-right-radius:9px;\t\t\n\t\t-webkit-border-bottom-left-radius:9px;\t\t\n\t\t-webkit-border-bottom-right-radius:9px;\t\t\n\t}\n\t\n\t#console > li > *{\n\t\tmargin-left:10px;\n\t}\n\t\n\t.consoleFrom, .consoleTimestamp{\n\t\tcolor:#999999;\n\t}\n\t.consoleItemText{\n\t\tcolor:#003366;\n\t \/*font-weight:bold;*\/\n\t\tmargin-left:2px ! important;\n\t\tpadding:3px;\n\t\t-khtml-user-select:auto;\n\t}\n\t\n\t.error .consoleItemText{\n background:#FFFFE0;\n color:#FF3030;\n }\n \n .warn .consoleItemText{\n background:#00FFFF;\n color: #000000;\n }\n\n\t.warn .typeBox{\n\t\tborder:1px solid #8db047;\n\t\tcolor:#000000;\n\t\tbackground:#ffff00;\n\t}\n\t.error .typeBox{\n\t\tborder:1px solid #c00504;\n\t\tcolor:#ffffff;\n\t\tfont-weight:bold;\n\t\tbackground:#fe0000;\n\t}\n\t.info .typeBox{\n\t\tborder:1px solid #113c9f;\n\t\tcolor:#ffffff;\n\t\tfont-style:italic;\n\t\tbackground:#0053fe;\n\t}\n\t.warn .consoleItemText, .info .consoleItemText, .error .consoleItemText{\n\t\tmargin-left:20px ! important;\n\t}\n\t\n\t#evalConsole{\n\t\tposition:absolute;\n\t\tleft:0px;\n\t\tbottom:0px;\n\t\theight:30px;\n\t\tright:0px;\n\t\tborder-top:1px solid #999999;\n\t}\n\t#evalConsoleText{\n\t\tposition:absolute;\n\t\tleft:30px;bottom:0px;\n\t\ttop:0px;right:0px;\n\t\tborder:none;\n\t}\n\t#evalConsoleLabel{\n\t\tposition:absolute;\n\t\tleft:0px;bottom:0px;\n\t\ttop:0px;\n\t\tpadding-top:5px;\n\t\tborder:none;\n\t}\n\t#tabLabels{\n\t\toverflow:hidden;\n\tmargin:0px;\n\tlist-style-image:none;\n\tlist-style-type:none;\n\tposition:absolute;\n\ttop:50px;\n\tleft:70px;\n\tright:0px;\n\theight:30px;\n\tpadding-left:5px;\n\tborder-top-width: 0px;\n\tborder-top-style: solid;\n\tborder-top-color: #999999;\n\tbackground-color: #BBBBBB;\n\tborder-left-width: 2px;\n\tborder-left-style: solid;\n\tborder-left-color: #4F4F4F;\n\tpadding-top: 0px;\n\tpadding-right: 0px;\n\tpadding-bottom: 0px;\n\t}\n\t#tabLabels>li, #tabLabels>li.bounceOff{\n\tdisplay:block;\n\tpadding:5px;\n\tcursor:pointer;\n\tfloat:left;\n\theight:12px;\n\t-webkit-border-top-left-radius:5px;\n\t-webkit-border-top-right-radius:5px;\n\tfont-family: Arial, Helvetica, sans-serif;\n\tfont-size: 11px;\n\tfont-style: normal;\n\tfont-weight: 600;\n\tcolor: #5A6F7F;\n\tline-height: normal;\n\tmargin-top: 5px;\n\tmargin-right: 2px;\n\tmargin-bottom: 2px;\n\tmargin-left: 2px;\n\ttext-transform: uppercase;\n\t}\n\t\n\t\n\t#tabLabels>li.bounceOn{\n\t\tbackground:#BDB0FF;\n\t\tborder-bottom:none;\n\t\txcolor:#ffffff;\n\t}\n\t\n\t#tabLabels>li.selected{\n\t\tbackground:#DADADA;\n\t\tcolor:#0066CC;\n\t}\n\t\n\t#tabLabels>li:hover{\n\tbackground-color: #DADADA;\n\tcolor: #0066CC;\n\t}\n\t\n\t\n\t#toolToggle{\n\tmargin:0px;\n\tlist-style-image:none;\n\tlist-style-type:none;\n\tposition:absolute;\n\ttop:50px;\n\tleft:-2px;\n\tright:0px;\n\theight:30px;\n\tpadding-left:5px;\n\tborder-top-width: 0px;\n\tborder-top-style: solid;\n\tborder-top-color: #999999;\n\tbackground-color: #BBBBBB;\n\tborder-left-width: 2px;\n\tborder-left-style: solid;\n\tborder-left-color: #4F4F4F;\n\tpadding-top: 0px;\n\tpadding-right: 0px;\n\tpadding-bottom: 0px;\n\twidth: 95px;\n\t}\n\t\n\t#toolToggle>li, #tabLabels>li.bounceOff{\n\tdisplay:block;\n\tpadding:5px;\n\tcursor:pointer;\n\tfloat:left;\n\theight:12px;\n\t-webkit-border-top-left-radius:5px;\n\t-webkit-border-top-right-radius:5px;\n\tfont-family: Arial, Helvetica, sans-serif;\n\tfont-size: 11px;\n\tfont-style: normal;\n\tfont-weight: bold;\n\tcolor: #4F4F4F;\n\tline-height: normal;\n\tmargin-top: 5px;\n\tmargin-right: 2px;\n\tmargin-bottom: 2px;\n\tmargin-left: 2px;\n\ttext-transform: uppercase;\n\t}\n\t\n\t#toolToggle>li.selected{\n\t\tbackground:#DADADA;\n\t\tcolor:#333333;\n\t}\n\t\n\t#toolToggle>li:hover{\n\tbackground-color: #DADADA;\n\tcolor: #333333;\n\t}\n\t\n\t.selected2Tree > .treeLabel{\n\t\tfont-weight:bold;\n\t}\n\t.selected2Tree {\n\t\tborder:1px solid #eeeeee;\n\t\tmargin:-1px;\n\t}\n\t\n\t\n\t#toolsLabels{\n\tmargin:0px;\n\tlist-style-image:none;\n\tlist-style-type:none;\n\tposition:absolute;\n\ttop:0px;\n\tleft:0px;\n\tpadding-left:10px;\n\twidth:320px;\n\theight:40px;\n\tbackground:#4F4F4F;\n\tpadding-top: 10px;\n\tpadding-right: 10px;\n\tpadding-bottom: 5px;\n\tcolor:#FFFFFF;\n\tfont-size:14px;\n\tfont-family:Verdana, Arial, Helvetica, sans-serif;\n\tfont-weight:bold;\n\ttext-shadow:2px 2px 2px black;\n\t}\n\t#toolsLabels span{\n\t\t\tposition:relative;\n\t\t\ttop:-3px;\n\t\t\tleft:1px;\n\t\t\tfont-size:10px;\n\t\t\tfont-weight:normal;\n\t\t}\n\t\n\t#toolsLabels>li{\n\tpadding:5px;\n\tmargin:3px;\n\tmargin-right:0px;\n\tfloat:left;\n\theight:12px;\n\tbackground-color: #3C3C3C;\n\t}\n\t\n\t#toolsLabels>li.selected{\n\t\tbackground:#666666;\n\t\tcolor:#FFFFFF;\n\t}\n\t\n\t#toolsLabels>li:hover{\n\t\ttext-decoration:underline;\n\t}\n\t\n\t\n\t.treeNode{\n\t\tdisplay:block;\n\t\tposition:relative;\n\t\tpadding-top:20px;\n\t\ttext-decoration:none;\n\t\tcolor:#000000;\n\t}\n\t\n\t.selected3Tree > .treeLabel{\n\t\tfont-weight: normal !important;\n\t\tbackground: #FFCC00 !important;\n\t}\n\t\n\n\t.hover > .treeLabel, .hover >.treeLabel2{\n\t\tbackground:#FFFFCC;\n\t\t-khtml-user-select:text;\n\t}\n\t\n\t.treeLabel{\n\t\tposition:absolute;\n\t\ttop:0px;\n\t\tleft:20px;\n\t\twidth:200px;\n\t\toverflow:visible;\n\t\tcursor:pointer;\n\t\twhite-space:nowrap;\n\t}\n\t\n\t.noLabel2 > .treeLabel{\n\t\twidth:auto !important;\n\t\toverflow:auto !important;\n\t}\n\t\n\t.treeLabel2, .treeEdit{\n\t\tposition:absolute;\n\t\ttop:0px;\n\t\tleft:220px;\n\t\tpadding-left:2px;\n\t\tcursor:pointer;\n\t\twhite-space:nowrap;\n\t}\t\n\t\n\n\t.editing > .treeEdit{\n\t\tdisplay:block !important;\n\t\twidth:400px;\n\t\tleft:220px;\n\t\tright:0px;\n\t}\n\t\n\t.treeNode > .treeEdit{\n\t\tdisplay:none;\n\t}\n\t\n\t.tagDomNodeName{\n\t\tcolor:#ee00ee;\n\t}\n\t\n\t.domTreeNode .treeLabel{\n\t\twidth:auto;\n\t}\n\t\n\t.tagDomNodeAttribute{\n color:#0000ee;\n }\n\t\n\t.editing > .treeLabel2{\n\t\tdisplay:none !important;\n\t}\n\t.treeNode > .treeLabel2{\n\t\tdisplay:block;\n\t}\n\t\t\n\t.treeAnchorMac{\n\t\tposition:absolute;\n\t\ttop:0px;\n\t\tleft:0px;\n\t\tmargin:1px;\n\t\twidth:12px;\n\t\theight:12px;\n\t\tcursor:pointer;\n\t\tfont-size:13px;\n\t\toverflow:hidden;\n\t\tcolor:#ffffff;\n\t\tbackground:#cccccc;\n\t\t-webkit-border-radius:6px;\n\t}\n\t.treeAnchorMac div{\n\t\tmargin-top: -3px;\n\t\twidth:25px;\n\t\tmargin-left: -6px;\n\t\tmargin-right: -2px;\n\t\ttext-align:center;\n\t}\n\t.treeNodeEmpty{\n\t\tdisplay:none;\n\t}\n\t.treeAnchorWin{\n\t\tposition:absolute;\n\t\ttop:0px;\n\t\tleft:0px;\n\t\tmargin:1px;\n\/*\t\tborder:1px solid #999999;\n\t\tborder-left:1px solid #eeeeee;\n\t\tborder-top:1px solid #eeeeee;*\/\n\t\twidth:12px;\n\t\theight:12px;\n\t\tcursor:pointer;\n\t\tfont-size:15px;\n\t\toverflow:hidden;\n\t\tcolor:#ffffff;\n\t\tbackground:#cccccc;\n\t\t-webkit-border-radius:6px;\n\t}\n\t.treeAnchorWin div{\n\t\tmargin-top: -4px;\n\t\twidth:25px;\n\t\tmargin-left: -6px;\n\t\tmargin-right: -3px;\n\t\ttext-align:center;\n\t}\n\t\n\t.treeChildren{\n\t\tmargin-left:20px;\n\t}\n\t\n\t.nodeEndLabelDiv, .nodeEndLabelDiv *{\n\t display:none;\t\n\t}\n\t\n\t.nodeEndLabelDivVisible{\n margin-left:20px;\n\t padding-bottom:5px; \n\t white-space:nowrap;\n }\n\t\n\t.treeText{\n\t\tposition:relative;\n\t\tmargin:0px;\n\t\ttext-decoration:none;\n\t\tcolor:#000000;\n\t\tpadding:0px;\n\t\n\t\t\n\t}\n\t.treePreLine{\n\t\tposition:absolute;\n\t\ttop:0px;\n\t\ttext-align:right;\n\t\twidth:45px;\n\t\tpadding-right:3px;\n\t\tpadding:0px;\n\t\tbackground:#eeeeee;\n\t}\n\t\n\t.selected3Tree > .treePreLine{\n\t\tbackground:#cccccc;\n\t\tcolor:blue;\n\t}\n\t\n\t.selected3Tree > img{\n\t\toutline: 1px solid blue;\n\t}\n\t.treePreText{\n\t\tmargin-left:49px;\n\t\tpadding-left:4px;\n\t\t-khtml-user-select:auto;\n border: 1px solid #ffffff;\n\t}\n\t\n\t.inPlaceEditor{\n cursor:pointer;\n display:inline;\n position:relative;\n }\n\t\n\t\/* TREE CLASSES\n\t*\/\n\t#html2Tab{\n\t\toverflow:hidden !important;\n\t}\n\t#html2Div{\n\t\tposition:absolute;\n\t\tleft:0px;\n\t\ttop:0px;\n\t\tbottom:0px;\n\t\toverflow:auto;\n\t}\n\t#html2Split{\n\t\tposition:absolute;\n\t\twidth:5px;\n\t\ttop:0px;\n\t\tbottom:0px;\n\t\tbackground:#cccccc;\n\t\tcursor:pointer;\n\t}\n\t#css2Div{\n\t\tposition:absolute;\n\t\ttop:0px;\n\t\tbottom:0px;\n\t\tright:0px;\n\t}\n\t#css2TabLabels{\n\t\tmargin:0px;\n\t\tpadding:0px;\n\t\tbackground:#cccccc;\n\t\tlist-style-image:none;\n\t\tlist-style-type:none;\n\t\tposition:absolute;\n\t\tborder-bottom:5px solid #666666;\n\t\ttop:0px;\n\t\tleft:0px;\n\t\tright:0px;\n\t\theight:20px;\n\t\tpadding-left:0px;\n\t}\n\t#css2TabLabels>li{\n\t\tdisplay:block;\n\t\tpadding:3px;\n\t\tpadding-bottom:0px;\n\t\tmargin:2px;\n\t\tmargin-left:0px;\n\t\tmargin-bottom:0px;\n\t\tfloat:left;\n\t\theight:15px;\n\t\tbackground:#ffffff;\n\t\t-webkit-border-top-left-radius:5px;\n\t\t-webkit-border-top-right-radius:5px;\t\t\n\t\t\tcursor:pointer;\n\t}\n\t\n\t#css2TabLabels>li.selected{\n\t\tbackground:#666666;\n\t\tcolor:#FFFFFF;\n\t}\n\t\n\t\n\t#css2TabPages{\n\t\tposition:absolute;\n\t\tleft:0px;\n\t\ttop:24px;\n\t\tright:0px;\n\t\tbottom:0px;\n\t\tborder-top:1px solid #999999;\n\t}\n\n\t#css2TabPages>div{\n\t\tposition:absolute;\n\t\tleft:0px;\n\t\ttop:0px;\n\t\tbottom:0px;\n\t\tright:0px;\n\t\tvisibility:hidden;\n\t\toverflow:auto;\n\t}\n\t\n\t#tabPages>div.selected #css2TabPages>div.selected{\n\t\tvisibility:visible;\n\t}\n\t\n\t#windowList{\n\t\twidth:100px;\n\t\t\n\t}\n\t.menu {\n\t\tposition:absolute;\n\t\tdisplay:none;\n\t\tbackground:white;\n\t\tborder-bottom:1px solid #cccccc;\n\t\tborder-right:1px solid #cccccc;\t\t\n\t\tfont-size:12px;\n\t\tbackground:#eeeeee;\n\t\twidth:170px;\n\t}\n\t.menu ul{\n\t\tmargin:0px;\n\t\tpadding:0px;\n\t\tlist-style-image:none;\n\t\tlist-style-type:none;\n\t}\n\t.menu li a{\n\t\tdisplay:block;\n\t\tpadding:5px;\n\t\tcolor:#333333;\n\t\tborder-bottom:1px solid #eeeeee;\n\t\ttext-decoration:none;\n\t}\n\t.menu li a:hover{\n\t\tbackground:blue;\n\t\tcolor:white;\n\t}\n\t\n\t#searchTextBox{\n\t\tposition:absolute;\n\t\tright:20px;\n\t\tbottom:40px;\n\t\tdisplay:none;\n\t\tbackground:white;\n\t\tborder:1px solid #cccccc;\n\t\tpadding:5px;\n\t\t-webkit-border-radius:5px;\t\t\n\t}\n\t.searchselect{\n\t\t-khtml-user-select:text !important;\n\t}\n\tpre{\n\t\tmargin:0px;\n\t\tpadding:0px;\n\t}\n\t.selectable, .selectable *{\n\t\t-khtml-user-select:text !important; \n\t}\n\t\n\t.searchselect::selection{\n\t\tbackground:#38D878; \n\t}\n\t\n<\/style>\n<script>\n\/\/<![CDATA[\n\tvar air;\n\nfunction cloneConfig()\n{\n\tif(typeof config==\'undefined\') return;\n\tfor(var i in config){\n\t\tair.Introspector.config[i]=config[i];\n\t}\n}\n\nfunction doLoad(){\n\n\/*\tif(typeof runtime==\'undefined\'&&opener){\n\t\tvar air = opener.air;\n\t}else{\n\t\tloadMyAir();\n\t}*\/\n\tcloneConfig();\n\tdebugWindow = new air.Introspector.DebugWindow();\n\tair.Introspector.debugWindow = debugWindow;\n\ttry{\n\t\tdebugWindow.init(window);\n\t}catch(e) { alert(e+\' \'+e.line); }\t\n\t\n\ttry{\n\t\tvar l =initCallbacks.length;\n\t\tfor(var i=0;i<l;i++){\n\t\t\tinitCallbacks[i](debugWindow);\n\t\t}\n\t}catch(e){alert(e+\' \'+e.line);}\n\tisLoaded = true;\n\n\t\t\n}\n\nfunction doUnload(){\n\tdebugWindow.dispose();\n}\n\n\nif(typeof air==\'undefined\') air = {};\nair.Introspector = { localIframeDebug: true };\n\n\n\n\n(function(){\n\n\t\t\/\/=======================================================================================================================================================\n\t\t\/\/introspector.js\n\t\t\/\/=======================================================================================================================================================\n\t\t\n\n\n\n\/\/----------------------------------------------------------------------------------------------------\n\/**\n*\t@API air.Introspector.Console\n*\t@description Exposes log, warn, info, error, dump to the user\n*\tTHIS IS THE ONLY SUPPORTED APIs \n*\/\n\nair.Introspector.Console = {\n\t\t log: function(){\n\t\t \tair.Introspector.logArguments(arguments,\n\t\t\t \t\t{htmlLoader:isAppSandbox?window.htmlLoader:null});\n\t\t },\n\n\t\t warn : function(){\n\t\t air.Introspector.logArguments(arguments,\n\t\t\t \t\t\t{htmlLoader:isAppSandbox?window.htmlLoader:null, type:\'warn\'}); \n\t\t },\n\n\t\t info : function(){\n\t\t air.Introspector.logArguments(arguments,\n\t\t\t \t\t\t{htmlLoader:isAppSandbox?window.htmlLoader:null, type:\'info\'}); \n\t\t },\n \n\t\t error : function(){\n\t\t air.Introspector.logArguments(arguments,\n\t\t\t \t\t\t{htmlLoader:isAppSandbox?window.htmlLoader:null, type:\'error\'}); \n\t\t }, \n\t\t dump : function(obj, level){\n\t\t\tair.Introspector.logArguments(air.Introspector.dump(obj, level),\n\t\t\t \t\t{htmlLoader: isAppSandbox?window.htmlLoader:null, usePre:true});\n\t\t }\n};\n\n\/\/----------------------------------------------------------------------------------------------------\n\nair.Introspector.config = {\n showTimestamp: true,\t\t\t\t\t\t\/\/Make the console show time stamps before each line\n showSender: true,\t\t\t\t\t\t\t\/\/Make the console show time stamps\n wrapColumns: 2000,\t\t\t\t\t\t\t\/\/Source files are soft-wrapped at around 2000 columns by default \n\tflashTabLabels: true,\t\t\t\t\t\t\/\/Console and xhr columns can flash whenever something happend to them (eg. logged something). You can turn it off\n\t\t\t\t\t\t\t\t\t\t\t\t\/\/by setting this to false\n\tcloseIntrospectorOnExit: true,\t\t\t\t\/\/Makes the inspector window close when the last window closed\n\tdebugRuntimeObjects: true,\t\t\t\t\t\/\/Also expand ActionScript objects\n\tintrospectorKey:122,\t\t\t\t\t\t\/\/Inspect key - by default it is F11 (122)\n\tdebuggerKey:123, \t\t\t\t\t\t\t\/\/Toggle inspectors visibility - by default it is F12 (123)\n useAirDebugHtml: false,\t\t\t\t\t\t\/\/Internal only\n};\n\n\n\/**\n*\t@module air.Introspector\n*\/\n\nair.Introspector.extend = function(dst, src){\n\t\/\/Take every property from src and put it in dst\n for(var i in src){\n dst[i]=src[i];\n }\n};\n\n\/\/\tChecking if the user has configured Introspector using global AIRIntrospectorConfig variable\nif(typeof AIRIntrospectorConfig!=\'undefined\'){\n\tair.Introspector.extend(air.Introspector.config, AIRIntrospectorConfig);\n}\n\nvar eventListeners = [];\n\n\/\/\tCan not expand ActionScript objects from remote sandbox - we can not even access ActionScript from there \n\/\/\tjust disabled this feature\nif(!isAppSandbox) air.Introspector.config.debugRuntimeObjects = false;\n\n\/\/\tMade this use g\/setters in order to make it easy to send its value over the bridge\nair.Introspector.__defineGetter__(\'inspect\', function(){\n return air.Introspector._inspect;\n});\n\nair.Introspector.__defineSetter__(\'inspect\', function(value){\n air.Introspector._inspect=value;\n if(!isAppSandbox){\n setTimeout(function(){\n\t\t\tair.Introspector.noBridge(function(){\n\t\t\t\tparentSandboxBridge.air_Introspector_setInspect(value);\n\t\t\t});\n }, 0);\n }else{\n\t\tif(!value){\n\t\t\ttry{\n\t\t\t\tair.Introspector.hideHighlight();\n\t\t\t}catch(e){}\n\t\t}\n\t}\n});\n\t\nair.Introspector.extend(air.Introspector, { \n\n\t\/**\n\t*\tMakes it easier to acces runtime packages\n\t*\tit makes sense only in the application sandbox\n\t*\/\n\truntime: isAppSandbox?{ \n\t\tHTMLLoader : window.runtime.flash.html.HTMLLoader,\n\t\tEvent : window.runtime.flash.events.Event,\n\t\tIOErrorEvent: window.runtime.flash.events.IOErrorEvent,\n\t\tNativeApplication: window.runtime.flash.desktop.NativeApplication,\n\t\tURLLoader : window.runtime.flash.net.URLLoader,\n\t\tURLRequest : window.runtime.flash.net.URLRequest,\n\t\tNativeWindowInitOptions : window.runtime.flash.display.NativeWindowInitOptions,\n\t\tCapabilities: window.runtime.flash.system.Capabilities,\n\t\ttrace : window.runtime.trace,\n\t}:null,\n\t\n\t_inspect: false,\n\tremoteInspect: false,\n canClick: false,\n\n\tbridgeCallbacks: [],\n\t\n\t\n\t\/**\n\t*\tDifferent coloring styles for tag names, by default \'default\' is used\n\t*\tUndocumented feature\n\t*\t\t- you can change the color of elements while inspecting by tag name, check bellow the body: 0x00CC00 line,\n\t*\t\t uncomment that line, duplicate and change it with your own colors\n\t*\/\n highlightBgColors: {\n \'default\': 0xFFCC00,\n \/\/body: 0x00CC00,\n \n },\n\n\t\/**\n\t*\t@function trimRegExp\n\t*\t@description Trims spaces from a string\n\t*\t@private\n\t*\/\n trimRegExp: \/^[\\s\\r\\n]*([\\s\\S]*?)[\\s\\r\\n]*$\/g,\n trim:function(str){\n \treturn str.replace(air.Introspector.trimRegExp, \'$1\');\n },\n\n\t\/**\n\t*\t@function blockWrap\n\t*\t@description Wraps a string by air.Introspector.config.wrapColumns columns\n\t*\/\n blockWrap: function(str){\n \t\/\/used for spliting large lines in <pre>\n \tvar cols = air.Introspector.config.wrapColumns;\n \tvar lines = str.split(\/\\n\/);\n \tvar buffer = [];\n \tvar l = lines.length;\n \tvar lineNumbers = [];\n \tfor(var i=0;i<l;i++){\n \t\tlineNumbers.push(i+1);\n \t\tvar line = lines[i];\n \t\twhile(line.length>cols){\n \t\t\tbuffer.push(line.substr(0, cols));\n \t\t\tline = line.substr(cols);\n \t\t\tlineNumbers.push(\'\');\n \t\t}\n \t\tbuffer.push(line);\n \t}\n \tlineNumbers.push(\'EOF\');\n \treturn [buffer.join(\'\\n\'), lineNumbers.join(\'\\n\')];\n },\n\t\n\t\/**\n\t*\t@function getTextFormat\n\t*\t@description Returns a new flash TextField\n\t*\/\n createTextField: function(parentSprite, fontSize, fontBold) {\n\t\tif(isAppSandbox){\n \t\tvar tf = new runtime.flash.text.TextField();\n\t tf.embedFonts = false;\n\t tf.autoSize = runtime.flash.text.TextFieldAutoSize.LEFT;\n\t tf.antiAliasType = runtime.flash.text.AntiAliasType.ADVANCED;\n\t tf.defaultTextFormat = air.Introspector.getTextFormat(fontSize, fontBold);\n\t tf.selectable = false;\n\t tf.mouseEnabled = true;\n\t tf.x = 4;\n\t tf.text = \"\";\n\t if(parentSprite.numChildren > 0) {\n\t var sibling = parentSprite.getChildAt(parentSprite.numChildren - 1);\n\t tf.y = sibling.y + sibling.height + 15;\n\t }\n\t parentSprite.addChild(tf);\n\t return tf;\n\t\t}else{\n\t\t\t\/\/should not get here\n\t\t\treturn null;\n\t\t}\n },\n \/**\n\t*\t@function getTextFormat\n\t*\tReturns a new flash TextFormat\n\t*\tsee createTextField\n\t*\/\n getTextFormat: function(fontSize, fontBold){\n\t\tif(isAppSandbox){\n \tvar format = new runtime.flash.text.TextFormat();\n\t format.size = fontSize;\n\t format.font = \"Tahoma\";\n\t format.bold = fontBold;\n\t format.color = 0x330066;\n \treturn format;\n\t\t}else{\n\t\t\t\/\/should not get here\n\t\t\treturn null;\n\t\t}\n },\n \n\t\/**\n\t*\t@function extendRect \n\t*\t@description Initializes the sprite with values from the rectangle\n\t*\/\n\textendRect: function(sprite, rect){\n\t\tsprite.x = rect.x;\n\t\tsprite.y = rect.y;\n\t\tsprite.width = rect.width;\n\t\tsprite.height = rect.height;\n\t\tsprite.scaleX = rect.scaleX;\n\t\tsprite.scaleY = rect.scaleY;\t\t\t\n\t},\n\t\n\t\n\t\/**\n\t*\t@function showHighlight\n\t*\t@description Shows a highlighting flash sprite using coordinates from rectangle\n\t*\/\n showHighlight: function(rect){\n\t\tif(isAppSandbox){\n\t \/\/dehilight everyone else\n\t var ownedWindows = air.Introspector.getHtmlWindows();\n\t for(var i=ownedWindows.length-1;i>=0;i--){\n\t try{\n\t ownedWindows[i].htmlLoader.window.air.Introspector.hideHighlight();\n\t }catch(e){\n\t \/\/no air.Introspector\n\t }\n\t }\n\t air.Introspector.extendRect(air.Introspector.highlightSprite, rect);\n\t\t}else{\n\t\t\tsetTimeout(function(){\n\t\t\t\tair.Introspector.noBridge(function(){\n\t\t\t\t\tparentSandboxBridge.air_Introspector_showHighlight(rect);\t\t\t\t\n\t\t\t\t});\n\t\t\t\t\n\t\t\t}, 0);\n\t\t\t\n\t\t\t\n\t\t}\n },\n\n\t\/**\n\t*\t@function hideHighlight\n\t*\t@description Make the higlight box go away\n\t*\/\n hideHighlight: function(){\n\t\tif(isAppSandbox){\n \tair.Introspector.extendRect(air.Introspector.highlightSprite, {x:0, y:0, width:0, height:0, scaleX:0, scaleY:0});\n\t air.Introspector.highlightText.visible = false;\n\t\t}else{\n\t\t\tsetTimeout(function(){\n\t\t\t\ttry{\n\t\t\t\t\tparentSandboxBridge.air_Introspector_hideHighlight();\n\t\t\t\t}catch(e){ \n\t\t\t\t\t\t\/\/ no bridge yet\n\t\t\t\t\t}\n\t\t\t}, 0);\n\t\t}\n },\n\n\t\/**\n\t*\t@function remoteClick\n\t*\t@description Make the remote sandbox know that the inspection finished\n\t*\/\n\tremoteClick: function(){\n\t\tair.Introspector.debugWindow.finishInspect(false);\n air.Introspector.hideHighlight();\n\t},\n\t\n\t\n\t\/**\n\t*\t@function createHighlight\n\t*\t@description \tCreates a flash sprite used to higlight elements\n\t*\t\t\t\t By using this method we are sure that no dom manipulation is done and \n\t*\t\t\t\t no style is changed in HTML.\n\t*\/\n createHighlight: function(){\n\t\tif(isAppSandbox){\n\t var sprite = new runtime.flash.display.Sprite();\n\t sprite.mouseEnabled = false;\n\t sprite.width = 0;\n\t sprite.height = 0;\n\t sprite.buttonMode = true;\n\t var prevent = function(element, event, isClick){\n\t air.Introspector.addEventListener(element, event, function(e){\n\t if((air.Introspector.inspect||air.Introspector.remoteInspect) &&sprite.hitTestPoint(e.stageX, e.stageY)){\n\t e.preventDefault();\n\t e.stopPropagation();\n\t e.stopImmediatePropagation();\n\t \tif(isClick&&air.Introspector.canClick){\n\t\t\t\t\t\t\tif(air.Introspector.remoteInspect){\n\t\t\t\t\t\t\t\ttry{\n\t\t\t\t\t\t\t\t\tair.Introspector.inspectFrame.contentWindow.childSandboxBridge.air_Introspector_remoteClick();\n\t\t\t\t\t\t\t\t}catch(e){ air.Introspector.noChildBridge(air.Introspector.inspectFrame); }\n\t\t\t\t\t\t\t}else{\n\t \tair.Introspector.debugWindow.finishInspect(false);\n\t\t air.Introspector.hideHighlight();\n\t\t\t\t\t\t\t}\n\t }\n\t }\n\n\t }, true, 2000000);\n\t };\n\t var check = function(element, event){\n\t air.Introspector.addEventListener(element, event, function(e){\n\t if((air.Introspector.inspect||air.Introspector.remoteInspect)&&nativeWindow.active){\n\t setTimeout(function(){\n\t air.Introspector.canClick = true;\n\t }, 100);\n\t }\n\t }, true, 200000);\n\t }\n \n\t var labelMover = function(element, event){\n\t \tair.Introspector.addEventListener(element, event, function(e){\n\t\t if((air.Introspector.inspect||air.Introspector.remoteInspect)){\n\t air.Introspector.highlightText.x = e.stageX+15;\n\t air.Introspector.highlightText.y = e.stageY+15;\n\/\/\t\t\t\t\t air.Introspector.highlightText.visible = true;\n\t }else{\n\n\t air.Introspector.highlightText.visible = false;\n\t }\n\t \t}, true, 200000);\n\t }\n\t prevent(htmlLoader.stage, runtime.flash.events.MouseEvent.CLICK, true);\n\t prevent(htmlLoader.stage, runtime.flash.events.MouseEvent.MOUSE_DOWN);\n\t prevent(htmlLoader.stage, runtime.flash.events.MouseEvent.MOUSE_UP);\n\t prevent(htmlLoader.stage, runtime.flash.events.MouseEvent.DOUBLE_CLICK);\n\t check(htmlLoader.stage, runtime.flash.events.MouseEvent.MOUSE_MOVE);\n\t check(nativeWindow, runtime.flash.events.Event.ACTIVATE);\n\t labelMover(htmlLoader.stage, runtime.flash.events.MouseEvent.MOUSE_MOVE);\n\t window.htmlLoader.stage.addChild(sprite); \n\t air.Introspector.highlightSprite = sprite;\n\n\t air.Introspector.highlightText = new runtime.flash.display.Sprite();\n\t window.htmlLoader.stage.addChild(air.Introspector.highlightText); \n\n\t air.Introspector.highlightText.graphics.beginFill(0xeeeeee, 0.8);\n\t air.Introspector.highlightText.graphics.lineStyle(1, 0xeeeeee, 0.9, false);\n\t air.Introspector.highlightText.graphics.drawRect(0, 0, 250, 40);\n\t air.Introspector.highlightText.visible = false;\n\t air.Introspector.highlightLine1 = air.Introspector.createTextField(air.Introspector.highlightText, 16, true);\n\t air.Introspector.highlightLine2 = air.Introspector.createTextField(air.Introspector.highlightText, 10, false);\n }else{\n\t\t\t\/\/should not be here\n\t }\n },\n \n\t\/**\n\t*\t@function addEventListener\n\t*\t@description Add a listener and stores it for future cleanup\n\t*\/\n\taddEventListener: function(obj, eventName, listener, capture, priority){\n\t\teventListeners.push([obj, eventName, listener, capture]);\n\t\tobj.addEventListener(eventName, listener, capture, priority);\n\t},\n\t\n\t\/**\n\t*\t@function removeEventListener\n\t*\t@description Removes listener\n\t*\/\n\tremoveEventListener: function(obj, eventName, listener, capture){\n\t\tfor(var i=eventListeners.length-1;i>=0;i--){\n\t\t\tvar l = eventListeners[i];\n\t\t\tif(l[0]==obj && l[1]==eventName && l[2]==listener && l[3]==capture)\n\t\t\t\t{\n\t\t\t\t\teventListeners.splice(i, 1);\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t}\n\t\tobj.removeEventListener(eventName, listener, capture);\n\t},\t\n\t\n\t\/**\n\t*\t@function drawRect\n\t*\t@description Draw a rectangle using ActionScript, also use tagName to find out which color to use \n\t*\t@see air.Introspector.highlightBgColors\n\t*\/\n\tdrawRect: function (rect, tagName){\n\t\t\tvar htmlLoaderBounds = htmlLoader.getBounds(htmlLoader.stage);\n\t \trect.x += htmlLoaderBounds.x;\n\t\t rect.y += htmlLoaderBounds.y;\n\t\t\trect.scaleX = 1;\n\t\t rect.scaleY = 1;\n\t\t air.Introspector.showHighlight(rect);\n\t\t air.Introspector.highlightSprite.graphics.clear();\n\t\t var bgColor = air.Introspector.highlightBgColors[tagName.toLowerCase()];\n\t\t if(typeof bgColor==\'undefined\')\n\t\t bgColor = air.Introspector.highlightBgColors[\'default\'];\n\t\t air.Introspector.highlightSprite.graphics.beginFill(bgColor, 0.2);\n\t\t air.Introspector.highlightSprite.graphics.lineStyle(3, bgColor, 0.9, false);\n\t\t air.Introspector.highlightSprite.graphics.drawRect(0, 0, rect.width, rect.height);\n\t},\n\t\n\t\/**\n\t*\t@function highlightElement\n\t*\t@description Highlight element e. Get its bounding box and send it directly or over the bridge to air.Introspector.drawRect\n\t*\t@also air.Introspector.drawRect\n\t*\/\n highlightElement: function(e, callback){\n\t\tvar rect = air.Introspector.getBorderBox(e);\n\t \tif(rect==false)\n\t\t\treturn;\n\t\n\t\tif(isAppSandbox){\t\t\t\n\t\t\tair.Introspector.drawRect(rect, e.tagName);\n\t\t}else{\n\t\t\tsetTimeout(function(){\n\t\t\t\ttry{\n\t\t\t\t\tif(!isNaN(rect.width)&&!isNaN(rect.x)){\n\t\t\t\t\t\tair.Introspector.noBridge(function(){\n\t\t\t\t\t\t\tparentSandboxBridge.air_Introspector_drawRect(rect, e.tagName);\t\t\t\t\t\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t}catch(e){\n\t\t\t\t}\n\t\t\t\tif(typeof callback!=\'undefined\') callback();\n\t\t\t}, 0);\n\t\t}\n },\n \n\t\/**\n\t*\t@function addKeyboardEvents\n\t*\t@description \tRegisters events on every window that includes AIRDebug.js.\n\t*\n\t*\tBy default F11 enables the inspect tool\n\t*\t\t\t F12 pops up the debug tool\n\t*\/\n\taddKeyboardEvents: function(sprite){\n\t\tair.Introspector.addEventListener(sprite, runtime.flash.events.KeyboardEvent.KEY_DOWN, function(e){\n if(e.keyCode==air.Introspector.config.introspectorKey){ \/\/F11 key pressed\n\t\t\t\tif(typeof air.Introspector.lastElement!=\'undefined\'&&(air.Introspector.lastElement.nodeName==\'IFRAME\'||air.Introspector.lastElement.nodeName==\'FRAME\')){\n\t\t\t\t\ttry{\n\t\t\t\t\t\tvar contentWindow = air.Introspector.lastElement.contentWindow;\n\t\t\t\t\t\tif(typeof contentWindow.childSandboxBridge!=\'undefined\'&&\n\t\t\t\t\t\t\ttypeof contentWindow.childSandboxBridge.air_Introspector_isDebugOpen!=\'undefined\'&&\n\t\t\t\t\t\t\ttypeof contentWindow.childSandboxBridge.air_Introspector_toggleInspect!=\'undefined\')\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tif(contentWindow.childSandboxBridge.air_Introspector_isDebugOpen()){\n\t\t\t\t\t\t\t\tcontentWindow.childSandboxBridge.air_Introspector_toggleInspect();\n\t\t\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\t\t\te.stopPropagation();\n\t\t\t\t\t\t\t\treturn;\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}catch(e){\n\t\t\t\t\t\t\/\/it looks like no debugger in that iframe. go ahead with app sandbox debugger\n\t\t\t\t\t}\n\t\t\t\t}\n air.Introspector.init(false, true, function(){\n \tair.Introspector.debugWindow.toggleInspect();\t\t\t\t\t\n\t\t\t\t});\n\n e.preventDefault();\n\t\t\t\te.stopPropagation();\n }else if(e.keyCode==air.Introspector.config.debuggerKey){ \/\/F12 key pressed\n air.Introspector.toggleWindow();\n e.preventDefault();\n\t\t\t\te.stopPropagation();\n }else if(e.keyCode==27&&air.Introspector.inspect){\n air.Introspector.debugWindow.finishInspect();\n air.Introspector.hideHighlight();\n e.preventDefault();\n\t\t\t\t\t\te.stopPropagation();\n }else if(e.ctrlKey==true&&e.altKey==false){\n\t\t\t\tvar tab = null;\n\t\t\t\tswitch(e.keyCode){\n\t\t\t\t\tcase runtime.flash.ui.Keyboard.NUMBER_1:\n\t\t\t\t\t\ttab = 0;\n\t\t\t\t\tbreak;\n\t\t\t\t\tcase runtime.flash.ui.Keyboard.NUMBER_2:\n\t\t\t\t\t\ttab = 1;\n\t\t\t\t\tbreak;\n\t\t\t\t\tcase runtime.flash.ui.Keyboard.NUMBER_3:\n\t\t\t\t\t\ttab = 2;\n\t\t\t\t\tbreak;\n\t\t\t\t\tcase runtime.flash.ui.Keyboard.NUMBER_4:\n\t\t\t\t\t\ttab = 3;\n\t\t\t\t\tbreak;\n\t\t\t\t\tcase runtime.flash.ui.Keyboard.NUMBER_5:\n\t\t\t\t\t\ttab = 4;\n\t\t\t\t\tbreak;\n\t\t\t\t\tcase runtime.flash.ui.Keyboard.NUMBER_6:\n\t\t\t\t\t\ttab = 5;\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(tab!=null){\n\t\t\t\t\t\tair.Introspector.init(false, true, function(){\n\t\t\t\t\t\t\tair.Introspector.debugWindow.setTab(tab);\t\t\t\t\t\t\t\n\t\t\t\t\t\t});\n\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\te.stopPropagation();\n\t\t\t\t}\n\t\t\t}\n }, true, 1000000);\n\t},\n\t\n\t\/**\n\t*\t@function showHighlightLabels\n\t*\t@description Make the tooltip labels near the highlighting box appear and tell the id\/tag name\/outer HTML\n\t*\/\n\tshowHighlightLabels: function(id, nodeName, outerHTML){\n\t\t\tif(typeof id!=\'undefined\'&&id.length!=0){\n air.Introspector.highlightLine1.text = nodeName+\' - \'+id;\n }else{\n air.Introspector.highlightLine1.text = nodeName; \n }\n if(air.Introspector.canClick){\n air.Introspector.highlightLine2.text = outerHTML.substr(0, 40).replace(\/\\n\/g, \'\\\\n\')+\'...\';\n }else{\n air.Introspector.highlightLine2.text = \'Click to activate window\';\n window.clearTimeout(air.Introspector.clickToActivateTimeout);\n air.Introspector.clickToActivateTimeout = setTimeout(function(){\n air.Introspector.highlightLine2.text = outerHTML.substr(0, 40).replace(\/\\n\/g, \'\\\\n\')+\'...\';\n }, 400)\n }\n \tair.Introspector.highlightText.visible = true;\t\n\t},\n\t\n\t\n\t\/**\n\t*\t@function registerUncaughtExceptionListener\n\t*\t@description Catches all uncaught exceptions from javascript and shows them in the console\n\t*\/\n\tregisterUncaughtExceptionListener: function(){\n\t\t\n\t\t\tair.Introspector.addEventListener(window.htmlLoader,\n\t\t\t\t\truntime.flash.events.HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION , \n\t\t\t\t\tfunction(e){\n\t\t\t\t\t\tif(e.exceptionValue && \n\t\t\t\t\t\t\t\te.exceptionValue.air_Introspector_setParentSandboxBridge == true &&\n\t\t\t\t\t\t\t\te.exceptionValue.air_Introspector_version == air.Introspector.version)\n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tair.Introspector.registerFramesParentSandboxBridge();\n\t\t\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\tair.Introspector.logError(e.exceptionValue, {htmlLoader:window.htmlLoader});\n\t\t\t\t\t\t\/\/\te.preventDefault();\n\t\t \t});\n\t\t\n\t\t\n\t},\n\n\n\t\/**\n\t*\t@function registerCloseEventListener\n\t*\t@description \n\t*\/\n\tregisterCloseEventListener: function(){\n\t\tair.Introspector.addEventListener(window.nativeWindow, air.Introspector.runtime.Event.CLOSE, function(){\n\t var debugWindow = air.Introspector.findDebugWindow();\n\t if(debugWindow!=null){\n\t debugWindow.closedWindow(window.htmlLoader);\n\t }\n\t\n\t });\n\t\t\t\n\t\t\n\t},\n\n\t\/**\n\t*\t@function registerCompleteEventLisener\n\t*\t@description Make the Introspector window knwo that we are complete. Register parentSandboxBridge on every frame\n\t*\/\n\tregisterCompleteEventListener: function(){\n\t\tair.Introspector.addEventListener(window.htmlLoader, air.Introspector.runtime.Event.COMPLETE, function(){\n\t\t\t\t\tair.Introspector.removeEventListener(window.htmlLoader, air.Introspector.runtime.Event.COMPLETE, arguments.callee);\n\t\t\t\t\ttry{\n\t\t \t \/\/announce the debugWindow to refresh DOM and assets\n\t\t\t var debugWindow = air.Introspector.findDebugWindow();\n\t\t\t if(debugWindow!=null){\n\t\t\t \tif(debugWindow.isLoaded){\n\t\t\t debugWindow.completeWindow(window.htmlLoader);\n\t\t\t \t}\n\t\t\t }\n\t\t\t\t\t\n\t\t\t\t\t\tair.Introspector.registerFramesParentSandboxBridge();\n\t\t\t\t\t}catch(e){\n\t\t\t\t\t\truntime.trace(e);\n\t\t\t runtime.trace(e.line);\n\t\t\t\t\t\tair.Introspector.Console.log(e);\n\t\t\t\t\t}\n\t\t\t});\n\t},\n\n\t\/**\n\t*\t@function registerFramesParentSandboxBridge\n\t*\t@description All frames should know about us - registering parentSandboxBridge\n\t*\/\n\t\n\tregisterFramesParentSandboxBridge: function(){\n\t\t\t\/\/var modified = false;\n\t\t\tvar iframes = document.getElementsByTagName(\'iframe\');\n\t\t\tfor(var i=iframes.length-1;i>=0;i--){\n\t\t\t\tair.Introspector.registerFrame(iframes[i]);\n\t\t\t}\n\n\t\t\tvar frames = document.getElementsByTagName(\'frame\');\n\t\t\tfor(var i=frames.length-1;i>=0;i--){\n\t\t\t\tair.Introspector.registerFrame(frames[i]);\t\t\t\t\n\t\t\t}\n\t\t\t\/\/return modified;\n\t},\n\t\n\t\/**\n\t*\t@function registerDeactivateEventLisener\n\t*\t@description Hides the highlighting rectangle and deactivates inspect-clicking for this window\n\t*\/\n\tregisterDeactivateEventListener: function(){\n\t\t\tair.Introspector.addEventListener(window.nativeWindow, air.Introspector.runtime.Event.DEACTIVATE, function(){ air.Introspector.hideHighlight(); air.Introspector.canClick =false; });\n\t},\n\t\n\t\/**\n\t*\t@function registerChildSandboxBridge\n\t*\t@description Register childSandboxBridge for current iframe\n\t*\/\n\tregisterChildSandboxBridge: function(){\n\t\t\n\t\tif(typeof childSandboxBridge==\'undefined\')\n\t\t\tchildSandboxBridge={};\n\t\t\ttry{\n\t\tchildSandboxBridge.air_Introspector_remoteClick = function (){\n\t\t\ttry{\n\t\t\t\tair.Introspector.remoteClick();\n\t\t\t}catch(e){ alert(e+\' \'+e.line); }\n\t\t}\n\t\t\n\t\tchildSandboxBridge.air_Introspector_isDebugOpen = function(){\n\t\t\treturn typeof air.Introspector.debugWindow!=\'undefined\';\n\t\t}\n\t\t\n\t\tchildSandboxBridge.air_Introspector_toggleInspect = function (){\n\t\t\tair.Introspector.init(false, true, function()\n\t\t\t{\n \tair.Introspector.debugWindow.toggleInspect();\t\t\t\t\t\t\t\n\t\t\t});\n\t\t}\n\t\t\n\t\tchildSandboxBridge.air_Introspector_bridgeLoaded = function(){\n\t\t\tvar l = air.Introspector.bridgeCallbacks;\n\t\t\tfor(var i=0;i<l;i++){\n\t\t\t\ttry{\n\t\t\t\t\tair.Introspector.bridgeCallbacks[i]();\n\t\t\t\t}catch(e){\n\t\t\t\t\tair.Introspector.logError(e);\n\t\t\t\t}\n\t\t\t}\n\t\t\tair.Introspector.bridgeCallbacks = [];\n\t\t}\n\t\t\t}\n\t\t\tcatch(e){}\n\t},\n\t\n\t\/**\n\t*\t@function createOpenConsoleButton\n\t*\t@description Creates a button on the top-right corent of the iframe that will open the introspector\n\t*\/\n\tcreateOpenConsoleButton: function(){\n\t\tvar consoleButton = document.createElement(\'input\');\n\t\tconsoleButton.onclick = function(){\n\t\t\tair.Introspector.init(true, true, function(){ });\n\t\t}\n\t\tconsoleButton.style.zIndex = 1000000;\n\t\tconsoleButton.style.position = \'fixed\';\n\t\tconsoleButton.style.right = \'10px\';\n\t\tconsoleButton.style.top = \'10px\';\n\t\tconsoleButton.type = \'button\';\n\t\tconsoleButton.value = \'Open Introspector\';\n\t\tdocument.body.appendChild(consoleButton);\t\t\t\t\t\t\t\t\n\t},\n\t\n\t\/**\n\t*\t@function registerDOMEventListeners\n\t*\t@description Registers DOMSubtreeModified, DOMCharacterDataModified, mouseover\n\t*\/\n\tregisterDOMEventListeners: function(){\n\t\tvar hoverTimeout = null;\n\t\t\/\/debugWindow should know about any dom change\n\t\tdocument.addEventListener(\'DOMSubtreeModified\', function(e){\n var debugWindow = air.Introspector.findDebugWindow();\n if(debugWindow!=null&&debugWindow.isLoaded){\n\t\t\t\tdebugWindow.dom3Event(e);\n }\n\t\t});\n\t\tdocument.addEventListener(\'DOMCharacterDataModified\', function(e){\n var debugWindow = air.Introspector.findDebugWindow();\n if(debugWindow!=null&&debugWindow.isLoaded){\n\t\t\t\tdebugWindow.dom3Event(e);\n }\n\t\t});\n\t\t\n\n document.body.addEventListener(\'mouseover\', function(e){\n if(air.Introspector.inspect){\n\t\t\t\tsetTimeout(function(){\n\t\t\t\t\tif(isAppSandbox){\n\t\t\t\t\t\t\tif(!nativeWindow.active)\n\t\t\t\t\t\t\t\tnativeWindow.activate();\n\t\t\t\t\t}\n if(e.srcElement){\n\t\t\t\t\t\tif(isAppSandbox){\n \tair.Introspector.highlightElement(e.srcElement);\n\t\t\t\t\t\t\tair.Introspector.showHighlightLabels(e.srcElement.id, e.srcElement.nodeName, e.srcElement.outerHTML);\n\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\tair.Introspector.highlightElement(e.srcElement, function(){\n\t\t\t\t\t\t\t\tair.Introspector.noBridge(function(){\n\t\t\t\t\t\t\t\t\tparentSandboxBridge.air_Introspector_showHighlightLabels(e.srcElement.id, e.srcElement.nodeName, e.srcElement.outerHTML);\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t});\t\t\t\t\t\t\t\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif(hoverTimeout) clearTimeout(hoverTimeout);\n\t\t\t\t\t\thoverTimeout = setTimeout(function(){\n\t air.Introspector.init(false, true, function (){\n\t\t\t\t\t\t\t\tair.Introspector.debugWindow.setInspectElement(e.srcElement);\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}, 100); \n }else{\n air.Introspector.hideHighlight();\n }\n\t\t\t\t}, 0);\n }else if(isAppSandbox){\n\t\t\t\t\t\tair.Introspector.lastElement = e.srcElement;\n\t\t\t }\n\n }, true);\n\n\t\t\/\/document.body.addEventListener(\'mouseout\', function(e){\n\t\t\/\/\t\tair.Introspector.hideHighlight();\n \/\/});\n\t},\n\t\n\t\/**\n\t*\t@function cleanup\n\t*\t@description Cleans up the html loader\n\t*\n\t*\/\n cleanup: function(){\n\t\t\tfor(var i=eventListeners.length-1;i>=0;i--){\n\t\t\t\tvar l = eventListeners[i];\n\t\t\t\ttry{\n\t\t\t\t\tl[0].removeEventListener(l[1], l[2], l[3]);\t\n\t\t\t\t}catch(e){}\n\t\t\t}\n\t\t\teventListeners = [];\n\t\t\ttry{\n\t\t \twindow.htmlLoader.stage.removeChild(air.Introspector.highlightText); \n\t\t\t}catch(e){}\t \n\t},\n\t\n\t\/**\n\t*\t@function register\n\t*\t@description Registers current window in debugger\n\t*\n\t*\tCaptures every XHR object created and any uncaught exception \n\t*\tand sends it to the debugger\n\t*\/\n register: function(){\n \t\n \tif (window.XMLHttpRequest && window.XMLHttpRequest.prototype){\n window.XMLHttpRequest.prototype.debugopen = window.XMLHttpRequest.prototype.open;\n\t\t\t\t\twindow.XMLHttpRequest.prototype.debugsend = window.XMLHttpRequest.prototype.send;\n window.XMLHttpRequest.prototype.open = function(method, url, asyncFlag, username, password){\n\t\t\t\t\t\tif(typeof this.doNotDebug==\'undefined\'){\n\t \t var debugWindow = air.Introspector.findDebugWindow();\n\t\t\t if(debugWindow!=null){\n\t\t\t\t\t\t\t\tdebugWindow.logNet(this, method, url, asyncFlag);\n\t\t\t }\n\t\t\t\t\t\t}\n return this.debugopen(method, url, asyncFlag, username, password);\n };\n\t\t\t\t\twindow.XMLHttpRequest.prototype.send = function(obj){\n\t\t\t\t\t\tif(typeof this.doNotDebug==\'undefined\'){\n\t \t var self = this;\n\t\t\t\t\t\t\tvar debugWindow = air.Introspector.findDebugWindow();\n\t\t\t\t if(debugWindow!=null){\n\t\t\t\t\t\t \tvar a = this.onreadystatechange;\n\t\t this.onreadystatechange = function(){\n\t\t \t if (typeof a == \'function\')a.call(self);\n\t\t \t \tdebugWindow.logNet(self, \'unknown\', \'\', false);\n\t\t\t\t };\n\t\t\t\t\t\t\t\tif(typeof self.doNotDebug==\'undefined\')\n\t\t \t debugWindow.logNetSend(this, obj);\n\t\t\t }\n\t var ret = this.debugsend(obj);\n\t\t\t\t\t\t\tif(debugWindow!=null){\n\t\t\t\t\t\t\t\t\tdebugWindow.logNetSend(this, obj);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn ret;\n\t\t\t\t\t\t}else{\n\t return this.debugsend(obj);\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t}\n }\n\n\t\tif(isAppSandbox){ \n\t\t\t\tair.Introspector.addKeyboardEvents(window.htmlLoader);\n\t\t\t\tair.Introspector.registerUncaughtExceptionListener();\n\t\t\t\tair.Introspector.registerCloseEventListener();\n\t\t\t\tair.Introspector.registerCompleteEventListener();\n\t \tair.Introspector.registerDeactivateEventListener();\n\t \t\t air.Introspector.createHighlight();\n\t\t\t}else{\n\t\t\t\tair.Introspector.registerChildSandboxBridge();\n\t\t\t}\n\t\t\tair.Introspector.waitForBody(document, function(){\n\t\t try{\n\t\t\t\t\tif(!isAppSandbox){ air.Introspector.createOpenConsoleButton(); }\n\t\t\t\t\tair.Introspector.registerDOMEventListeners();\n\t\t\t\t\twindow.addEventListener(\'unload\', function(){\n\t\t\t\t\t\ttry{\n\t\t\t\t\t\t\tair.Introspector.cleanup();\n\t\t\t\t\t\t\tif(!isAppSandbox){\n\t\t\t\t\t\t\t\t\/\/our debugger can NOT live without it\'s parent\n\t\t\t\t\t\t\t\tair.Introspector.debugWindow.window.close();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}catch(e){ }\n\t\t\t\t\t});\n\t\t\t\t}catch(e){\n\t\t\t\t\tif(isAppSandbox){ \n\t\t\t\t\t\truntime.trace(e);\n\t\t \truntime.trace(e.line);\n\t\t\t\t\t}\n\t\t\t\t\tair.Introspector.Console.log(e);\n \t}\n\t });\n\n\t\n },\n\n\n\t\/**\n\t*\t@function registerFrame\n\t*\t@description Makes the parentSandboxBridge available to frame \n\t*\/\n\tregisterFrame: function(frame){\n\t\tif(typeof frame.contentWindow.parentSandboxBridge==\'undefined\')\n\t\t\tframe.contentWindow.parentSandboxBridge = {};\n\t\t\t\n\t\t\/*frame.contentWindow.parentSandboxBridge.trace = function(a){\n\t\t\truntime.trace(a);\n\t\t};*\/\n\t\t\/\/checking that the bridge is not already there\n\t\t\/*var modified = typeof frame.contentWindow.parentSandboxBridge.air_Introspector_hideHighlight==\'undefined\'\n\t\t\t|| typeof frame.contentWindow.parentSandboxBridge.air_Introspector_showHighlight==\'undefined\'\n\t\t\t|| typeof frame.contentWindow.parentSandboxBridge.air_Introspector_drawRect==\'undefined\'\n\t\t\t|| typeof frame.contentWindow.parentSandboxBridge.air_Introspector_setInspect==\'undefined\'\n\t\t\t|| typeof frame.contentWindow.parentSandboxBridge.air_Introspector_getWindowTitle==\'undefined\'\n\t\t\t|| typeof frame.contentWindow.parentSandboxBridge.air_Introspector_checkNativeWindow==\'undefined\'\n\t\t\t|| typeof frame.contentWindow.parentSandboxBridge.air_Introspector_writeConsoleToClipboard==\'undefined\'\n\t\t\t|| typeof frame.contentWindow.parentSandboxBridge.air_Introspector_writeConsoleToFile==\'undefined\'\n\t\t\t|| typeof frame.contentWindow.parentSandboxBridge.air_Introspector_writeConfigFile==\'undefined\'\n\t\t\t|| typeof frame.contentWindow.parentSandboxBridge.air_Introspector_readConfigFile==\'undefined\'\n\t\t\t|| typeof frame.contentWindow.parentSandboxBridge.air_Introspector_showHighlightLabels==\'undefined\'\n\t\t\t|| typeof frame.contentWindow.parentSandboxBridge.air_Introspector_getFrameId==\'undefined\';*\/\n\t\t\n\t\tframe.contentWindow.parentSandboxBridge.air_Introspector_hideHighlight = function(){\n\t\t\t\tair.Introspector.hideHighlight();\n\t\t};\n\t\t\t\n\t\tframe.contentWindow.parentSandboxBridge.air_Introspector_showHighlight = function(rect){\n\t\t\t\tair.Introspector.showHighlight(rect);\n\t\t};\n\t\t\t\n\t\tframe.contentWindow.parentSandboxBridge.air_Introspector_drawRect = function(rect, tagName){\n\t\t\t\tvar frameRect = air.Introspector.getBorderBox(frame);\n\t\t\t\tvar blw = air.Introspector.getIntProp(frame, \"border-left-width\");\n var btw = air.Introspector.getIntProp(frame, \"border-top-width\");\n\t\t\t\tif(frameRect==null) return;\n\t\t\t\trect.x+=frameRect.x+2*blw;\n\t\t\t\trect.y+=frameRect.y+2*btw;\n\t\t\t\tair.Introspector.drawRect(rect, tagName);\n\t\t};\n\n\t\tframe.contentWindow.parentSandboxBridge.air_Introspector_setInspect = function(enabled){\n\t\t\t\tair.Introspector.inspectFrame = enabled?frame:null;\n\t\t\t\tair.Introspector.remoteInspect = enabled;\n\t\t\t\tif(!enabled){\n\t\t\t\t\tair.Introspector.hideHighlight();\n\t\t\t\t}\n\t\t};\n\t\tframe.contentWindow.parentSandboxBridge.air_Introspector_getWindowTitle = function(){\n\t\t\treturn document.title;\n\t\t};\n\t\tframe.contentWindow.parentSandboxBridge.air_Introspector_checkNativeWindow = function(title){\n\t\t\tvar htmlWindows = air.Introspector.runtime.NativeApplication.nativeApplication.openedWindows;\n\t\t\tfor(var i=htmlWindows.length-1;i>=0;i--){\n\t\t\t\tif(htmlWindows[i].title==title){\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t};\n\t\t\n\t\tframe.contentWindow.parentSandboxBridge.air_Introspector_writeConsoleToClipboard = function(str){\n\t\t\tair.Introspector.writeConsoleToClipboard(str);\n\t\t};\n\t\t\n\t\tframe.contentWindow.parentSandboxBridge.air_Introspector_writeConsoleToFile = function(str){\n\t\t\tair.Introspector.writeConsoleToFile(str);\n\t\t};\n\t\t\n\t\tframe.contentWindow.parentSandboxBridge.air_Introspector_writeConfigFile = function(config){\n\t\t\treturn air.Introspector.writeConfigFile(config, true);\t\t\t\n\t\t}\n\t\t\n\t\tframe.contentWindow.parentSandboxBridge.air_Introspector_readConfigFile = function(){\n\t\t\treturn air.Introspector.readConfigFile(true);\n\t\t}\n\t\t\n\t\tframe.contentWindow.parentSandboxBridge.air_Introspector_showHighlightLabels = function(id, nodeName, outerHTML){\n\t\t\tair.Introspector.showHighlightLabels(id, nodeName, outerHTML);\n\t\t};\n\t\t\n\t\tframe.contentWindow.parentSandboxBridge.air_Introspector_getFrameId = function(){\n\t\t\treturn frame.id;\n\t\t}\n\t\t\n\t\tframe.contentWindow.parentSandboxBridge.air_Introspector_getNextWindowId = function(){\n\t\t\treturn ++air.Introspector.times;\n\t\t}\n\t\t\n\t\tif(typeof frame.contentWindow.childSandboxBridge!=\'undefined\'\n\t\t\t\t&& typeof frame.contentWindow.childSandboxBridge.air_Introspector_bridgeLoaded!=\'undefined\'){\n\t\t\tframe.contentWindow.childSandboxBridge.air_Introspector_bridgeLoaded();\n\t\t}\n\t\t\n\t\t\n\t\t\/\/return modified;\n\t},\n\t\n\t\/**\n\t*\t@function waitForBody\n\t*\t@description Wait until document.body is available\n\t*\/\n\twaitForBody: function(document, callback){\n\t\tif(document.body){\n\t\t\tcallback();\n\t\t}else{\n\t\t\tsetTimeout(air.Introspector.waitForBody, 10, document, callback);\n\t\t}\n\t},\n \n\t\/**\n\t*\t@function toggleWindow\n\t*\t@description Shows\/Hides the debug tool\n\t*\/\n toggleWindow:function(){\n air.Introspector.init(true, false, function(justCreated){\n\t\t\tif(!justCreated)\n\t\t\t\tair.Introspector.debugWindow.nativeWindow.visible ^= true;\n\t\t});\n \n },\n\t\n\t\n\t\/**\n\t*\t@function init\n\t*\t@description Makes sure the debug tool is enabled\n\t*\/\n init: function(showLoader, toggle, callback){\n\t\tif(!air.Introspector.canInit())\n\t\t\treturn;\n\t\n\t\tif(typeof showLoader==\'undefined\') showLoader = false;\n\t\tif(typeof toggle==\'undefined\') toggle = true;\n\t\n\t\tif(isAppSandbox){\n\t\t\t\n\t\t\tif(typeof air.Introspector.debugWindow==\'undefined\' || air.Introspector.debugWindow.nativeWindow.closed){\n\t\t\t\tdelete air.Introspector.debugWindow;\n\t var debugWindow = air.Introspector.findDebugWindow();\n\t if(debugWindow!=null && !debugWindow.nativeWindow.closed){\n\t air.Introspector.debugWindow = debugWindow;\n\t\t\t\tif(toggle){\n\t\t\t\t\tair.Introspector.debugWindow.nativeWindow.visible = true;\t\t\t \n\t\t\t\t\tif(!showLoader){\n\t\t\t\t\t\tnativeWindow.activate();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tcallback(false);\n\t }else{\n\t\t\t\t air.Introspector.loadDebugger(function(debugWindow){\n\t\t\t\t\t\tair.Introspector.debugWindow = debugWindow;\n\t\t\t\t\t\tcallback(true);\n\t\t\t\t }, showLoader);\n\t }\n\t }else{\n\t\t\t\tif(toggle){\n\t\t\t\t\tif(showLoader){\n\t\t\t\t\t\tair.Introspector.debugWindow.nativeWindow.activate(); \n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tcallback(false);\n\t\t\t}\n\t\t}else{\n\t\t\tif(typeof activeWindow==\'undefined\'){\n\t\t\t\tair.Introspector.registerChildSandboxBridge();\n\t\t\t}\n\t\t\t\n\t\t\tif(typeof air.Introspector.debugWindow==\'undefined\'||\n\t\t\t\ttypeof air.Introspector.debugWindow.window.air==\'undefined\'){ \n\/*\t\t\t\t(air.Introspector.debugWindow.isWindowCreated\n\t\t\t\t\t&&air.Introspector.debugWindow.isLoaded \n\t\t\t\t\t &&air.Introspector.debugWindow.window \n\t\t\t\t\t\t&&!parentSandboxBridge.air_Introspector_checkNativeWindow(air.Introspector.parentWindowTitle + \': \'+air.Introspector.debugWindow.window.document.title))){*\/\n\t\t\t\tdelete air.Introspector.debugWindow;\n\n\n\t\t\t\tair.Introspector.loadDebugger(function(debugWindow){\n\t\t\t\t\t\tair.Introspector.debugWindow = debugWindow;\n\t\t\t\t\t\tcallback(true);\n\t\t\t\t });\n\/\/\t\t\t\tair.Introspector.debugWindow = new air.Introspector.DebugWindow ({activateDebug: showLoader, activeWindow: window});\n\t\t\t}else if(!air.Introspector.debugWindow.isWindowCreated){\n\t\t\t\treturn;\n\t\t\t}else{\n\t\t\t\tcallback(false);\n\t\t\t}\n\t\t}\n },\n times:0,\t\/\/make the window.open page name unique - this is the number of opened and closed introspector windows\n\t\/**\n\t*\t@function tryCreateWindow\n\t*\t@description window.Open in browser\/remote sandbox is not allowed if the action is not iniated by the user (eg. user gesture, mouse click)\n\t*\t\t\t\t We can only wait for that moment. Until that happends we record all the callbacks and run them when the Introspector is laoded \n\t*\t@runs in remote sandbox only\n\t*\/\n\ttryCreateWindow: function(callbacks){\n\/\/\t\ttry{\n\t\t\tvar self = this;\n\t\t\tvar w;\n\t\t\tvar iframeId;\n\t\t\t\n\/*\t\t\tif(typeof parentSandboxBridge==\'undefined\'){\n\t\t\t\tair.Introspector.noBridge(function(){\n\t\t\t\t\tair.Introspector.tryCreateWindow(callbacks);\t\t\t\t\t\n\t\t\t\t});\n\t\t\t\treturn;\n\t\t\t}*\/\n\n\t\t\tair.Introspector.parentWindowTitle = parentSandboxBridge.air_Introspector_getWindowTitle();\n\n\t\t\tif(typeof parentSandboxBridge!=\'undefined\'&&typeof parentSandboxBridge.air_Introspector_getFrameId!=\'undefined\')\n\t\t\t\tiframeId = parentSandboxBridge.air_Introspector_getFrameId();\n\t\t\t\n\t\t\tif(typeof parentSandboxBridge!=\'undefined\'&&typeof parentSandboxBridge.air_Introspector_getNextWindowId!=\'undefined\')\n\t\t\t\tair.Introspector.times = parentSandboxBridge.air_Introspector_getNextWindowId();\n\t\t\telse\n\t\t\t\tair.Introspector.times ++ ; \/\/we should never be here - just in case, we should increment this\n\t\t\t\n\t\t\tif(typeof air.Introspector.config.useAirDebugHtml==\'undefined\'||air.Introspector.config.useAirDebugHtml==false){\n\t\t\t\tw = window.open(\'about:blank\', \'debugger\'+air.Introspector.times, \'width=640,height=480,resizable=1\');\n\t\t\t\tif(w&&w.document){\n\t\t\t\t\tw.isAppSandbox = isAppSandbox;\n\t\t\t\t\tw.opener = window;\n\t\t\t\t\tw.iframeId = iframeId;\n\t\t\t\t\tw.initCallbacks = callbacks;\t\n\t\t\t\t\tw.activeWindow = window;\n\t\t\t\t\tw.isLoaded = false;\n\t\t\t\t\tw.config = air.Introspector.config;\n\t\t\t\t\tw.document.open();\n\t\t\t\t\tw.document.write(air.Introspector.contentString);\n\t\t\t\t\tw.document.close();\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t\tw = window.open(\'DebugUI.html\', \'debugger\'+air.Introspector.times, \'width=640,height=480,resizable=1\');\n\t\t\t\t\n\t\t\t\tif(w&&w.document){\n\t\t\t\t\tw.opener = window;\n\t\t\t\t\tw.iframeId = iframeId;\n\t\t\t\t\tw.activeWindow = window;\t\t\t\t\n\t\t\t\t\tw.config = air.Introspector.config;\n\t\t\t\t\tw.initCallbacks = callbacks;\t\t\t\t\n\t\t\t\t\tw.isLoaded = false;\n\t\t\t\t\tw.isAppSandbox = isAppSandbox;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn w;\n\/\/\t\t}catch(e){\n\/\/\t\t\talert(e+\' \'+e.line);\n\/\/\t\t}\n\t},\n\t\n\t\/**\n\t*\t@function loadDebugger\n\t*\t@description Loads the debugger window, register callbacks until it is ready\n\t*\t@runs in application sandbox only\n\t*\/\n\tloadDebugger: function(callback, activateDebug){\n\t\t\tvar htmlLoader;\n\t\t\tvar loadDebugger = arguments.callee;\n\t\t\tif(loadDebugger.htmlLoader && typeof loadDebugger.htmlLoader.window.isLoaded != \'undefined\'){\n\t\t\t\tif(loadDebugger.htmlLoader.window.isLoaded){\n\t\t\t\t\tcallback(loadDebugger.htmlLoader.window.debugWindow);\n\t\t\t\t}else{\n\t\t\t\t\tif(loadDebugger.htmlLoader.window.initCallbacks){\n\t\t\t\t\t\tloadDebugger.htmlLoader.window.initCallbacks.push(callback); \n\t\t\t\t\t}else{\n\t\t\t\t\t\tloadDebugger.initCallbacks.push(callback); \t\t\t\t\t\t\t\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif(typeof loadDebugger.initCallbacks==\'undefined\'){\n\t\t\t\tloadDebugger.initCallbacks = [function(){\n\t\t\t\t\tdelete loadDebugger.initCallbacks;\n\t\t\t\t}, callback];\n\t\t\t}else{\n\t\t\t\tloadDebugger.initCallbacks.push(callback);\n\t\t\t}\n\t\t\tif(isAppSandbox){\n\t\t\t htmlLoader = air.Introspector.runtime.HTMLLoader.createRootWindow(false);\n\t\t\t air.Introspector.addEventListener(htmlLoader, air.Introspector.runtime.Event.HTML_DOM_INITIALIZE, function(){\n\t\t\t\t\ttry{ \n\t\t\t\t\t\tair.Introspector.removeEventListener(htmlLoader, air.Introspector.runtime.Event.HTML_DOM_INITIALIZE, arguments.callee);\n\t\t\t\t\t\thtmlLoader.window.initCallbacks = loadDebugger.initCallbacks;\n\t\t\t\t\t\thtmlLoader.window.isLoaded = false;\n\t\t\t\t\t\thtmlLoader.window.config = air.Introspector.config;\n\t\t\t\t\t\thtmlLoader.window.activateDebug = activateDebug;\n\t\t\t\t\t\thtmlLoader.window.isAppSandbox = isAppSandbox;\n\t\t\t\t\t}catch(e){ \n\t\t\t\t\t\tair.Introspector.runtime.trace(e); \n\t\t\t\t\t\tair.Introspector.runtime.trace(e.line); \n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\thtmlLoader.window.isLoaded = false;\n\n\t\t\t var nativeWindow = htmlLoader.stage.nativeWindow;\n\t\t\t\tnativeWindow.width = 640;\n\t\t\t\tnativeWindow.height = 480;\n\t\t\t air.Introspector.addEventListener(htmlLoader, runtime.flash.events.HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION, function(e){\n\t\t\t air.Introspector.logError(e.exceptionValue, {htmlLoader: self.htmlLoader});\n\t\t\t e.preventDefault();\n\t\t\t });\n\t\t\t if(typeof air.Introspector.config.useAirDebugHtml==\'undefined\'||air.Introspector.config.useAirDebugHtml==false){\n\t\t\t\t\tif(typeof htmlLoader.placeLoadStringContentInApplicationSandbox!=\'undefined\'){\n\t\t\t\t\t\t\t\/\/since AIR1.5 the htmlLoader will not allow string load in app sandbox\n\t\t\t\t\t\t\thtmlLoader.placeLoadStringContentInApplicationSandbox= true;\n\t\t\t\t\t}\n\t\t\t\t\thtmlLoader.loadString(air.Introspector.contentString);\n\t\t\t\t\tif(typeof htmlLoader.placeLoadStringContentInApplicationSandbox!=\'undefined\'){\n\t\t\t\t\t\t\t\/\/switch it back to false after load is complete\n\t\t\t\t\t\t\thtmlLoader.placeLoadStringContentInApplicationSandbox= false;\n\t\t\t\t\t}\n\t\t\t }else{\n\t\t\t htmlLoader.load(new air.Introspector.runtime.URLRequest(\'app:\/DebugUI.html\'));\n\t\t\t }\n\t\t\t}else{\n\t\t\t\tair.Introspector.noBridge(function(){\n\t\t\t\t\tvar w = air.Introspector.tryCreateWindow(loadDebugger.initCallbacks);\n\t\t\t\t\tif(w){\n\t\t\t\t\t\tvar htmlLoader = {window: w};\t\n\t\t\t\t\t\tloadDebugger.htmlLoader = htmlLoader;\t\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\t\n\t\t\tloadDebugger.htmlLoader = htmlLoader;\t\t\n\t},\n\n\t\/**\n\t*\t@function findDebugWindow\n\t*\t@description Look up the Introspector in other windows. Maybe somebody else just opened it before us. \n\t*\/\n findDebugWindow: function(){\n\t\tif(isAppSandbox){\n\t\t\ttry{\n\t \t\tif(air.Introspector.debugWindow&&air.Introspector.debugWindow.nativeWindow.closed==false)\n\t\t \t return air.Introspector.debugWindow;\n\t\t\t}catch(e){\n\t\t\t}\n\t\t\ttry{\n\t\t var htmlWindows = air.Introspector.getHtmlWindows(true);\n\t\t for(var i=htmlWindows.length-1;i>=0;i--){\n\t\t try{\n\t\t if(typeof htmlWindows[i].htmlLoader.window.air!=\'undefined\'\n\t\t && typeof htmlWindows[i].htmlLoader.window.air.Introspector!=\'undefined\'\n\t\t && typeof htmlWindows[i].htmlLoader.window.air.Introspector.debugWindow!=\'undefined\'\n\t\t\t\t\t\t\t\t&& htmlWindows[i].htmlLoader.window.air.Introspector.debugWindow.nativeWindow.closed==false \n\t\t\t\t\t\t\t\t\t&& htmlWindows[i].htmlLoader.window.isAppSandbox )\n\t\t {\n\t\t return htmlWindows[i].htmlLoader.window.air.Introspector.debugWindow;\n\t\t }\n\t\t }catch(e){\n\t\t \/\/this window is not initialized yet\n\t\t \/\/just get next window\n\t\t }\n\t\t }\n\t\t\t}catch(e){}\n\t\t}else{\n\t\t\treturn air.Introspector.debugWindow;\n\t\t}\n return null;\n },\n\n\t\/\/application browser formats\n\t\/\/\t\t0 - text\n\t\/\/\t\t1 - images\n\t\/\/\t\t2 - xml (you may want to add your own xml type here)\n formats : { \'png\':1, \'gif\':1, \'zip\':1, \'air\':1, \'jpg\':1, \'jpeg\':1,\n \'txt\':0, \'html\':0, \'js\':0, \'xml\':2, \'opml\':2, \'css\':0, \'htm\':0, \'\':0 },\n \n\n\t\/**\n\t*\t@function canInit\n\t*\t@description Check if we got parentSandboxBridge available\n\t*\t@disabled \n\t*\/\n\tcanInit: function(){\n\/*\t\tif(!isAppSandbox&&typeof parentSandboxBridge==\'undefined\'){\n\t\t\talert(\'You need to include AIRIntrospector.js in application sandbox too!\');\n\t\t\treturn false;\n\t\t}*\/\n\t\treturn true;\n\t},\n\n\t\/**\n\t*\t@function logArguments\n\t*\t@description \n\t*\/\n\tlogArguments: function(args, config){\n\t\tif(!air.Introspector.canInit()) return;\n\t\tconfig.timestamp = new Date();\n \tair.Introspector.init(config.type==\'error\', true, function(){\n\t\t\tair.Introspector.debugWindow.logArguments(args, config);\n\t\t});\n \n },\n \/**\n\t*\t@function logError\n\t*\t@description \n\t*\/\n logError: function(error, config){\n air.Introspector.init(false, true, function(){\n\t\t\tair.Introspector.debugWindow.logError(error, config);\n\t\t});\n },\n \n\t\/**\n\t*\t@function showCssElement\n\t*\t@description \n\t*\/\n\tshowCssElement: function(element){\n\t\tvar debugWindow = air.Introspector.findDebugWindow();\n\t\tif(debugWindow){\n\t\t\tdebugWindow.showCssElement(element);\n\t\t}\n\t},\n\n\tcheckIfIsInstanceOfHTMLLoader: function (child){\n\t\tvar className = runtime.flash.utils.getQualifiedClassName(child);\n\t\tif( className == \"flash.html::HTMLLoader\" ) return true;\n\t\tif( className == \"mx.core::FlexHTMLLoader\" ) return true;\n\t\treturn false;\n\t},\n\t\/**\n\t*\t@function findLoader\n\t*\t@description Finds the first HTMLLoader in flash display object list\n\t*\/\n findLoader: function (stage, loaders){\n\t\ttry{\n\t for(var i=stage.numChildren-1;i>=0;i--){\n\t var child = stage.getChildAt(i);\n\t\t\t\tif(air.Introspector.checkIfIsInstanceOfHTMLLoader(child)){\n\t\t\t\t loaders.push([child]);\n\t\t\t\t}else if(child.htmlLoader!=null&&air.Introspector.checkIfIsInstanceOfHTMLLoader(child.htmlLoader)){\n\t\t\t\t loaders.push([child.htmlLoader, child.id || child.toString()]);\n\t\t\t\t}else{\n\t\t\t\t\tair.Introspector.findLoader(child, loaders);\n\t }\n\t }\n\t\t}catch(e){\n\t\t}\n return null;\n }, \n \n\t\/**\n\t*\t@function getHtmlWindows\n\t*\t@description Returns an array of all HTML windows\n\t*\/\n getHtmlWindows: function(includeInspectors){\n\t\tif(isAppSandbox){\n \t var windowNodes = [];\n\t var windows = air.Introspector.runtime.NativeApplication.nativeApplication.openedWindows;\n\t for(var i=windows.length-1;i>=0;i--){\n\t\t\t\tvar loaders = [];\n\t air.Introspector.findLoader(windows[i].stage, loaders);\n\t for(var j=loaders.length-1;j>=0;j--){\n\t\t\t\t\tvar loaderItem = loaders[j];\n\t\t\t\t\tvar loader = loaderItem[0];\n\t\t\t\t\tvar label = loaderItem[1];\n\t\t\t\t\tif(typeof includeInspectors==\'undefined\' && typeof loader.window!=\'undefined\' && typeof loader.window.air!=\'undefined\' && typeof loader.window.air.Introspector!=\'undefined\' &&\n\t\t\t\t\t\ttypeof loader.window.air.Introspector.localIframeDebug != \'undefined\' ){\n\t\t\t\t\t\t\tcontinue;\n\t\t\t\t\t\t} \n\t windowNodes.push({\n\t nativeWindow: windows[i],\n\t stage: windows[i].stage,\n\t htmlLoader : loader,\n\t\t\t\t\t\tlabel: label\n\t });\n\t }\n\t }\n\t return windowNodes;\n\t\t}else{\n\t\t\t\/\/should not be here\n\t\t\treturn [];\n\t\t}\n },\n \n\t\/**\n\t*\t@function twoDigits\n\t*\t@description int 2 string with two digits\n\t*\/\n\ttwoDigits: function(val){\n\t if(val<10) return \'0\'+val;\n\t return val+\'\';\n\t},\n\n\t\/**\n\t*\t@function escapeHtml\n\t*\t@description Escapes html in order to display it in html\n\t*\/\n\tescapeHtml: function(html){ \n\t return (html+\'\').replace(\/&\/g, \'&amp;\').replace(\/\"\/g, \"&quot;\").replace(\/<\/g, \'&lt;\').replace(\/>\/g, \'&gt;\');\n\t},\n\n \ttree: { },\n\n\n\t\/**\n\t*\t@function isNumberObject\n\t*\t@description \n\t*\/\n\tisNumberObject: function(obj){\n\t try{\n\t \/\/can we catch isNaN only for NaN\n\t return (obj+0==obj&&!isNaN(obj));\n\t }catch(e){\n\t }\n\t return false;\n\t },\n\n\t\/**\n\t*\t@function isStringObject\n\t*\t@description \n\t*\/\n\tisStringObject: function(obj){\n\t try{\n\t return (typeof(obj.match) != \"undefined\" && obj.match.toString().indexOf(\"[native code]\")>0);\n\t }catch(e){\n\t }\n\t return false;\n\t},\n\n\t\/**\n\t*\t@function isDateObject\n\t*\t@description \n\t*\/\n\tisDateObject: function(obj){\n\t try{\n\t return (typeof(obj.getDate) != \"undefined\" && obj.getDate.toString().indexOf(\"[native code]\")>0);\n\t }catch(e){\n\t }\n\t return false;\n\t},\n\n\t\/**\n\t*\t@function isArgumentsObject\n\t*\t@description \n\t*\/\n isArgumentsObject: function(obj){\n try{\n return obj.toString()==\'[object Arguments]\';\n }catch(e){\n }\n return false;\n },\n\n\t\/**\n\t*\t@function isXMLObject\n\t*\t@description \n\t*\/\n\tisXMLObject: function(obj){\n\t\ttry{\n\t\t\tif(obj.xmlVersion&&obj.firstChild!=null)\n\t \treturn obj.xmlVersion!=\'\';\n\t }catch(e){\n\t }\n\t return false;\n\t},\n\n\t\/**\n\t*\t@function isArrayObject\n\t*\t@description \n\t*\/\n\tisArrayObject: function(obj){\n try{\n return (typeof(obj.push) != \"undefined\" && obj.push.toString().indexOf(\"[native code]\")>0);\n }catch(e){\n }\n return false;\n\t},\n\n\t\/**\n\t*\t@function isItemNative\n\t*\t@description \n\t*\/\n\tisItemNative: function(obj){\n try{\n return (typeof(obj.item) != \"undefined\" && obj.item.toString().indexOf(\"[native code]\")>0);\n }catch(e){\n }\n return false;\n\t},\n \n\n\t\/**\n\t*\t@function dump\n\t*\t@description \n\t*\/\n\n\tdump: function (obj, levels, level){\n\t\tif(air.Introspector.isArgumentsObject(obj)&&obj.length==1)\n\t\t\treturn air.Introspector.dump(obj[0]);\n\t\tif(typeof levels==\'undefined\') { levels=1; }\n\t\tif(typeof level==\'undefined\') { level=0; }\t\t\n try{\n if(typeof obj==\'undefined\'){ return \'[undefined]\'; }\n\t\t\tif(obj==null){\treturn \'[null]\'; }\n\t\t\tvar list = [];\n\/\/ if(air.Introspector.isXMLObject(obj)){\n\/\/\t\tdisable for the moment\n\/\/ \treturn;\n\/\/ } \n\t\t\tif(air.Introspector.isStringObject(obj)\n\t\t\t\t||air.Introspector.isNumberObject(obj)\n\t\t\t\t\t||air.Introspector.isDateObject(obj)){\n\t\t\t\tif(level==0){\n\t\t\t\t\ttry{\n\t\t\t\t\t\treturn obj+\'\';\n\t\t\t\t\t}catch(e){ \n\t\t\t\t\t\treturn e+\'\'; \n\t\t\t\t\t};\n\t\t\t\t}\n\t\t\t\treturn\'\';\n\t\t\t}\n var isItemNative = air.Introspector.isItemNative(obj);\n var parseArray = air.Introspector.isArrayObject(obj)||air.Introspector.isArgumentsObject(obj)||isItemNative;\n var parseHash = !parseArray || isItemNative;\n if (parseArray){\n\t\t\t\tvar l = obj.length;\n \tfor(var i=0;i<l;i++){\n var value;\n try{\n value = obj[i];\n\t\t\t\t\t\tif(typeof value==\'undefined\') {value = \'[undefined]\'};\n }catch(e){\n value = e+\'\';\n }\n\t\t\t\t\tlist.push([i,value]);\n }\n } \n if(parseHash) {\n for(var i in obj){\n var value;\n try{\n value = obj[i];\n\t\t\t\t\t\tif(typeof value==\'undefined\') {value = \'[undefined]\'};\n }catch(e){\n value = e+\'\';\n }\n\t\t\t\t\tlist.push([i,value]);\n }\n }\n\n\t\t\tif(air.Introspector.config.debugRuntimeObjects && !parseArray){\n\t\t\t\ttry{\n\t\t\t\t\tvar typeDescription = runtime.flash.utils.describeType(obj);\n\t\t\t\t\tif(!this.domParser) this.domParser = new DOMParser();\n\t\t\t\t\tvar typeXml = this.domParser.parseFromString(typeDescription, \"text\/xml\");\n\t\t\t\t\tvar child = typeXml.firstChild.firstChild;\n\t\t\t\t\twhile(child){\n\t\t\t\t\t\tif(child.nodeName==\'accessor\'||child.nodeName==\'constant\'||child.nodeName==\'method\'||child.nodeName==\'variable\'){\n\t\t\t\t\t\t\tvar name = child.getAttribute(\'name\');\n\t\t\t\t\t\t\tif(name!=null && name!=\'prototype\'){\n\t\t\t try{\n\t\t\t\t\t\t\t\t\tlist.push([name,obj[name]]);\n\t\t\t }catch(e){\n\t\t\t\t\t\t\t\t\tlist.push([name,\'\']+\'\');\n\t\t\t }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tchild = child.nextSibling;\n\t\t\t\t\t}\n\t\t\t\t}catch(e){\n\t\t\t\t\t\/\/just hide the error\n\t\t\t\t}\n }\n list.sort(function(node1, node2){\n \tvar isNode1Number = parseInt(node1[0])==node1[0];\n \tvar isNode2Number = parseInt(node2[0])==node2[0];\n \tif(isNode1Number&&isNode2Number){\n \t\treturn parseInt(node1[0])-parseInt(node2[0]);\n \t} \n \tif(isNode1Number){\n \t\treturn -1;\n \t}\n \tif(isNode2Number){\n \t\treturn 1;\n \t}\n \tif(node1[0].toLowerCase()==node2[0].toLowerCase())\n return 0;\n if(node1[0].toLowerCase()<node2[0].toLowerCase())\n return -1;\n return 1;\n });\n\t\t\tif(list.length){\n\t\t\t\tvar prefix = \'\';\n\t\t\t\tfor(var i=level;i>0;i--) prefix+=\' \';\n\t\t\t\tvar l = list.length;\n\t\t\t\tvar strList = [];\n\t\t\t\tif(parseArray)\tstrList.push(prefix+\'[\\r\\n\');\n\t\t\t\telse\t\t\tstrList.push(prefix+\'{\\r\\n\');\n\t\t\t\tfor(var i=0;i<l;i++){\n\t\t\t\t\ttry{\n\t\t\t\t\t\tvar zl = (list[i][0]+\'\').length+1;\n\t\t\t\t\t\tvar miniPrefix = \'\';\n\t\t\t\t\t\tfor(var j=0;j<zl;j++) miniPrefix+=\' \';\n\t\t\t\t\t\tif(typeof list[i][1]==\'function\'){\n\t\t\t\t\t\t\tstrList.push(prefix+\' \'+list[i][0]+\'=[function]\\r\\n\');\n\t\t\t\t\t\t}else if(air.Introspector.isDateObject(list[i][1])){\n\t\t\t\t\t\t\tstrList.push(prefix+\' \'+list[i][0]+\'=\'+(new Date(list[i][1])+\'\').replace(\/\\n\/g, \'\\r\\n\'+prefix+miniPrefix)+\',\\r\\n\');\n\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\tstrList.push(prefix+\' \'+list[i][0]+\'=\'+(list[i][1]+\'\').replace(\/\\n\/g, \'\\r\\n\'+prefix+miniPrefix)+\'\\r\\n\');\n\t\t\t\t\t\t}\n\t\t\t\t\t}catch(e){\n\t\t\t\t\t\tstrList.push(prefix+\' \'+list[i][0]+\'=\'+e+\'\\r\\n\');\n\t\t\t\t\t}\n\t\t\t\t\tif(level<levels){\n\t\t\t\t\t\tstrList.push(air.Introspector.dump(list[i][1], levels, level+1));\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif(parseArray)\tstrList.push(prefix+\']\\r\\n\');\n\t\t\t\telse\t\t\tstrList.push(prefix+\'}\\r\\n\');\n\t\t\t\tif(level){\n\t\t\t\t\treturn strList.join(\'\');\n\t\t\t\t}else{\n\t\t\t\t\treturn (strList.join(\'\'));\n\t\t\t\t}\n\t\t\t}\n }catch(e){\n air.Introspector.Console.error(e);\n } \n\t\treturn \'\';\n\t},\n\n\n\n\n \/**\n\t*\t---------------------------------------------------------------------------------------\n\t*\t@extracted This is extracted from spry framework and removed support for other browsers.\n\t*\t@description Finds the precise position of the dom element node\n\t*\/ \n\t\n\t\/**\n\t*\t@function camelize\n\t*\t@description \n\t*\/\n\t\n\tcamelize : function(stringToCamelize)\n {\n if (stringToCamelize.indexOf(\'-\') == -1){\n return stringToCamelize; \n }\n var oStringList = stringToCamelize.split(\'-\');\n var isFirstEntry = true;\n var camelizedString = \'\';\n \n for(var i=0; i < oStringList.length; i++)\n {\n if(oStringList[i].length>0)\n {\n if(isFirstEntry)\n {\n camelizedString = oStringList[i];\n isFirstEntry = false;\n }\n else\n {\n var s = oStringList[i];\n camelizedString += s.charAt(0).toUpperCase() + s.substring(1);\n }\n }\n }\n \n return camelizedString;\n },\n\n\t\/**\n\t*\t@function getStyleProp\n\t*\t@description \n\t*\/\n\tgetStyleProp : function(element, prop)\n {\n var value;\n try\n {\n if (element.style)\n value = element.style[air.Introspector.camelize(prop)];\n \n if (!value)\n {\n if (document.defaultView && document.defaultView.getComputedStyle)\n {\n var css = document.defaultView.getComputedStyle(element, null);\n value = css ? css.getPropertyValue(prop) : null;\n }\n else if (element.currentStyle) \n {\n value = element.currentStyle[air.Introspector.camelize(prop)];\n }\n }\n }\n catch (e) {}\n \n return value == \'auto\' ? null : value;\n },\n \n\n\t\/**\n\t*\t@function getIntProp\n\t*\t@description \n\t*\/\n\tgetIntProp : function(element, prop){\n var a = parseInt(air.Introspector.getStyleProp(element, prop),10);\n if (isNaN(a))\n return 0;\n return a;\n },\n\n\n\t\/**\n\t*\t@function getBorderBox\n\t*\t@description \n\t*\/\n\tgetBorderBox : function (el, doc) {\n doc = doc || document;\n if (typeof(el) == \'string\') {\n el = doc.getElementById(el);\n }\n \n if (!el) {\n return false;\n }\n \n if (el.parentNode === null || air.Introspector.getStyleProp(el, \'display\') == \'none\') {\n \/\/element must be visible to have a box\n return false;\n }\n \n var ret = {x:0, y:0, width:0, height:0};\n var parent = null;\n var box;\n\n \tvar str = el.nodeName;\n\t\t\t\n ret.x = el.offsetLeft;\n ret.y = el.offsetTop;\n ret.width = el.offsetWidth;\n ret.height = el.offsetHeight;\n\n\t\t\t\tparent = el.offsetParent;\n\n if (parent != el) {\n while (parent) {\n ret.x += parent.offsetLeft;\n ret.y += parent.offsetTop;\n ret.x += air.Introspector.getIntProp(parent, \"border-left-width\");\n ret.y += air.Introspector.getIntProp(parent, \"border-top-width\"); \n\t\t\t\t\t\tstr+=\':\'+parent.nodeName;\n parent = parent.offsetParent;\n }\n }\n\n \/\/ opera & (safari absolute) incorrectly account for body offsetTop\n switch (air.Introspector.getStyleProp(el, \'position\')){\n \t\t\t\t\tcase \'absolute\':\n \tret.y -= doc.body.offsetTop;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \'fixed\':\n\t ret.y += doc.body.scrollTop;\n\t ret.x += doc.body.scrollLeft;\n\t\t\t\t\t\tbreak;\n\t\t\t\t};\n \n if (el.parentNode)\n parent = el.parentNode;\n else\n parent = null;\n \n\t\t\t\tif (parent!=null&&parent.nodeName){\n var cas = parent.nodeName.toUpperCase();\n while (parent && cas != \'HTML\') {\n cas = parent.nodeName.toUpperCase();\n ret.x -= parent.scrollLeft;\n ret.y -= parent.scrollTop;\n if (parent.parentNode)\n parent = parent.parentNode;\n else\n parent = null;\n }\n }\n\n\/*\t\t\t\tret.y -= el.ownerDocument.body.scrollTop;\n\t\t\t\tret.x -= el.ownerDocument.body.scrollLeft;\t\t\t\t\n*\/\n \/\/ adjust the margin\n var gi = air.Introspector.getIntProp;\n var btw = gi(el, \"margin-top\");\n var blw = gi(el, \"margin-left\");\n var bbw = gi(el, \"margin-bottom\");\n var brw = gi(el, \"margin-right\");\n ret.x -= blw;\n ret.y -= btw;\n ret.height += btw + bbw;\n ret.width += blw + brw;\n\n\t\t\t\/\/\tair.Introspector.Console.log(ret);\n return ret;\n },\n\n\t\/**\n\t*\t---------------------------------------------------------------------------------------\n\t*\/\n\n\t\/**\n\t*\t@function writeConfigFile\n\t*\t@description \n\t*\/\n\twriteConfigFile: function(config, fromRemoteSandbox){\n\t\tif(isAppSandbox){\n\t\t\tvar file = runtime.flash.filesystem.File.applicationStorageDirectory.resolvePath(\'AIRIntrospector\'+(fromRemoteSandbox?\'Remote\':\'\')+\'.cfg\');\n\t\t\tvar fs = new runtime.flash.filesystem.FileStream();\n\t\t\tfs.open(file, runtime.flash.filesystem.FileMode.WRITE);\n\t\t\tfs.writeObject(config);\n\t\t\tfs.close();\n\t\t}else{\n\t\t\tif(typeof activeWindow==\'undefined\'){\n\t\t\t\tair.Introspector.noBridge(function(){\n\t\t\t\t\tparentSandboxBridge.air_Introspector_writeConfigFile(config);\n\t\t\t\t});\n\t\t\t}else{\n\t\t\t\tactiveWindow.setTimeout(function(){\n\t\t\t\t\ttry{\n\t\t\t\t\t\tactiveWindow.air.Introspector.writeConfigFile(config);\n\t\t\t\t\t}catch(e){}\n\t\t\t\t}, 0);\n\t\t\t}\n\t\t}\n\t},\n\n\n\n\t\/**\n\t*\t@function readConfigFile\n\t*\t@description \n\t*\/\n\treadConfigFile: function (fromRemoteSandbox, callback){\n\t\tif(isAppSandbox){\n\t\t\tvar file = runtime.flash.filesystem.File.applicationStorageDirectory.resolvePath(\'AIRIntrospector\'+(fromRemoteSandbox?\'Remote\':\'\')+\'.cfg\');\n\t\t\tif(file.exists){\n\t\t\t\tvar fs = new runtime.flash.filesystem.FileStream();\n\t\t\t\tfs.open(file, runtime.flash.filesystem.FileMode.READ);\n\t\t\t\tvar config = fs.readObject();\n\t\t\t\tfs.close();\n\t\t\t\treturn config;\n\t\t\t}\n\t\t}else{\n\t\t\tif(typeof activeWindow==\'undefined\'){\n\t\t\t\tair.Introspector.noBridge(function(){\n\t\t\t\t\tvar config = parentSandboxBridge.air_Introspector_readConfigFile();\n\t\t\t\t\tcallback(config);\n\t\t\t\t});\t\t\t\t\n\t\t\t}else{\n\t\t\t\tactiveWindow.setTimeout(function(){\n\t\t\t\t\ttry{\n activeWindow.air.Introspector.readConfigFile(true, function(config){\n setTimeout(function(){ callback(config); }, 0);\t\t\t\t\t\t\t\n });\n\t\t\t\t\t}catch(e){}\n\t\t\t\t}, 0);\n\t\t\t}\n\t\t}\n\t\treturn {};\n\t},\n\t\n\t\n\t\n\t\/**\n\t*\t@function writeConsoleToClipboard\n\t*\t@description \n\t*\/\n\n\twriteConsoleToClipboard: function(str){\n\t\tif(isAppSandbox){\t\t\n\t\t\truntime.flash.desktop.Clipboard.generalClipboard.clear();\n\t\t\truntime.flash.desktop.Clipboard.generalClipboard.setData(runtime.flash.desktop.ClipboardFormats.TEXT_FORMAT, \n\t\t\t\t\tstr, false);\t\t\n\t\t}else{\n\t\t\tif(typeof activeWindow==\'undefined\'){\n\t\t\t\tair.Introspector.noBridge(function(){\n\t\t\t\t\tparentSandboxBridge.air_Introspector_writeConsoleToClipboard(str);\n\t\t\t\t});\t\t\t\t\n\t\t\t}else{\n\t\t\t\tactiveWindow.setTimeout(function(){\n\t\t\t\t\ttry{\n\t\t\t\t\t\tactiveWindow.air.Introspector.writeConsoleToClipboard(str);\n\t\t\t\t\t}catch(e){}\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t},\t\n\n\n\t\/**\n\t*\t@function writeConsoleToFile\n\t*\t@description \n\t*\/\n\twriteConsoleToFile: function(str){\n\t\tif(isAppSandbox){\t\t\n\t\t\tvar file = runtime.flash.filesystem.File.desktopDirectory;\n\t\t\tvar self = this;\n\t\t\tfile.addEventListener(runtime.flash.events.Event.SELECT, function(evt){ \n\t\t\t\tvar newFile = evt.target;\n \t\t\t var stream = new runtime.flash.filesystem.FileStream();\n\t\t\t stream.open(newFile, runtime.flash.filesystem.FileMode.WRITE);\n\t\t\t stream.writeUTFBytes(str);\n\t\t\t stream.close();\n\t\t\t\t});\n\t\t\tfile.browseForSave(\'Console dump file...\');\n\t\t}else{\n\t\t\tif(typeof activeWindow==\'undefined\'){\n\t\t\t\tair.Introspector.noBridge(function(){\n\t\t\t\t\tparentSandboxBridge.air_Introspector_writeConsoleToFile(str);\n\t\t\t\t});\t\t\t\t\n\t\t\t}else{\n\t\t\t\tactiveWindow.setTimeout(function(){\n\t\t\t\t\ttry{\n\t\t\t\t\t\tactiveWindow.air.Introspector.writeConsoleToFile(str);\n\t\t\t\t\t}catch(e){}\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t},\n\t\n\t\n\t\n\t\n\t\/**\n\t*\t@function noBridge\n\t*\t@description Alerts the user that no parent sandbox bridge is installed \n\t*\/\n\tnoBridge: function(callback){\n\t\ttry{\n\t\t\tcallback();\n\t\t\treturn;\n\t\t}catch(e){\n\t\t\tair.Introspector.bridgeCallbacks.push(callback);\n\t\t\tair.Introspector.registerChildSandboxBridge();\n\t\t\tsetTimeout(function(){\n\t\t\t\tthrow { air_Introspector_setParentSandboxBridge: true, air_Introspector_version: air.Introspector.version , toString: function(){ return \'You need to include AIRIntrospector.js in your application sandbox.\'; } };\n\t\t\t}, 0);\t\t\t\t\n\t\t}\n\t\t\n\t},\n\t\n\t\/**\n\t*\t@function noChildBridge\n\t*\t@description Alerts the user that no child sandbox bridge is installed \n\t*\/\n\tnoChildBridge: function(iframe){\n\t\tif(!air.Introspector.secondBridgeTry){\n\t\t\tvar iframeStr = \'\';\n\t\t\tif(typeof iframe!=\'undefined\'){\n\t\t\t\tiframeStr = \" Check the following iframe [id: \"+iframe.id+\"]\";\n\t\t\t}\n\t\t\talert(\'Child sandbox bridge is not defined or has been rewritten. You need to include AIRIntrospector.js in child sandbox.\'+iframeStr);\t\t\t\n\t\t\tair.Introspector.secondBridgeTry = true;\n\t\t}\n\t},\n\t\n\n});\n\n\t\t\/\/-------------------------------------------------------------------------------------------------------------------------------------------------------\n\n\t\t\/\/=======================================================================================================================================================\n\t\t\/\/TreeNode.js\n\t\t\/\/=======================================================================================================================================================\n\t\tair.Introspector.tree.node = function(nodeLabel, config){\n this.nodeLabel = nodeLabel;\n this.openable = true;\n this.nodeLabel2 = \'\';\n this.items = [];\n this.editable = false;\n \n if(typeof config!=\'undefined\')\n air.Introspector.extend(this, config);\n this.unselectOnBlur = true;\n this.created = false;\n this.opened = false;\n this.shouldOpenFlag = false;\n this.shouldSelectFlag = false;\n \n};\n\nair.Introspector.tree.node.openedTagMac = \'<div>&gt;<\/div>\';\/\/\'&rarr;\';\nair.Introspector.tree.node.closedTagMac = \'<div>&or;<\/div>\';\/\/\'&darr;\';\n\nair.Introspector.tree.node.openedTagWin = \'<div>+<\/div>\';\/\/\'&rarr;\';\nair.Introspector.tree.node.closedTagWin = \'<div>-<\/div>\';\/\/\'&darr;\';\n\n\nair.Introspector.tree.node.putDisposeInPrototype = function(e){\n\te.prototype.dispose = air.Introspector.tree.node.prototype.dispose;\n\te.prototype.clearItems = air.Introspector.tree.node.prototype.clearItems;\n\te.prototype.clearListeners = air.Introspector.tree.node.prototype.clearListeners;\t\n\te.prototype.registerListener = air.Introspector.tree.node.prototype.registerListener;\n\te.prototype.registerEvents = air.Introspector.tree.node.prototype.registerEvents;\n\te.prototype.select = air.Introspector.tree.node.prototype.select;\n\te.prototype.unselect = air.Introspector.tree.node.prototype.unselect;\n}\n\nair.Introspector.tree.node.prototype={\n onshow: function(){\n \/\/dummy function overriden by config\n },\n \n onclick: function(){\n \/\/dummy function overriden by config\n },\n \n onhide: function(){\n \/\/dummy function overriden by config\n },\n\n\tonselect: function(){\n\t\t\n\t}, \n\n toggle: function(){\n if(this.opened){\n this.hide();\n }else{\n this.show();\n }\n },\n \n shouldOpen: function(){\n this.opened = true;\n this.shouldOpenFlag=true;\n },\n \n shouldSelect: function(value){\n if(typeof value==\'undefined\') value=true;\n this.shouldSelectFlag = value;\n },\n\n addSelectedCss: function(){\n\t\tif(self.element){\n\t\t\tself.element.className += \' selected3Tree\';\n\t\t}\n\t},\n\n\tselect: function(throwEvent){\n this.shouldSelectFlag = true;\n\t\tif(this.element){\n\t\t\tthis.element.className += \' selected3Tree\';\n\t\t}\n\t\t\n\t\t\n\t\tif(this.element){\n\t\t\tthis.focusLink.focus();\n\t\t\tif(this.nodeLabelDiv)\n\t\t\t\tthis.nodeLabelDiv.scrollIntoViewIfNeeded();\n\t\t\telse\n\t\t\t\tthis.element.scrollIntoViewIfNeeded();\n\t\t}\n\t\t\n\t\tif(this.onselect)\n\t\t\tthis.onselect(this, (typeof throwEvent==\'undefined\'||throwEvent));\n\t},\n\n\tunselect: function(){\n this.shouldSelectFlag = false;\n\t\tif(this.element){\n\t\t\tthis.element.className = this.element.className.replace(\/ selected3Tree\/g, \'\');\n\t\t}\n\n\t},\n\n\tclearItems: function(){\n\t\tif(this.items){\n\t\t\tfor(var i=this.items.length-1;i>=0;i--){\n\t\t\t\ttry{\n\t\t\t\t\tthis.items[i].dispose();\n\t\t\t\t}catch(e){ air.Introspector.Console.log(e);}\n\t\t\t\tthis.items[i]=null;\n\t\t\t}\n\t\t\tthis.items.length=0;\n\t\t}\n\t},\n\tclearListeners: function(){\n\t\tif(this.listeners){\n\t\t\tfor(var i=this.listeners.length-1;i>=0;i--){\n\t\t\t\tvar listener = this.listeners[i];\n\t\t\t\tlistener.element.removeEventListener(listener.ev, listener.fn, listener.capture);\n\t\t\t\tlistener.fn = null;\n\t\t\t\tthis.listeners[i]=null;\n\t\t\t}\n\t\t}\n\t\tdelete this.listeners;\n\t},\n\tdispose: function(){\n\t\tthis.clearItems();\n\t\tthis.clearListeners();\n\t\tvar self = this;\n\t\tfor(var i in self){\n\t\t\tself[i] = null;\n\t\t}\n\t},\n\t\n\tregisterListener:function(element, ev, fn, capture){\n\t\tif(!this.listeners){\n\t\t\tthis.listeners = [];\n\t\t}\n\n\t\tthis.listeners.push({element:element, ev:ev, fn: fn, capture:capture});\t\t\n\t\telement.addEventListener(ev, fn, capture);\t\t\n\t},\n\n\tshowElements: function(){\n\t\tthis.opened = true;\n this.onshow(this);\n\t\tthis.refreshNodeAnchor();\n this.refreshChildren();\t\n\t},\n show: function(){\n if(!this.openable)\n return;\n\t\tthis.showElements(); \n \n if(air.Introspector.tree.node.traceElement){\n \tair.Introspector.tree.node.traceElement.className = air.Introspector.tree.node.traceElement.className.replace(\/ selected2Tree\/g, \'\');\n }\n this.element.className += \' selected2Tree\';\n air.Introspector.tree.node.traceElement = this.element;\n var self = this;\n setTimeout(function(){\n\t\t\tif(self.element){\n\t\t\t\tself.element.className = self.element.className.replace(\/ selected2Tree\/g, \'\');\n\t\t\t}\n },1500);\n air.Introspector.tree.node.traceElement = this.element;\n \n \/\/this.nodeChildren.scrollIntoViewIfNeeded();\n this.element.scrollIntoViewIfNeeded();\n \n \n },\n refresh: function(){\n\t\tthis.clearListeners();\n\t\tif(this.element){\n\t\t\tvar oldElement = this.element;\n\t\t\tthis.createDiv(oldElement.ownerDocument);\n\t\t\toldElement.parentNode.replaceChild(this.element, oldElement);\n\t\t}\n\t},\n refreshChildren: function(){\n if(this.created){\n if(this.shouldOpenFlag){\n this.onshow(this);\n this.shouldOpenFlag = false;\n }\n \n var document = this.element.ownerDocument;\n \/*if(this.nodeChildren!=null){\n this.element.removeChild(this.nodeChildren);\n this.nodeChildren = null;\n }*\/\n var nodeChildren = this.nodeChildren;\/\/ document.createElement(\'div\');\n nodeChildren.innerHTML = \'\';\n this.nodeChildren.className = \'treeChildren\';\n for(var i=0;i<this.items.length;i++){\n var childElement = this.items[i].createDiv(document, true);\n\t\t\t\t this.items[i].registerEvents(this, i);\n nodeChildren.appendChild(childElement);\n }\n \/\/this.element.appendChild(nodeChildren);\n \/\/this.nodeChildren = nodeChildren;\n\t\t\tif(this.nodeEndLabelDiv)\n\t this.nodeEndLabelDiv.className = \'nodeEndLabelDivVisible\';\n }\n },\n\n\tregisterEvents: function(parentNode, index){\n\t\tthis.parentNode = parentNode;\n\t\tthis.parentIndex = index;\n\t\tvar self = this;\n\n\t\tif(this.unselectOnBlur||this.readOnly)\n\t\t{\n\t\t\tthis.registerListener(this.focusLink, \'blur\', function(ev){\n\t\t\t\tself.unselect();\n\t\t\t}, true);\n\t\t}\n\t\t\n\t\tvar findFirstElement = function(node){\n\t\t\tif(node==null) return null;\n\t\t\tif(!node.items) return node;\n\t\t\tif(!node.opened) return node;\t\t\t\n\t\t\tif(node.items.length==0) return node;\n\t\t\treturn node.items[0];\n\t\t\t\/\/return findFirstElement(node.items[0]);\t\n\t\t};\n\t\tvar findLastElement = function(node){\n\t\t\tif(node==null) return null;\n\t\t\tif(!node.items) return node;\n\t\t\tif(!node.opened) return node;\t\t\t\n\t\t\tif(node.items.length==0) return node;\n\t\t\treturn findLastElement(node.items[node.items.length-1]);\t\t\t\n\t\t};\n\n\t\tvar findNextParent = function(node){\n\t\t\tif(node==null||node.parentNode==null||node.parentNode.parentNode==null) return null;\n\t\t\tif(node.parentNode.parentNode&&node.parentNode.parentNode.items.length>node.parentNode.parentIndex+1)\n\t\t\t\treturn node.parentNode.parentNode.items[node.parentNode.parentIndex+1];\n\t\t\treturn findNextParent(node.parentNode);\n\t\t}\n\t\t\n\t\tthis.registerListener(this.element, \'keydown\', function(ev){\n\t\t\tif(self.state){\n\t\t\t\tev.stopPropagation();\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t\t\n\t\t\tvar stopPropagation = true;\n\t\t\tswitch(ev.keyIdentifier){\n\t\t\t\tcase \'Left\':\n\t\t\t\t\tif(self.opened){\n\t\t\t\t\t\tif(self.hide)\n\t\t\t\t\t\t\tself.hide();\n\t\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t\tcase \'Right\':\n\t\t\t\t\tif(!self.opened){\n\t\t\t\t\t\tif(self.show)\n\t\t\t\t\t\t\tself.show();\n\t\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t\tcase \'Up\':\n\t\t\t\t\tif(self.parentNode){\n\t\t\t\t\t\tself.unselect();\n\t\t\t\t\t\tif(self.parentIndex==0){\n\t\t\t\t\t\t\tself.parentNode.select(true);\n\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\tvar element = findLastElement(self.parentNode.items[self.parentIndex-1]);\n\t\t\t\t\t\t\tif(element){\n\t\t\t\t\t\t\t\telement.select(true);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\telse\n\t\t\t\t\t\t\t\tself.parentNode.items[self.parentIndex-1].select(true);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t\tcase \'Down\':\n\t\t\t\t\tif(self.parentNode){\n\t\t\t\t\t\tvar element = findFirstElement(self);\n\t\t\t\t\t\tif(element!=null&&element!=self){\n\t\t\t\t\t\t\tself.unselect();\n\t\t\t\t\t\t\telement.select(true);\n\t\t\t\t\t\t}else if(self.parentIndex+1>=self.parentNode.items.length){\n\t\t\t\t\t\t\tvar element = findNextParent(self);\n\t\t\t\t\t\t\tif(element){\n\t\t\t\t\t\t\t\tself.unselect();\n\t\t\t\t\t\t\t\telement.select(true);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\tself.unselect();\n\t\t\t\t\t\t\tself.parentNode.items[self.parentIndex+1].select(true);\n\t\t\t\t\t\t}\n\t\t\t\t\t}else{\n\t\t\t\t\t\tif(self.items.length>0){\n\t\t\t\t\t\t\tself.unselect();\n\t\t\t\t\t\t\tself.items[0].select(true);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\t\tcase \'Enter\':\n\t\t\t\t\tsetTimeout(function(){\n\t\t\t\t\t\tif(self.editable){\n\t\t\t\t\t\t\tself.toggleEdit();\n\t\t\t\t\t\t}\n\t\t\t\t\t}, 0);\n\t\t\t\tbreak;\n\t\t\t\tdefault:\n\t\t\t\t\tstopPropagation = false;\n\t\t\t}\n\t\t\tif(stopPropagation){\n\/\/\t\t\t\truntime.trace(ev.keyIdentifier);\n\t\t\t\tev.stopPropagation();\n\t\t\t\tev.preventDefault();\n\t\t\t}\n\t\t});\n\t},\n \n refreshLabel : function(){\n if(this.created){\n this.nodeLabelDiv.innerHTML = air.Introspector.escapeHtml(this.nodeLabel);\n\t\t\tif(this.element){\n\t\t\t\tif(this.nodeLabel2.length==0){\n\t\t\t\t\tthis.element.className += \' noLabel2\';\n\t\t\t\t}else{\n\t\t\t\t\tthis.element.className = this.element.className.replace(\/ noLabel2\/g, \'\');\n\t\t\t\t}\n\t\t\t}\n this.nodeLabel2Div.innerHTML = air.Introspector.escapeHtml(this.nodeLabel2).substr(0, 1000);\n }\n },\n \n hide: function(){\n if(!this.openable)\n return;\n this.opened = false;\n this.onhide(this);\n\t\tthis.refreshNodeAnchor();\n \/*if(this.nodeChildren!=null){\n this.element.removeChild(this.nodeChildren);\n this.nodeChildren = null;\n }*\/\n \n if(air.Introspector.tree.node.traceElement){\n air.Introspector.tree.node.traceElement.className = air.Introspector.tree.node.traceElement.className.replace(\/ selected2Tree\/g, \'\');\n air.Introspector.tree.node.traceElement = null;\n }\n this.element.className = this.element.className.replace(\/ selected2Tree\/g, \'\');\n this.nodeChildren.innerHTML = \'\';\n this.nodeChildren.className = \'\';\n \n if(this.nodeEndLabelDiv)\n this.nodeEndLabelDiv.className = \'nodeEndLabelDiv\';\n },\n \n showHover: function(visible){\n if(visible){\n this.element.className+=\' hover\'; \n }else{\n this.element.className = this.element.className.replace(\/ hover\/g, \'\');\n }\n },\n toggleEdit: function(toggle){\n if(!this.editVisible&&typeof toggle==\'undefined\'){\n this.element.className += \' editing\';\n this.nodeEdit.value = this.getEditValue();\n\t this.editVisible = true;\n this.nodeEdit.focus();\t\n\t\t\tthis.addSelectedCss();\n\t\t\tthis.state =1;\n }else if(this.editVisible){\n this.element.className = this.element.className.replace(\' editing\', \'\');\n\n if(toggle){\n this.setEditValue(this.nodeEdit.value);\n }else{\n\t this.editVisible = false;\n\t\t\t}\n\n\t\t\tvar self = this;\n\t\t\t\n\t\t\tsetTimeout(function(){\n\t\t\t\tself.select();\n \tself.editVisible = false;\n\t\t\t}, 0);\n\t\t\tthis.state = 0;\n }\n },\n \n\trefreshNodeAnchor: function(){\n\t\tif(!this.nodeAnchor) return;\n\t\tif(!this.openable){\n\t\t\tthis.nodeAnchor.innerHTML= \'\';\n\t\t\tthis.nodeAnchor.className = \'treeNodeEmpty\';\n\t\t}else if(!isAppSandbox){\n\t\t\t\tthis.nodeAnchor.innerHTML = this.opened?air.Introspector.tree.node.closedTagMac:air.Introspector.tree.node.openedTagMac;\n\t\t\t\tthis.nodeAnchor.className=\'treeAnchorMac\';\t\n\t\t}else if(air.Introspector.runtime.Capabilities.os.substr(0,3).toLowerCase() == \'mac\'){\n\t\t\tthis.nodeAnchor.innerHTML = this.opened?air.Introspector.tree.node.closedTagMac:air.Introspector.tree.node.openedTagMac;\n\t\t\tthis.nodeAnchor.className=\'treeAnchorMac\';\n\t\t}else{\n\t\t\tthis.nodeAnchor.innerHTML = this.opened?air.Introspector.tree.node.closedTagWin:air.Introspector.tree.node.openedTagWin;\n\t\t\tthis.nodeAnchor.className=\'treeAnchorWin\';\n\t\t}\n\t\t\n\t},\n\t\n createDiv: function(document, isChild){\n var self = this;\n var element = document.createElement(\'span\');\n\t\t\/\/element.href= \"javascript:void(0)\"; \n\t\tthis.focusLink = document.createElement(\"a\");\n\t\tthis.focusLink.href=\"#\";\n\t\telement.appendChild(this.focusLink);\n\t\n element.className=\'treeNode\';\n this.element = element;\n \n var nodeLabelDiv = document.createElement(\'div\');\n nodeLabelDiv.innerHTML = air.Introspector.escapeHtml(this.nodeLabel);\n nodeLabelDiv.className=\'treeLabel\'; \/\/+ (this.shouldSelectFlag?\' selectedTreeLabel\':\'\');\n\t\t\n\t\t\n\t\tif(this.shouldSelectFlag){\n\t\t\tthis.addSelectedCss();\n\t\t}\n\t\t\n\t\tif(this.onselect){\n\t\t\tthis.onselect(this, false);\n\t\t}\n\t\t\n if(this.openable){\n this.registerListener(nodeLabelDiv, \'click\', function(e){ if(!self.opened) self.show(); self.onclick(); \tself.select(); } );\n }else{\n this.registerListener(nodeLabelDiv, \'click\', function(e){ self.onclick(); \tself.select(); } );\n }\n this.registerListener(nodeLabelDiv, \'mouseover\', function(e){ self.showHover(true) } );\n this.registerListener(nodeLabelDiv, \'mouseout\', function(e){ self.showHover(false) } );\n \n element.appendChild(nodeLabelDiv);\n this.nodeLabelDiv = nodeLabelDiv;\n \n var nodeLabel2 = document.createElement(\'div\');\n nodeLabel2.innerHTML = air.Introspector.escapeHtml(this.nodeLabel2).substr(0, 1000);\n nodeLabel2.className=\'treeLabel2\';\n if(this.openable){\n this.registerListener(nodeLabel2, \'click\', function(e){ if(!self.opened) self.show() } );\n }else if(this.editable){\n this.editVisible = false;\n this.registerListener(nodeLabel2, \'click\', function(e){ self.toggleEdit() } );\n var nodeEdit = document.createElement(\'input\');\n nodeEdit.value = \'\';\n nodeEdit.className = \'treeEdit\';\n element.appendChild(nodeEdit);\n \n this.registerListener(nodeEdit, \'blur\', function(e){ self.toggleEdit(true); } );\n this.registerListener(nodeEdit, \'keypress\', function(e){ if(e.keyCode == 13) { self.toggleEdit(true); return false;} else if(e.keyCode == 27){ self.toggleEdit(false); return false;}} );\n this.nodeEdit = nodeEdit;\n }\n this.registerListener(nodeLabel2, \'mouseover\', function(e){ self.showHover(true) } );\n this.registerListener(nodeLabel2, \'mouseout\', function(e){ self.showHover(false) } );\n \n element.appendChild(nodeLabel2);\n this.nodeLabel2Div = nodeLabel2;\n \n\t\tif(this.nodeLabel2.length==0){\n\t\t\tthis.element.className += \' noLabel2\';\n\t\t}\n var nodeAnchor = document.createElement(\'div\');\n this.nodeAnchor = nodeAnchor;\n\t\tthis.refreshNodeAnchor();\n element.appendChild(nodeAnchor);\n this.registerListener(nodeAnchor, \'click\', function(e){ self.select(); self.toggle() } );\n \/\/nodeAnchor.style.visibility = this.openable?\'visible\':\'hidden\';\n\n this.created = true;\n \n \n var nodeChildren = document.createElement(\'div\');\n \n element.appendChild(nodeChildren);\n this.nodeChildren = nodeChildren;\n \n if(this.opened){\n this.refreshChildren();\n }\n \n\t\tsetTimeout(function(){\n\t\t\tif(self.shouldSelectFlag)\n\t\t\t\tself.focusLink.focus();\n\t\n\t\t}, 0);\n\t\n\t\tif(!isChild){\n\t\t\tthis.registerEvents(null, 0);\n\t\t}\n return element;\n }\n};\n\nair.Introspector.tree.textNode = function(value){\n this.nodeValue = value;\n};\n\nair.Introspector.tree.textNode.prototype = {\n createDiv: function(document){\n\t var element = document.createElement(\'span\');\n\/\/element.href= \"javascript:void(0)\"; \nthis.focusLink = document.createElement(\"a\");\nthis.focusLink.href=\"#\";\nelement.appendChild(this.focusLink);\n\t element.className=\'treeText\';\n\t \n\t var elementText = document.createElement(\'div\');\n\t elementText.className=\'treePreText\';\n\t var elementLines = document.createElement(\'div\');\n\t elementLines.className=\'treePreLine\';\n\t var splitText = air.Introspector.blockWrap(this.nodeValue);\n\t elementText.innerHTML = \'<pre>\'+air.Introspector.escapeHtml(splitText[0])+\'\\n\\n <\/pre>\';\n\t \n\t elementLines.innerHTML = \'<pre>\'+splitText[1]+\'<\/pre>\';\n\t \n\t element.appendChild(elementLines);\n\t element.appendChild(elementText);\n\t \n\t this.element = element;\n\t this.elementText = elementText;\n this.elementLines = elementLines;\n\t return element;\n }\n};\n\nair.Introspector.tree.node.putDisposeInPrototype(air.Introspector.tree.textNode);\n\nair.Introspector.tree.textDownloadNode = function(file){\n this.file = file;\n};\n\nair.Introspector.tree.textDownloadNode.prototype = {\n createDiv: function(document){\n var element = document.createElement(\'span\');\n\/\/element.href= \"javascript:void(0)\"; \nthis.focusLink = document.createElement(\"a\");\nthis.focusLink.href=\"#\";\nelement.appendChild(this.focusLink);\n element.className=\'treeText\';\n\n var elementText = document.createElement(\'div\');\n elementText.className=\'treePreText\';\n var elementLines = document.createElement(\'div\');\n elementLines.className=\'treePreLine\';\n \n elementText.innerHTML =\'Loading...\';\n \n \n element.appendChild(elementLines);\n element.appendChild(elementText);\n\t\tvar self = this;\n if(isAppSandbox){\n \tvar scriptLoader = new air.Introspector.runtime.URLLoader();\n\t scriptLoader.addEventListener(air.Introspector.runtime.Event.COMPLETE, function(e){\n\t \t var value = air.Introspector.blockWrap(scriptLoader.data);\n\t\t \telementText.innerHTML = \'<pre>\'+air.Introspector.escapeHtml(value[0])+\'\\n\\n<\/pre>\';\n\t\t\t elementLines.innerHTML = \'<pre>\'+value[1]+\'<\/pre>\';\n\t\t\t\t\tscriptLoader = null;\n\t\t });\n\t\t\tscriptLoader.addEventListener(air.Introspector.runtime.IOErrorEvent.IO_ERROR, function(e){\n\t\t\t\tvar value = air.Introspector.blockWrap(\'Error reading file \"\'+self.file+\'\"\');\n\t \telementText.innerHTML = \'<pre>\'+air.Introspector.escapeHtml(value[0])+\'\\n\\n<\/pre>\';\n\t\t elementLines.innerHTML = \'<pre>\'+value[1]+\'<\/pre>\';\n\t\t\t});\n\t\t\tscriptLoader.load(new air.Introspector.runtime.URLRequest(this.file));\n\t\t}else{\n\t\t\tvar myWindow = window;\n\t\t\tif(typeof activeWindow!=\'undefined\'){\n\t\t\t\tvar self = this;\n\t\t\t\tactiveWindow.setTimeout(function(){\n\t\t\t\t\tvar xhr = new activeWindow.XMLHttpRequest();\n\t\t\t\t\txhr.doNotDebug = true;\n\t\t\t\t\txhr.onreadystatechange = function(){\n\t\t\t\t\t\tif(this.readyState == 4){\n\t\t\t\t\t\t \tif(this.status == 200) {\n\t\t\t\t\t\t\t\tvar responseText = xhr.responseText;\n\t\t\t\t\t\t\t\tmyWindow.setTimeout(function(){\n\t\t\t\t\t\t\t\t\t\tvar value = air.Introspector.blockWrap(responseText);\n\t\t\t\t\t\t\t \telementText.innerHTML = \'<pre>\'+air.Introspector.escapeHtml(value[0])+\'\\n\\n<\/pre>\';\n\t\t\t\t\t\t\t\t elementLines.innerHTML = \'<pre>\'+value[1]+\'<\/pre>\';\n\t\t\t\t\t\t\t\t}, 0);\n\t\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\t\tmyWindow.setTimeout(function(){\n\t\t\t\t\t\t\t\t\tvar value = air.Introspector.blockWrap(\'Error reading file \"\'+self.file+\'\"\');\n\t\t\t\t\t\t \telementText.innerHTML = \'<pre>\'+air.Introspector.escapeHtml(value[0])+\'\\n\\n<\/pre>\';\n\t\t\t\t\t\t\t elementLines.innerHTML = \'<pre>\'+value[1]+\'<\/pre>\';\n\t\t\t\t\t\t\t\t}, 0);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\txhr = null;\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\txhr.open(\'GET\', self.file, true);\n\t\t\t\t\txhr.send();\n\t\t\t\t}, 0);\n\t\t\t}\n\t\t}\n this.element = element;\n this.elementText = elementText;\n this.elementLines = elementLines;\n return element;\n }\n};\nair.Introspector.tree.node.putDisposeInPrototype(air.Introspector.tree.textDownloadNode);\n\nair.Introspector.tree.imageDownloadNode = function(file){\n this.file = file;\n};\n\nair.Introspector.tree.imageDownloadNode.prototype = {\n createDiv: function(document){\n var element = document.createElement(\'span\');\n\/\/element.href= \"javascript:void(0)\"; \nthis.focusLink = document.createElement(\"a\");\nthis.focusLink.href=\"#\";\nelement.appendChild(this.focusLink);\n element.className=\'treeImage\';\n var imgElement = document.createElement(\'img\');\n imgElement.src = this.file;\n element.appendChild(imgElement);\n this.element = element;\n this.imgElement = imgElement;\n return element;\n }\n};\nair.Introspector.tree.node.putDisposeInPrototype(air.Introspector.tree.imageDownloadNode);\n\nair.Introspector.tree.domNode = function(domNode, config){\n this.domNode = domNode;\n this.readOnly = false;\n air.Introspector.tree.node.call(this, \'\', config);\n this.openable = true;\n this.unselectOnBlur = false;\n};\n\nair.Introspector.tree.domNode.prototype = {\n\tcreateAttribute: function(document, att){\n\t\tvar element = document.createElement(\'span\');\n\t\t\n\t\telement.appendChild(document.createTextNode(\' \'));\n\t\t\n\t\t var tagName = document.createElement(\'span\');\n tagName.className = \'tagDomNodeAttribute\';\n tagName.innerHTML = att.nodeName;\n element.appendChild(tagName);\n\t\t element.appendChild(document.createTextNode(\'=\"\'));\n\t\t\n\t\tvar editor = new air.Introspector.tree.inPlaceEditor(function(){ return att.nodeValue.replace(\/\\n\/g, \'\\\\n\') }, \n\t\tfunction(value){att.nodeValue = value.replace(\/\\\\n\/g, \'\\n\')});\n\t\t editor.attributeName = att.nodeName;\n\t\tthis.registerEditor(editor);\n\t\telement.appendChild(editor.createDiv(document));\n\t\telement.appendChild(document.createTextNode(\'\"\'));\n\t\t\n\t\tthis.registerListener(element, \'mousedown\', function(e){ air.Introspector.debugWindow.setHoverDomElementAttribute(att); }, true );\n\/\/ this.registerListener(element, \'mouseout\', function(e){ air.Introspector.debugWindow.clearHoverDomElementAttribute(); }, true );\n\t\t\n\t\treturn element;\n\t},\n\t\n\t\n\ttoggleAttribute: function(attributeName){\n\t\tfor(var i=this.editors.length-1;i>=0;i--){\n\t\t\tif(typeof this.editors[i].attributeName!=\'undefined\'&&this.editors[i].attributeName==attributeName){\n\t\t\t\tthis.editors[i].toggleEditing();\n\t\t\t\treturn;\t\n\t\t\t}\n\t\t}\n\t},\n\t\n\tregisterEditor: function(editor){\n\t\tif(!this.editors)\n\t\t\tthis.editors = [];\n\t\teditor.parent = this;\n\t\tthis.editors.push(editor);\n\t},\n\tclearEditors: function(){\n\t\tif(this.editors){\n\t\t\tfor(var i=this.editors.length-1;i>=0;i--){\n\t\t\t\tthis.editors[i].dispose();\n\t\t\t}\n\t\t}\n\t},\n\tdispose: function(){\n\t\tthis.clearEditors();\n\t\tair.Introspector.tree.node.prototype.dispose.call(this);\n\t},\n\tshowDomHover:function(visible){\n\t\t\/\/air.Introspector.init();\n\t\tif(visible){\n\t\t\tair.Introspector.debugWindow.highlight(this.domNode);\n\t\t\tif(!this.readOnly)\n\t\t\t\t{air.Introspector.debugWindow.setHoverDomElement(this);}\n\t\t}else{\n\t\t\tair.Introspector.debugWindow.highlight();\n\t\t\tif(!this.readOnly)\t\t\t\n\t\t\t\t{air.Introspector.debugWindow.clearHoverDomElement();}\n\t\t}\n\t},\n\tonselect: function(sender, throwevent){\n\t\tif(this.readOnly)\n\t\t\treturn;\n\t\t\t\n\t\tif(air.Introspector.tree.domNode.lastSelectedNode&&\n\t\t\tair.Introspector.tree.domNode.lastSelectedNode.unselect&&\n\t\t\t\tair.Introspector.tree.domNode.lastSelectedNode!=sender){\n\t\t\t\t\tair.Introspector.tree.domNode.lastSelectedNode.unselect();\n\t\t}\n\t\t\t\t\t\t\n \t air.Introspector.tree.domNode.lastSelectedNode = sender;\n\t\n\t if(typeof throwevent==\'undefined\'||throwevent==true){\n\t \t\tair.Introspector.showCssElement(this.domNode);\n\t }\t\n\t},\n\t\n\texpandAll: function(){\n\t\tthis.show();\n\t\tfor(var i=this.items.length-1;i>=0;i--)\n\t\t\tthis.items[i].expandAll();\n\t},\n\t\n\tcollapse: function(){\n\t\tfor(var i=this.items.length-1;i>=0;i--)\n\t\t\tthis.items[i].collapse();\n\t\tthis.hide();\n\t},\n\t\n\trefreshAttributes: function(){\n\t\tvar attributesTag = this.attributesTag;\n var atts = this.domNode.attributes;\n\t\tattributesTag.innerHTML = \'\';\n if(atts&&atts.length>0){\n \tattributesTag.appendChild(document.createTextNode(\' \'));\n for(var i=0;i<atts.length;i++){\n\t\t\t\tif(atts[i].nodeName.toLowerCase()==\'id\'){\n \tattributesTag.appendChild(this.createAttribute(document, atts[i]));\n\t\t\t\t}\n }\n for(var i=0;i<atts.length;i++){\n\t\t\t\tif(atts[i].nodeName.toLowerCase()!=\'id\'){\n \tattributesTag.appendChild(this.createAttribute(document, atts[i]));\n\t\t\t\t}\n }\n }\n\t},\n createDiv: function(document, isChild){\n var self = this;\n var element = document.createElement(\'span\');\n\t\t\/\/element.href= \"javascript:void(0)\"; \n\t\tthis.focusLink = document.createElement(\"a\");\n\t\tthis.focusLink.href=\"#\";\n\t\telement.appendChild(this.focusLink);\n\n element.className=\'treeNode domTreeNode\';\n this.element = element;\n \n var nodeLabelDiv = document.createElement(\'div\');\n var nodeEndLabelDiv = null;\n \/\/should add parameters here\n \/\/nodeLabelDiv.innerHTML = air.Introspector.escapeHtml(this.domNode.nodeName);\n var shouldAddEndTag = false;\n \n switch(this.domNode.nodeType){\n \tcase Node.DOCUMENT_NODE:\n \tcase Node.ELEMENT_NODE:\n\t\t nodeLabelDiv.appendChild(document.createTextNode(\'<\'));\n\t\t var tagName = document.createElement(\'span\');\n\t\t tagName.className = \'tagDomNodeName\';\n\t\t\t\tvar nodeName = this.domNode.nodeName;\n\t\t\t\tif(this.domNode.nodeType==Node.DOCUMENT_NODE)\n\t\t \t\t nodeName = \'Root\';\n\t \t\t tagName.innerHTML = nodeName;\n\t\t nodeLabelDiv.appendChild(tagName);\n\t\t\n\t\t\n\t\t\t\tvar attributesTag = document.createElement(\'span\');\n\t\t\t\tthis.attributesTag = attributesTag;\n\t\t\t\tnodeLabelDiv.appendChild(attributesTag);\n\t\t\t\tthis.refreshAttributes();\n\t\t\t\t\n\t\t if(this.domNode.hasChildNodes()){\n\t\t \tshouldAddEndTag = this.domNode.firstChild.nextSibling!=null || this.domNode.firstChild.nodeType!=Node.TEXT_NODE;\n\t\t \tif(!shouldAddEndTag){\n\t\t \t\tnodeLabelDiv.appendChild(document.createTextNode(\'>\'));\n\t\t \t\tvar editor = new air.Introspector.tree.inPlaceEditor(function(){ return self.domNode.firstChild.nodeValue.replace(\/\\n\/g, \'\\\\n\') }, \n function(value){self.domNode.firstChild.nodeValue = value.replace(\/\\\\n\/g, \'\\n\')});\n\t\t\t\t\t\t\tthis.registerEditor(editor);\n nodeLabelDiv.appendChild(editor.createDiv(document));\n \n var endTagName = document.createElement(\'span\');\n endTagName.className = \'tagDomNodeName\';\n endTagName.innerHTML = nodeName;\n nodeLabelDiv.appendChild(document.createTextNode(\'<\/\'));\n nodeLabelDiv.appendChild(endTagName);\n\t\t \t\tnodeLabelDiv.appendChild(document.createTextNode(\'>\'));\n\t\t\n\t\t\n\t\t \t}else{\n\t\t \t\t nodeLabelDiv.appendChild(document.createTextNode(\'>\'));\n\t\t \t}\n\t\t }else{\n\t\t \t nodeLabelDiv.appendChild(document.createTextNode(\'\/>\'));\n\t\t }\n\t this.openable = shouldAddEndTag;\n\t if(shouldAddEndTag){\n\t nodeEndLabelDiv = document.createElement(\'span\');\n \t nodeEndLabelDiv.className = this.opened?\'nodeEndLabelDivVisible\':\'nodeEndLabelDiv\';\n\t \t var endTagName = document.createElement(\'span\');\n endTagName.className = \'tagDomNodeName\';\n endTagName.innerHTML = nodeName;\n \n nodeEndLabelDiv.appendChild(document.createTextNode(\'<\/\'));\n nodeEndLabelDiv.appendChild(endTagName);\n nodeEndLabelDiv.appendChild(document.createTextNode(\'>\'));\n \n\t \t\n \/\/ nodeLabelDiv.addEventListener(\'click\', function(e){ self.toggle(); e.stopPropagation(); } );\n var nodeAnchor = document.createElement(\'div\');\n\t\t\t element.appendChild(nodeAnchor);\n\n\t\t\t\t\t\n\t\t\t this.registerListener(nodeAnchor, \'mouseover\', function(e){ self.showDomHover(true); self.showHover(true); e.stopPropagation();} );\n this.registerListener(nodeAnchor, \'mouseout\', function(e){ self.showDomHover(false); self.showHover(false); e.stopPropagation(); } );\n \t\t\tthis.nodeAnchor = nodeAnchor;\n\t\t\t\t\tthis.refreshNodeAnchor();\n\t\t\t\t\t\n\t\t\t this.registerListener(nodeEndLabelDiv, \'mouseover\', function(e){ self.showDomHover(true); self.showHover(true); e.stopPropagation();} );\n this.registerListener(nodeEndLabelDiv, \'mouseout\', function(e){ self.showDomHover(false); self.showHover(false); e.stopPropagation(); } );\n\n this.registerListener(nodeAnchor, \'click\', function(e){ self.select(); self.toggle(); e.stopPropagation(); } );\n\t\t\t\t\tif(this.domNode.nodeType==Node.DOCUMENT_NODE)\n\t\t\t\t\t\tthis.shouldOpen();\n }else{\n \tthis.opened = false;\n }\n break;\n case Node.TEXT_NODE:\n var editor = new air.Introspector.tree.inPlaceEditor(function(){ return self.domNode.nodeValue.replace(\/\\n\/g, \'\\\\n\') }, \n function(value){self.domNode.nodeValue = value.replace(\/\\\\n\/g, \'\\n\')});\n this.registerEditor(editor);\n nodeLabelDiv.appendChild(editor.createDiv(document));\n this.openable = false;\n this.opened = false;\n \tbreak;\n\t\t\tdefault:\n\t\t\t\tnodeLabelDiv.appendChild(document.createTextNode(\'<\'));\n\t\t var tagName = document.createElement(\'span\');\n\t\t tagName.className = \'tagDomNodeName\';\n\t \t\t tagName.innerHTML = this.domNode.nodeName;\n\t\t nodeLabelDiv.appendChild(tagName);\n\t\t\t\tnodeLabelDiv.appendChild(document.createTextNode(\'>\'));\n\t\t\tbreak;\n }\n \n \/*var child = this.domNode.firstChild;\n while(child)\n {\n node.items.push(this.createDomTreeNode(child)); \/\/, this.createGetter(obj, i), this.createSetter(obj, i)));\n child = child.nextSibling;\n }*\/ \n \n nodeLabelDiv.className=\'treeLabel\';\/\/ + (this.shouldSelectFlag?\' selectedTreeLabel\':\'\');\n\n\t\tif(this.shouldSelectFlag){\n\t\t\tthis.addSelectedCss();\n\t\t}\n \n\n this.registerListener( nodeLabelDiv, \'mouseover\', function(e){ self.showDomHover(true); self.showHover(true); e.stopPropagation(); }, true );\n this.registerListener(nodeLabelDiv, \'mouseout\', function(e){ self.showDomHover(false); self.showHover(false); e.stopPropagation(); }, true );\n\n element.appendChild(nodeLabelDiv);\n this.nodeLabelDiv = nodeLabelDiv;\n\n this.registerListener(nodeLabelDiv, \'click\', function(e){\n\t\t\tself.select();\n\t\t\t \/\/self.toggle();\n\t\t\t self.show();\n air.Introspector.debugWindow.showDomElementPath(self.domNode);\n\t\t});\n \n this.registerListener(element, \'dblclick\', function(e){\n\t\t\t \te.stopPropagation(); \n\t\t\/\/\t\tself.toggle();\n\t\t\/\/\t\tself.select();\n \/\/air.Introspector.debugWindow.gotoConsoleTab();\n\/\/ air.Introspector.debugWindow.showDomElementPath(self.domNode);\n } );\n \n \n \/\/nodeAnchor.style.visibility = this.openable?\'visible\':\'hidden\';\n\n this.created = true;\n \n \n var nodeChildren = document.createElement(\'div\');\n element.appendChild(nodeChildren);\n this.nodeChildren = nodeChildren;\n \n if(nodeEndLabelDiv){\n\t\t\tthis.registerListener(nodeEndLabelDiv, \'click\', function(e){\n\/\/\t\t\t\t\tself.toggle();\n\t\t\t\t\tself.select();\n\t air.Introspector.debugWindow.showDomElementPath(self.domNode);\n\t\t\t});\n\t \t\telement.appendChild(nodeEndLabelDiv);\n\t\t}\n this.nodeEndLabelDiv = nodeEndLabelDiv;\n \n if(this.opened){\n this.refreshChildren();\n }\n \n \t\tif(!isChild){\n\t\t\tthis.registerEvents(null, 0);\n\t\t}\n\t\t\n return element;\n }\n};\n\nair.Introspector.tree.domNode.prototype.__proto__ = air.Introspector.tree.node.prototype;\n\nair.Introspector.tree.inPlaceEditor = function(getter, setter, className){\n this.getter = getter;\n this.setter = setter; \n if(typeof className!=\'undefined\'){\n this.className = \' \'+className;\n }else{\n this.className = \'\';\n }\n};\n\nair.Introspector.tree.inPlaceEditor.prototype = {\n\tnoZeroLength: function(e){\n\t\ttry{\n\t\t var str = e+\'\';\n\t\t if(air.Introspector.trim(e).length==0){\n\t\t \treturn \'[Empty string - click to edit]\';\n\t\t }\n\t\t return str;\n\t\t}catch(e){\n\t\t\treturn e+\'\';\n\t\t}\n\t},\n\ttoggleEditing: function(){\n\t\tthis.onclick();\n\t},\n\tselectParent: function(){\n\t\tif(this.parent&&this.parent.select){\n\t\t\tthis.parent.select(true);\n\t\t}\n\t},\n\t\n\tonclick: function(){\n\t\tvar self = this;\n\t\tthis.selectParent();\n\t\tif(this.parent&&this.parent.readOnly)\n\t\t\t{return;}\n\t\tif(this.state==0){\/\/not editing\n\t\t var editor = document.createElement(\'input\');\n\t\t editor.type = \'text\';\n \n\t\t try{\n\t editor.value = this.getter();\n\t }catch(e){\n\t editor.value = e; \n\t }\n \n if (this.element.clientWidth > 0) {\n editor.style.width = this.element.clientWidth + \'px\';\n } \n else {\n \/\/ newer versions of webkit return 0 as clientWidth for inline elements like span unlike Safari 3.x which was used in AIR1.x\n \/\/ AIR 2.0 uses Safari 4.x WebKit and therefore must use getBoundingClientRect to get the computed width for the span element\n \/\/ getBoundingClientRect support was added in WebKit starting with http:\/\/trac.webkit.org\/changeset\/40837\n \/\/ and bug https:\/\/bugs.webkit.org\/show_bug.cgi?id=15897\n editor.style.width = this.element.getBoundingClientRect().width + \'px\'; \n } \n\t\t this.editor = editor;\n\t\t this.element.innerHTML = \'\';\n\t\t this.element.appendChild(editor);\n\t\t this.saveValue = true;\n\t\t \n\t\t this.registerListener(editor,\'dblclick\', function(e){\n e.stopPropagation(); \n }, true );\n\t\t this.registerListener(editor, \'click\', function(e){ e.stopPropagation(); }, true );\n\t\t this.registerListener(editor, \'keypress\', function(e){ if(self.state) { if(e.keyCode == 13) { self.saveValue=true; editor.blur(); return false;} else if(e.keyCode == 27){ self.saveValue=false; editor.blur(); return false;}}} );\n\t\t this.registerListener(editor, \'blur\', function(){ if(self.state) self.onclick(); } );\n\t\t editor.focus();\n\t\t}else{ \/\/editing mode\n\t\t\t\/\/set the value to setter\n\t\t\tif(this.saveValue){\n\t\t\t try{\n\t this.setter(this.editor.value);\t\t \n\t\t\t }catch(e){\n\t\t\t }\n\t\t\t}\n\t\t setTimeout(function(){\n\t\t try{\n\t self.element.innerHTML = self.noZeroLength(air.Introspector.escapeHtml(self.getter()));\n\t\t }catch(e){\n\t\t \/\/self.element.innerHTML = air.Introspector.escapeHtml(e); \n\t\t } \n\t }, 100);\n\t\t}\n\t\tthis.state ^= 1 ;\n\t\tif(this.parent)\n\t\t\tthis.parent.state = this.state;\n\t},\n createDiv: function(document){\n\t\tvar element = document.createElement(\'div\');\n element.className=\'inPlaceEditor\'+this.className;\n\n \tvar self = this;\n \tthis.state = 0; \/\/not editing\n\n \n try{\n element.innerHTML = this.noZeroLength(air.Introspector.escapeHtml(this.getter()));\n }catch(e){\n element.innerHTML = air.Introspector.escapeHtml(e);\t\n }\n \n this.registerListener(element, \'click\', function(e){ if(self.state==0) self.onclick(); e.stopPropagation(); } , true );\n \n \/\/ element.addEventListener(\'dblclick\', function(e){\n \/\/ e.stopPropagation(); \n \/\/ }, true );\n \n \n this.element = element;\n return element;\n }\n};\nair.Introspector.tree.node.putDisposeInPrototype(air.Introspector.tree.inPlaceEditor);\n\nair.Introspector.split = function(element, leftElement, rightElement, firstWidth, minWidth){\n\tthis.element = element;\n\tthis.leftElement = leftElement;\n\tthis.rightElement = rightElement;\n\tvar self = this;\n\tthis.dragging = false;\n\t\n\tthis.element.style.right = (firstWidth)+\'px\';\n\tthis.leftElement.style.right = (firstWidth+this.element.clientWidth)+\'px\';\n\tthis.rightElement.style.width = (firstWidth)+\'px\';\t\n\tthis.firstWidth = firstWidth;\n\tthis.minWidth = minWidth;\n\tif(isAppSandbox){\n\t\tthis.element.ownerDocument.defaultView.nativeWindow.stage.addEventListener(runtime.flash.events.MouseEvent.MOUSE_MOVE, function(ev){\n\t\t\tself.mousemove(ev);\n\t\t}, true);\n\t}else{\n\t\tthis.element.ownerDocument.addEventListener(\"mousemove\", function(ev){self.mousemove(ev);}, true);\n\t}\n\tthis.element.ownerDocument.addEventListener(\"mouseup\", function(ev){ self.mouseup(ev); }, true);\n\tthis.element.addEventListener(\"mousedown\", function(ev){self.mousedown(ev)}, true);\t\t\n};\n\nair.Introspector.split.prototype = {\n\tmousemove:function(ev){\n\t\tif(this.dragging){\n\t\t\tif(isAppSandbox){\n\t\t\t\tvar delta = this.firstX-ev.localX;\n\t\t\t}else{\n\t\t\t\tvar delta = this.firstX-ev.clientX;\n\t\t\t}\n\t\t\t\t\n\t\t\tvar currentWidth = this.firstWidth + delta;\n\n\t\t\tif(currentWidth<this.minWidth){\n\t\t\t\tcurrentWidth=this.minWidth;\n\t\t\t}\n\t\t\t\n\t\t\tthis.currentWidth = currentWidth;\n\t\t\tthis.element.style.right = (currentWidth)+\'px\';\n\t\t\tthis.leftElement.style.right = (currentWidth+this.element.clientWidth)+\'px\';\n\t\t\tthis.rightElement.style.width = (currentWidth)+\'px\';\t\n\t\t\tif(isAppSandbox){\n\t\t\t\tev.stopImmediatePropagation();\n\t\t\t}\n\t\t\tev.stopPropagation();\t\n\t\t\tev.preventDefault();\n\t\t}\n\t},\n\tmousedown: function(ev){\n\t\tthis.dragging = true;\n\t\tthis.firstX = ev.clientX;\n\t\tthis.currentWidth = this.firstWidth;\n\t\tev.stopPropagation();\t\t\n\t\tev.preventDefault();\n\t},\n\tmouseup: function(ev){\n\t\tif(this.dragging){\n\n\t\t\tthis.dragging = false;\n\t\t\tthis.firstWidth = this.currentWidth;\n\t\t\tev.stopPropagation();\n\t\t\tev.preventDefault();\n\t\t}\n\t}\n};\n\n\n\t\t\/\/-------------------------------------------------------------------------------------------------------------------------------------------------------\n\t\t\n\t air.Introspector.getCssGroups = function(){\n\t\t\tvar cssGroupNames = {\n\t0: \"Background\",\n\t1: \"Box Model\",\n\t2: \"Layout\",\n\t3: \"Text\",\n\t4: \"Other\",\n\tlength: 5\n};\n\nvar cssGroups = [];\n\n\/*\n$group = 0;\n\/\/Background - 0\ncssGroups[\'background-attachment\']=$group;\ncssGroups[\'background-color\']=$group;\ncssGroups[\'background-image\']=$group;\ncssGroups[\'background-position\']=$group;\ncssGroups[\'background-repeat\']=$group;\ncssGroups[\'opacity\']=$group;\ncssGroups[\'-webkit-background-clip\']=$group;\ncssGroups[\'-webkit-background-composite\']=$group;\ncssGroups[\'-webkit-background-origin\']=$group;\ncssGroups[\'-webkit-background-size\']=$group;\n\n$group = 1;\n\/\/Box Model - 1\ncssGroups[\'border-bottom-color\']=$group;\ncssGroups[\'border-bottom-style\']=$group;\ncssGroups[\'border-bottom-width\']=$group;\ncssGroups[\'border-collapse\']=$group;\ncssGroups[\'border-left-color\']=$group;\ncssGroups[\'border-left-style\']=$group;\ncssGroups[\'border-left-width\']=$group;\ncssGroups[\'border-right-color\']=$group;\ncssGroups[\'border-right-style\']=$group;\ncssGroups[\'border-right-width\']=$group;\ncssGroups[\'border-top-color\']=$group;\ncssGroups[\'border-top-style\']=$group;\ncssGroups[\'border-top-width\']=$group;\ncssGroups[\'bottom\']=$group;\ncssGroups[\'height\']=$group;\ncssGroups[\'left\']=$group;\ncssGroups[\'top\']=$group;\ncssGroups[\'right\']=$group;\ncssGroups[\'width\']=$group;\ncssGroups[\'padding-bottom\']=$group;\ncssGroups[\'padding-left\']=$group;\ncssGroups[\'padding-right\']=$group;\ncssGroups[\'padding-top\']=$group;\ncssGroups[\'margin-bottom\']=$group;\ncssGroups[\'margin-left\']=$group;\ncssGroups[\'margin-right\']=$group;\ncssGroups[\'margin-top\']=$group;\ncssGroups[\'-webkit-border-fit\']=$group;\ncssGroups[\'-webkit-border-horizontal-spacing\']=$group;\ncssGroups[\'-webkit-border-vertical-spacing\']=$group;\ncssGroups[\'-webkit-box-align\']=$group;\ncssGroups[\'-webkit-box-direction\']=$group;\ncssGroups[\'-webkit-box-flex\']=$group;\ncssGroups[\'-webkit-box-flex-group\']=$group;\ncssGroups[\'-webkit-box-lines\']=$group;\ncssGroups[\'-webkit-box-ordinal-group\']=$group;\ncssGroups[\'-webkit-box-orient\']=$group;\ncssGroups[\'-webkit-box-pack\']=$group;\ncssGroups[\'-webkit-box-shadow\']=$group;\ncssGroups[\'-webkit-border-bottom-left-radius\']=$group;\ncssGroups[\'-webkit-border-bottom-right-radius\']=$group;\ncssGroups[\'-webkit-border-top-left-radius\']=$group;\ncssGroups[\'-webkit-border-top-right-radius\']=$group;\ncssGroups[\'-webkit-margin-bottom-collapse\']=$group;\ncssGroups[\'-webkit-margin-top-collapse\']=$group;\n\n\n$group = 2;\n\/\/Layout - 2\ncssGroups[\'position\']=$group;\ncssGroups[\'visibility\']=$group;\ncssGroups[\'display\']=$group;\ncssGroups[\'z-index\']=$group;\ncssGroups[\'overflow-x\']=$group;\ncssGroups[\'overflow-y\']=$group;\ncssGroups[\'white-space\']=$group;\ncssGroups[\'clear\']=$group;\ncssGroups[\'float\']=$group;\ncssGroups[\'-webkit-box-sizing\']=$group;\n\n$group = 3;\n\/\/Text - 3\ncssGroups[\'text-align\']=$group;\ncssGroups[\'text-decoration\']=$group;\ncssGroups[\'text-indent\']=$group;\ncssGroups[\'text-shadow\']=$group;\ncssGroups[\'text-transform\']=$group;\ncssGroups[\'font-family\']=$group;\ncssGroups[\'font-size\']=$group;\ncssGroups[\'font-style\']=$group;\ncssGroups[\'font-variant\']=$group;\ncssGroups[\'font-weight\']=$group;\ncssGroups[\'letter-spacing\']=$group;\ncssGroups[\'line-height\']=$group;\ncssGroups[\'-webkit-text-decorations-in-effect\']=$group;\ncssGroups[\'-webkit-text-fill-color\']=$group;\ncssGroups[\'-webkit-text-security\']=$group;\ncssGroups[\'-webkit-text-stroke-color\']=$group;\ncssGroups[\'-webkit-text-stroke-width\']=$group;\ncssGroups[\'word-spacing\']=$group;\ncssGroups[\'word-wrap\']=$group;\n\n\n\n$group = 4;\n\/\/Other - 4\n\ncssGroups[\'caption-side\']=$group;\ncssGroups[\'color\']=$group;\ncssGroups[\'cursor\']=$group;\ncssGroups[\'direction\']=$group;\ncssGroups[\'empty-cells\']=$group;\n\n\ncssGroups[\'list-style-image\']=$group;\ncssGroups[\'list-style-position\']=$group;\ncssGroups[\'list-style-type\']=$group;\ncssGroups[\'max-height\']=$group;\ncssGroups[\'max-width\']=$group;\ncssGroups[\'min-height\']=$group;\ncssGroups[\'min-width\']=$group;\n\ncssGroups[\'orphans\']=$group;\ncssGroups[\'outline-color\']=$group;\ncssGroups[\'outline-style\']=$group;\ncssGroups[\'outline-width\']=$group;\n\n\ncssGroups[\'page-break-after\']=$group;\ncssGroups[\'page-break-before\']=$group;\ncssGroups[\'page-break-inside\']=$group;\n\ncssGroups[\'resize\']=$group;\n\ncssGroups[\'table-layout\']=$group;\n\ncssGroups[\'unicode-bidi\']=$group;\ncssGroups[\'vertical-align\']=$group;\n\n\ncssGroups[\'widows\']=$group;\n\ncssGroups[\'-webkit-appearance\']=$group;\ncssGroups[\'-webkit-column-break-after\']=$group;\ncssGroups[\'-webkit-column-break-before\']=$group;\ncssGroups[\'-webkit-column-break-inside\']=$group;\ncssGroups[\'-webkit-column-count\']=$group;\ncssGroups[\'-webkit-column-gap\']=$group;\ncssGroups[\'-webkit-column-rule-color\']=$group;\ncssGroups[\'-webkit-column-rule-style\']=$group;\ncssGroups[\'-webkit-column-rule-width\']=$group;\ncssGroups[\'-webkit-column-width\']=$group;\ncssGroups[\'-webkit-highlight\']=$group;\ncssGroups[\'-webkit-line-break\']=$group;\ncssGroups[\'-webkit-line-clamp\']=$group;\ncssGroups[\'-webkit-marquee-direction\']=$group;\ncssGroups[\'-webkit-marquee-increment\']=$group;\ncssGroups[\'-webkit-marquee-repetition\']=$group;\ncssGroups[\'-webkit-marquee-style\']=$group;\ncssGroups[\'-webkit-nbsp-mode\']=$group;\ncssGroups[\'-webkit-rtl-ordering\']=$group;\ncssGroups[\'-webkit-user-drag\']=$group;\ncssGroups[\'-webkit-user-modify\']=$group;\ncssGroups[\'-webkit-user-select\']=$group;\ncssGroups[\'-webkit-dashboard-region\']=$group;\n\n*\/\n\ncssGroups[0]=[\'background-attachment\', \'background-color\', \'background-image\', \'background-position\', \'background-repeat\', \'opacity\', \'-webkit-background-clip\', \'-webkit-background-composite\', \'-webkit-background-origin\', \'-webkit-background-size\', ];\n\n\/\/Box Model - 1\ncssGroups[1]=[\'border-bottom-color\', \'border-bottom-style\', \'border-bottom-width\', \'border-collapse\', \'border-left-color\', \'border-left-style\', \'border-left-width\', \'border-right-color\', \'border-right-style\', \'border-right-width\', \'border-top-color\', \'border-top-style\', \'border-top-width\', \'bottom\', \'height\', \'left\', \'top\', \'right\', \'width\', \'padding-bottom\', \'padding-left\', \'padding-right\', \'padding-top\', \'margin-bottom\', \'margin-left\', \'margin-right\', \'margin-top\', \'-webkit-border-fit\', \'-webkit-border-horizontal-spacing\', \'-webkit-border-vertical-spacing\', \'-webkit-box-align\', \'-webkit-box-direction\', \'-webkit-box-flex\', \'-webkit-box-flex-group\', \'-webkit-box-lines\', \'-webkit-box-ordinal-group\', \'-webkit-box-orient\', \'-webkit-box-pack\', \'-webkit-box-shadow\', \'-webkit-border-bottom-left-radius\', \'-webkit-border-bottom-right-radius\', \'-webkit-border-top-left-radius\', \'-webkit-border-top-right-radius\', \'-webkit-margin-bottom-collapse\', \'-webkit-margin-top-collapse\', ];\n\n\n\/\/Layout - 2\ncssGroups[2]=[\'position\', \'visibility\', \'display\', \'z-index\', \'overflow-x\', \'overflow-y\', \'white-space\', \'clear\', \'float\', \'-webkit-box-sizing\', ];\n\n\/\/Text - 3\ncssGroups[3]=[\'text-align\', \'text-decoration\', \'text-indent\', \'text-shadow\', \'text-transform\', \'font-family\', \'font-size\', \'font-style\', \'font-variant\', \'font-weight\', \'letter-spacing\', \'line-height\', \'-webkit-text-decorations-in-effect\', \'-webkit-text-fill-color\', \'-webkit-text-security\', \'-webkit-text-stroke-color\', \'-webkit-text-stroke-width\', \'word-spacing\', \'word-wrap\', ];\n\n\n\/\/Other - 4\n\ncssGroups[4]=[\'caption-side\', \'color\', \'cursor\', \'direction\', \'empty-cells\', \n\t\'list-style-image\', \'list-style-position\', \'list-style-type\', \'max-height\', \'max-width\', \'min-height\', \'min-width\', \n\t\'orphans\', \'outline-color\', \'outline-style\', \'outline-width\', \n\t\'page-break-after\', \'page-break-before\', \'page-break-inside\', \n\t\'resize\', \n\t\'table-layout\', \n\t\'unicode-bidi\', \'vertical-align\', \n\t\'widows\', \n\t\'-webkit-appearance\', \'-webkit-column-break-after\', \'-webkit-column-break-before\', \'-webkit-column-break-inside\', \'-webkit-column-count\', \'-webkit-column-gap\', \'-webkit-column-rule-color\', \'-webkit-column-rule-style\', \'-webkit-column-rule-width\', \'-webkit-column-width\', \'-webkit-highlight\', \'-webkit-line-break\', \'-webkit-line-clamp\', \'-webkit-marquee-direction\', \'-webkit-marquee-increment\', \'-webkit-marquee-repetition\', \'-webkit-marquee-style\', \'-webkit-nbsp-mode\', \'-webkit-rtl-ordering\', \'-webkit-user-drag\', \'-webkit-user-modify\', \'-webkit-user-select\', \'-webkit-dashboard-region\',];\n\n\n\n\n\n\t\t\treturn [cssGroupNames, cssGroups];\n\t\t}\t\n\t\t\n\t\t\/\/=======================================================================================================================================================\n\t\t\/\/DebugWindow.js\n\t\t\/\/=======================================================================================================================================================\n\t\t\n\nair.Introspector.DebugWindow = function(config){\n var self = this;\n this.logLines = [];\n this.domList = [];\n this.isLoaded = false;\n\n\tif(isAppSandbox){\n \tthis.activeWindow = air.Introspector.runtime.NativeApplication.nativeApplication.activeWindow;\n\t}else{\n\t\t\/\/will get it from config later\n\t\tthis.activeWindow = activeWindow;\n\t}\n\n this.isInspecting = false;\n this.evalHistory = [];\n this.evalHistoryPos = -1;\n this.selectedTab = \'console\';\n this.scrollDisabled = false;\n this.requestLog = [];\n this.activeTab = 0;\n this.tabs = [\'console\', \'html2\', \'dom\',\'assets\',\'source\',\'net\'];\n\tthis.cssTabs = [\'css2Dom\', \'css2Style\', \'css2Box\'];\n\tthis.activeCssTab = 0;\n\tthis.activateDebug = false;\n\tthis.isWindowCreated = false;\n\tthis.isMenuVisible = false;\n \/\/var initOptions = new air.Introspector.runtime.NativeWindowInitOptions();\n \/\/initOptions.transparent = true;\n \/\/initOptions.systemChrome = \"none\";\n if(typeof config!=\'undefined\'){\n\t\tair.Introspector.extend(this, config);\n\t}\n\tvar css = air.Introspector.getCssGroups();\n\tthis.cssGroupNames = css[0];\n\tthis.cssGroups = css[1];\n\tthis.isAppSandbox = isAppSandbox;\n}\n\n\t\t\/\/-------------------------------------------------------------------------------------------------------------------------------------------------------\n\n\t\tair.Introspector.DebugWindow.prototype = \n\t\t{\n\n\t\t\/\/=======================================================================================================================================================\n\t\t\/\/DebugWindow.INIT.js\n\t\t\/\/=======================================================================================================================================================\n\t\tsaveConfig: function(force){\n\tif(this.evalHistory&&this.evalHistory.length>30){\n\t\tthis.evalHistory.splice(0, this.evalHistory.length-30);\n\t\tthis.evalHistoryPos = this.evalHistory.length;\n\t}\n\t\n\tvar config = {\n\t\tevalHistory : this.evalHistory\n\t};\n\t\n\tif(isAppSandbox){\n\t\tif(this.nativeWindow.displayState==runtime.flash.display.NativeWindowDisplayState.NORMAL){\n\t\t\tconfig.rect = {\n\t\t\t\tx:this.nativeWindow.x,\n\t\t\t\ty:this.nativeWindow.y,\n\t\t\t\twidth:this.nativeWindow.width,\n\t\t\t\theight:this.nativeWindow.height\n\t\t\t};\n\t\t}else if(this.lastConfig){\n\t\t\tconfig.rect = this.lastConfig.rect;\n\t\t}\n\t\tconfig.windowState = this.nativeWindow.displayState;\n\t}else{\n\t\tconfig.rect = {\n\t\t\tx:this.window.screenX,\n\t\t\ty:this.window.screenY,\n\t\t\twidth:this.window.outerWidth,\n\t\t\theight:this.window.outerHeight\n\t\t};\n\t}\n\n\tvar ok = typeof force!=\'undefined\'?force:false;\n\tif(!ok&&this.lastConfig){\n\t\tif(!ok&&this.lastConfig.rect&&config.rect){\n\t\t\tif(config.rect.x!=this.lastConfig.rect.x) ok=true;\n\t\t\tif(config.rect.y!=this.lastConfig.rect.y) ok=true;\n\t\t\tif(config.rect.width!=this.lastConfig.rect.width) ok=true;\n\t\t\tif(config.rect.height!=this.lastConfig.rect.height) ok=true;\t\t\t\n\t\t}else{ ok=true; }\n\t\tif(!ok&&this.lastConfig.windowState&&config.windowState){\n\t\t\tif(config.windowState!=this.lastConfig.windowState) ok=true;\t\t\t\n\t\t}else{ ok=true; }\n\t}\n\tif(!ok)return;\n\tif(this.writeTimeout){\n\t\tclearTimeout(this.writeTimeout);\n\t\tthis.writeTimeout = null;\n\t}\n\t\n\tthis.writeTimeout = setTimeout(function(){ \n\t\tair.Introspector.writeConfigFile(config);\t\t\n\t}, 300);\n\n\tthis.lastConfig = config;\n},\n\nreadConfig: function(config){\n\tif(config.evalHistory){\n\t\tthis.evalHistory = config.evalHistory;\n\t\tthis.evalHistoryPos = config.evalHistory.length;\n\t}\n\tif(isAppSandbox){\n\t\tif(config.rect){\n\t\t\tthis.nativeWindow.x = config.rect.x;\n\t\t\tthis.nativeWindow.y = config.rect.y;\n\t\t\tthis.nativeWindow.width = config.rect.width;\n\t\t\tthis.nativeWindow.height = config.rect.height;\n\t\t}\n\t\tif(config.windowState){\n\t\t\tswitch(config.windowState){\n\t\t\t\tcase runtime.flash.display.NativeWindowDisplayState.MAXIMIZED:\n\t\t\t\t\tthis.nativeWindow.maximize();\t\t\t\t\t\n\t\t\t\t\tbreak;\n\t\t\t\tcase runtime.flash.display.NativeWindowDisplayState.MINIMIZED:\n\t\t\t\t\tthis.nativeWindow.minimize();\t\t\t\t\t\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}else{\n\t\tif(config.rect){\n\t\t\tthis.window.moveTo(config.rect.x, config.rect.y);\n\t\t\tthis.window.resizeTo(config.rect.width, config.rect.height);\n\t\t}\n\t}\n\tthis.lastConfig = config;\n},\n\n\ninitConfigFile: function(){\n\tvar self = this;\n\n\tif(isAppSandbox){\n\t\tvar config = air.Introspector.readConfigFile();\n\t\tif(typeof config==\'undefined\') config = {};\n\t\tthis.readConfig(config);\n\t\tthis.nativeWindow.addEventListener(runtime.flash.events.NativeWindowBoundsEvent.MOVE , function(){ self.saveConfig(); });\n\t\tthis.nativeWindow.addEventListener(runtime.flash.events.NativeWindowBoundsEvent.RESIZE , function(){ self.saveConfig(); });\t\n\t}else{\n\t\tair.Introspector.readConfigFile(true, function(config){\n\t\t\tif(typeof config==\'undefined\') config = {};\n\t\t\tself.readConfig(config);\n\t\t\tsetInterval(function() { self.saveConfig(); }, 900);\n\t\t});\n\t}\n},\n\n\n\nloadUIElements: function(){\n\t\tthis.consoleDiv = this.htmlLoader.window.document.getElementById(\'console\');\n\t this.windowsDiv = this.htmlLoader.window.document.getElementById(\'windowList\');\n\t this.tabLabels = this.htmlLoader.window.document.getElementById(\'tabLabels\');\n\n\t\/\/ this.consoleTabLabel = this.htmlLoader.window.document.getElementById(\'consoleTabLabel\');\n\t\/\/ this.html2TabLabel = this.htmlLoader.window.document.getElementById(\'html2TabLabel\');\n\n\t this.evalConsoleText = this.htmlLoader.window.document.getElementById(\'evalConsoleText\');\n\t this.tabPages = this.htmlLoader.window.document.getElementById(\'tabPages\');\n\n\t this.cssTabLabels = this.htmlLoader.window.document.getElementById(\'css2TabLabels\');\n\t this.cssTabPages = this.htmlLoader.window.document.getElementById(\'css2TabPages\');\n\n\n\t this.domDiv = this.htmlLoader.window.document.getElementById(\'domTab\');\n\t \/\/this.htmlDiv = this.htmlLoader.window.document.getElementById(\'htmlTab\');\n\t this.netTabDiv = this.htmlLoader.window.document.getElementById(\'netTab\');\n\t this.html2TabDiv = this.htmlLoader.window.document.getElementById(\'html2Tab\');\n\t\tthis.html2Div = this.htmlLoader.window.document.getElementById(\'html2Div\');\n\t\tthis.html2Split = this.htmlLoader.window.document.getElementById(\'html2Split\');\n\t\tthis.css2Div = this.htmlLoader.window.document.getElementById(\'css2Div\');\n\t\tthis.css2SplitObj = new air.Introspector.split(this.html2Split, this.html2Div, this.css2Div , 300, 150);\n\t this.assetsTabDiv = this.htmlLoader.window.document.getElementById(\'assetsTab\');\n\t this.sourcesTabDiv = this.htmlLoader.window.document.getElementById(\'sourceTab\');\n\t this.inspectToolLabel = this.htmlLoader.window.document.getElementById(\'inspectToolLabel\');\n\t this.consoleMenuDiv = this.htmlLoader.window.document.getElementById(\'consoleMenuDiv\');\n\t this.domMenuDiv = this.htmlLoader.window.document.getElementById(\'domMenuDiv\');\t\n\t\tthis.menuDiv = this.htmlLoader.window.document.getElementById(\'menuDiv\');\t\n\n\t\tthis.domRemoveAttributeMenuDiv = this.htmlLoader.window.document.getElementById(\'domRemoveAttributeMenuDiv\');\n\n\t\tthis.css2DomTab = this.htmlLoader.window.document.getElementById(\'css2DomTab\');\n\t\tthis.css2StyleTab = this.htmlLoader.window.document.getElementById(\'css2StyleTab\');\n\n\t\tthis.refreshActiveWindowButton = this.htmlLoader.window.document.getElementById(\'refreshActiveWindow\');\n\t\n\t},\n\t\n\ncreateMenu: function(){\n\tvar self = this;\n\tif(isAppSandbox){\n\t\tvar consoleMenu = new runtime.flash.display.NativeMenu();\n\t\tvar domMenu = new runtime.flash.display.NativeMenu();\n\t\t\n\t\tvar clearMenu = new runtime.flash.display.NativeMenuItem(\'Clear console\');\n\t\tclearMenu.addEventListener(runtime.flash.events.Event.SELECT, function(){ self.clearConsole(); });\n\n\t\tvar saveMenu = new runtime.flash.display.NativeMenuItem(\'Save console to file...\');\n\t\tsaveMenu.addEventListener(runtime.flash.events.Event.SELECT, function(){ self.saveConsoleToFile(); });\n\n\t\tvar clipboardMenu = new runtime.flash.display.NativeMenuItem(\'Save console to clipboard\');\n\t\tclipboardMenu.addEventListener(runtime.flash.events.Event.SELECT, function(){ self.saveConsoleToClipboard(); });\n\n\n\t\tvar copyMenu = new runtime.flash.display.NativeMenuItem(\'Copy\');\n\t\tcopyMenu.addEventListener(runtime.flash.events.Event.SELECT, function(){ air.Introspector.runtime.NativeApplication.nativeApplication.copy() });\n\n\n\t\t\n\t\tvar domMenuExpand = new runtime.flash.display.NativeMenuItem(\'Expand All\');\n\t\tdomMenuExpand.addEventListener(runtime.flash.events.Event.SELECT, function(){ self.expandHoverDomElement(); });\t\t\n\t\tthis.domMenuExpand = domMenuExpand;\n\t\t\n\t\tvar domMenuCollapse = new runtime.flash.display.NativeMenuItem(\'Collapse\');\n\t\tdomMenuCollapse.addEventListener(runtime.flash.events.Event.SELECT, function(){ self.collapseHoverDomElement(); });\t\t\t\t\n\t\tthis.domMenuCollapse = domMenuCollapse;\n\t\t\n\t\tvar domMenuAddAttribute = new runtime.flash.display.NativeMenuItem(\'Add attribute\');\n\t\tdomMenuAddAttribute.addEventListener(runtime.flash.events.Event.SELECT, function(){ self.addHoverDomElementAttribute(); });\t\t\n\t\tthis.domMenuAddAttribute = domMenuAddAttribute;\n\t\t\n\t\tvar domMenuRemoveAttribute = new runtime.flash.display.NativeMenuItem(\'Remove attribute\');\n\t\tdomMenuRemoveAttribute.addEventListener(runtime.flash.events.Event.SELECT, function(){ self.removeHoverDomElementAttribute(); });\t\t\n\t\tthis.domMenuRemoveAttribute = domMenuRemoveAttribute;\n\t\t\n\t\t\n\t\t\n\t\tconsoleMenu.addItem(clearMenu);\n\t\tconsoleMenu.addItem(saveMenu);\t\n\t\tconsoleMenu.addItem(clipboardMenu);\t\n\t\tconsoleMenu.addItem(new runtime.flash.display.NativeMenuItem(\'\', true));\n\t\tconsoleMenu.addItem(copyMenu);\t\t\t\n\t\n\t\tdomMenu.addItem(domMenuExpand);\n\t\tdomMenu.addItem(domMenuCollapse);\t\t\n\t\tdomMenu.addItem(domMenuAddAttribute);\t\n\t\tdomMenu.addItem(domMenuRemoveAttribute);\t\t\t\n\t\t\t\n\t\tthis.consoleMenu = consoleMenu;\n\t\tthis.domMenu = domMenu;\n\t}else{\n\t\t\/\/preventing click when menu is visible\n\t\tthis.htmlLoader.window.document.addEventListener(\'click\', function(evt){\n\t\t\t\tif(self.isMenuVisible){\n\t\t\t\t\tvar parent = evt.srcElement;\n\t\t\t\t\twhile(parent){\n\t\t\t\t\t\tif(parent==self.menuDiv)\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\tparent = parent.parentNode;\n\t\t\t\t\t}\n\t\t\t\t\tevt.stopPropagation();\n\t\t\t\t\tself.hideMenu();\n\t\t\t\t}\n\t\t\t}, true);\n\t\t\t\n\t\t\n\t\tvar preventClosingListener = function(){\n\t\t\t\tif(this.style.display==\'block\'){\n\t\t\t\t\tif(self.menuTimeout){\n\t\t\t\t\t\tclearTimeout(self.menuTimeout);\n\t\t\t\t\t\tdelete self.menuTimeout;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\n\t\tvar hideMenuListener = function(){\n\t\t\t\tif(this.style.visibility==\'visible\'){\n\t\t\t\t\tif(!self.menuTimeout)\n\t\t\t\t\t\tself.menuTimeout = setTimeout(function(){ self.hideMenu(); }, 400);\n\t\t\t\t}\t\n\t\t\t};\n\n\t\tthis.consoleMenuDiv.addEventListener(\'mouseover\', preventClosingListener, true);\n\t\tthis.domMenuDiv.addEventListener(\'mouseover\', preventClosingListener, true);\n\t\t\n\t\tthis.consoleMenuDiv.addEventListener(\'mouseout\',hideMenuListener , true);\n\t\tthis.domMenuDiv.addEventListener(\'mouseout\',hideMenuListener , true);\t\t\n\t}\n\t\n},\t\n\n\n\n\n\nattachUIWindow: function(window){\n\tif(!isAppSandbox){\n\t\tthis.window = window;\n\t\tthis.htmlLoader = { window: window };\n\t\tthis.window.document.title = \'Non Application Sandbox - frame id=\"\'+iframeId+\'\"\';\n\t}else{\n\t\tthis.htmlLoader = window.htmlLoader;\n\t\tthis.nativeWindow = window.nativeWindow;\n\t\tthis.nativeWindow.width = 640;\n\t this.nativeWindow.height = 480;\n\t\tthis.window = window;\n\t}\n},\n\ndispose: function(){\n\ttry{\n\t\tthis.finishInspect();\n\t\twindow.closed = true;\n\t}catch(e){} \n},\n\ninit: function(window){\n var self = this;\n\n this.isWindowCreated = true;\n this.attachUIWindow(window);\n\n\n\n this.initConfigFile();\n\n\n\n\t\n this.loadUIElements();\n this.createMenu();\n\n\n\n\t\/\/restore inspecting to initial state\n\tif(this.isInspecting){\n this.inspectToolLabel.className+=\' selected\';\n }else{\n this.finishInspect();\n }\n\n\n this.consoleDiv.addEventListener(\'scroll\', function(){self.scrollDisabled = self.consoleDiv.scrollTop != self.consoleDiv.scrollHeight-self.consoleDiv.clientHeight;});\n \n\tthis.activateTab();\n\tthis.activateCssTab();\n\n \n this.isLoaded = true;\n if(this.logLines.length>0){\n this.refreshConsole();\n }\n \n if(this.requestLog.length>0){\n this.refreshNetConsole();\n }\n \n\n\tthis.refreshWindows();\n \n\tif(isAppSandbox){\n this.nativeWindow.visible = true;\n if(typeof window.activateDebug!=\'undefined\'&&window.activateDebug==false)\n {\n try{\n this.activeWindow.activate();\n\/\/ this.activeDebugWindow.orderToFront();\n }catch(e){\n }\n }\n \n\t air.Introspector.addKeyboardEvents(this.htmlLoader.stage);\n }\n\n this.refreshDomPanel();\n\n},\n\nrefreshWindows: function(){\n if(this.isAppSandbox){\n this.ownedWindows = air.Introspector.getHtmlWindows();\n this.windowsDiv.options.length = 0;\n\t\tvar windowsCount = 0;\n\t\tvar activeWindowFound = false;\n\t\tvar firstWindow = null;\n\t\tvar firstHtmlLoader = null;\n for(var i=this.ownedWindows.length-1;i>=0;i--){\n\t\t\tvar item = this.ownedWindows[i];\n if(item.nativeWindow==this.nativeWindow) continue;\n\t\t\ttry{\n\t\t\t\tif((item.htmlLoader.window.alert+\'\').indexOf(\"[native code]\")<0) continue;\n\t\t\t}catch(e){ continue; }\n\t\t\t\twindowsCount ++;\n\t\t\tfirstWindow = item.nativeWindow;\n\t\t\tfirtHtmlLoader = item.htmlLoader;\n\t\t\tif(item.nativeWindow==this.activeWindow){\n\t\t\t\tactiveWindowFound = true;\n\t\t\t\tthis.activeHtmlLoader = item.htmlLoader;\n\t\t\t}\n var selected = this.ownedWindows[i].nativeWindow==this.activeWindow;\n\t\t var label = item.label? \' - \' + item.label : \'\' ;\n var option = new Option(item.nativeWindow.title + label, i, selected, selected);\n\t\t\toption.innerHTML += \"&nbsp;\";\n this.windowsDiv.options.add(option);\n }\n\n\t\tif(windowsCount==0){\n\t\t\tif(air.Introspector.runtime.NativeApplication.nativeApplication.autoExit\n\t\t\t\t\t&&air.Introspector.config.closeIntrospectorOnExit){\t\t\t\n\t\t\t\tair.Introspector.runtime.NativeApplication.nativeApplication.exit();\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\tif(!activeWindowFound){\n\t\t\tthis.activeWindow = firstWindow;\n\t\t\tif(this.windowsDiv.options.length>0)\n\t\t\t\tthis.windowsDiv.options[0].selected = true;\n\t\t\tthis.activeHtmlLoader = firstHtmlLoader;\n\t\t}\n this.refreshDomPanel();\n this.createAssetsTree();\n this.createSourcesTree();\n\t}else{\n\t\tthis.windowsDiv.style.display=\'none\';\n\t\tthis.refreshActiveWindowButton.value=\'Refresh\';\n\t\t this.refreshDomPanel();\n\t this.createAssetsTree();\n\t this.createSourcesTree();\n\t}\n},\n\n\n refreshDomPanel: function(){\n this.makeDomDiv();\n this.makeHtmlDiv();\n },\n\n completeWindow: function(htmlLoader){\n \/\/clear dom related to this htmlLoader\n var self = this;\n var activeHtmlLoader = this.getActiveHtmlLoader();\n if(activeHtmlLoader==htmlLoader){\n this.createAssetsTree();\n this.createSourcesTree();\n }else{\n this.refreshWindows();\n }\n },\n\n setActiveWindowById: function(id){\n\t\tif(isAppSandbox){\n\t\t\tvar selectedWindow = this.ownedWindows[id];\n \t this.activeWindow = selectedWindow.nativeWindow;\n\t\t\tvar label = selectedWindow.label? \' - \' + selectedWindow.label : \'\' ;\n\t this.activeHtmlLoader = selectedWindow.htmlLoader;\n\t if(this.activeWindow!=null){\n\t try{\n\t this.logBuffer(\'\"\'+this.activeWindow.title+label+\'\" window selected\');\n\t }catch(e){\n\t }\n\t }\n\t this.refreshDomPanel();\n\t this.createAssetsTree();\n\t this.createSourcesTree();\n\t\t}\n },\n\n setActiveWindowByDocument: function(document){\n\t\tif(isAppSandbox){\n\t for(var i=this.windowsDiv.options.length-1;i>=0;i--){\n\t \ttry{\n\t \t\tvar option = this.windowsDiv.options[i];\n\t\t \tvar windowId = parseFloat(option.value);\n\t\t \tif(this.ownedWindows[windowId].htmlLoader.window.document==document){\n\t\t \t option.selected = true;\n\t\t \t this.setActiveWindowById(windowId);\n\t\t \t return;\n\t\t \t}\n\t \t}catch(e){\n\t \t}\n\t }\n\t\t}\n },\n\n getActiveHtmlLoader: function(){\n\t\tif(isAppSandbox){\n\t return this.activeHtmlLoader;\n\t\t}else{\n\t\t\treturn {window: this.activeWindow };\n\t\t}\n },\n\n\tsetTab: function(tab){\n\t\tthis.activeTab = tab;\n if(this.isLoaded){\n\t\t\tthis.activateTab();\n\t\t}\n\t\t\n },\n\tactivateTab: function(){\n this.clearTabs();\n\t\t\n\t\tvar tabName = this.tabs[this.activeTab];\n\t\tthis.activeTabDiv = this.htmlLoader.window.document.getElementById(tabName+\'Tab\');\n\t\twindow.SearchBox.attachToNode(this.activeTabDiv);\n\t\tthis.htmlLoader.window.document.getElementById(tabName+\'Label\').className = \'selected\';\n this.activeTabDiv.className = \'selected\';\n\n\t\tif(this.activeTab==0){\n\t\t\tthis.evalConsoleText.focus();\n\t\t}\n\t},\n setTool: function(toolName){\n switch(toolName){\n case \'inspect\':\n this.toggleInspect();\n break;\n }\n },\n clearTabs: function(){\n var child = this.tabLabels.firstChild;\n while(child!=null){\n if(child.nodeType==1) child.className = child.className.replace(\/selected\/, \'\');\n child=child.nextSibling;\n }\n var child = this.tabPages.firstChild;\n while(child!=null){\n if(child.nodeType==1) child.className = child.className.replace(\/selected\/, \'\');\n child=child.nextSibling;\n }\n },\n\n \n\n\ttimerBounce: function(tag){\n\t\tvar bounceTimer = 1300;\n\t\tvar hideBounce = function(){\n\t\t\tif(tag.className.indexOf(\'bounce\')==-1) return;\n\t\t\ttag.className = tag.className.replace(\/bounceOn\/g, \"bounceOff\");\n\t\t\ttag.innerHTML +=\'\'; \/\/force render\n\t\t\tsetTimeout(showBounce, bounceTimer);\n\t\t};\n\t\tvar showBounce = function(){\n\t\t\tif(tag.className.indexOf(\'bounce\')==-1) return;\n\t\t\ttag.className = tag.className.replace(\/bounceOff\/g, \"bounceOn\");\n\t\t\ttag.innerHTML +=\'\';\t\/\/force render\t\t\n\t\t\tsetTimeout(hideBounce, bounceTimer);\t\t\t\n\t\t};\n\t\tsetTimeout(hideBounce, bounceTimer);\n\t},\n\t\n\tbounceTab: function(tab){\n\t\tif(!air.Introspector.config.flashTabLabels)\n\t\t\treturn;\n\t\t\n\t\tif(this.isLoaded&&this.activeTab!=tab){\n\t\t\ttry{\n\t\t\t\tvar tabName = this.tabs[tab];\n\t\t\t\tvar tag = this.htmlLoader.window.document.getElementById(tabName+\'Label\');\n\t\t\t\tif(tag.className.indexOf(\'bounce\')==-1){\n\t\t\t\t\ttag.className += \' bounceOn\';\n\t\t\t\t\tthis.timerBounce(tag);\n\t\t\t\t}\n\t\t\t}catch(e){\n\t\t\t\t\/\/wrong tab...\n\t\t\t}\n\t\t}\n\t},\n\t\n\t\n\tloadUrl: function(url, callback){\n \tvar loader = new air.Introspector.runtime.URLLoader();\n loader.addEventListener(air.Introspector.runtime.Event.COMPLETE, function(e)\n {\n \tcallback(loader.data);\n });\n loader.load(new air.Introspector.runtime.URLRequest(activeHtmlLoader.location));\n },\n \n \n \n closedWindow: function(htmlLoader){\n\t\tvar self = this;\n\t\tthis.htmlLoader.window.setTimeout(function(){\n \tself.refreshWindows();\n\t\t}, 0);\n },\n \n\thideMenu: function(ev){\n\t\tthis.isMenuVisible=false;\n\t\tthis.consoleMenuDiv.style.display = \'\';\n\t\tthis.domMenuDiv.style.display = \'\';\t\t\n\t\tthis.menuHoverDomElement = null;\t\t\n\t},\n\t\n\tshowMenu: function(ev){\n\t\tif(ev.srcElement&&ev.srcElement.nodeName.toLowerCase()==\"input\") return;\n\t\tif(isAppSandbox){\n\t\t\tvar self = this;\n\t\t\tvar menu = this.activeTab==0?this.consoleMenu:null;\n\n\t\t\tif(this.hoverDomElement){\n\t\t\t\tthis.menuHoverDomElement = this.hoverDomElement;\n\t\t\t\tthis.menuHoverDomElementAttribute = this.hoverDomElementAttribute;\n\t\t\t\tthis.domMenuRemoveAttribute.enabled = this.hoverDomElementAttribute?true:false;\n\t\t\t\tmenu = this.domMenu;\n\t\t\t}\n\t\t\t\t\t\t\n\t\t\tif(menu){\n\t\t\t\tmenu.display(nativeWindow.stage, ev.pageX, ev.pageY);\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\t\n\t\t}else{\t\n\t\t\t\n\t\t\t\n\t\t\tvar menuDiv = this.activeTab==0?this.consoleMenuDiv:null;\n\t\t\t\n\t\t\tif(this.hoverDomElement){\n\t\t\t\tthis.menuHoverDomElement = this.hoverDomElement;\n\t\t\t\tmenuDiv = this.domMenuDiv;\n\t\t\t}\n\t\t\t\n\t\t\tif(this.hoverDomElementAttribute){\n\t\t\t\tthis.menuHoverDomElementAttribute=this.hoverDomElementAttribute;\n\t\t\t\tthis.domRemoveAttributeMenuDiv.style.display = \'\'; \t\t\t\t\n\t\t\t}else{\n\t\t\t\tthis.domRemoveAttributeMenuDiv.style.display = \'none\'; \n\t\t\t}\n\t\t\t\n\t\t\tif(menuDiv){\n\t\t\t\tthis.isMenuVisible = true;\n\t\t\t\tmenuDiv.style.left=(ev.pageX-4)+\'px\';\n\t\t\t\tmenuDiv.style.top=(ev.pageY-4)+\'px\';\t\t\t\n\t\t\t\tmenuDiv.style.display = \'block\';\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\t\n\t\t}\n\n\t\treturn true;\t\n\t},\n\t\n\t\n\n\n\t\t\/\/-------------------------------------------------------------------------------------------------------------------------------------------------------\n\n\n\t\t\/\/=======================================================================================================================================================\n\t\t\/\/DebugWindow.ASSETS.js\n\t\t\/\/=======================================================================================================================================================\n\t\tcreateLinksTree: function(document){\n\treturn function(){\n\t\tvar alreadyAdded = {};\n \tthis.items = [];\n \tfor(var i=0;i<document.links.length;i++){\n \t\tif(alreadyAdded[document.links[i].href]) continue;\n \t\tif(document.links[i].name&&document.links[i].name.length!=0){\n \t\t var node = new air.Introspector.tree.node(document.links[i].name, { nodeLabel2: document.links[i].href, openable:false});\n \t\t}else{\n \t\t\t var node = new air.Introspector.tree.node(document.links[i].href, { nodeLabel2: \'\', openable:false});\n \t\t}\n \t\tthis.items.push(node);\n \t\talreadyAdded[document.links[i].href]=true;\n \t}\n\t};\n},\n\ncreateImagesTree: function(document){\n return function(){\n \tvar alreadyAdded = {};\n this.items = [];\n for(var i=0;i<document.images.length;i++){\n \tif(alreadyAdded[document.images[i].src]) continue;\n\t\t\tvar title = document.images[i].src;\n\t\t\tif(isAppSandbox){\n\t\t\t\ttry{\n\t\t\t\tvar file = new runtime.flash.filesystem.File(document.images[i].src);\n\t\t\t\tif(file.exists){\n\t\t\t\t\ttitle += \' [size: \'+(Math.round(file.size\/10.24)\/100)+\' KB]\';\n\t\t\t\t}else{\n\t\t\t\t\ttitle += \' [NOT FOUND]\';\n\t\t\t\t}\n\t\t\t\t}catch(e){\n\t\t\t\t\t\/\/ we\'ll be here if the image src is not correct\n\t\t\t\t\t\/\/ just ignore it; \n\t\t\t\t}\n\t\t\t}\n var node = new air.Introspector.tree.node(title, {\n src : document.images[i].src,\n onshow:function(){\n if(this.items.length==0){\n this.items = [ new air.Introspector.tree.imageDownloadNode(this.src) ];\n } \n }, onhide: function(){\n \t\/\/this.items.length = 0;\n\t\t\t\t\tthis.clearItems();\n }\n });\n this.items.push(node);\n alreadyAdded[document.images[i].src] = true;\n }\n };\n},\n\n\ncreateCssTree: function(document){\n return function(){\n this.items = [];\n for(var i=0;i<document.styleSheets.length;i++){\n \t\tvar node;\n if(document.styleSheets[i].href){\n \tnode = new air.Introspector.tree.node (document.styleSheets[i].href, {\n src : document.styleSheets[i].href,\n onshow:function(){\n if(this.items.length==0)\n this.items = [ new air.Introspector.tree.textDownloadNode(this.src) ]; \n }\n });\n }else{\n \t node = new air.Introspector.tree.node (\'<style>\', {\n text: document.styleSheets[i].ownerNode.innerHTML,\n onshow:function(){\n if(this.items.length==0)\n this.items = [ new air.Introspector.tree.textNode(this.text) ]; \n }\n }); \n }\n this.items.push(node);\n }\n };\n},\n\n\ncreateProjectTree: function(){\n\tif(isAppSandbox){\n\t\tvar self = this;\n \tvar formats = air.Introspector.formats;\n \tvar extendTree = function(parentNode, file){\n this.items = [];\n var files = file.getDirectoryListing();\n for(var i=0;i<files.length;i++){\n var node;\n if(files[i].isDirectory){\n node = new air.Introspector.tree.node (files[i].name , {\n src : files[i],\n onshow:function(){\n extendTree(this, this.src);\n },\n onhide:function(){\n \t\/\/this.items.length=0;\n\t\t\t\t\t\t\tthis.clearItems();\n }\n });\n }else{\n\t\t\t\t\t\tvar title = files[i].name;\n\t\t\t\t\t\tvar format = formats[files[i].extension];\n\n\t\t\t\t\t\tif(isAppSandbox && format==1){\n\t\t\t\t\t\t\tvar file = files[i];\n\t\t\t\t\t\t\tif(file.exists){\n\t\t\t\t\t\t\t\ttitle += \' [size: \'+(Math.round(file.size\/10.24)\/100)+\' KB]\';\n\t\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\t\ttitle += \' [NOT FOUND]\';\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\t\t\t\t\t\t\n\t\t\t\t\t\t\n \t node = new air.Introspector.tree.node (title , {\n\t src : \'file:\/\/\/\'+files[i].nativePath,\n\t\t\t\t\t\t\tformat: formats[files[i].extension], \n\t onshow:function(){\n\t if(this.items.length==0){\n\t \tif(this.format==0){\n\t this.items = [ new air.Introspector.tree.textDownloadNode(this.src) ];\n\t \t}else if(this.format==1){\n\t \t this.items = [ new air.Introspector.tree.imageDownloadNode(this.src) ];\n\t \t}else if(this.format==2){\n\t\t\t\t\t\t\t\t\t\tif(this.items.length==0){\n\t\t\t\t\t\t\t\t\t\t\tvar selfNode = this;\n\t\t\t\t\t\t\t\t\t\t\tif(isAppSandbox){ \/\/can not be something else\n\t\t\t\t\t\t\t\t\t \tvar scriptLoader = new air.Introspector.runtime.URLLoader();\n\t\t\t\t\t\t\t\t\t\t scriptLoader.addEventListener(air.Introspector.runtime.Event.COMPLETE, function(e){\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar domParser = new DOMParser();\n\t\t\t\t\t\t\t\t\t\t\t\t\t\ttry{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar xmlData = domParser.parseFromString(scriptLoader.data, \"text\/xml\");\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tself.extendDom2TreeNode(selfNode, xmlData, true);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}catch(e){\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttry{\n\t\t\t\t\t \t\t\tselfNode.items = [ new air.Introspector.tree.textNode(scriptLoader.data) ];\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}catch(err){\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tselfNode.items = [ new air.Introspector.tree.textNode(err+\'\') ];\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tselfNode.show();\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tscriptLoader = null;\n\t\t\t\t\t\t\t\t\t\t\t });\n\t\t\t\t\t\t\t\t\t\t\t\tscriptLoader.addEventListener(air.Introspector.runtime.IOErrorEvent.IO_ERROR, function(e){\n\t\t\t\t\t\t\t\t\t\t\t\t\tselfNode.items = [ new air.Introspector.tree.textNode(\"error loading file \"+e) ];\n\t\t\t\t\t\t\t\t\t\t\t\t\tselfNode.show();\n\t\t\t\t\t\t\t\t\t\t\t\t\tair.Introspector.logError(e);\n\t\t\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\t\tscriptLoader.load(new air.Introspector.runtime.URLRequest(this.src));\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tselfNode.items = [ new air.Introspector.tree.textNode(\"Loading...\") ];\n\t\t\t\t\t\t\t\t\t\t}\n\t \t}\n\t } \n\t }, onhide: function(){ this.clearItems(); }\n\t });\n }\n parentNode.items.push(node);\n }\n };\n \n node = new air.Introspector.tree.node (\'Application files\' , {\n src : runtime.flash.filesystem.File.applicationDirectory,\n onshow:function(){\n extendTree(this, this.src);\n },\n onhide:function(){\n \/\/this.items.length=0;\n\t\t\t\t\t\t\tthis.clearItems();\n }\n });\n return node;\n\t}else{\n\t\treturn null;\n\t}\n},\n \n\ncreateScriptsTree: function(document){\n return function(){\n this.items = [];\n for(var i=0;i<document.scripts.length;i++){\n\t\t\tvar node;\n \tif(document.scripts[i].src){\n \t\tnode = new air.Introspector.tree.node (document.scripts[i].src, {\n \t\t\tsrc : document.scripts[i].src,\n \t\t\tonshow:function(){\n\t \t\t\t\tif(this.items.length==0){\t\n\t\t\t\t\t\t\tif(this.src.length>=3&&this.src.substr(this.src.length-3).toLowerCase()==\'swf\'){\n\t\t\t\t\t\t\t\tthis.items = [ new air.Introspector.tree.textNode(\"SWF file\") ]; \n\t\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\t\tthis.items = [ new air.Introspector.tree.textDownloadNode(this.src) ];\t\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n \t\t\t}\n \t\t});\n \t}else{\n node = new air.Introspector.tree.node (\'<script>\', {\n \ttext: document.scripts[i].innerText,\n \tonshow:function(){\n \t\tif(this.items.length==0)\n this.items = [ new air.Introspector.tree.textNode(this.text) ]; \n }\n });\t\n \t}\n this.items.push(node); \n }\n };\n \n}, \n\ncreateAssetsTree: function(){\n this.assetsTabDiv.innerHTML = \'\';\n\tif(this.assetsTabDivNode){\n\t\tthis.assetsTabDivNode.dispose();\n\t\tthis.assetsTabDivNode = null;\n\t}\n var activeHtmlLoader = this.getActiveHtmlLoader();\n if(activeHtmlLoader!=null){\n var document = activeHtmlLoader.window.document;\n\t\tif(!document)return;\n var self = this;\n var node = new air.Introspector.tree.node(\"Assets\",{\n onshow: function(){\n this.items = [\n new air.Introspector.tree.node(\"Links\",{openable:document.links.length!=0, onshow: self.createLinksTree(document) } ),\n new air.Introspector.tree.node(\"Images\",{openable:document.images.length!=0, onshow: self.createImagesTree(document) } ),\n new air.Introspector.tree.node(\"CSS (\"+document.styleSheets.length+\')\',{openable:document.styleSheets.length!=0, onshow: self.createCssTree(document) } ),\n new air.Introspector.tree.node(\"JS (\"+document.scripts.length+\')\',{openable:document.scripts.length!=0, onshow: self.createScriptsTree(document) } ),\n ];\n },\n onhide: function(){\n \t\/\/this.items.length = 0;\n\t\t\t\tthis.clearItems();\n }\n });\n node.shouldOpen();\n\t\tthis.assetsTabDivNode = node;\n this.assetsTabDiv.appendChild(node.createDiv(this.htmlLoader.window.document));\n }\n\n},\n\ncreateSourcesTree: function(){\n this.sourcesTabDiv.innerHTML = \'\';\n\n\tif(this.sourceTabDivNodes){\n\t\tfor(var i=this.sourceTabDivNodes.length-1;i>=0;i--){\n\t\t\tif(this.sourceTabDivNodes[i]){\n\t\t\t\tthis.sourceTabDivNodes[i].dispose();\n\t\t\t\tthis.sourceTabDivNodes[i] = null;\n\t\t\t}\n\t\t}\n\t\tthis.sourceTabDivNodes = null;\n\t}\n\t\n\tthis.sourceTabDivNodes = [];\n var activeHtmlLoader = this.getActiveHtmlLoader();\n if(activeHtmlLoader!=null){\n var document = activeHtmlLoader.window.document;\n var self = this;\n var node = new air.Introspector.tree.node(\"Actual source\",{\n \tsrc: activeHtmlLoader.window.location, \n onshow: function(){\n this.items = [ new air.Introspector.tree.textDownloadNode(this.src) ]; \n },\n onhide: function(){\n \/\/this.items.length = 0;\n\t\t\t\tthis.clearItems();\n }\n });\n\t\tthis.sourceTabDivNodes.push(node);\n this.sourcesTabDiv.appendChild(node.createDiv(this.htmlLoader.window.document));\n \n var node = new air.Introspector.tree.node(\"Parsed source\",{\n \t\/\/text: ,\n onshow: function(){\n var parsedSource = [];\n var node = document.firstChild;\n while(node) {\n var nodeSource = node.outerHTML;\n if (typeof nodeSource != \'undefined\') {\n parsedSource.push(nodeSource);\n }\n node = node.nextSibling;\n }\n this.items = [ new air.Introspector.tree.textNode(parsedSource.join(\"\\n\")) ];\n },\n onhide: function(){\n \/\/this.items.length = 0;\n\t\t\t\tthis.clearItems();\n }\n });\n\t\tthis.sourceTabDivNodes.push(node);\n this.sourcesTabDiv.appendChild(node.createDiv(this.htmlLoader.window.document));\n\n\t\tif(isAppSandbox){\n var node = this.createProjectTree();\n\t\t\tthis.sourceTabDivNodes.push(node);\n this.sourcesTabDiv.appendChild(node.createDiv(this.htmlLoader.window.document));\n\t\t}\n }\n},\n\n\n\n\n\n\t\t\/\/-------------------------------------------------------------------------------------------------------------------------------------------------------\n\n\t\t\/\/=======================================================================================================================================================\n\t\t\/\/DebugWindow.CONSOLE.js\n\t\t\/\/=======================================================================================================================================================\n\t\t\n\n\n\n\n extendTreeNode: function(node, obj){\n try{\n var self = this;\n var items = [];\n if(typeof obj==\'undefined\'||obj==null)\n return;\n if(air.Introspector.isXMLObject(obj)){\n \tthis.extendDom2TreeNode(node, obj);\n \treturn;\n } \n var isItemNative = air.Introspector.isItemNative(obj);\n var parseArray = air.Introspector.isArrayObject(obj)||air.Introspector.isArgumentsObject(obj)||isItemNative;\n var parseHash = !parseArray || isItemNative;\n if (parseArray){\n\t\t\t\tvar l = obj.length;\n \tfor(var i=0;i<l;i++){\n var value;\n try{\n value = obj[i];\n }catch(e){\n value = e;\n }\n items.push(this.createJsTreeNode(i, value, this.createGetter(obj, i), this.createSetter(obj, i))); \n }\n } \n if(parseHash) {\n for(var i in obj){\n var value;\n try{\n value = obj[i];\n }catch(e){\n value = e;\n }\n items.push(this.createJsTreeNode(i, value, this.createGetter(obj, i), this.createSetter(obj, i)));\n }\n }\n\n\t\t\tif(air.Introspector.config.debugRuntimeObjects && !parseArray){\n\t\t\t\ttry{\n\t\t\t\t\tvar typeDescription = runtime.flash.utils.describeType(obj);\n\t\t\t\t\tif(!this.domParser) this.domParser = new DOMParser();\n\t\t\t\t\tvar typeXml = this.domParser.parseFromString(typeDescription, \"text\/xml\");\n\t\t\t\t\tvar child = typeXml.firstChild.firstChild;\n\t\t\t\t\twhile(child){\n\t\t\t\t\t\tif(child.nodeName==\'accessor\'||child.nodeName==\'constant\'||child.nodeName==\'method\'||child.nodeName==\'variable\'){\n\t\t\t\t\t\t\tvar name = child.getAttribute(\'name\');\n\t\t\t\t\t\t\tif(name!=null && name!=\'prototype\'){\n\t\t\t try{\n\t\t\t\t\t\t\t\t\titems.push(this.createJsTreeNode(name, obj[name], this.createGetter(obj, name), this.createSetter(obj, name)));\t\t\n\t\t\t }catch(e){\n\t\t\t\t\t\t\t\t\titems.push(this.createJsTreeNode(name, \'\', this.createGetter(obj, name), this.createSetter(obj, name), e));\n\t\t\t }\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tchild = child.nextSibling;\n\t\t\t\t\t}\n\t\t\t\t}catch(e){\n\t\t\t\t\t\/\/just hide the error\n\t\t\t\t}\n }\n items.sort(function(node1, node2){\n \tvar isNode1Number = parseInt(node1.nodeLabel)==node1.nodeLabel;\n \tvar isNode2Number = parseInt(node2.nodeLabel)==node2.nodeLabel;\n \tif(isNode1Number&&isNode2Number){\n \t\treturn parseInt(node1.nodeLabel)-parseInt(node2.nodeLabel);\n \t}\n \tif(isNode1Number){\n \t\treturn -1;\n \t}\n \tif(isNode2Number){\n \t\treturn 1;\n \t}\n \tif(node1.nodeLabel.toLowerCase()==node2.nodeLabel.toLowerCase())\n return 0;\n if(node1.nodeLabel.toLowerCase()<node2.nodeLabel.toLowerCase())\n return -1;\n return 1;\n });\n }catch(e){\n this.logError(e);\n }\n\t\tnode.items = items;\n },\n\n createGetter: function(obj, i){\n return function(){ \n try{\n return obj[i];\n }catch(e){}\n }\n },\n\n createSetter: function(obj, i){\n return function(value){ \n try{\n obj[i] = value;\n }catch(e){}\n }\n },\n\n\n\n\n\tcreateJsTreeNode : function(stringValue, value, getter, setter, error){\n var self = this;\n\n var config = {\n editable:false,\n onshow: function(sender){\n\t\t\t\t\tself.extendTreeNode(sender, value);\n }, \n onhide: function(){\n\t\t\t\t\tthis.clearItems();\n\/\/ this.items.length = 0;\n },\n onclick: function(){\n \tif(typeof getter!=\'undefined\'){\n \t self.clicked = getter();\n \t}\n },\n getEditValue: function(){\n if(typeof getter!=\'undefined\')\n {\n switch(this.valueType){\n case 0:\n return getter();\n case 1:\n return getter().replace(\/\\n\/g, \"\\\\n\");\n }\n }\n },\n setEditValue: function(value)\n {\n if(typeof setter!=\'undefined\'){\n switch(this.valueType){\n case 0:\n var lowerCaseValue = value.toLowerCase();\n if(lowerCaseValue==\'true\')\n setter(true);\n else if(lowerCaseValue==\'false\')\n setter(false);\n else\n setter(parseFloat(value));\n break;\n case 1:\n setter(value.replace(\/\\\\n\/g, \"\\n\"));\n break;\n }\n setTimeout(function(self){\n if(typeof getter!=\'undefined\'){\n var value = getter();\n if(typeof value!=\'undefined\'&&value!=null){\n switch(self.valueType){\n case 0:\n self.nodeLabel2 = value;\n break;\n case 1:\n var newValue = value.replace(\/\\n\/g, \"\\\\n\");\n if(newValue.length == 0) newValue = \'[empty string - click to edit]\';\n else newValue = \'\"\'+newValue +\'\"\';\n self.nodeLabel2 = newValue;\n break;\n }\n self.refreshLabel();\n }\n }\n },0,this);\n }\n }\n };\n\n var openable = false;\n var value2 = \'\';\n\n if(typeof value==\'undefined\'){\n openable = false;\n\t\tvalue2 = \'[undefined]\';\n }else if(value==null){\n openable = false;\n\t\tvalue2 = \'[null]\';\n }else{\n\t\t\n\t\t\n openable = false;\n for(var i in value){\n openable=true;\n break;\n }\n\t\tvar hasASValues = false;\n\t\tvar isItemNative = air.Introspector.isItemNative(value);\n var parseArray = air.Introspector.isArrayObject(value)||air.Introspector.isArgumentsObject(value)||isItemNative;\n\t\tif(air.Introspector.config.debugRuntimeObjects && !parseArray){\n\t\t\ttry{\n\t\t\t\tvar typeDescription = runtime.flash.utils.describeType(value);\n\t\t\t\tif(!this.domParser) this.domParser = new DOMParser();\n\t\t\t\tvar typeXml = this.domParser.parseFromString(typeDescription, \"text\/xml\");\n\t\t\t\tvar child = typeXml.firstChild.firstChild;\n\t\t\t\twhile(child){\n\t\t\t\t\tif(child.nodeName==\'accessor\'||child.nodeName==\'method\'||child.nodeName==\'constant\'||child.nodeName==\'variable\'){\n\t\t\t\t\t\tif(child.getAttribute(\'declaredBy\') != \'flash.html::__HTMLScriptFunction\'){\n\t\t\t\t\t\t\topenable = true;\n\t\t\t\t\t\t\thasASValues = true;\t\n\t\t\t\t\t\t}\t\t\t\t\t\t\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t\tchild=child.nextSibling;\n\t\t\t\t}\n\t\t\t}catch(e){\n\t\t\t\t\/\/hide the error\n\t\t\t}\n\t\t}\n\tif(typeof error!=\'undefined\'){\n\t\t\n\t}else if(air.Introspector.isNumberObject(value)){\n value2 = value;\n if(typeof setter!=\'undefined\'){\n config.editable = true;\n config.valueType = 0;\n }\n openable = false;\n }else if(air.Introspector.isStringObject(value)){\n value2 = value.replace(\/\\n\/g, \"\\\\n\");\n if(value2.length == 0) value2 = \'[empty string - click to edit]\';\n else value2 = \'\"\'+value2 +\'\"\';\n\n if(typeof setter!=\'undefined\'){\n config.editable = true;\n config.valueType = 1; \n }\n openable = false;\n }else if(air.Introspector.isArgumentsObject(value)){\n value2 = \'[Arguments \'+value.length+\']\';\n openable = true;\n }else if(air.Introspector.isArrayObject(value)||(air.Introspector.isItemNative(value)&&typeof value.length!=\'undefined\')){\n value2 = \'[Array \'+value.length+\']\';\n openable = true;\n }else if(typeof value==\'function\' && !hasASValues ){\n\t\t\t\topenable = false;\n\t\t\t\tvalue2 = \"[function]\";\n\t\t }else{\n try{\n value2 = value+\'\';\n }catch(e){\n value2 = e+\'\';\n }\n }\n }\n\n config.nodeLabel2 = value2;\n config.openable = openable; \n\n if(air.Introspector.isStringObject(stringValue)&&stringValue.length==0){\n \tstringValue = value2;\n \tconfig.nodeLabel2 = \'\';\n }\n return new air.Introspector.tree.node(stringValue,config);\n },\n\n\n\t logArguments: function(args, config){\n\t if(typeof config==\'undefined\') config = {};\n\t config.buffer=\'\';\n\t if(args.length==1)\n\t this.logObject(args[0], config);\n\t else\n\t this.logObject(args, config);\n\t },\n\t\n\t\n\t logObject: function(obj, config){\n\t if(typeof config==\'undefined\') config = {};\n\t if(this.isLoaded){\n\t \t\tif(typeof obj != \'undefined\')\n\t\t\t\t{\n\t \t\tvar node = this.createJsTreeNode(\'\', obj);\n\t \t\tvar addElement = true;\n\t \t\tif(node.openable&&config.buffer==\'\'){\n\t \t\t\ttry{\n\t\t\t\t\t\t\tif(air.Introspector.isArrayObject(obj)||air.Introspector.isArgumentsObject(obj)){\n\t\t\t\t\t\t\t\tvar l = obj.length;\n\t\t\t\t\t\t\t\tvar str = \'\';\n\t\t\t\t\t\t\t\tfor(var i=0;i<l;i++){\n\t\t\t\t\t\t\t\t\ttry{\n\t\t\t\t\t\t\t\t\t\tif(typeof obj[i]==\'undefined\')\n\t \t\t\tstr+= \'[undefined], \';\t\t\t\n\t\t\t\t\t\t\t\t\t\telse if(air.Introspector.isArrayObject(obj[i]))\n\t\t\t\t\t\t\t\t\t\t\tstr+=\'[Array \'+obj[i].length+\'], \';\n\t\t\t\t\t\t\t\t\t\telse if(air.Introspector.isArgumentsObject(obj[i]))\n\t\t\t\t\t\t\t\t\t\t\tstr+=\'[Arguments \'+obj[i].length+\'], \';\n\t\t\t\t\t\t\t\t\t\telse\n\t \t\t\tstr+= obj[i]+\', \';\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t}catch(e){\n\t\t\t\t\t\t\t\t\t\tstr+=\'[\'+e+\'], \';\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tconfig.buffer = str;\n\t\t\t\t\t\t\t}\n\t\t }catch(e){\n\t\t }\n\t \t\t}\n\t \t\tif(typeof config.buffer==\'undefined\'||config.buffer==\'\'){\n\t \t\t\ttry{\n\t \t config.buffer = obj+\'\';\n\t \t addElement = node.openable;\n\t \t\t\t}catch(e){\n\t \t\t\t\tconfig.buffer = e;\n\t \t\t\t}\n\t \t\t}\n\t \t\tif(addElement)\n\t \t\t config.element = node.createDiv(this.htmlLoader.window.document);\t\n\t \t}else if(typeof config.fromConsole==\'undefined\'||config.fromConsole==false){\n\t\t\t\t\tvar node = this.createJsTreeNode(\'[undefined]\');\n\t\t\t\t\tconfig.element = node.createDiv(this.htmlLoader.window.document);\t\n\t\t\t\t}\n\t this.logBuffer(config.buffer, config);\n\t\t\t\tthis.bounceTab(0);\n\t }else{\n\t air.Introspector.extend(config, {obj: obj, isObject:true, doNotLog:true});\n\t this.logLines.push(config);\n\t }\n\t },\n\n\t showLogItem: function(logItem){\n\t if(this.isLoaded){\n\t var listItem = this.consoleDiv.ownerDocument.createElement(\'li\');\n\t var listItemText = this.consoleDiv.ownerDocument.createElement(\'div\');\n\t\t\t\tif(logItem.usePre)\n\t\t\t\t{\n\t\t\t\t\tvar pre = \"<pre>\"+air.Introspector.escapeHtml(logItem.buffer).replace(\/\\n\/g, \'<\/pre><pre>\') + \"<\/pre>\";\n\t \tlistItemText.innerHTML = logItem.specialBuffer + pre;\n\t\t\t\t}else\n\t \tlistItemText.innerHTML = logItem.specialBuffer + air.Introspector.escapeHtml(logItem.buffer);\n\t listItemText.className = \'\tconsoleItemText\';\n\t listItem.appendChild(listItemText);\n\t this.consoleDiv.appendChild(listItem);\n\t if(typeof logItem.element!=\'undefined\'){\n\t listItem.appendChild(logItem.element);\n\t }\n\t if(typeof logItem.type!=\'undefined\'){\n\t listItem.className += \' \'+logItem.type;\n\t var listItemType = this.consoleDiv.ownerDocument.createElement(\'div\');\n\t listItemType.className = \'typeBox\';\n\t switch(logItem.type){\n\t case \'warn\':\n\t listItemType.innerHTML = \'!\';\n\t break;\n\t case \'info\':\n\t listItemType.innerHTML = \'i\';\n\t break;\n\t case \'error\':\n\t listItemType.innerHTML = \'x\';\n\t break;\n\t }\n\t listItem.appendChild(listItemType);\n\t }\n\t this.scrollConsole();\n\t\t\t\tlogItem.displayObject = listItem;\n\t }\n\t },\n\t logBuffer: function(buffer, config){\n\t if(typeof config==\'undefined\') config = {};\n\t if(typeof buffer==\'undefined\') buffer = \'\';\n\t var specialBuffer = \'\';\n\t\t\tvar textSpecialBuffer = \'\';\n\t\t\t\n\t if(air.Introspector.config.showTimestamp){\n\t var date = typeof config.timestamp==\'undefined\'?new Date():config.timestamp;\n\t\t\t\tvar dateStr = air.Introspector.twoDigits(date.getHours())+\':\'+air.Introspector.twoDigits(date.getMinutes())+\':\'+air.Introspector.twoDigits(date.getSeconds());\n\t specialBuffer=\'<span class=\"consoleTimestamp\">[\'+dateStr+\']<\/span> \'+specialBuffer;\n\t\t\t\ttextSpecialBuffer= \'[\'+dateStr+\']\'+textSpecialBuffer;\n\t }\n\t if(air.Introspector.config.showSender&&config.htmlLoader){\n\t try{\n\t\t\t\t var locationStr = config.htmlLoader.window.location;\n\t specialBuffer=\'<span class=\"consoleFrom\">[\'+locationStr+\']<\/span>\'+specialBuffer;\n\t\t\t\t textSpecialBuffer= \'[\'+locationStr+\']\'+textSpecialBuffer;\n\t }catch(e){\n\t \/\/no htmlLoader provided - use current window\n\t buffer=\'[Debugger]\'+buffer;\n\t } \n\t }\n\t var logItem = {buffer: buffer, specialBuffer:specialBuffer, textSpecialBuffer:textSpecialBuffer};\n\t delete config.buffer;\n\t air.Introspector.extend(logItem, config);\n\t this.showLogItem(logItem);\n\t if(typeof config.doNotLog==\'undefined\'){\n\t this.logLines.push(logItem);\n\t }\n\t },\n\t scrollConsole:function(){\n\t \tif(!this.scrollDisabled)\n\t {\n\t \tvar self = this;\n\t setTimeout(function(){ self.consoleDiv.scrollTop = self.consoleDiv.scrollHeight; self.scrollDisabled = false; }, 0);\n\t }\n\t },\n\t refreshConsole: function(){\n\t this.consoleDiv.innerHTML = \'\';\n\t for(var i=0;i<this.logLines.length;i++){\n\t if(typeof this.logLines[i].isObject!=\'undefined\'){\n\t \/\/air.Introspector.is an Object log\n\t this.logObject(this.logLines[i].obj, this.logLines[i] );\n\t }else{\n\t this.showLogItem(this.logLines[i]);\n\t }\n\t }\n\t this.scrollConsole();\n\t },\n\t\n\t\n\t aireval : function(src, realWindow, result, error){\n\t var self = this;\n\t\t\tvar myAir = {\n\t Introspector: { \n\t loadedEval: src, \n\t mainWindow: realWindow,\n\t loaded: function(returnValue){\n\t if(typeof result==\'function\'){\n\t result.call(self, returnValue);\n\t }\n\t },\n\t error : function(returnValue){\n\t if(typeof error==\'function\'){\n\t error.call(self, returnValue);\n\t }\n\t }, \n\t }\n\t };\n\n\t\t\tif(isAppSandbox){\n\t var htmlLoader = new air.Introspector.runtime.HTMLLoader();\n\t htmlLoader.addEventListener(air.Introspector.runtime.Event.HTML_DOM_INITIALIZE, function(){\n\t \t htmlLoader.window.clicked = self.clicked;\n\/*\t\t\t\t\t htmlLoader.window.toXML = function(xml){\n\t\t\t\t\t\t\tvar domParser = new DOMParser();\n\t\t\t\t\t\t\treturn domParser.parseFromString(xml, \"text\/xml\");\n\t\t\t\t\t };*\/\n\t htmlLoader.window.air = myAir;\n\t });\n \n\t if ( typeof htmlLoader.placeLoadStringContentInApplicationSandbox != \'undefined\' ) {\n\t\t \/\/since AIR1.5 the htmlLoader will not allow string load in app sandbox\n\t\t \/\/don\'t need to switch this back to false, because the htmlLoader will die after this call\n\t\t htmlLoader.placeLoadStringContentInApplicationSandbox = true;\n\t }\n \n\t htmlLoader.loadString(\"<script>var result; var evalSource = air.Introspector.loadedEval; try { result = eval(\'with(air.Introspector.mainWindow){\'+ evalSource +\'}\'); air.Introspector.loaded(result); }catch(e){air.Introspector.error(e)}<\/\"+\"script>\");\n\t\t\t}else{\n\t\t\t\t\/\/we just don\'t need all that stuff - real eval is there (we actually run this peace of code in the same sandbox)\n\t\t\t\tvar resultvalue; \n\t\t\t\tvar evalSource = myAir.Introspector.loadedEval; \n\t\t\t\ttry {\n\t\t\t\t\twith(realWindow){ \n\t\t\t\t\t\tresultvalue=realWindow.eval(evalSource); \n\t\t\t\t\t};\n\t\t\t\t\tmyAir.Introspector.loaded(resultvalue); \n\t\t\t\t}catch(e){ \n\t\t\t\t\tmyAir.Introspector.error(e); \n\t\t\t\t}\n\t\t\t}\n\t },\n\t\n\t historyUserInput: function(step){\n\t if(typeof step!=\'undefined\'){\n\t if(this.evalHistoryPos==this.evalHistory.length){\n\t this.evalHistorySaved = this.evalConsoleText.value;\n\t }\n\t var newEvalHistoryPos = this.evalHistoryPos + step;\n\t if(newEvalHistoryPos>=0){\n\t if(newEvalHistoryPos<this.evalHistory.length){\n\t this.evalConsoleText.value = this.evalHistory[newEvalHistoryPos];\n\t }else if(newEvalHistoryPos==this.evalHistory.length){\n\t this.evalConsoleText.value = this.evalHistorySaved;\n\t }else{\n\t return;\n\t }\n\t this.evalHistoryPos = newEvalHistoryPos;\n\t this.evalConsoleText.selectionStart = this.evalConsoleText.value.length;\n\t }\n\t }else if(this.evalHistoryPos<this.evalHistory.length&&this.evalConsoleText.value!=this.evalHistory[this.evalHistoryPos]){\n\t this.evalHistoryPos=this.evalHistory.length;\n\t this.evalHistorySaved = this.evalConsoleText.value;\n\t }\n\t },\n\n\t evalUserInput: function(){\n\t var htmlLoader = this.getActiveHtmlLoader();\n\t if(htmlLoader==null){\n\t this.logBuffer(null, \'No active window.\');\n\t return;\n\t }\n\t try{\n\t var userEval = this.evalConsoleText.value;\n\n\t if(air.Introspector.trim(userEval).length==0)\n\t return;\n\n\t\t\t\tthis.scrollDisabled = false;\n\n\t this.evalHistory.push(userEval);\n\t this.evalHistoryPos = this.evalHistory.length; \n\t\n\t \t\t\tthis.saveConfig(true);\n\n\t this.aireval(userEval, htmlLoader.window, function(result){\n\t \/\/if(typeof result!=\'undefined\'){\n\t\t this.logObject(result, {htmlLoader:htmlLoader, buffer: \'>>>\'+userEval, fromConsole:true });\n\t \/\/}\n\t }, function(error){\n\t this.logError(error, {htmlLoader:htmlLoader, buffer: \'>>>\'+userEval });\n\t });\n\n\t this.evalConsoleText.value = \'\';\n\t }catch(e){\n\t this.logError(e, {htmlLoader:htmlLoader, buffer: \'>>>eval console\' });\n\t }\n\t },\n\n\t logError: function(error, config){\n\t if(typeof config==\'undefined\')\n\t config = {};\n\t config.type = \'error\';\n\t this.logObject(error, config);\n\t },\n\n\t\tgotoConsoleTab: function(){\n\t \tthis.setTab(0);\n\t },\n\n\n\t\tclearConsole: function(){\n\t\t\tthis.logLines = [];\n\t\t\tthis.refreshConsole();\n\t\t},\n\t\t\n\t\t\n\t\t\t\t\n\t\n\tsaveConsole: function(){\n\t\tvar str = \'\';\n\t for(var i=0;i<this.logLines.length;i++){\n\t\t\tvar logItem = this.logLines[i];\n\t\t\tif(typeof logItem.type!=\'undefined\'){\n\t switch(logItem.type){\n\t case \'warn\':\n\t str += \'[warn ]\';\n\t break;\n\t case \'info\':\n\t str += \'[info ]\';\n\t break;\n\t case \'error\':\n\t str += \'[error]\';\n\t break;\n\t }\n\t }\n\t\t str+=logItem.textSpecialBuffer+\': \';\n str+=logItem.buffer+\'\\r\\n\';\n }\t\n\t\treturn str;\n\t},\n\n\tsaveConsoleToFile: function(){\n\t\ttry{\n\t\t\tair.Introspector.writeConsoleToFile(this.saveConsole());\n\t\t}catch(e){this.logError(e);}\n\t},\n\tsaveConsoleToClipboard: function(){\n\t\ttry{\n\t\t\tair.Introspector.writeConsoleToClipboard(this.saveConsole());\n\t\t}catch(e){this.logError(e);}\t\t\n\t},\n\n\t\t\/\/-------------------------------------------------------------------------------------------------------------------------------------------------------\n\n\t\t\/\/=======================================================================================================================================================\n\t\t\/\/DebugWindow.HTML.js\n\t\t\/\/=======================================================================================================================================================\n\t\tmakeHtmlDiv: function(){\n\t\tif(!this.isLoaded) return;\n try{\n var htmlLoader = this.getActiveHtmlLoader();\n if(htmlLoader!=null){\n\t \/*this.htmlDiv.innerHTML = \'\';\n\t var domTreeDiv = this.createDomTreeNode(htmlLoader.window.document).createDiv(this.htmlLoader.window.document);\n\t this.htmlDiv.appendChild(domTreeDiv);*\/\n\t this.html2Div.innerHTML = \'\';\n\t\t\t\tif(this.html2Node){\n\t\t\t\t\tthis.html2Node.dispose();\n\t\t\t\t\tthis.html2Node = null;\n\t\t\t\t}\n\n\t if(htmlLoader.window.document&&htmlLoader.window.document.firstChild){\n\t\t\t\t var node = this.createDom2TreeNode(htmlLoader.window.document);\n\t var domTreeDiv = node.createDiv(this.htmlLoader.window.document);\n\t\t\t\t\tthis.html2Node = node;\n\t \t\tthis.html2Div.appendChild(domTreeDiv);\t\t\t\t\t\n\t }\n\n }\n }catch(e){\n \tair.Introspector.Console.log(e);\n }\n },\n\n\n\t\t\/\/-------------------------------------------------------------------------------------------------------------------------------------------------------\n\n\t\t\/\/=======================================================================================================================================================\n\t\t\/\/DebugWindow.XHR.js\n\t\t\/\/=======================================================================================================================================================\n\t\t\n \n logNet: function(xhr, method, url, asyncFlag){\n \tvar requestLog = this.requestLog;\n \tfor(var i=requestLog.length-1;i>=0;i--){\n if(requestLog[i].xhr == xhr){\n this.refreshRequestObject(requestLog[i]);\n return;\t\n } \t\t\n \t}\n \tvar request = {\n \t\txhr: xhr, \n \t\tmethod: method, \n \t\turl: url,\n\t\t\tasync: asyncFlag,\n \t\telement: null\n \t};\n \tif(this.isLoaded){\n \t this.viewRequestObject(request);\n \t}\n \trequestLog.push(request);\n\t\tthis.bounceTab(5);\n },\n\n\tlogNetSend: function(xhr, obj){\n \tvar requestLog = this.requestLog;\n \tfor(var i=requestLog.length-1;i>=0;i--){\n if(requestLog[i].xhr == xhr){\n\t\t\t\trequestLog[i].obj = obj;\n this.refreshRequestObject(requestLog[i]);\n\t\t\t\treturn;\t\n } \t\t\n \t}\n \tvar request = {\n \t\txhr: xhr, \n\t\t\tobj: obj,\n \t\tmethod: \'unknown\',\n \t\turl: \'\', \n \t\telement: null\n \t};\n \tif(this.isLoaded){\n \t this.viewRequestObject(request);\n \t}\n \trequestLog.push(request);\n\t\tthis.bounceTab(5);\n\t},\n \n refreshRequestObject: function(request){\n \tvar self =this;\n \tvar src = \'\';\n\t\tif(!request.node)\n\t\t\treturn;\n \t\trequest.node.items = [];\n \trequest.node.items.push( new air.Introspector.tree.node(\'readyState\' , { openable: false, nodeLabel2:request.xhr.readyState } ));\n \ttry{\n \t\trequest.node.items.push( new air.Introspector.tree.node(\'status\' , { openable: false, nodeLabel2:request.xhr.status } ));\n \t}catch(e){\n \t}\n\n \ttry{\n\t\t\tif(typeof request.async==\'undefined\')\n\t\t\t\trequest.async = true;\n \t\trequest.node.items.push( new air.Introspector.tree.node(\'async\' , { openable: false, nodeLabel2:request.async } ));\n \t}catch(e){\n \t}\n\n \ttry{\n request.node.items.push( new air.Introspector.tree.node(\'statusText\' , { openable: false, nodeLabel2:request.xhr.statusText } ));\n \t}catch(e){}\n\n\t\t\ttry{\n\t\t\t\tif(typeof request.obj!=\'undefined\'&&request.obj!=null){\n\t\t\t\t\tif(this.isXMLObject(request.obj)){\n\t\t\t request.node.items.push( new air.Introspector.tree.node(\'sent\' , { openable: true, \n\t\t\t src: request.obj.firstChild,\n\t\t\t onshow: function(){\n\t\t\t if(this.items.length==0){\n\t\t\t this.items = [self.createDom2TreeNode(this.src)];\n\t\t\t }\n\t\t\t } } ));\n\t\t\t\t\t}else{\n\t\t\t \t\trequest.node.items.push( new air.Introspector.tree.node(\'sent\' , { openable: true, \n\t\t\t \t\t\tsrc: request.obj+\'\',\n\t\t\t \t\t\tonshow: function(){\n\t\t\t\t \t\t\tif(this.items.length==0){\n\t\t\t\t \t\t\t\tthis.items = [new air.Introspector.tree.textNode(this.src)];\n\t\t\t\t \t\t\t}\n\t\t\t \t\t} } ));\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}catch(e){\n\t\t\t}\n\n \ttry{\n \t\trequest.node.items.push( new air.Introspector.tree.node(\'responseText\' , { openable: true, \n \t\t\tsrc: request.xhr.responseText,\n \t\t\tonshow: function(){\n\t \t\t\tif(this.items.length==0){\n\t \t\t\t\tthis.items = [new air.Introspector.tree.textNode(this.src)];\n\t \t\t\t}\n \t\t} } ));\n \t}catch(e){\n \t}\n \t\n\t\n \t\n \ttry{\n\t\t\trequest.node.items.push( new air.Introspector.tree.node(\'responseXml\' , { openable: true, \n src: request.xhr.responseXML,\n onshow: function(){\n if(this.items.length==0){\n\t\t\t\t\t\tself.extendDom2TreeNode(this, this.src, true);\n\/\/ this.items = [self.createDom2TreeNode(this.src)];\n }\n\t },\n\t\t\t\tonhide: function(){\n\t\t\t\t\t\/\/this.items.length = 0;\n\t\t\t\t\tthis.clearItems();\n\t\t\t\t}\n \t\t\t} ));\n }catch(e){\n }\n \t\n\t\ttry{\n\t\t\tvar headers = request.xhr.getAllResponseHeaders();\n\t\t\trequest.node.items.push( new air.Introspector.tree.node(\'responseHeaders\' , { openable: true, \n \t\t\tsrc: headers,\n \t\t\tonshow: function(){\n\t \t\t\tif(this.items.length==0){\n\t \t\t\t\tthis.items = [new air.Introspector.tree.textNode(headers)];\n\t \t\t\t}\n \t\t} } ));\n\t\t}catch(e){\n\t\n\t\t}\n\t\t\n\t\n\t\t\t\n \tif(request.node.opened){\n \t\trequest.node.refreshChildren();\n \t}\n \trequest.element.scrollIntoViewIfNeeded();\n },\n \n viewRequestObject: function(request){\n \ttry{\n \t\tvar self = this;\n\t \tvar requestElement = this.htmlLoader.window.document.createElement(\"div\");\n\t \trequestElement.className = \"requestElement\";\n\t \tvar node = new air.Introspector.tree.node (request.method.toUpperCase()+\' \'+request.url, {\n\t \t\tonshow: function(){\n\t if(this.items.length==0){\n\t \t self.refreshRequestObject(request);\n\t } \t\t \n\t \t }, \n\t \t\tonhide: function(){\n\t \t\t\t\/\/this.items.length = 0;\n\t\t\t\t\tthis.clearItems();\n\t \t\t}\n\t \t});\n\t\/\/ \tnode.shouldOpen();\n\t \trequest.node = node;\n\t \trequest.element = requestElement;\n this.netTabDiv.appendChild(requestElement);\t \t\n\t \trequestElement.appendChild(node.createDiv(this.htmlLoader.window.document));\n\n \t}catch(e){\n \t\tthis.logError(e);\n \t}\n },\n \n refreshNetConsole: function(){\n \tvar requestLog = this.requestLog;\n for(var i=0;i<requestLog.length;i++){\n this.viewRequestObject(requestLog[i]);\n }\n \n },\n\t\t\/\/-------------------------------------------------------------------------------------------------------------------------------------------------------\n\n\t\t\/\/=======================================================================================================================================================\n\t\t\/\/DebugWindow.XHR.js\n\t\t\/\/=======================================================================================================================================================\t\t\t\n\t\tmakeDomDiv: function(){\n this.domDiv.innerHTML = \'\';\n\tif(this.domDivNode){\n\t\tthis.domDivNode.dispose();\n\t\tthis.domDivNode = null;\n\t}\n try{\n var htmlLoader = this.getActiveHtmlLoader();\n\t\t\n\t\tvar node = this.createJsTreeNode(\'window\', htmlLoader.window);\n var treeDiv = node.createDiv(this.htmlLoader.window.document);\n\t\tthis.domDivNode = node;\n this.domDiv.appendChild(treeDiv);\n }catch(e){\n }\n},\n\ndom3Event: function(ev){\n\ttry{\n\t\tvar node = ev.srcElement || ev.target;\n\t\tif(!node) return;\n\t\tif(node.nodeType!=Node.DOCUMENT_NODE&&node.nodeType!=Node.ELEMENT_NODE){\n\t\t\tnode = node.parentNode;\n\t\t\tif(!node) return;\n\t\t}\n\t\n\t\tvar i = this.findDomListElement(node);\n\t\tif(i!=-1&&this.domList[i].node2)\n\t\t{\n\t\t\tvar node2 = this.domList[i].node2;\n\t\t\tif(this.domList[i].node2.opened){\n\t\t\t\tnode2.clearItems();\n\t\t\t\tnode2.onshow(node2);\n\t\t\t}\n\t\t\tnode2.refresh();\n\t\t\tev.stopPropagation();\n\t\t\t\n\t\t\tthis.openVisibleDomTags();\n\t\t}\n\n\t}catch(e){\n\t}\t\n},\n\nfindDomListElement: function(element){\n var list = this.domList;\n for(var i=list.length-1;i>=0;i--){\n if(list[i].element==element)\n return i;\n }\n return -1;\n},\n\nremoveDomListElement: function(element){\n var index = this.findDomListElement(element);\n if(index==-1)\n return;\n this.domList.splice(index, 1);\n \n var child = element.firstChild;\n while(child)\n {\n this.removeDomListElement(child);\n child = child.nextSibling;\n } \n},\n\n\n extendDom2TreeNode: function(node, obj, readOnly){\n\tif(typeof readOnly==\'undefined\'){readOnly = false;}\n try{\n var self = this;\n node.items.length = 0;\n if(typeof obj==\'undefined\'||obj==null)\n return;\n var child = obj.firstChild;\n while(child)\n {\n\/\/ \tif(child.nodeType==Node.ELEMENT_NODE||child.nodeType==Node.TEXT_NODE){\n \t\tif(child.nodeType==Node.TEXT_NODE){\n \t\t\tvar value = air.Introspector.trim(child.nodeValue);\n \t\t\tif(value.length==0)\n \t\t\t{ \n \t\t\t\tchild = child.nextSibling;\n \t\t\t continue;\n \t\t\t}\n \t\t}\n node.items.push(this.createDom2TreeNode(child, readOnly)); \n\/\/ \t}else{\n\/\/\t\t\t\t\tair.Introspector.Console.log(child);\n\/\/\t\t\t\t}\n child = child.nextSibling;\n }\n }catch(e){\n this.logError(e);\n }\n},\n\ncreateDom2TreeNode : function(child, readOnly){\n var self = this;\n \n var config = {\n\t\t readOnly: readOnly,\n editable:false,\n openable:false,\n onshow: function(sender){\n var domListIndex = self.findDomListElement(child);\n if(domListIndex!=-1){\n self.domList[domListIndex].opened = true;\n }\n self.extendDom2TreeNode(sender, child, readOnly);\n }, \n onhide: function(sender){\n self.removeDomListElement(child); \/\/also remove children\n \/\/this.items.length = 0;\n\t\t\t\tthis.clearItems();\n }\n };\n var node = new air.Introspector.tree.domNode(child, config);\n \n var domListIndex = this.findDomListElement(child);\n if(domListIndex!=-1){\n this.domList[domListIndex].node2 = node;\n if(this.domList[domListIndex].opened)\n node.shouldOpen();\n if(this.domList[domListIndex].selected)\n node.shouldSelect();\n }else{\n this.domList.push({\n element:child, \n node2: node,\n node: null,\n opened: false,\n selected: false\n });\n }\n \n return node;\n},\n \ncreateDomElementPath: function(element, first){\n\tvar ret = false;\n if(typeof first==\'undefined\') first = false;\n var domListIndex = this.findDomListElement(element);\n if(domListIndex==-1){\n this.domList.push({\n element:element, \n\/\/ node: null, \n node2 :null,\n opened: true, \n selected: first\n });\n\t\tret=true;\n }else if(!first){\n\t\tif(this.domList[domListIndex].node2){\n\t\t\tif(!this.domList[domListIndex].node2.opened && this.domList[domListIndex].node2.showElements)\n\t\t\t\tthis.domList[domListIndex].node2.showElements();\n\t\t}else{\n\t\t\tret = true;\n\t\t}\n this.domList[domListIndex].opened = true;\n }else{\n this.domList[domListIndex].selected = true;\n\t\tif(this.domList[domListIndex].node2&&this.domList[domListIndex].node2.select){\n\t\t\tthis.domList[domListIndex].node2.select(false);\n\t\t}else{\n\t\t\tret = true;\n\t\t}\n }\n \n var parentNode = element.parentNode;\n if(parentNode){\n ret|=this.createDomElementPath(parentNode);\n }\n\treturn ret;\n},\n\nshowDomElementPath: function(element){\n var list = this.domList;\n for(var i=list.length-1;i>=0;i--){\n list[i].selected = false;\n\t\tif(list[i].node2&&list[i].node2.unselect){\n\t\t\tlist[i].node2.unselect();\n\t\t}\n }\n var shouldRecreate = this.createDomElementPath(element, true);\n \n var htmlLoader = this.getActiveHtmlLoader();\n if(htmlLoader!=null&&htmlLoader.window.document==element.ownerDocument){\n\t\tif(shouldRecreate){\n \tthis.makeHtmlDiv(); \t\n\t\t}\n }else{\n \tthis.setActiveWindowByDocument(element.ownerDocument);\n }\n \n \n\tthis.scrollSelectedDomItemIntoView();\n},\n\n\nputInList: function(element){\n\tvar domListIndex = this.findDomListElement(element);\n if(domListIndex!=-1){\n\t\tthis.domList[domListIndex].opened = true;\n\t}\n},\n\n\tsetHoverDomElement: function(node){\n\t\tthis.hoverDomElement = node;\n\t},\n\t\n\tclearHoverDomElement: function(){\n\t\tthis.hoverDomElement = null;\n\t\tthis.hoverDomElementAttribute = null;\n\t},\n\n\tsetHoverDomElementAttribute: function(att){\n\t\tthis.hoverDomElementAttribute = att;\n\t},\n\t\n\texpandHoverDomElement: function(){\n\t\tif(this.menuHoverDomElement)\n\t\t\tthis.menuHoverDomElement.expandAll();\n\t},\n\t\n\tcollapseHoverDomElement: function(){\n\t\tif(this.menuHoverDomElement)\n\t\t\tthis.menuHoverDomElement.collapse();\n\t},\n\t\n\taddHoverDomElementAttribute: function(){\n\t\ttry{\n\t\tif(this.menuHoverDomElement){\n\t\t\tvar attributeName = prompt(\'Attribute name\');\n\t\t\tif(attributeName&&attributeName.length){\n\t\t\t\tif(!this.menuHoverDomElement.domNode.getAttribute(attributeName))\n\t\t\t\t\tthis.menuHoverDomElement.domNode.setAttribute(attributeName, \'\');\n\t\t\t\tthis.menuHoverDomElement.refreshAttributes();\n\t\t\t\tthis.menuHoverDomElement.toggleAttribute(attributeName);\n\t\t\t}\n\t\t}}catch(e){\n\t\t\talert(\"Invalid attribute name!\");\n\t\t}\n\t},\n\t\n\tremoveHoverDomElementAttribute: function(){\n\t\tif(this.menuHoverDomElement&&this.menuHoverDomElementAttribute){\n\t\t\t\tthis.menuHoverDomElement.domNode.removeAttribute(this.menuHoverDomElementAttribute.nodeName);\n\t\t\t\tthis.hoverDomElementAttribute = null;\n\t\t\t\tthis.menuHoverDomElement.refreshAttributes();\n\t\t}\n\t},\n\n\topenVisibleDomTags: function(){\n\/\/\t\tthis.scrollSelectedDomItemIntoView();\n\/\/\t\treturn;\n\t\tvar list = this.domList;\n\t\tvar clone = [];\n\t\t for(var i=list.length-1;i>=0;i--)\n\t\t\tclone.push(list[i].element);\n\t\t for(var i=clone.length-1;i>=0;i--){\n\t\t\tvar element = clone[i];\n\t\t\tvar parentNode = element.parentNode;\n\t\t\tif(parentNode){\n\t this.putInList(parentNode);\n\t\t\t}\n\t\t}\n\t},\n\n scrollSelectedDomItemIntoView: function(){\n\t\t var list = this.domList;\n\t\t for(var i=list.length-1;i>=0;i--){\n\t if(list[i].selected){\n\t \tif(list[i].node2){\n\t\t\t\t\t\tif(list[i].node2.nodeLabelDiv)\n\t\t\t\t\t\t\tlist[i].node2.nodeLabelDiv.scrollIntoViewIfNeeded();\n\t\t\t\t\t\telse if(list[i].node2.element)\n\t \t\t\tlist[i].node2.element.scrollIntoViewIfNeeded();\n\t \t\t\/\/air.Introspector.Console.log(list[i].node2);\n\t \t\t\/\/air.Introspector.Console.log(this.html2Div);\n\t\t\t\t\t\tbreak;\n\t \t}\n\t }\n\t }\n\t},\n\t\n\t\n\tsetInspect: function(value){\n this.isInspecting = value;\n if(this.inspectToolLabel){\n if(value){\n if((this.inspectToolLabel.className+\'\').indexOf(\'selected\')==-1){\n this.inspectToolLabel.className += \' selected\';\n }\n }else{\n this.inspectToolLabel.className = this.inspectToolLabel.className.replace(\' selected\', \'\');\n }\n }\n\t\tif(value){\n\t\t\tthis.switchToHtmlTab();\n\t\t}\n\t\n\t\t\n\t\tif(isAppSandbox){\n\t var ownedWindows = air.Introspector.getHtmlWindows();\n\t for(var i=ownedWindows.length-1;i>=0;i--){\n\t try{\n\t ownedWindows[i].htmlLoader.window.air.Introspector.inspect=value;\n\t ownedWindows[i].htmlLoader.window.air.Introspector.canClick=false;\n\t }catch(e){\n\t }\n\t }\n\t\t}else{\n\t\t\ttry{\n\t\t\t\tthis.activeWindow.air.Introspector.inspect = value;\n\t\t\t\tthis.activeWindow.air.Introspector.canClick=false;\n\t\t\t}catch(e){}\n\t\t}\n },\n toggleInspect: function(){\n this.isInspecting ^= true;\n if(this.isInspecting){\n this.startInspect();\n }else{\n this.finishInspect();\n }\n },\n startInspect: function()\n {\n this.setInspect(true);\n this.inspectElement = null;\n },\n \n finishInspect: function(canceled){\n this.setInspect(false);\n if(typeof canceled==\'undefined\')\n canceled = true;\n if(!canceled&&typeof this.inspectElement!=\'undefined\'&&this.inspectElement){\n this.showCssElement(this.inspectElement);\t\n this.showDomElementPath(this.inspectElement);\n }else{\n\t\t\tif(this.selectedElement){\n\t\t\t\tthis.showDomElementPath(this.selectedElement);\n \t\tthis.showCssElement(this.selectedElement);\t\t\t\t\t\n\t\t\t}\n\t\t}\n delete inspectElement;\n }, \n \n\tshowCssElement: function(element){\n\t\tif(!element || !element.ownerDocument || !element.ownerDocument.defaultView) return;\n\t\tif(this.selectedElement==element){ return };\n\t\tthis.selectedElement = element;\n\t\tvar self = this;\n\t\tif(this.showCssElementTimer){\n\t\t\tclearTimeout(this.showCssElementTimer);\n\t\t\tthis.showCssElementTimer = null;\n\t\t}\n\t\tthis.clearCssElement();\n\t\tthis.showCssElementTimer = setTimeout(function(){\n\t\t\tself.showCssElementTimer = null;\n\t\t\tself.showCssElementTimeout(element);\n\t\t}, 300);\n\t},\n\tclearCssElement:function(){\n\t\tif(!this.isLoaded) return;\n\t\tthis.css2DomTab.innerHTML = \'\';\n\t\tthis.css2StyleTab.innerHTML = \'\';\n\t\t\n\t\tif(this.cssElementJsNode){\n\t\t\tthis.cssElementJsNode.dispose();\n\t\t\tthis.cssElementJsNode = null;\n\t\t}\n\t},\n\tshowCssElementTimeout: function(element){\n\t\tif(!this.isLoaded) return;\t\t\n\t\tvar value = \'\';\n\/*\t\ttry{\n\t\t\tvalue = \'DOM (\' + element+\')\';\n\t\t}catch(e){}*\/\n\t\tvar jsNode = this.createJsTreeNode(value, element);\n\t\tjsNode.shouldOpen();\n this.css2DomTab.appendChild(jsNode.createDiv(this.htmlLoader.window.document));\n\t\tthis.cssElementJsNode = jsNode;\n\n\t\tif(this.cssElementCssNode){\n\t\t\tthis.cssElementCssNode.dispose();\n\t\t\tthis.cssElementCssNode = null;\n\t\t}\n\n\t\tvar cssNode = this.createCssTreeNode(\'CSS\', element);\n\t\tcssNode.shouldOpen();\n this.css2StyleTab.appendChild(cssNode.createDiv(this.htmlLoader.window.document));\n\t\tthis.cssElementCssNode = cssNode;\t\n\t},\n\t\n\tcreateCssTreeNode: function (stringValue, element){\n\t\tvar self = this;\n\t\tvar config = {\n editable:false,\n onshow: function(sender){\n self.extendCssTreeNode(sender, element);\n }, \n onhide: function(sender){\n \/\/this.items.length = 0;\n\t\t\t\t\tthis.clearItems();\n }\n };\n\t\t return new air.Introspector.tree.node(stringValue,config);\n\t},\n\n\n\textendCssTreeNode: function(node, element){\n\t\ttry{\n\t\t\tvar self = this;\n\t\t\tif(!element.ownerDocument || !element.ownerDocument.defaultView) return;\n\t\t\tvar obj = element.ownerDocument.defaultView.getComputedStyle(element);\n\t\t\t\n\t\t\tif(obj){\n\t\t\t\tvar cssGroupNames = this.cssGroupNames;\n\t\t\t\tvar cssGroups = this.cssGroups;\t\t\t\t\n\t\t\t\t\n\t\t\t\tvar groupsCount=cssGroupNames.length;\n\n\t\t\t\tfor(var z=0;z<groupsCount;z++){\n\t\t\t\t\tvar groupNode = new air.Introspector.tree.node(cssGroupNames[z], \n\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\tgroup: cssGroups[z],\n\t\t\t\t\t\t\t\tonshow: function(){\n\t\t\t\t\t\t\t\t\tif(this.items.length==0){\n\t\t\t\t\t\t\t\t\t\tvar l = this.group.length;\n\t\t\t\t\t\t\t\t\t\tfor(var i=0;i<l;i++){\n\t\t\t\t\t\t\t\t\t\t\tvar name = this.group[i], value;\n\t\t\t\t\t\t\t try{\n\t\t\t\t\t\t\t value = obj[name];\n\t\t\t\t\t\t\t }catch(e){\n\t\t\t\t\t\t\t value = e;\n\t\t\t\t\t\t\t }\n\t\t\t\t\t\t\t this.items.push(self.createJsTreeNode(name, value));\n\t\t\t\t\t\t\t }\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\tgroupNode.shouldOpen();\n\t\t\t\t\tnode.items.push(groupNode);\n\t\t\t\t}\n\t\t\t}\n\t\t}catch(e){\n\t\t\tthis.logError(e);\n\t\t}\n\t},\n\n\tswitchToHtmlTab: function () {\n\t\tthis.setTab(1);\n\t},\n\n setInspectElement: function(element){\n this.inspectElement = element;\n this.showDomElementPath(this.inspectElement);\n },\n highlight: function(domNode){\n \tvar htmlLoader = this.getActiveHtmlLoader();\n if(htmlLoader!=null){\n \ttry{\n \t\tif(typeof domNode!=\'undefined\'){\n \t htmlLoader.window.air.Introspector.highlightElement(domNode);\n\t\t\t\t\n \t\t}\n \t else\n \t htmlLoader.window.air.Introspector.hideHighlight();\n \t}catch(e){\n \t\t\/\/no air debug highlighter..\n \t}\n }\n \t\n },\n\n\t setCssTab: function(tab){\n\t\t\tthis.activeCssTab = tab;\n\t if(this.isLoaded){\n\t\t\t\tthis.activateCssTab();\n\t\t\t}\n\n\t },\n\t\tactivateCssTab: function(){\n\t\/\/\t\tif(!this.isLoaded) return;\n\t\t\ttry{\n\t\t this.clearCssTabs();\n\t\t\t\tvar tabName = this.cssTabs[this.activeCssTab];\n\n\t\t\t\tthis.htmlLoader.window.document.getElementById(tabName+\'Label\').className = \'selected\';\n\t\t this.htmlLoader.window.document.getElementById(tabName+\'Tab\').className = \'selected\';\n\t\t\t}catch(e){}\n\t\t},\n\n\t \tclearCssTabs: function(){\n\t var child = this.cssTabLabels.firstChild;\n\t while(child!=null){\n\t if(child.nodeType==1) child.className = child.className.replace(\/selected\/, \'\');\n\t child=child.nextSibling;\n\t }\n\t var child = this.cssTabPages.firstChild;\n\t while(child!=null){\n\t if(child.nodeType==1) child.className = child.className.replace(\/selected\/, \'\');\n\t child=child.nextSibling;\n\t }\n\t },\n\t\t\/\/-------------------------------------------------------------------------------------------------------------------------------------------------------\n\n\t\t\/\/convert DebugUI.html\n\n\t\t};\n\t\t\t\t\n\t\n\t\/\/=======================================================================================================================================================\n\t\/\/SearchBox.js\n\t\/\/=======================================================================================================================================================\t\t\t\n\t(function(){\n\t\n\tfunction SearchBox(){ \n\t\tvar that = this;\n\t\tvar m_node = null;\n\t\tvar m_visible = false;\n\t\tvar m_created = false;\n\t\tvar m_search_value = null;\n\t\tvar m_last_highlight = null;\n\t\t\/\/dom elements\n\t\tvar m_text_box = null;\n\t\tvar m_search_box = null;\n\t\t\n\t\tfunction show(){\n\t\t\tif(!m_visible){\n\t\t\t\tif(!m_created) createElements();\n\t\t\t\tm_search_box.style.display = \'block\';\n\t\t\t\tm_visible = true;\n\t\t\t}\n\t\t\tsetTimeout(function()\n\t\t\t{\n\t\t\t\tm_text_box.select();\t\t\t\t\t\t\t\t\n\t\t\t}, 0);\n\n\t\t};\n\t\t\n\t\tfunction hide(){\n\t\t\tif(m_visible&&m_created){\n\t\t\t\tm_search_box.style.display = \'none\';\t\t\t\t\n\t\t\t\thideLastHighlight();\n\t\t\t\tm_visible = false;\t\n\t\t\t}\n\t\t};\n\t\t\n\t\tfunction getSearchValue(){\n\t\t\treturn m_text_box.value.toUpperCase();\n\t\t}\n\t\t\n\t\tfunction hideLastHighlight(){\n\t\t\tif(m_last_highlight&&m_last_highlight.parentNode){ \n\t\t\t\tm_last_highlight.parentNode.className = (m_last_highlight.parentNode.className+\'\').replace(\/searchselect\/g, \'\');\n\t\t\t\tm_last_highlight=null;\n\t\t\t}\n\t\t}\n\t\t\n\t\tfunction searchNext(){\n\t\t\tvar searchedNode = m_node || document.body;\n\t\t\tm_node.className += \' selectable\';\n\t\t\thideLastHighlight();\n\t\t\tvar first = null;\n\t\t\twhile(window.find(getSearchValue(), false, false, true,\n\t\t\t false, true, false)){\n\t\t\t\ttry{ \n\t\t\t\t\tvar selection = window.getSelection();\n\t\t\t\t\tif(first==null){\n\t\t\t\t\t\tfirst = selection.extentNode;\n\t\t\t\t\t}else if(selection.extentNode===first){\n\t\t\t\t\t\t\/\/don\'t enter an infinite loop\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t\tif(!selection.isCollapsed){\n\t\t\t\t\t\tvar range = selection.getRangeAt(0);\n\t\t\t\t\t\tvar node = range.commonAncestorContainer;\n\t\t\t\t \t\tif(node&&node.parentNode){\n\t\t\t\t\t\t\tnode.parentNode.className += \' searchselect\'; \n\t\t\t\t\t\t\tm_last_highlight = node;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t \t}catch(e){\n\t\t\t\t}\n\t\t\t}\n\t\t\tm_node.className = m_node.className.replace(\/selectable\/g, \'\');\n\t\t}\n\t\t\n\t\tfunction checkParent(node){\n\t\t\twhile(node){\n\t\t\t\tif(node==m_node) return true;\n\t\t\t\tnode = node.parentNode;\n\t\t\t}\n\t\t\treturn false;\n\t\t}\n\t\t\n\t \n\t\tfunction createElements(){\n\t\t\tm_search_box = document.createElement(\"div\");\n\t\t\tm_text_box = document.createElement(\"input\");\n\t\t\tm_search_box.appendChild(m_text_box);\t\t\t\n\t\t\tm_text_box.addEventListener(\'keydown\', function (evt){\n\t\t\t\tif(m_visible&&evt.keyCode==13){\n\t\t\t\t\tsearchNext();\n\t\t\t\t}\n\t\t\t});\n\t\t\tm_search_box.setAttribute(\'style\', \'position:absolute;right:50px;bottom:50px;display:none;padding:10px;border:1px solid #cccccc;-webkit-border-radius:5px;background:#cccccc\');\n\t\t\tdocument.body.appendChild(m_search_box);\n\t\t\tm_created = true;\n\t\t}\n\t\t\n\t\tfunction registerKeyboardEvents(){\n\t\t\tdocument.addEventListener(\'keydown\', function(evt){\n\t\t\t\t\tif((evt.ctrlKey||evt.metaKey)==true&&evt.altKey==false&&evt.keyCode==70){\n\t\t\t\t\t\t\/\/ctrl\/cmd - F\n\t\t\t\t\t\tshow();\n\t\t\t\t\t\tevt.preventDefault();\n\t\t\t\t\t}else if( evt.keyCode==27&&(evt.ctrlKey||evt.metaKey||evt.altKey)==false){\n\t\t\t\t\t\t\/\/escape key was pressed\n\t\t\t\t\t\thide();\n\t\t\t\t\t\tevt.preventDefault();\t\t\t\t\t\n\t\t\t\t\t}if( ((evt.ctrlKey||evt.metaKey)==true&&evt.altKey==false&&evt.keyCode==71)\n\t\t\t\t\t\t|| (evt.keyCode==114&&(evt.ctrlKey||evt.metaKey||evt.altKey)==false)){\n\t\t\t\t\t\t\t\/\/ctrl\/cmd - G or F3\n\t\t\t\t\t\tsearchNext();\n\t\t\t\t\t\tevt.preventDefault();\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t}\n\t\t\n\t\tfunction init(){\n\t\t\tregisterKeyboardEvents();\n\t\t}\n\t\t\n\t\tthis.attachToNode = function SearchBox_attachToNode(node){\n\t\t\tif(node) \n\t\t\t\tm_node = node;\n\t\t\telse\n\t\t\t\tm_node = document;\n\t\t}\n\t\t\n\t\tinit();\n\t};\n\t\n\twindow.SearchBox = new SearchBox;\n\t\n}());\n\t\/\/-------------------------------------------------------------------------------------------------------------------------------------------------------\n\n\t\t\t\t\n\t\tair.Introspector.version = \"1.5\";\n\t\n\n})();\n\/\/ ]]>\n<\/script>\n\n<\/head>\n\n<body onload=\'doLoad()\' onunload=\"doUnload()\" oncontextmenu=\'return debugWindow.showMenu(event);\'>\n\t<ul id=\"toolsLabels\">\n\t\tADOBE<span>&copy;<\/span> AIR&trade; Introspector\n\t<\/ul>\n <ul id=\"toolToggle\">\n<li onclick=\"debugWindow.setTool(\'inspect\')\" id=\'inspectToolLabel\'>Inspect<\/li><\/ul>\n\t<ul id=\"tabLabels\">\n \t <li onclick=\"debugWindow.setTab(0)\" id=\'consoleLabel\'>Console<\/li> \t\n <li onclick=\"debugWindow.setTab(1)\" id=\'html2Label\'>HTML<\/li>\n\t\t<li onclick=\"debugWindow.setTab(2)\" id=\'domLabel\'>DOM<\/li>\n <li onclick=\"debugWindow.setTab(3)\" id=\'assetsLabel\'>Assets<\/li>\n <li onclick=\"debugWindow.setTab(4)\" id=\'sourceLabel\'>Source<\/li>\n\t\t<li onclick=\"debugWindow.setTab(5)\" id=\'netLabel\'>XHR<\/li>\n\t<\/ul>\n <div id=\"tabPages\">\n<div id=\"consoleTab\">\n \t<ul id=\"console\"><\/ul>\n <div id=\"evalConsole\"><span id=\"evalConsoleLabel\">&gt;&gt;&gt;<\/span><input type=\"text\" id=\"evalConsoleText\" value=\"\" onkeyup=\"if(event.keyCode==13){ debugWindow.evalUserInput();return true;} else if(event.keyCode==38){ debugWindow.historyUserInput(-1); return true;} else if(event.keyCode==40){ debugWindow.historyUserInput(1); return true;} else debugWindow.historyUserInput();\" \/><\/div>\n <\/div>\n\n\t\t<div id=\"html2Tab\">\n <div id=\"html2Div\">\n\t\t <\/div>\n\t\t <div id=\"html2Split\">\n\t\t <\/div>\n\t\t <div id=\"css2Div\">\n\t\t\t<ul id=\"css2TabLabels\">\n\t\t \t<li onclick=\"debugWindow.setCssTab(0)\" id=\'css2DomLabel\'>DOM<\/li> \t\n\t\t <li onclick=\"debugWindow.setCssTab(1)\" id=\'css2StyleLabel\'>Computed style<\/li>\n\t\t <\/ul>\n\t\t\t<div id=\"css2TabPages\">\n\t\t\t\t<div id=\'css2DomTab\'><\/div> \t\n\t\t <div id=\'css2StyleTab\'><\/div>\n\t\t\t<\/div>\n\t <\/div>\n\t\t\t\n <\/div> \n \t<div id=\"domTab\">\n \t\n <\/div>\n \t<div id=\"assetsTab\">\n \t\n <\/div> \n <div id=\"sourceTab\">\n \t\n <\/div>\n\t\t<div id=\"netTab\">\n \n <\/div> \n<\/div>\n \n<div id=\"windowSelector\">\n<input id=\'refreshActiveWindow\' type=\"button\" value=\"Refresh active window:\" onclick=\"debugWindow.refreshWindows()\" \/>\n\t <select id=\"windowList\" onchange=\"debugWindow.setActiveWindowById(parseFloat(this.options[this.options.selectedIndex].value))\"><\/select>\n \n<\/div>\n\n\n\n<div id=\"menuDiv\">\n\t<div id=\"consoleMenuDiv\" class=\"menu\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0)\" onclick=\'debugWindow.clearConsole();debugWindow.hideMenu();\'>Clear console<\/a><\/li>\n\t\t\t<li><a href=\"javascript:void(0)\" onclick=\'debugWindow.saveConsoleToFile();debugWindow.hideMenu();\'>Save console to file...<\/a><\/li>\n\t\t\t<li><a href=\"javascript:void(0)\" onclick=\'debugWindow.saveConsoleToClipboard();debugWindow.hideMenu();\'>Save console to clipboard<\/a><\/li>\t\t\n\t\t<\/ul>\n\t<\/div>\n\t<div id=\"domMenuDiv\" class=\"menu\">\n\t\t<ul>\n\t\t\t\t<li><a href=\"javascript:void(0)\" onclick=\'debugWindow.expandHoverDomElement();debugWindow.hideMenu();\'>Expand all<\/a><\/li>\n\t\t\t\t<li><a href=\"javascript:void(0)\" onclick=\'debugWindow.collapseHoverDomElement();debugWindow.hideMenu();\'>Collapse<\/a><\/li>\n\t\t\t\t<li><a href=\"javascript:void(0)\" onclick=\'debugWindow.addHoverDomElementAttribute();debugWindow.hideMenu();\'>Add attribute<\/a><\/li>\n\t\t\t\t<li id=\"domRemoveAttributeMenuDiv\"><a href=\"javascript:void(0)\" onclick=\'debugWindow.removeHoverDomElementAttribute();debugWindow.hideMenu();\'>Remove attribute<\/a><\/li>\t\t\t\t\n\t\t<\/ul>\n\t<\/div>\n<\/div>\n\n\n<div id=\"searchTextBox\">\n\tSearch filter: <input type=\"text\" id=\'txtSearch\' value=\'\' onkeydown=\'debugWindow.searchKeyDown(event)\' onkeyup=\'debugWindow.doFilter(this.value);\' \/>\n\t\n<\/div>\n \n<\/body>\n<\/html>\n'
1949
+ air.Introspector.register();