Code Monkey home page Code Monkey logo

circuiter's Introduction

circuiter's People

Contributors

nircek avatar

Watchers

 avatar  avatar

circuiter's Issues

Portable Tkinter things

You have to change portability for both Windows and Linux, so there's output in Ubuntu for delete, shift, backslach and function keys:

<KeyPress event keysym=Delete keycode=119 char='\x7f' x=1122 y=380>
Exception in Tkinter callback
Traceback (most recent call last):
  File "/usr/lib/python3.6/tkinter/__init__.py", line 1702, in __call__
    return self.func(*args)
  File "./main.py", line 351, in onkey
    b = gates[ev.keycode-111]
IndexError: list index out of range
<KeyPress event keysym=Shift_L keycode=50 x=1128 y=165>
<KeyPress event state=Shift keysym=Delete keycode=119 char='\x7f' x=1128 y=165>
Exception in Tkinter callback
Traceback (most recent call last):
  File "/usr/lib/python3.6/tkinter/__init__.py", line 1702, in __call__
    return self.func(*args)
  File "./main.py", line 351, in onkey
    b = gates[ev.keycode-111]
IndexError: list index out of range
<KeyPress event keysym=backslash keycode=51 char='\\' x=1128 y=165>
<KeyPress event keysym=Shift_L keycode=50 x=1128 y=165>
<KeyPress event state=Shift keysym=bar keycode=51 char='|' x=1128 y=165>
<KeyPress event keysym=slash keycode=61 char='/' x=1128 y=165>
<KeyPress event keysym=Shift_L keycode=50 x=1128 y=165>
<KeyPress event state=Shift keysym=question keycode=61 char='?' x=1128 y=165>
<KeyPress event keysym=F1 keycode=67 x=1128 y=165>
<KeyPress event keysym=F2 keycode=68 x=1128 y=165>
<KeyPress event keysym=F3 keycode=69 x=1128 y=165>
<KeyPress event keysym=F4 keycode=70 x=1128 y=165>
<KeyPress event keysym=F5 keycode=71 x=1128 y=165>
<KeyPress event keysym=F6 keycode=72 x=1128 y=165>

Not full rerendering

When we drag some element, that element is rerendered, but its output connections aren't rerendered. It should, I think.

nie działa

During deleting element
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Program Files (x86)\Python36-32\lib\tkinter_init_.py", line 1702, in call
return self.func(*args)
File "C:\Users\mzepp\OneDrive\programming\python\circuiter\main.py", line 332, in onkey
e.onkey(ev)
File "C:\Users\mzepp\OneDrive\programming\python\circuiter\main.py", line 76, in onkey
self.parent.rm(self.UUID)
TypeError: 'pos' object is not callable

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.