Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » ComboboxPropertyDescriptor
ComboboxPropertyDescriptor [message #444443] Tue, 12 October 2004 19:29
Mark Victory is currently offline Mark VictoryFriend
Messages: 133
Registered: July 2009
Senior Member
Anyone using the ComboboxPropertyDescriptor?

Does it make sense that the setPropertyValue method on my IPropertySource is
called with the index into the list of items in the combobox as opposed to
the string value selected by the user?

I would never want to store the index as a property value. Rather I want to
store the string value of what was selected.
That way, as items are added or removed as choices in the combo box, I would
still have the actual value selected by the user.

Am I missing something? Shouldn't the combobox descriptor work using the
string values in addition to the index values?

Thanks,
Mark
Previous Topic:What is "CodePage" value for HPUX ?
Next Topic:Drawing scenario in SWT
Goto Forum:
  


Current Time: Thu Mar 28 23:18:52 GMT 2024

Powered by FUDForum. Page generated in 0.02676 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top