Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] #initializeFrom( ) is not called when switching tabs


Vadim,

This sounds like a bug.  The only way initializeFrom() doesn't get called appears to be if there's no working copy, which shouldn't be the case, so yes, open a defect.

Thanks,
Joe




berestet@xxxxxxxxxx
Sent by: platform-debug-dev-admin@xxxxxxxxxxx

01/15/2003 03:13 PM
Please respond to platform-debug-dev

       
        To:        platform-debug-dev@xxxxxxxxxxx, jdt-debug-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-debug-dev] #initializeFrom( ) is not called when switching tabs



I am using ECLIPSE 2.0.2 and came across the following problem:
My tab group contains two tabs: tabA and tabB. Each one implements
initializeFrom(ILaunchConfiguration) method.
There are some cases when user switches from tabA to tabB, but
initializeFrom(ILaunchConfiguration) method for tabB does not get called.
This seem to happen when tab group has just been constructed and user
switches to the tabB for the very first time. If user switches back to the
tabA and then again to the tabB,  initializeFrom(ILaunchConfiguration)
method for tabB gets called just fine.

I wonder if this sounds like a bug. If so, can I open a defect?

Thanks,
Vadim.
Internet:  berestet@xxxxxxxxxx

_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-debug-dev



Back to the top