We are using the dbtreeview bean to show a menu structure for our reporting module. From the beginning we have had the problem that the onclick event of the selected node is not always triggered (we can see this because the first thing this does is change the title of the report page). And now we have a user that is stuck in a specific branch. He can select other nodes in the same branch, but he cannot switch to a node in another branch. When I use his credentials to log, I cannot reproduce this problem. The customer in question is running Servoy 6.0.5.
Any sugestions on how to fix this?
Or maybe you can suggest another component that we can use?
+1
Have seen this on other components too. For example: source list component in the tablebean of servoy-plugins.de
This seems to be introduced somewhere in the early v6 releases. (have never seen this in v5)
Problem: there’s no good reproducible example, can be fine for 40 clicks and then miss out just 1, or can happen every 4/5 clicks. This is full random behaviour.
As far as I was able to find out: when there’s no response when clicking, the assigned callback function just isn’t triggered.
(I put an application.output(‘click’) in the callback function, and didn’t see any output when the user clicked on a node)
Hi,
Have seen this many, many times in Servoy 5 with my own developer version…
I almost bought a new mouse ![Confused :?]()
Regards,
I’ve got some extra information about the customer that cannot select anything in the dbtreeview: He is using java 6 update 33, when he tries this on another pc (with java 6 update 31) he is able to select different nodes. So the problem seems to be related to this java update. Does this sound familiar to anyone?
Can I suggest him to update to the latest java version (7 update 6) or downgrade to 6 update 31?
Hi Jos,
I would suggest you downgrade.
I don’t believe Servoy officially supports version 7 yet and read here and there about other issues with it as well.
Hope this helps.
Edit: just checked with Servoy and they do support Java 7
ROCLASI:
I don’t believe Servoy officially supports version 7 yet and read here and there about other issues with it as well.
Is this true? In the requirements is written: java standard edition version 5.0 or higher. If java 7 is not yet officially supported (for either server or client) I would like to see this confirmed by someone from Servoy.
The user has downgraded to java 6 upd 31, but the problem remains.
Servoy does support Java 7, if you encounter issues please file an support case.
BTW There is one known issue with some fonts getting bold on Java7 in smartclient, we filed an issue at Oracle for this.