You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to IceSL
Hi
the app crashes if the initial values is lower or higher than the minimum value. Example code:
foo=ui_scalar('foo',10,100,1000)
and
foo=ui_scalar('foo',1000,100,100)
both crash.
The app should just detect this error and mark the line in red.
Maze
sylefeb
unread,
Nov 25, 2015, 2:43:52 AM11/25/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to IceSL
Thanks - this is fixed for the next release (not currently reported as an error though, simply filtered out by recomputing the actual min/max and clamping the default value).