Friday 15 February 2013

Python, Tkinter, and SQLite3 interface general strategy -



Python, Tkinter, and SQLite3 interface general strategy -

i working on gui access 4 or more tables in database little used auto sales/repair shop. interface requires beingness able switch , forth between different viewing , entry screens out losing info entered. example, person should able in middle of entering new vehicle , able switch on viewing parts inventory out losing progress of entering new vehicle. interruptions mutual in little shops, having shop alter it's mo not reasonable.

i have chased around experimenting toplevel windows, withdrawing, lifting, etc. ideal thing tabbed browser or tabs in excel. method of handling windows, frames, or widgets people prefer doing this?

is there way stack frames 1 on top of obstruct frame underneath? frame_a has 10 widgets. frame_b has 5 widgets. some_buttons withdraw/lift frames viewing/editing. can set frame_a straight ontop of frame_b out widgets in frame_b making widgets in frame_a shift around?

tkinter has notebook tabs, way of ttk module.

tkinter gives plenty tools create own tab-like interface if wish. if utilize grid or place can stack frames on top of each other , alter 1 on top.

python-2.7 sqlite3 tkinter

No comments:

Post a Comment