You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use ttk themes, and secondarily to work with 'appjar constructor' and save settings.
Expected Behaviour
Be able to find examples of working with 'appjar constructor', saving settings, and specifically, here, to use ttk widgets.
Actual Behaviour
Documentation does not provide examples of modifying settings or working with ttk themes. Example:
.gui(useTtk=True) (Where in any code is this to be set?)
To enable ttk, set the useTtk flag in the appJar constructor to True. (How do you set this flag in the constructor?)
If you want to specify a particular theme, set it to the name of the theme.
.setTtkTheme(theme) (How would this be done in code?)
This allows you to choose a different theme to use.
.getTtkTheme() (How would this be called in code?)
Returns the currently selected ttk theme as a string.
Any error messages produced by appJar
No code available to produce an error message
Sample code, demonstrating the issue
None available
What steps are needed to reproduce the bug
Try to use ttk, or in fact to do any configuration involving settings, from the supplied documentation.
Bug Report
Context
Trying to use ttk themes, and secondarily to work with 'appjar constructor' and save settings.
Expected Behaviour
Be able to find examples of working with 'appjar constructor', saving settings, and specifically, here, to use ttk widgets.
Actual Behaviour
Documentation does not provide examples of modifying settings or working with ttk themes. Example:
Any error messages produced by appJar
No code available to produce an error message
Sample code, demonstrating the issue
None available
What steps are needed to reproduce the bug
Try to use ttk, or in fact to do any configuration involving settings, from the supplied documentation.
Version Information
appJar: 0.94.0 Python: 3.7.3 TCL: 8.6, TK: 8.6 Platform: Windows pid: 7716
locale: en_US
The text was updated successfully, but these errors were encountered: