Search found 4 matches

by mjaspaert
Tue Oct 11, 2011 1:27 pm
Forum: Windows
Topic: Reading special characters with revXMLNodeContents
Replies: 2
Views: 3570

Re: Reading special characters with revXMLNodeContents

hello mark,

thank you for this hint. It works fine.

regards marcel
by mjaspaert
Tue Oct 11, 2011 9:37 am
Forum: Windows
Topic: Reading special characters with revXMLNodeContents
Replies: 2
Views: 3570

Reading special characters with revXMLNodeContents

In an XML-File I've the following part <headline>FOKUS 1-Tochter stoppt Vorstoß des Ölmultis BP in die Arktis</headline> when I try to read this data with the following statement: local tHeadLine put revXMLNodeContents(pTree, "newsMessage/itemSet/newsItem/contentMeta/headline") into tHeadLine I get ...
by mjaspaert
Wed Jan 19, 2011 12:16 pm
Forum: iOS Deployment
Topic: Debugging iOS-Application
Replies: 3
Views: 3577

Re: Debugging iOS-Application

Thanks. I wil try it out.
by mjaspaert
Tue Jan 18, 2011 9:27 am
Forum: iOS Deployment
Topic: Debugging iOS-Application
Replies: 3
Views: 3577

Debugging iOS-Application

I'm just starting with LiveCode :D . In a "normal" (mac or Windows) application I can use the debugger from Livecode.
How is it possible to use the Debugger for a iOS-Application, to scan e.g. the "touchStart"-event ?

Thanks