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 am making a simple text editor in wxpython. I would like it to be able to edit code such as python, and as such I would like to have it highlight the text in a similar manner to IDLE or Notepad++. I
I\'ve always wanted to make a app that\'s transparent, I love how it looks. I tried to make on of my apps transparent with the SetTransparent(alpha), but I bumped into a big problem.
I\'m currently writing a program in python w开发者_JAVA百科ith a gui using wxpython. The program has a function which evaluates several pythonscripts and will therefore hang up the gui. I am trying to
Is there anyway to disable a note开发者_StackOverflow社区book tab?Like you can with the Widgets themselves?I have a long process I kick off, and while it should be pretty self-explanatory for those lo
does anyone of you have an example how to make the following possible: I have a listctrl that displays > 600 items. Now I need to search in these items for a text the user inputs and update the list
I\'m very new to python and i have some stupid question, thank you for helping! wh开发者_如何学Cen I search online about wxpython questions, I see almost 100% of the people use class for wxpython. Fr
I\'m currently using wxPython to develop an interactive application; in which, I would like to retain and repeat the last used key pressed.An example of what I\'m trying to attain is:
I am new in wxPython and can\'t solve one problem. I need to continuously update panel with clock value. I have a solution, but in this case I can\'t normally close window (alt+f4 not works).
In wxPython I\'m trying to update an existing UI to use wxPropertyGrid instead of an array of individual UI elements.Currently the underlying object model is updated and validation is applied after ea