[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Values in combobox are filtered  XML
Forum Index -> Development
Author Message
kabat

Power User

Joined: 10/12/2007 10:12:44
Messages: 78
Offline

Hi,

I have following variable ValidValuesBinding m_addressSources;

It's filled with 4 values. When the getter of m_addressSources is called, I see the 4 values in the debugger. But in the combobox in the GUI, I have only 2 values.

What can be the reason that 2 values were filtered?

Agnes
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

...is is possible that youe somewhere create a new instance of ValidValuesBinding(), if so: use the clear() method to remove items.

Björn

Björn Müller, CaptainCasa GmbH
kabat

Power User

Joined: 10/12/2007 10:12:44
Messages: 78
Offline

Ok, I tried it, but it didn't solve the problem...

Agnes
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

Any mini-example would be great...
(the typical thing: our examples are working fine!)

Björn

Björn Müller, CaptainCasa GmbH
kabat

Power User

Joined: 10/12/2007 10:12:44
Messages: 78
Offline

In the meantime I found the error.
I had ValidValues with the same value in the combobox.

My fault
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team