any example on how to use custom enums?
tnx!
any example on how to use custom enums?
tnx!
Good one… no idea what it does…
have a look on my module
getNodeId
it is not very intuitiv and still a buggy feature, but it works!
tnx david.
couldn’t understand why other strings appear on custom enumerations and i can see the same problem in your patch.
it seems like NULL node messes up default enum state ‘(nil)’ and if you play with Enum and Receive pins and switch Enum to ‘Empty’, Receive pin - instead of ‘(nil)’, holds some ghost string or even a spread of them.
now, if you create other enumeration nodes like IOBox for example, the same ghost values will show as default.
here is the only bulletproof solution i found:
Good tips MajorTom, I’ve had real nightsmares with custom enums showing random enums!
just a note:
it is necessary to create all needed enums in one patch. cause, even if enums are created clean in subpatches - ghost strings pop up.