Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] combox cell editor behave differently in Windows XP and Linux (red hat 9)

Hi,
I am using a combobox cell editor with table.
also, i am using a cell modifier subclass.
In windows when i run the code, the selection event of
the combo box is correctly fired in the
ComboBoxCellEditor before the modify() method is
called in the CellModifier.
However, in linux (red hat version 9), the order is
reversed resulting in that always the modify method is
called before the widgetSelected() method and thus,
the modify event always gets -1 in the value
parameter.
                                                      
                         
Can someone please explain why this is happening??
                                                      
                         
Thanx
Abeer


	
		
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 


Back to the top