[flexcoders] Run time Error! What is solution?

2008-03-11 Thread qau_yasir
Hi! I have created a project for AIR desktop Application. When I run it from Flex (by ctrl + F11) it works fine. But when I double clik the .swf file then following error is displayed application does not run. VerifyError: Error #1014: Class flash.events::NativeWindowBoundsEvent could not be fo

[flexcoders] SWF download problem

2008-03-12 Thread qau_yasir
Hello I tried to build an application that downloads a swf file and installed it. Although the code I used was from the tutorial from Adobe Livedocs. but still I find exception Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed. My code is private function test():vo

[flexcoders] Unable to remove root Node in tree control

2008-03-23 Thread qau_yasir
Hi all! I have following code to remove the nodes from the tree control. var children:XMLList = XMLList(targetTree.selectedItem); delete children[0]; This works for all child nodes except root node of the tree. Beside this problem, I drag data from sourceTree

[flexcoders] How to genrate XML from CSV???

2008-03-23 Thread qau_yasir
Hi All! I have to read a CSV file and transform it into XML file. Is there any API in flex that can help in this respect? I tried Flare http://flare.prefuse.org/doc/tutorial/ . In the example shown in this tutorial URLLoader can not get data from data source? Please Help! Regards YM

[flexcoders] Help in [object AsyncToken] instead of String in RemoteObjeect!

2008-03-27 Thread qau_yasir
Hi all! I have simple hello_Wrold Blase DS Application. I have a java class, that contains a method that return String hello World. Instead on receiving Hello World I get [object AsyncToken]. What is problem and Solution ? Please Help! regards and Thanks YM

[flexcoders] Help in RemoteObject "Destination not found" and "Sending failed Error"

2008-03-27 Thread qau_yasir
Hi! I have created a Test application in Flex Builder 3 along with BlazeDS Server. I have to call a java method through Remote Object. I am facing problems. Please Help. Setting of the projects followed by problems are as fellows. a) Create a Flex Project Settings Project Name : T

[flexcoders] Does Tree Control have RemoveNode Method?

2008-03-28 Thread qau_yasir
Hi All! I am have some odd experience with Flex Tree Control. I am new to the Flex Environment and working with three control. I am unable to find some basic functions for Three control Or I am unable to find them. 1. tree.lenth (Total number of nodes in the tree) 2. tree.Level (parent child

[flexcoders] how to associate editable propperty of tree node on double clikck not click

2008-04-02 Thread qau_yasir
Hello All! I have a tree aTree, I have set its property aTree.editable = true; When I click (select)any node, node behavious as editable, I need to set this property on double click not on just click. Any body know how to do this? please help. thanks and Regards YM

[flexcoders] how we can show the data in a flex tree (without having any label field)?

2008-04-11 Thread qau_yasir
how we can show the following data in a flex tree (without having any label field) ? 1000 999-888-777 STORTZ PAM STORTZ 88 ST. MORTON ROAD Regards YM

[flexcoders] how we can show the data in a flex tree that is not attribute

2008-04-11 Thread qau_yasir
Hi I have an XML data as fellow. I want to provide it to treeControl. 1 FirstName LastName Name FirstName LastName The Tree should Display Two branches and these b

[flexcoders] Tree Control Help is Required!

2008-04-17 Thread qau_yasir
Hi, I am new to flex world. I have to show the XML data in the Tree Control. XML is in standard format. 1000 2000 5000 6000 Question # 1. I need to display RootB as first Tree node, 1000, 2000 as its leaves (sub node),then RootB (2nd Node) and 5000 and 6000 as its children (l