02-01-2023 06:36 AM
sorry for my english
i learn vi class in my university
and i try to do property node
and i found this error
dont know how to fix it
thanks a lot
02-01-2023 06:54 AM
The error dialog is pointing to the Height input being invalid. What value are you trying to set it to? I suspect you will have a similar issue with the Width input as well.
02-01-2023 06:56 AM
You can't change the height of a numeric control.
02-01-2023 07:32 AM
02-01-2023 07:36 AM
02-01-2023 04:10 PM
Maybe it would be more interesting to know what you are actually trying to do with all this. Is there also an xcontrol involved? What problem are you trying to solve with these properties? What do you expect as a result?
02-02-2023 04:13 AM
@altenbach wrote:
Maybe it would be more interesting to know what you are actually trying to do with all this. Is there also an xcontrol involved? What problem are you trying to solve with these properties? What do you expect as a result?
I also wander why they are teaching you property nodes at this stage...
Property nodes are useful of course, but far less important than for instance dataflow and writing clean(er) code.