Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #107.41K
~353 People Reached
About Me

Web Developer & Photo Editor, Newsmax Owner & Editor-in-Chief, InterestingAmerica.com Personal and Telecom blog at RichardGrigonis.com Former Editor-in-Chief, Jeff Pulver's 140 Characdter Conference website Former Partner & Editor-in-Chief,…

Favorite Forums
Favorite Tags
Member Avatar for masterofpuppets

[CODE]from Tkinter import * root = Tk() tipwindow = None # Creates a tooptip box for a widget. def createToolTip( widget, text ): def enter( event ): global tipwindow x = y = 0 if tipwindow or not text: return x, y, cx, cy = widget.bbox( "insert" ) x += …

Member Avatar for richard.grigonis
1
353