Skip to main content

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

This list is intended for news by the developers of Eclipse  - you should 
ask these question on the Eclipse newsgroup.

Please log a problem report to Bugzilla if you think there is a bug here.

Tod




abeer bagul <abeerbagul@xxxxxxxxx> 
Sent by: eclipse-dev-admin@xxxxxxxxxxx
05/07/2004 09:06 AM
Please respond to
eclipse-dev


To
eclipse-dev@xxxxxxxxxxx
cc

Subject
[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 
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev




Back to the top