Re: [Flashcoders] Looking for simple solution to edit xml inside flash file

2014-02-12 Thread John R. Sweeney Jr.
If your PC based, http://www.microsoft.com/en-us/download/details.aspx?id=7973  
This is free.

There are many free editors for MAC or PC out there. Just do a search.

John R. Sweeney Jr.
Senior Interactive Multimedia Developer
OnDemand Interactive Inc
Hoffman Estates, IL 60169




On Feb 12, 2014, at 12:54 AM, natalia Vikhtinskaya natavi.m...@gmail.com 
wrote:

 Hi to all
 I need to find simple for user way to edit information in xml file (delete,
 add, edit). Is that possible to do with data grid or scroll list? I can not
 use outside CMS for xml I have to find way to do that in flash. Something
 like -click btn edit-editable table of nodes on the screen -save- recreate
 xml file from new list. Please give me advice for user friendly solution.
 To see some examples would be very helpful.
 
 Thank you in advance.


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Looking for simple solution to edit xml inside flash file

2014-02-12 Thread natalia Vikhtinskaya
I need system inside Flash file for simple  users.

2014-02-12 12:03 GMT+04:00 John R. Sweeney Jr. jr.swee...@comcast.net:

 If your PC based,
 http://www.microsoft.com/en-us/download/details.aspx?id=7973  This is
 free.

 There are many free editors for MAC or PC out there. Just do a search.

 John R. Sweeney Jr.
 Senior Interactive Multimedia Developer
 OnDemand Interactive Inc
 Hoffman Estates, IL 60169




 On Feb 12, 2014, at 12:54 AM, natalia Vikhtinskaya natavi.m...@gmail.com
 wrote:

  Hi to all
  I need to find simple for user way to edit information in xml file
 (delete,
  add, edit). Is that possible to do with data grid or scroll list? I can
 not
  use outside CMS for xml I have to find way to do that in flash. Something
  like -click btn edit-editable table of nodes on the screen -save-
 recreate
  xml file from new list. Please give me advice for user friendly solution.
  To see some examples would be very helpful.
 
  Thank you in advance.


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Looking for simple solution to edit xml inside flash file

2014-02-12 Thread John R. Sweeney Jr.
Hi,

Then either you have to roll your own, (write something from scratch in AS3) or 
look for something online like this: 
http://www.findbestopensource.com/product/as3-xmltexteditor

Where you can take someone else's code as a start and then try and 
incorporate/modify it into your project.

Good luck,


John R. Sweeney Jr.
Senior Interactive Multimedia Developer
OnDemand Interactive Inc
Hoffman Estates, IL 60169




On Feb 12, 2014, at 3:28 AM, natalia Vikhtinskaya natavi.m...@gmail.com wrote:

 I need system inside Flash file for simple  users.


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Looking for simple solution to edit xml inside flash file

2014-02-12 Thread natalia Vikhtinskaya
Yes, I see that no good solution. I use textField for editing node after
selection. But I have problem with deleting node. Maybe you can give me
advice.
I select this is
 title titleName=First Words 1set1/title

//var node:XMLList;
trace(node.childIndex())
//0

trace(node)
set1

trace(node.parent())
topic topicName=Reading
  title titleName=First Words 1set1/title
  title titleName=Second Words 1set2/title
/topic

I can not find way to delete this line that has set1
title titleName=First Words 1set1/title

when I use
trace(node.parent().children()[ node.childIndex() ])
that delete set1



2014-02-12 20:42 GMT+04:00 John R. Sweeney Jr. jr.swee...@comcast.net:

 Hi,

 Then either you have to roll your own, (write something from scratch in
 AS3) or look for something online like this:
 http://www.findbestopensource.com/product/as3-xmltexteditor

 Where you can take someone else's code as a start and then try and
 incorporate/modify it into your project.

 Good luck,


 John R. Sweeney Jr.
 Senior Interactive Multimedia Developer
 OnDemand Interactive Inc
 Hoffman Estates, IL 60169




 On Feb 12, 2014, at 3:28 AM, natalia Vikhtinskaya natavi.m...@gmail.com
 wrote:

  I need system inside Flash file for simple  users.


 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Looking for simple solution to edit xml inside flash file

2014-02-12 Thread John R. Sweeney Jr.
This can help you understand creating and editing. There are many more 
resources out there.

http://www.kirupa.com/web/xml/XMLmanageData3.htm



John R. Sweeney Jr.
Senior Interactive Multimedia Developer
OnDemand Interactive Inc
Hoffman Estates, IL 60169




On Feb 12, 2014, at 1:01 PM, natalia Vikhtinskaya natavi.m...@gmail.com wrote:

 Yes, I see that no good solution. I use textField for editing node after
 selection. But I have problem with deleting node. Maybe you can give me
 advice.
 I select this is
 title titleName=First Words 1set1/title
 
 //var node:XMLList;
 trace(node.childIndex())
 //0
 
 trace(node)
 set1
 
 trace(node.parent())
 topic topicName=Reading
  title titleName=First Words 1set1/title
  title titleName=Second Words 1set2/title
 /topic
 
 I can not find way to delete this line that has set1
 title titleName=First Words 1set1/title
 
 when I use
 trace(node.parent().children()[ node.childIndex() ])
 that delete set1

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Looking for simple solution to edit xml inside flash file

2014-02-12 Thread natalia Vikhtinskaya
Thank you. In this article I see removeNode
xmlSets..subject.(@sbjName==subjectCb.selectedLabel).topic.(@topicName==topicCb.selectedLabel).title.(@titleName==titleCb.selectedLabel).removeNode()
does not work the same as delete.

2014-02-12 23:29 GMT+04:00 John R. Sweeney Jr. jr.swee...@comcast.net:

 This can help you understand creating and editing. There are many more
 resources out there.

 http://www.kirupa.com/web/xml/XMLmanageData3.htm



 John R. Sweeney Jr.
 Senior Interactive Multimedia Developer
 OnDemand Interactive Inc
 Hoffman Estates, IL 60169




 On Feb 12, 2014, at 1:01 PM, natalia Vikhtinskaya natavi.m...@gmail.com
 wrote:

  Yes, I see that no good solution. I use textField for editing node after
  selection. But I have problem with deleting node. Maybe you can give me
  advice.
  I select this is
  title titleName=First Words 1set1/title
 
  //var node:XMLList;
  trace(node.childIndex())
  //0
 
  trace(node)
  set1
 
  trace(node.parent())
  topic topicName=Reading
   title titleName=First Words 1set1/title
   title titleName=Second Words 1set2/title
  /topic
 
  I can not find way to delete this line that has set1
  title titleName=First Words 1set1/title
 
  when I use
  trace(node.parent().children()[ node.childIndex() ])
  that delete set1

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders