Skip to content

tkAppFramework v0.9.4

Latest

Choose a tag to compare

@KevinRGeurts KevinRGeurts released this 26 Mar 17:01
v0.9.4
0b6a812

tkAppFramework v0.9.4

Description

This published pre-release (beta) of the tkAppFramework python library significantly enhances tkHelpApp and tkApp's Help | About...
information display.

Known Issues

None

Changes

  1. tkApp.init(...) method now has a theme_name parameter which can be used to specify a non-default tkinter theme for the application.
  2. tkHelpApp now can read and display markdown (.md) and HTML (.xhtml) formatted help content files, in addition to text (.txt) files. If content is markdown or HTML, it will be displayed in tkHelpApp as formatted text. See README.md for a list of supported tags.
  3. tkApp's Help | About... menu option now displays the application's "about" info using HTML formatting, including the ability to click on and browse to the application's source repository.
  4. A reusable tkXHTMLViewerWidget is available to display a string of HTML formatted text in a tkinter Text widget. This reusable component is used by tkHelpApp to display help content and by tkApp's tkAppAboutDialog.

Full Changelog: v0.9.3...v0.9.4