Hello Alex,
I am getting result after sending following command to fdb:
send("print this.");
and i am getting following snippet of result in return:
data = "$2 = this = [Object 156627105, class='TestFlexAIR']
$alpha = 1 (0x1)
$blendMode = "normal"
$blendShader = [Setter 1582,
name='http://www.adobe.com/2006/flex/mx/internal@499ad1b::$blendShader']
$height = 621 (0x26d)
$parent = [Object 48623841, class='_TestFlexAIR_mx_managers_SystemManager']
$scaleX = 1 (0x1)
$scaleY = 1 (0x1)
$transform = [Object 165556769, class='flash.geom::Transform']
$visible = true
$width = 975 (0x3cf)
$x = 0 (0x0)
$y = 0 (0x0)
_1060521098myData = [Object 165572769, class='mx.controls::Label']
_1270468901trackTxt = ""
_1490955432myLabel = [Object 164768809, class='mx.controls::Label']
_809612678contentGroup = [Object 159586385,
class='spark.components::Group']
_94431075cards = [Object 143676801,
class='mx.collections::ArrayCollection']
__moduleFactoryInitialized = true
_affectedProperties = [Object 142167681, class='Object']
_alpha = 1 (0x1)
_applicationDPI = 120 (0x78)
_automationDelegate = null
_automationName = null
_bindings = [Object 157799081, class='[]']
_bindingsBeginWithWord = [Object 142336233, class='Object']
_bindingsByDestination = [Object 142336257, class='Object']
_blendMode = "normal"
_cachePolicy = "auto"
_contentModified = true
_copyItem = null
_currentState = null
_currentStateChanged = false
----------------
I am using Advancedatagrid and XMLListcollection as its hierarchical data
provider. Do you think that i should change any of these component to
provide better result while executing?
--
View this message in context:
http://apache-flex-development.2333347.n4.nabble.com/FDB-and-its-commands-tp50721p50762.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.