Replies: 2 comments 2 replies
-
Which steps did you take to make the rocket?, so I can reproduce the error |
Beta Was this translation helpful? Give feedback.
2 replies
-
So, where to start if you need to make an add-on that can prevent the user from switching to other tabs without creating and loading a file in the application? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting errors when trying to draw a new body and the body does not draw.
I am getting some errors like below, why is this?
\AppData\Local\Programs\Python\Python311\Lib\tkinter\__init__.py", line 1948, in __call__ return self.func(*args) ^^^^^^^^^^^^^^^^ AeroVECTOR-master\AeroVECTOR-master\src\gui\gui_functions.py", line 1296, in slider_velocity self._draw_points() AeroVECTOR-master\AeroVECTOR-master\src\gui\gui_functions.py", line 957, in _draw_points self.canvas.delete(self.xcg_point_canvas, self.cp_point_canvas) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'TabWithCanvas' object has no attribute 'xcg_point_canvas'
Beta Was this translation helpful? Give feedback.
All reactions