Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for go_big12

I have searched without success for a way to format the text in a Tkinter OptionMenu List. Specifically, I want to use some subscripted letters. Something like: from Tkinter import * root = Tk() types = ['Kd', 'Koc'] type = StringVar() typewidget = OptionMenu(root, type, *types) typewidget.grid() I need specifically …

Member Avatar for woooee
0
466
Member Avatar for go_big12

I've searched all over the web unsuccessfully for an answer to this question so I thought I would try here. The problem seems common but I've found no solution. I recently purchased this motherboard (ASUS M2NC51-AR) used with hopes of building up a decent small form factor PC cheaply. Originally …

Member Avatar for caperjack
0
755