Skip to content
Permalink
Browse files
Opens link but not on click
The link opens immediately at the moment which is better than not at all but it still won't open on click
  • Loading branch information
hortonr6 committed Nov 15, 2017
1 parent a2a4db3 commit e3b640b574a2ba6b47cb2105a4b9a2d0e9ca5f2c
Showing 1 changed file with 1 addition and 1 deletion.
@@ -33,7 +33,7 @@ def receiveMessage(i):
searchLink = message
hyperlinkObj = tkHLM.HyperlinkManager(chatHistory)
chatHistory.configure(state="normal")
chatHistory.insert(tk.END, "Click here", hyperlinkObj.add()) #broken line
chatHistory.insert(tk.END, "Click here", hyperlinkObj.add(openLink(url))) #broken line
chatHistory.insert(tk.END, "\n")
chatHistory.configure(state="disabled")
thisSocket.send("Received".encode())

0 comments on commit e3b640b

Please sign in to comment.