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
However, the signal is not shown in the XML definition. After some try and error, I found that the signal is shown if the method starts with an upper case letter. So, CalculationDone() is shown in the XML definition.
Is there any way to define a signal that starts with a lower case letter?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I tried to extend one of the examples with a signal definition as follows.
However, the signal is not shown in the XML definition. After some try and error, I found that the signal is shown if the method starts with an upper case letter. So,
CalculationDone()
is shown in the XML definition.Is there any way to define a signal that starts with a lower case letter?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions