This is only partly a swing question, but here goes I am adding JavaHelp to an application We're using IBM Visual Age 3.02 And the following lines of code are used to add javahelp to a menuitem menuFileHelp = createMenuItem(menuHjaelp, "Help", 'H', "show help"); CSH.setHelpIDString(menuFileHelp, "velkommenHTML"); hb.enableHelpKey(this.getRootPane(), "velkommenHTML", null); // This is were it goes wring on export menuFileHelp.addActionListener(new CSH.DisplayHelpFromSource(hb)); The application is working just fine inside Visual Age, but when exporting the class files, i get a message 'an error occured while exporting', on this class no chance of seing detail as is normally the case, only the message and an ok-button If i remove the last line everything is fine for export Anybody has an idea of what is wrong with VAJA ? (ok this may be more of a VAJA issue, i'll post it at their place a well) Regards Peter Tilsted Denmark _______________________________________________ Swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/swing
