Hi Tom,
>I presume that you're running under the debugger with full logging
>turned on. What exception is being thrown? What messages are being
logged?
That's the thing that confuse me. I'm using Eclipse for development and I
have source code from SVN (ArgoUML 0.25.5). When I start ArgoUML from Eclipse
together with my module it works fine. Module exists at
Edit->Settings->Modules, and Tab is shown at DetailsPane, and there is no error
messages.
However, when I create module jar file and put it at ArgoUML/ext (binary
distribution of ArgoUML v 0.24), it stops responding at splash screen. Its not
the case if I remove those two lines of code:
TabDepthsDocumentation tab=new TabDepthsDocumentation();
((DetailsPane) ProjectBrowser.getInstance().getDetailsPane()).addTab(tab, true);
In this case, module is loaded fine, but it does not work anything.
I hope that this can help you to make some assumption about the problem.
Thanks
Zoran
Tom Morris <[EMAIL PROTECTED]> wrote:
I presume that you're running under the debugger with full logging
turned on. What exception is being thrown? What messages are being
logged?
Tom
On Sun, Apr 13, 2008 at 1:28 PM, Zoran Jeremic wrote:
> Hi,
>
> I'm trying to create module that will add new Tab to the DetailsPane. I have
> implemented enable method in class that implements ModuleInterface like this
>
> public boolean enable(){
> TabDepthsDocumentation tab=new TabDepthsDocumentation();
> ((DetailsPane) ProjectBrowser.getInstance().getDetailsPane()).addTab(tab,
> true);
> return true;
> }
>
> TabDepthsDocumentation is exactly the same class as TabDocumentation.
> When I try to start ArgoUML with this module it stops at splash screen with
> message "Making Default Project" at the status bar of splash screen.
>
> Could you help me to solve the problem, plz?
>
> Thanks
> Zoran
>
> __________________________________________________
>
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]