Sounds good. We're in the final stages of deciding on our CMS solution. Once we do, we plan to buy a number of Professional Edition licenses so we can use WebDAV. I can put the AppPane project on hold until then.
BTW, what are you doing up so late?!? ;-) -----Original Message----- From: Hussein Shafie [mailto:[email protected]] Sent: Tuesday, May 09, 2006 9:47 AM To: Mark Fletcher Cc: xmleditor-support at xmlmind.com Subject: Re: [XXE] Looking for some general info about a custom GUI pane Mark Fletcher wrote: > Thanks! Is the InsertCharacterPane source code available somewhere? Or > do I need to use a decompiler utility to take a look? A person who wants to extend XXE by writing Java[tm] code is expected to have Professional Edition. With Professional Edition, you get the full source code of the product. This source code should be considered as being the ultimate documentation of the product. Note that the source code of Professional Edition and Standard Edition are strictly identical. That is, it makes sense to read parts of the source code of Professional Edition, even if in fact, you just want to extend Standard Edition. Now if you consider that reading the source code of the product means that some documentation for developers is missing, well, this is not the case! This part of the developer's guide http://www.xmlmind.com/xmleditor/_distrib/doc/dev/gui.html#d0e7257 describes a word counter tool which is implemented as an AppTool. An AppTool is very, very, similar to an AppPane. Therefore, may be suffice to read http://www.xmlmind.com/xmleditor/_distrib/doc/dev/gui.html

