Skip to Content
0
Former Member
Dec 01, 2006 at 07:54 PM

OVS question for experts

68 Views

Hi,

I've implemented OVS but I need to use it as a value help instead of an object selector. Therefore to be perfect OVS should directly print out results since there is no need to do a search before. So is there a way to directly jump to the onQuery hook method? Apparently the OVS output node seems to be initialized after applyInputValues(...) is called. I can't add something to the output node until onQuery(...) is called. Which means you have to click on the "Go" button just to see some static result values. Which is quite annoying for this use case. Has anyone already solved this problem?

Regards,

Robert