On 08/01/2011 11:17 AM, Stefan Klatt wrote: > After switching from one view to another I`d like to redraw the view inside > a macro analogous to he redraw option from the menu. > > The refresh command (in all variants) doesn`t show the same results. > > Is there any way to include a "menu redraw" inside a macro? >
Yes, the "Redraw" menu item is equivalent to the sequence of the following commands: 1. Command "updateInclusions" with no parameter. 2. Command "refresh" with parameter "rebuild[implicitDocument]". References: * http://www.xmlmind.com/xmleditor/_distrib/doc/commands/updateInclusions.html * http://www.xmlmind.com/xmleditor/_distrib/doc/commands/refresh.html -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

