[Rod Stephens Books]
Index Books Python Examples About Rod Contact
[Mastodon] [Bluesky]
[Build Your Own Ray Tracer With Python]

[Beginning Database Design Solutions, Second Edition]

[Beginning Software Engineering, Second Edition]

[Essential Algorithms, Second Edition]

[The Modern C# Challenge]

[WPF 3d, Three-Dimensional Graphics with WPF and C#]

[The C# Helper Top 100]

[Interview Puzzles Dissected]

Title: Add an MRU list to the scribble program in Python and tkinter

[This program adds an MRU list to the scribble program in Python and tkinter.]

This example starts where the example Add safe document handling to the scribble program in Python and tkinter leaves off and uses the techniques described in the post Add an MRU list to a program in Python and tkinter to add an MRU list.

Most of the ideas from the MRU post fit into the scribble program fairly easily. There are a few details that you need to handle, but I'm going to be lazy and let you look at the earlier posts and the code to see the details.

Also note that I haven't thoroughly tested this program. In particular, I haven't bothered to make it resilient in case the MRU file mru_list.json cannot be read or written.

Download the example to see all of the details.

© 2024 Rocky Mountain Computer Consulting, Inc. All rights reserved.