I have set an url property to a text in a RichTextCtrl :
now the text il linked but when I click on it nothing happens: I think I need to Bind an event to the RichTextCtrl but what event? I don't know what is the appropriate event!
Please help me!
Code:
self.obj.BeginURL('file:\\\%s'% str(i[0]))
self.obj.WriteText( '%s/%s/%s\n' % (_splittata[-3], _splittata[-2], _splittata[-1]) )
self.obj.EndURL()
Please help me!
Comment