-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Spinner AfterPicking invoked even when no item selected #132
Comments
@jisqyv |
Jeff said he tested and merged PR 134, but I'm not sure if this is fixed. I asked him but haven't heard back yet... It's a pain though... I've been working a lot with spinners lately and this AfterPicking, and when it's triggered is really annoying. |
@jisqyv |
@EnisM Yes, this is fixed. Keep in mind that it isn't in the release yet, just in the master branch. |
Great... Yes, I know merged and released... I'm still content it's merged On Sat, Jan 24, 2015 at 10:06 PM, Jeffrey Schiller <notifications@github.com
|
Thanks! I thought that might be the case. == Hal Abelson On Sat, Jan 24, 2015 at 10:06 PM, Jeffrey Schiller <notifications@github.com
|
Spinner AfterPicking immediately invoked even if it has not been opened.
Steps:
Drop Spinner component onto designer
For its ElementsFromString, enter csv values such as a,b,c,d,e
Add in a label; e.g. Label1
From BlocksEditor, Select, Spinner1.AfterPicking handler
In there, set Label1.Text to Spinner1.Selection.
Connect the companion and you'll notice that immediately Label1.Text will be set to a
The text was updated successfully, but these errors were encountered: