Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Detect when eclipse startup is complete?
Detect when eclipse startup is complete? [message #266029] Mon, 09 August 2004 04:19 Go to next message
Eclipse UserFriend
Originally posted by: dostick.apollo.lv

I want some task to start after the eclipse window is created and drawn.
After everything is started, after startup sctivities complete.
Now my task starts as soon as possible, when eclipse splash screen is on.
How do I detect that eclipse startup is complete?

Thenk you.
Re: Detect when eclipse startup is complete? [message #266040 is a reply to message #266029] Mon, 09 August 2004 06:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: martin.klinke.xavo.de

Are you running a rcp app? In the WorkbenchAdvisor there are several
methods that provide the possibility to run custom code at certain stages
in the life cycle.

Otherwise, please describe your environment a litlle more detailed.

On Mon, 9 Aug 2004 08:19:11 +0000 (UTC), Roman <dostick@apollo.lv> wrote:

>
> I want some task to start after the eclipse window is created and drawn.
> After everything is started, after startup sctivities complete.
> Now my task starts as soon as possible, when eclipse splash screen is on.
> How do I detect that eclipse startup is complete?
>
> Thenk you.
>
Re: Detect when eclipse startup is complete? [message #266042 is a reply to message #266040] Mon, 09 August 2004 06:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dostick.apollo.lv

Thanks for answer.
I have a ViewPart/TreeViewer plugin.
This plugin request its Tree data from remote device.
It starts requesting when Eclipse splash screen is on. I want it to
activate only after Eclipse is loaded.
I want to add some condition in treeViewer data geenration code so it
doesn't produce any data until eclipse is completely started.

Of course if my TreeViewer was hidden in previous session, when eclipse is
started , no data request is going until the view is activeted/unhidden.

Any recipes? Maybe it's possible to activate my whole TreeViewer/ViewPart
not before some point?

Thanks.

Martin Klinke wrote:

> Are you running a rcp app? In the WorkbenchAdvisor there are several
> methods that provide the possibility to run custom code at certain stages
> in the life cycle.

> Otherwise, please describe your environment a litlle more detailed.

> On Mon, 9 Aug 2004 08:19:11 +0000 (UTC), Roman <dostick@apollo.lv> wrote:

> >
> > I want some task to start after the eclipse window is created and drawn.
> > After everything is started, after startup sctivities complete.
> > Now my task starts as soon as possible, when eclipse splash screen is on.
> > How do I detect that eclipse startup is complete?
> >
> > Thenk you.
> >
Re: Detect when eclipse startup is complete? [message #266074 is a reply to message #266042] Mon, 09 August 2004 10:07 Go to previous message
Eclipse UserFriend
Originally posted by: Chris_Laffra.ca.ibm.com

This is a case the warrants the use of 'earlyStartup'.
See http://eclipsefaq.org, FAQ 182, Can I be activated when the workbench
starts?

Chris

"Roman" <dostick@apollo.lv> wrote in message
news:cf7j15$j4u$1@eclipse.org...
> Thanks for answer.
> I have a ViewPart/TreeViewer plugin.
> This plugin request its Tree data from remote device.
> It starts requesting when Eclipse splash screen is on. I want it to
> activate only after Eclipse is loaded.
> I want to add some condition in treeViewer data geenration code so it
> doesn't produce any data until eclipse is completely started.
>
> Of course if my TreeViewer was hidden in previous session, when eclipse is
> started , no data request is going until the view is activeted/unhidden.
>
> Any recipes? Maybe it's possible to activate my whole TreeViewer/ViewPart
> not before some point?
>
> Thanks.
>
> Martin Klinke wrote:
>
> > Are you running a rcp app? In the WorkbenchAdvisor there are several
> > methods that provide the possibility to run custom code at certain
stages
> > in the life cycle.
>
> > Otherwise, please describe your environment a litlle more detailed.
>
> > On Mon, 9 Aug 2004 08:19:11 +0000 (UTC), Roman <dostick@apollo.lv>
wrote:
>
> > >
> > > I want some task to start after the eclipse window is created and
drawn.
> > > After everything is started, after startup sctivities complete.
> > > Now my task starts as soon as possible, when eclipse splash screen is
on.
> > > How do I detect that eclipse startup is complete?
> > >
> > > Thenk you.
> > >
>
>
Previous Topic:[RCP] Accessing WorkbenchAdvisor from Plugin
Next Topic:problem installing plugins in 3.0--pls help!
Goto Forum:
  


Current Time: Tue Jun 03 06:42:25 EDT 2025

Powered by FUDForum. Page generated in 0.04380 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top