I nee开发者_开发问答d to know where the text pointer (blinking line) is in the textctrl. I would also like to know if it is possible to get the entire line that the pointer is on, or if I would just h
I\'m learning python and wxPython at the same time... :)So, I have a set of python files that run fine from the command line: ./scan -d test ~/Pictures -- for instance will create a database of my pic
I am using python textctrl in a GUI I wrote. After I read several files, I post the contents of the file in textctrl. Since they are all in similar format, I tried to color the first several charactor
I\'d like to set the font of a wx.TextCtr开发者_StackOverflowl widget to Consolas, or at least another monospaced font. How would I go about this? font1 = wx.Font(10, wx.MODERN, wx.NORMAL, wx.NORMAL,
I am trying to build my first wx application I have a browse button in my panel, the user adds his file. i do some processing on the file.
When using wx.TextCtl with the wx.TE_RICH2 option in windows, I get this strange bug with the auto-scroll when using the AppendText function. It scrolls so that all the text is above the visible area,
How t开发者_高级运维o get the strings from a TextCtrl box? Here is the practice code: import wx