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.
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.
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.