asadsid95 / mvc_tkinter

1 stars 0 forks source link

movie poster display - MVC #6

Open asadsid95 opened 2 years ago

asadsid95 commented 2 years ago

__Originally posted by @asadsid95 in https://github.com/asadsid95/mvc_tkinter/issues/4#issuecomment-978813383__

asadsid95 commented 2 years ago

Either I choose to show all records in table-like form (using tkinter.ttk.Treeview) or I show each record and poster in slides

Currently Im looping through each record and showing it in Tk() as Im unsure about storing ImageTk.PhotoImage in data structure

asadsid95 commented 2 years ago

issue with display itself; need to align it to parent Canvas

image

asadsid95 commented 2 years ago

next issues are as follow:

asadsid95 commented 2 years ago

aligned and stacked movie posters but realized now I have to pair movie info with respective poster & need scrolling capability

current state of app: (numbered to match points in #8)

image