Giter Club home page Giter Club logo

Comments (4)

awyea avatar awyea commented on August 27, 2024 1

I think I found the problem. In derived_boxes.py, there is a global variable __choiceboxMultipleSelect that is set to 1 for a multchoicebox. For some reason this is getting reset. I don't know enough about python to figure out why this is happening, so I just added an parameter to the __choicebox method in base_boxes.py and set that to 1. I then found all references to __choiceboxMultipleSelect in base_boxes.py and changed it to the parameter. Seems to be working for me.

edit: above didn't work, box would show but not let me select anything. I found a solution that does work though. In derived_boxes.py, change global __choiceboxMultipleSelect to bb.__choiceboxMultipleSelect = 1 and delete the variable assignment below.

from easygui.

awyea avatar awyea commented on August 27, 2024

I'm having the same problem. It shows a choicebox instead of a multchoicebox

from easygui.

uncle-scooter avatar uncle-scooter commented on August 27, 2024

Right. Same here. Very annoying.
On May 7, 2015 8:13 PM, "awyea" [email protected] wrote:

I'm having the same problem. It shows a choicebox instead of a
multchoicebox


Reply to this email directly or view it on GitHub
#68 (comment).

from easygui.

robertlugg avatar robertlugg commented on August 27, 2024

Thanks for reporting and sorry for my delay. jjdenis fixed this with request #69 and I integrated it just now into 'master'. I confirmed that develop doesn't have the issue.

from easygui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.