NodeDialog

Hello,

it is possible to call a function in the NodeDialog with the incoming data like:

getSurveyList(final BufferedDataTable[] inData)); ??

Best regards,

Markus

Yes, we just added this feature: please derive your dialog from DataAwareNodeDialogPane.

can u give me a short example?because if i derive my dialog from DataAwareNodeDialogPane , then i cant use the the DefaultNodeSettings like addDialogComponent....

-

Problem solved with DataAwareNodeDialogPane :) thx for the new feature