Strange Combo Box Behavior

Just installed beta 6 and now have some strange combo box behavior.

I’m using Servoy on Windows XP

If I click with my mouse on the combo box, I get the dropdown with values. If I select I value then with the mouse and click, the drop down disappears (as usual), but the field is not updated. The previous value stays (even if it was blank).

If I do the value selection in the dropdown with my keyboard and hit “Enter”, the value in the field is updated.

Is this a bug, or might I have done something wrong in my sollution?

Paul

no it has to be a bug.
I personally can’t reproduce it but other can. Will be looked at.

Can you give me youre complete configuration?

what version of java do you have installed?

(java -version on command prompt)

Can you be more specific how to retrieve the Java version? I do not know how to get it.

Paul

i already said it:

in a command prompt type:

java -version

then you will get something like this:

C:>java -version
java version “1.4.2”
Java™ 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
Java HotSpot™ Client VM (build 1.4.2-b28, mixed mode)

Sorry, didn’t understand before, but now I do! :D

java version “1.4.1_02”
Java™ 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot™ Client VM (build 1.4.1_02-b06, mixed mode)

Ok a fix i made for the mac broke the implementation of windows jdk 1.4.1.

I fixed it now that it works again for 1.4.1 but if you want to use B6 now you can upgrade youre JDK/JRE to the latest 1.4.2 version. Those are working fine.

Cool, tnx