Giter Site home page Giter Site logo

Comments (9)

rknLA avatar rknLA commented on August 20, 2024

It looks like I get either an invalid start byte or invalid continuation byte any time I inadvertently scroll up past the top of the text, whether it's in the main view, or in the About text view.

from oe2ssle.

JonathanTaquet avatar JonathanTaquet commented on August 20, 2024

Hello,
thank you for your report.

I do not have a Mac, so it is difficult for me to test this code on MacOS.

It seems that you were doing correctly.
I identified 2 issues related to you comment:

  • the first one is the fact that the Open/Import functions were not working
  • the second one is the fact that mouse scroll makes the application crash

I performed two commits:

from oe2ssle.

rknLA avatar rknLA commented on August 20, 2024

Thanks for these fixes. I'm able to run the app successfully without the crashes now, but I'm running into another issue now, and that's that the window just goes mostly black (except for the corners) after I attempt to load a .all file.. Nothing shows up in the terminal, so I'm not sure what to do to attempt to debug this further

screen shot 2016-05-02 at 4 59 48 pm

from oe2ssle.

rknLA avatar rknLA commented on August 20, 2024

It's possible that this issue is what's mentioned on the python page for tkinter

Particularly:

If you are using OS X 10.9 Mavericks and a Python from a python.org 64-bit/32-bit installer, application windows may not update properly due to a Tk problem.

from oe2ssle.

rknLA avatar rknLA commented on August 20, 2024

Well, installing 8.5.18.0 didn't solve the problem, nor did installing 8.6, and the whole thing is crashing when I try to set a breakpoint inside of a UI handler. Unfortunately, I'm not sure if I know enough about tkinter to know where else to look on this one.

from oe2ssle.

rknLA avatar rknLA commented on August 20, 2024

Adding a sample .all file here so that I can point to it when I ask a question about this on Stack Overflow.

e2sSample.all.zip

from oe2ssle.

JonathanTaquet avatar JonathanTaquet commented on August 20, 2024

I think I have found the problem of the black screen. I realized that I had the same problem as you when using your file (but not using the ones I generated myself). There was a problem with character encoding of the sample name.
Check commit 99a3e1a that should fix it.

from oe2ssle.

JonathanTaquet avatar JonathanTaquet commented on August 20, 2024

The mouse scroll seems to work properly, now.
I restored it.

from oe2ssle.

JonathanTaquet avatar JonathanTaquet commented on August 20, 2024

The Unicode Decode Error issue is still present on some versions of MacOS when scrolling with mouse.
A solution is as you pointed out, and as also detailed here: https://www.python.org/download/mac/tcltk/
to install ActiveTcl 8.5.18.0, and an official release of python (version 3.5.3 for instance) that is linking to this version of tcl/tk.

from oe2ssle.

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.