Message Boards Message Boards

2
|
6487 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Bug in Slider with manual Dynamic update function

Tonight, I needed over half an hour to debug a lengthy dynamic code of mine which worked fine for a long time. Let me share the findings: The following code gives an error in Mathematica 10.0.1, 10.0.2 on Linux and OS X. It does not appear in 10.0.0 as far as I can tell:

Slider[Dynamic[a, (a = #) &], {0, 2 Pi}]

The output looks like this

dynamic bug

and the error messages is

The specified setting for the option FEFloatIterator cannot be used.

A possible workaround is to numericalise (N[2Pi]) the range. Michael was so kind to report the bug and it is now CASE:2323886

POSTED BY: Patrick Scheibe
2 Replies

Version 10.1 has fixed the issue! : )

POSTED BY: Michael McCain

I have the same problem. WAs this determine to be a bug?

POSTED BY: Michael McCain
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract