The old label is just that, a label. It indicates that a newer component is available but it should not mess with that legacy component.
As with all depreciated components, you can still place new versions of those components on the canvas by double-clicking the canvas, and starting the search term with a hatch:
It turns out the error message was generated because the type of one of the inputs (a double) was not declared. After fixing that, the legacy component works as normal. Apparently the compiler in Rhino 8 is a bit more strict than in Rhino7.
Thanks for the tip, I did not know about the ‘#’ prefix. But I was assuming that the new editor could also handle VB. If not, I would expect a non-legacy VB component. Am I missing something? Is VB support on the way out?
When it is added back in, will the editor also get its normal functionality back?
In old/legacy mode, it has now lost all the things I have come to rely on (automatic cleaning up of indentation, suggestions for parameters when calling functions etc…).
@Alain Anyway we can have feature parity with the older VB component? I’m planning to add VB to the list of languages so maybe it’s better to do that instead
I am having the same problem. When I add the VB scripting component to GH in Rhino 8, and I double click it to open the script editor, NOTHING opens. I am unable to add code in VB. What’s going on?
…I see now that people are having the same problems when editing C#. So not specifically a VB problem. Can this please be fixed soon? As it is, it doesn’t make sense to start using RH8.
Yes to be honest I am still trying ot figure out how much VB.Net is still needed in the Rhino3d community. The VB component in Rhino 8, is the old one from previous Rhino version with a new updated editor. It is technically not using any of the new scripting infrastructure. The amout of work to make it work is considerable mostly to ensure we can get debugging implemented for it.
at least VB.net is still very important to me who learnd parametric design from the old times with rhino4 and rhinoscript. VB is the only scripting language I know and I am quite familar with the according rhinocommon vb.net sdk. I wish a working vb.net editor like the one in rhino7 comes to the latest version of rhino.