hello
Would you please tell me how can I add a new action(not definied before)in the
user's interface?
Now i've met with lots of difficulties.
First,I've built a new class in Java in order to display a dialog box with two
boutons(I named it as "About1Action.class".And then I've changed it in the
directory "xxe_app/com/xmlmind/xmleditapp/kit/part"
After that I've added the sentences in the file "default.xxe-gui" in order to
add a new menu that is related to a new action
<!-- Commit menu ========================================================= -->
<action name="about1Action" label="_Commit">
<class>com.xmlmind.xmleditapp.kit.part.About1Action</class>
</action>
<menu name="commitMenu" label="_Commit"
helpId="commitMenu">
<action name="about1Action" />
</menu>
But after that I cannot start my XMLmindXMLEditor .I think there must be somme
mistakes in the sentences I've added or I must define the action before but I
am not sure what I should do exactly.
There is another problem,that is after using certain softwares to recompile the
files of class to java,I cannot compile the files java any more.It is always
said that " class not found exception".
Thans a lot for your help.
Yao LIU
I.N.R.I.A
Institut National de Recherche en Informatique et enAutomatique
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.