Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

design package to-do list #6

Open
4 tasks
jwnigel opened this issue Jan 30, 2023 · 0 comments
Open
4 tasks

design package to-do list #6

jwnigel opened this issue Jan 30, 2023 · 0 comments
Assignees

Comments

@jwnigel
Copy link
Owner

jwnigel commented Jan 30, 2023

  • After dragging and dropping trees to the screen, upon resizing the window the trees move dynamically with the RelativeLayout. However, they do not move correctly with the background image! In order to keep the image proportions, padding is added to the top/bottom or sides of the image as the window is resized. I think one solution to this would be to crop the image instead of padding it.
  • When I click on the tree icon (IconButton class) it creates a DraggableImage in the MapLayout directly over the button's location. However you have to click on this again to drag it. Need to set it's default drag state to True somehow. I already tried using on_motion property.
  • Resize the tree (DraggableImage) drag size. Right now the size is set to the size of tree IconButton, which is a vertical rectangle. I had no luck with the size or texture_size so will try changing its drag_rectangle properties. Can skip this for now as I think it wont matter when the tree size is set correctly to the map size.
  • Create database (using SQLite3 for now?) and start playing with selecting a few from dropdown menus.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants