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
When I try to type 0 in open_dialog, it is blank, the zero does not type.
It seems like it's been handled as a special case.
[image: Screen Shot 2022-06-03 at 7 23 14 PM]
<https://user-images.githubusercontent.com/11965250/171924139-bd723ca2-880a-4cd8-af37-cfef0801268d.JPG>
why this is a problem is that trying to enter a zero causes a Tcl error in
open_dialog when I hit DONE
[image: Screen Shot 2022-06-03 at 7 26 01 PM]
<https://user-images.githubusercontent.com/11965250/171924332-910a283d-f107-48bb-9cc2-d707b5ff3205.JPG>
Can we have 0 treated as a valid input?
2022-06-03 19:21:27.164 ERROR: can't set "::settings(tank_desired_water_temperature)": can't assign non-numeric value to scale variable
2022-06-03 19:21:27.164 ERROR: -code 1
2022-06-03 19:21:27.164 ERROR: -level 0
2022-06-03 19:21:27.164 ERROR: -errorstack INNER storeStk CALL ::dui::pages::dui_number_editor::page_done UP 2
2022-06-03 19:21:27.164 ERROR: -errorcode TCL WRITE VARNAME
2022-06-03 19:21:27.164 ERROR: -errorinfo can't assign non-numeric value to scale variable
2022-06-03 19:21:27.164 ERROR: (write trace on "::settings(tank_desired_water_temperature)")
2022-06-03 19:21:27.164 ERROR: invoked from within
2022-06-03 19:21:27.164 ERROR: "set $data(num_variable) $data(value)"
2022-06-03 19:21:27.164 ERROR: (procedure "::dui::pages::dui_number_editor::page_done" line 17)
2022-06-03 19:21:27.164 ERROR: invoked from within
2022-06-03 19:21:27.164 ERROR: "::dui::pages::dui_number_editor::page_done"
2022-06-03 19:21:27.164 ERROR: (command bound to event)
2022-06-03 19:21:27.164 ERROR: -errorline 1
—
Reply to this email directly, view it on GitHub
<#253>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAO3QRDFRIBKYW7QHR6RR3VNJFBZANCNFSM5XZZNMMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
When I try to type 0 in open_dialog, it is blank, the zero does not type. It seems like it's been handled as a special case.
why this is a problem is that trying to enter a zero causes a Tcl error in open_dialog when I hit DONE
Can we have 0 treated as a valid input?
The text was updated successfully, but these errors were encountered: