Hi Venkat
I am beginner in Flex starting here
Function for parsing..
private function parseXML(event:DataGridEvent):void{
trace("parseXML function ::");
//xml = event.itemRenderer.data.toString();
var statXML:XML = dataXML;
var nodeName:String = event.itemRenderer.data.Name;
var nodeValue:String =
"'"+event.itemRenderer.data.Value+"'";
Alert.show(nodeName+" v "+nodeValue)
trace("NodeName::"+nodeName);
trace("nodeValue::"+nodeValue);
var gridArray:Array;
//var atrbte:Attribute = <nodeName = nodeValue>
}
private function tree_itemClick(evt:ListEvent):void {
trace("Tree item function ::");
var t:Tree = evt.currentTarget as Tree;
dataXML = evt.itemRenderer.data as XML;
displayFields();
trace("Selected Item::"+t.selectedItem )
* trace("Selected Index::"+t.selectedIndex)*
for each (var item in t.selectedItem)
{
trace("item:::value @ abc"[EMAIL PROTECTED]);
trace("All Items::"+item);
}
}
I am selecting the specific attribute and how i have to overwrite the
content of the attribute,
What are the sample AIR applications for the starting point for this
application. Any references links pls.It will be kindly very much useful for
me
Regards,
R.Denesh Kumar
On Sun, Nov 9, 2008 at 10:03 PM, Venkat Viswanathan
<[EMAIL PROTECTED]>wrote:
> Hi Dinesh,
>
> In Flex without AIR, you will not be able to save the file. So making a
> normal Flex application is out of question. For file editing purposes, there
> are a lot of AIR apps available that u can use as a starting point for your
> app.
>
> For XML-related things, what are the things you are planning to do?
>
> - Parsing
> - Indentation of text
>
> Regards,
> Venkat
> www.venkatv.com
>
>
> On Thu, Nov 6, 2008 at 4:58 PM, Denesh Kumar.R <[EMAIL PROTECTED]> wrote:
>
>> Hi elango,
>>
>> what ever it may be (in both)
>>
>> waiting......
>>
>> Regards,
>> Denesh Kumar.R
>>
>>
>> On Thu, Nov 6, 2008 at 4:53 PM, Elango <[EMAIL PROTECTED]> wrote:
>>
>>>
>>> Hi Dinesh,
>>>
>>> Elaborate a bit more. Are you looking for an online solution or an AIR
>>> based solution?
>>>
>>>
>>> Thanks
>>> Elango
>>>
>>> On 6 Nov, 15:59, "Denesh Kumar.R" <[EMAIL PROTECTED]> wrote:
>>> > Hi
>>> >
>>> > I want to open and edit the xml and to be saved any sample code..plz
>>> >
>>> > Thanks in Advance
>>> >
>>> > R.Denesh Kumar
>>> > ______________
>>> > Enjoy the Life..
>>>
>>>
>>
>>
>> --
>> R.Denesh Kumar
>> ______________
>> Enjoy the Life..
>>
>>
>>
>
> >
>
--
R.Denesh Kumar
______________
Enjoy the Life..
--
R.Denesh Kumar
______________
Enjoy the Life..
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---