-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning on Grasshopper component #24
Comments
hello, would like to know the same thing. Any updates on this? |
Hi there! Since the AsyncComponent runs a double-solution, any runtimemessages you declared in the What we've done in other components is just store the RuntimeMessages in a property of the Worker, and call Here are the meaningful lines in our Send component 👇🏼 Hope this helps! |
Hey, |
Hi Guys!
I am trying to add a warning on my component but it does not work.
Can you please provide an exampke? @teocomi @didimitrie
We are currently using Async in FEM-Design API and your help would definitely be super apreciated.
Parent.AddRuntimeMessage(GH_RuntimeMessageLevel.Error, "No declared support.");
https://femdesign-api-docs.onstrusoft.com/docs/grasshopper/basics/beta/
The text was updated successfully, but these errors were encountered: