From: Hiroo H. <hir...@co...> - 2005-01-11 03:34:26
|
Eelco> Hi, I'm not sure if this is the right medium for bug reports Eelco> (if not, what is?), but I've found a straightforward bug in saving Eelco> a library; The Help says; Contributing to JSynthLib If you like JSynthLib and want to contribute, you can do this in many ways: bug reports ... The common place to address your notes should be the Tracker on JSynthLib SourceForge site or jsynthlib-devel mailing list. Eelco> in core.Actions in the method saveFrame() a NPE is thrown Eelco> when the library frame is not selected. In the following snippet: I see the problem. The current code does not care the case when no frame is selected. Many other command should have same problem. At that time most of commands must be disabled. Well, but when Tool Bar windows is used in SDI mode (multi frame mode), no library/editor window is selected. An easy fix will make the Tool Bar window useless. I need to think more... Anyway, thank you for your report. -- Hiroo Hayashi |