You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I know it is a WIP project, but let me share the issues that I found checking the example files so it can help you to make quick fixes.
When I open each file I got "Input parameter chunk is missing. Archive is corrupt." gh messages.
SampleScriptVanilla.gh doesn't contain any of your components, it is this intentional?
Openning SampleScriptHardCoded.gh I got an OutOfRange exception (SettersDefineComponent class, line 50), since the merge component only receive 2 values instead of 3. IMO you should include a component error if ids.Count != vals.Count instead of let GH (or VS while debugging) handle this error, because normal users won't know what's going on. I am adding these validators myself in case you want to do a merge later.
The file CreateInterfaceComplex.gh contains what it seams other version of text component called "Create Label", which its last input is "css" but the data type is number so it throws a conversion error. It is fixed in CreateInterfaceMoreComplex.gh file.
Closing windows doesn't work until I set to false the show input.
It is compiled for RH7, there is some reason or it can be compiled for RH6 as well?
Components with Id input, should not be empty as default and optional? It is confusing having id="slider".
Components with name input, should not be its component name rather than "slider"?
As a suggestion that I bet you already thought, components to have css preset styles.
The text was updated successfully, but these errors were encountered:
Hi, I know it is a WIP project, but let me share the issues that I found checking the example files so it can help you to make quick fixes.
When I open each file I got "Input parameter chunk is missing. Archive is corrupt." gh messages.
SampleScriptVanilla.gh doesn't contain any of your components, it is this intentional?
Openning SampleScriptHardCoded.gh I got an OutOfRange exception (SettersDefineComponent class, line 50), since the merge component only receive 2 values instead of 3. IMO you should include a component error if ids.Count != vals.Count instead of let GH (or VS while debugging) handle this error, because normal users won't know what's going on. I am adding these validators myself in case you want to do a merge later.
The file CreateInterfaceComplex.gh contains what it seams other version of text component called "Create Label", which its last input is "css" but the data type is number so it throws a conversion error. It is fixed in CreateInterfaceMoreComplex.gh file.
Closing windows doesn't work until I set to false the show input.
It is compiled for RH7, there is some reason or it can be compiled for RH6 as well?
Components with Id input, should not be empty as default and optional? It is confusing having id="slider".
Components with name input, should not be its component name rather than "slider"?
As a suggestion that I bet you already thought, components to have css preset styles.
The text was updated successfully, but these errors were encountered: