Maxime Bégnis wrote: > We are using XXE 4.9.0 as an applet and the menu "Fichier" -> "Utiliser > le Sélecteur d'URL" is missing.
This is a bug. We forgot to declare this menu item in xxe.jar/gui/applet/Professional.xxe_gui > > Is there a way to show it up like when running XXE as a standard > application? > Yes. The workaround is to add the following file (see attachement) to the XXE_install_dir/addon/ directory of XXE and then to rerun deploywebstart. customize.xxe_gui: --- <?xml version='1.0' encoding='UTF-8'?> <gui xmlns="http://www.xmlmind.com/xmleditor/schema/gui" xmlns:gui="http://www.xmlmind.com/xmleditor/schema/gui"> <menu name="fileMenu" insert="openAction"> <action name="toggleUseURLChooserAction" /> </menu> </gui> --- See http://www.xmlmind.com/xmleditor/_distrib/doc/configure/deploy_applet.html See http://www.xmlmind.com/xmleditor/_distrib/doc/gui/index.html --> If you *always* want to use the URL chooser rather than the file chooser, then the simplest if to force the "useURLChooser" user preference to "true". -putpref useURLChooser true See http://www.xmlmind.com/xmleditor/_distrib/doc/help/command_line_usage.html See http://www.xmlmind.com/xmleditor/_distrib/doc/help/preferenceKeys.html
<?xml version='1.0' encoding='UTF-8'?> <gui xmlns="http://www.xmlmind.com/xmleditor/schema/gui" xmlns:gui="http://www.xmlmind.com/xmleditor/schema/gui"> <menu name="fileMenu" insert="openAction"> <action name="toggleUseURLChooserAction" /> </menu> </gui>
-- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

