Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Table, List, Combo select(int index) method

It's by design.  No selection operation when initiated by the programmer
causes an SWT.Selection event.



                                                                                                                                           
                      "Rob Hughes"                                                                                                         
                      <rhughes@xxxxxxxxxxxxxx         To:      <platform-swt-dev@xxxxxxxxxxx>                                              
                      >                               cc:                                                                                  
                      Sent by:                        Subject: [platform-swt-dev] Table, List, Combo select(int index) method              
                      platform-swt-dev-admin@                                                                                              
                      eclipse.org                                                                                                          
                                                                                                                                           
                                                                                                                                           
                      06/08/02 06:05 PM                                                                                                    
                      Please respond to                                                                                                    
                      platform-swt-dev                                                                                                     
                                                                                                                                           
                                                                                                                                           



Calling select(index) on a Table, List, or Combo does not cause a
subsequent SelectionEvent to be fired.  What is the reasoning behind
this?

Thanks,
Rob Hughes

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






Back to the top