wxpython
wxpython textctrl How to find out where the text pointer is
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[详细]
2023-03-28 22:40 分类:问答wxpython run when textctrl changes
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[详细]
2023-03-28 18:35 分类:问答I want to make a transparent BACKGROUND frame with my python app (WxPython)
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.[详细]
2023-03-28 13:37 分类:问答Passing wxPython objects as multiprocessor arguments
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[详细]
2023-03-28 12:29 分类:问答wxPython: Disable a notebook tab?
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[详细]
2023-03-28 06:12 分类:问答wxPython - dynamially update a listctrl depending on input into a textctrl
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[详细]
2023-03-28 05:47 分类:问答With WXPython when is it necessary to use classes?
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[详细]
2023-03-28 02:59 分类:问答How to register multiple KeyEvent triggers in wxPython
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:[详细]
2023-03-28 02:02 分类:问答wxPython continiuouly update panel
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).[详细]
2023-03-27 18:48 分类:问答How to capture events for each key press in wxPropertyGrid
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[详细]
2023-03-27 05:51 分类:问答