Communication.as

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removing flash fla and as files

  1. … 266 more files in changeset.
fixed cursor problem with cursor hiding behind workspace dialog (window)

  1. … 8 more files in changeset.
fix preventing users from completing rename/delete actions on their private dir

  1. … 4 more files in changeset.
added debugger commands

  1. … 1 more file in changeset.
license change

  1. … 123 more files in changeset.
updated onServerResponse to not show actual error message in system error dialog

Updated to look at ApplicationParent for static cursor variables

New copyright statement attached to AS files

  1. … 45 more files in changeset.
Most changes are for the alert message formatting

use the data dump methods

override pradeeop as no changes were made

no change

cursor

serverURL issues

added VERBOSE debug level

  1. … 1 more file in changeset.
ignoreWhite=true

fixing posting method. add error handling

lots of changes - see diff!

Debugging

added cursors calls

implemented loadXML() for unwrapped packets and sendAndReceive() and cleaned up code + comments

Implemeted queuing for getRequest() calls to handle simultaneous multiple XML requests

Added: /** * Serialzes an object into WDDX XML * @usage var wddxXML:XML = commsInstance.serializeObj(obj); * @param dto The object to be serialized * @return sXML WDDX Serialized XML */ public function serializeObj(dto:Object):XML{ var sXML:XML = new XML(); sXML = wddx.serialize(dto); return sXML; }

added comments to what sendAndRecive function should do

remove a breakpoint

remove a breakpoint

added isFullURL to communication class

added request handlers Hashtable delcaration

superficial changes

make it use requestURL rather than just hardcoded