Customize config dialog

Hi,

I’ve been playing with the generation of new nodes using Python based KNIME Extension and I find it super useful. I was able to create some nodes that work in my workflows.

My question is related with the config dialog of the node. All the parameters are shown in a single column (so one after the other as defined in my code). Is there any way to to put two parameters in the same row? For example, to add a knext.BoolParameter next to a knext.IntParameter side-by-side. I see that with SDK, the config dialog is more configurable.

Thanks in advance,
Fer

Hi @fmgarcia85,

this is unfortunately currently not possible, but we are also still actively developing here.

Best regards
Steffen

1 Like

Hi @steffen_KNIME ,

It will be great to see new functionalities in future releases. If I may, having one to select a file from local drive, would be very useful instead of adding a part in a string. Less errors.

Kind regards,
Fer

1 Like

Hi @fmgarcia85,

thanks for the feedback.
About the original request: we recommend using a one column design. However, I created a ticket to discuss whether we want to implement two column dialogs (UIEXT-1270).

The file selection parameter request is listed in our internal ticket UIEXT-1213. I’ve raised awareness there.

Best regards
Steffen

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.