Search found 5 matches

by phmonk
Fri Mar 07, 2014 1:48 pm
Forum: Flare's General Discussion
Topic: Using Flare API to modify document structure
Replies: 4
Views: 2931

Re: Using Flare API to modify document structure

Indeed! IDocument now has:
* void Select(XmlNode)
* XmlDocument GetXmlDocument()
* void InsertDocumentNode(XmlNode, XmlNode, int, bool)
* void RemoveDocumentNode(XmlNode, bool)
* void ReplaceDocumentNode(XmlNode, XmlNode, bool)
* bool Save()
* void Select(XmlNode)
That should cover all the bases, I ...
by phmonk
Mon Feb 10, 2014 10:14 pm
Forum: Flare's General Discussion
Topic: Using Flare API to modify document structure
Replies: 4
Views: 2931

Re: Using Flare API to modify document structure

Hi Tom,

Thanks for the advice. I was hoping to avoid doing what you're suggesting. Altering documents outside of Flare, behind the user's back, feels devious. Furthermore, when a file open in Flare is modified on disk, the user is prompted to either load the altered file, losing any changes made ...
by phmonk
Sat Feb 08, 2014 3:51 pm
Forum: Flare's General Discussion
Topic: Using Flare API to modify document structure
Replies: 4
Views: 2931

Using Flare API to modify document structure

Hi all,

Does the Flare API support modifying the document structure?

I'm playing around with the Flare API and I've created a simple plugin that I can launch from inside Flare. (Following information in the Flare API documentation: http://downloads.madcapsoftware.com/flareapi090/FlareAPIDoc0900 ...
by phmonk
Sat Feb 08, 2014 3:33 pm
Forum: Flare's General Discussion
Topic: A forum for Flare API questions?
Replies: 2
Views: 778

Re: A forum for Flare API questions?

Thanks Nita. I'll do that.

Cheers,
Paul
by phmonk
Sat Feb 08, 2014 2:37 pm
Forum: Flare's General Discussion
Topic: A forum for Flare API questions?
Replies: 2
Views: 778

A forum for Flare API questions?

I have some questions about the Flare API. None of these forums seem appropriate for that. Where is the best place to ask?

Thanks,
Paul