Search found 4 matches

by arthurik
Thu Jun 12, 2014 10:46 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Change Data in existing XML
Replies: 2
Views: 1799

Re: Change Data in existing XML

hello Mark,

i have test it now and it works.
thank you very much!!

kind regards
Arthur
by arthurik
Thu Jun 12, 2014 5:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Change Data in existing XML
Replies: 2
Views: 1799

Change Data in existing XML

Hello LiveCode community, is it possible to change data in existing XML File? i try to write data with revXMLPutIntoNode. at first it looks like as it works. i write it into file and read out. but if i read it a second time or open the XML file with editor, there is the old data. in my test i use th...
by arthurik
Thu Apr 10, 2014 12:43 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Howto create a new Card with Code
Replies: 2
Views: 2171

Re: Howto create a new Card with Code

Hello Mark,

thats it. Works great, thank you.
On this way I can read out a xml or a text file and write more code into the new Stack or Card.

arthurik
by arthurik
Thu Apr 10, 2014 6:55 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Howto create a new Card with Code
Replies: 2
Views: 2171

Howto create a new Card with Code

hello, i am a newbie on Livecode. Now i would like to create a Plugin. This Plugin do the following: on Button click the Plugin create an new Card with Code. I now how to create a blank (without Code) Card, but how to write code into new created Card? The code is functions and commands like: on myCo...