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

  1. … 264 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. … 122 more files in changeset.
handle newline characters

updated onServerResponse to not show actual error message in system error dialog

Updated serializeString method to create escaped characters with decimal values not hex values to be handle by Java WDDX processor

Updated to look at ApplicationParent for static cursor variables

Updated serializeString method to handle Chinese/Bulgarian character sets

New copyright statement attached to AS files

  1. … 44 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.
debugging.... but error was not here in the end.

ignoreWhite=true

fixing posting method. add error handling

fix bug in serialising a date

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