hi i cant make that read the files with this LoadFile() method i got
the files separetly like the styledtextctrl and the tree and tell that
got 1 argument (2 given) and i cant do that the styled text appears in
a new page of auinotebook
self.count += 1
self.notebook = wx.Window.FindFocus()
self.editor = stxt(self.notebook, -1)
self.editor.LoadFile(self.GetItemText(item))# here the
line that not read
self.notebook.AddPage(self.editor, "File
%d"%self.count)