Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] performApply() in ILaunchConfigurationTab

Thanks, the defect clarifies the performApply() called twice on clicking
Apply button.

I still don't know why I get a performApply() on clicking New.  (unless it
is the same problem after all?)

I am using isValid() just to make sure that there is something entered in
the fields, and was
planning on using performApply() to check validity of the contents of all
fields in one shot, at the
time Apply button is pressed, and if something is not right then to popup
an error dialog with specific explanation.

Now when I click New, I get the error dialog since most fields are not
filled with valid data.

Robert.
===========================================================



                                                                                                                        
                    Darin_Swanson@xxxxxxx                                                                               
                    Sent by:                         To:     platform-debug-dev@xxxxxxxxxxx                             
                    platform-debug-dev-admin@e       cc:                                                                
                    clipse.org                       Subject:     Re: [platform-debug-dev] performApply() in            
                                                      ILaunchConfigurationTab                                           
                                                                                                                        
                    04/26/02 12:37 PM                                                                                   
                    Please respond to                                                                                   
                    platform-debug-dev                                                                                  
                                                                                                                        
                                                                                                                        




You have discovered a bug in the implementation logged as

http://bugs.eclipse.org/bugs/show_bug.cgi?id=14758

Thanks
Darins


                                                                          
   weisz@xxxxxxxxxx                                                       
   Sent by:                           To:                                 
   platform-debug-dev-admin@e platform-debug-dev@xxxxxxxxxxx              
   clipse.org                         cc:                                 
                                      Subject:                            
                              [platform-debug-dev] performApply() in      
   04/26/02 08:52 AM          ILaunchConfigurationTab                     
   Please respond to                                                      
   platform-debug-dev                                                     
                                                                          




I implemented a tab for the launch configurations and added it to the tab
group together with the Common tab,
and I seem to get the performApply() invoked three times:
first time as soon as the tab is created, i.e. when I click on New, then
when I click on Apply I get it
again, but instead of once,  I get it twice.

I must be doing something wrong, but I don't know what ...
Any suggestions appreciated.

Robert.
===========================================================

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






Back to the top