MultChoiceBoxes not alllowing multiple selections
Currently running 0.98 from pip install easygui. (also tried direct download of the latest release from site) My program has several options, but even this one does not allow multiple selection.
import easygui
easygui.multchoicebox(choices=[1,2,3])
It performs exactly like a standard choicebox.
I'm not able to reproduce this issue.
>>> easygui.multchoicebox(choices = [1,2,3])
[0]
#I selected 1 and 2
['1', '2']
>>>
What version of Python are you using and what OS are you using?
I have both 3.4 and 2.7 installed.
I am using windows 10 Build 14366.
I eventually got around it by using one of the older versions of the code for the multchoicebox. I’ve stopped development for now, but if it starts up again I will let you know if the problem hits the next time.
From: Spencer Young [mailto:[email protected]] Sent: Friday, September 23, 2016 9:17 AM To: robertlugg/easygui [email protected] Cc: Hurst, Aaron L. (UMKC-Student) [email protected]; Author [email protected] Subject: Re: [robertlugg/easygui] MultChoiceBoxes not alllowing multiple selections (#106)
I'm not able to reproduce this issue.
easygui.multchoicebox(choices = [1,2,3])
[0]
#I selected 1 and 2
['1', '2']
What version of Python are you using and what OS are you using?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/robertlugg/easygui/issues/106#issuecomment-249204885, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGW2D0GqP2Y_0jKwtUBgp2bon-fmHMcrks5qs99SgaJpZM4J1XGU.