-
Notifications
You must be signed in to change notification settings - Fork 39
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
Integer ValueLane can be set with Text. #40
Comments
Example: Plane.java
Agent.java
Client.java
Client Output
Server Output
|
Good find. As I mentioned in Slack, the server output is especially disturbing. Regarding client-side, see here for something similar. Lane versioning is something that has come up recently for different reasons, so this may be solved soon after all. Will update after further discussion. |
This is the code block responsible for this behavior: The In general in these kinds of scenarios the return value is the form's In terms of fixing it, we can use the |
It is possible to set an Integer Value Lane
ValueLane<Integer>
with aText
object. The lane will work fine in terms of setting the value and sending it to all downlinks, however the new and old value for.didSet()
method will always be zero (the default).The text was updated successfully, but these errors were encountered: