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
~238 People Reached
Favorite Forums
Favorite Tags
Member Avatar for stormynem

Hi, I am very new to python and tried putting this code together in order to get an interface the size of the screenb but a canvas only half as tall: OFWidth=OedipusFrame.winfo_screenwidth() OFHeight=OedipusFrame.winfo_screenheight() OedipusFrame.geometry(("%dx%d")%(OFWidth,OFHeight)) OFSHeight = "%d/2" % OFHeight OTStart=Tkinter.Canvas(OedipusFrame, bg="blue", height="%d"%OFSHeight, width="%d"%OFWidth) All equations register correctly, but the frame …

Member Avatar for Gribouillis
0
238