- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
8 Posted Topics
Re: I think that you need to bind events that select text, like when you select text with mouse or shift+arrows. make event funct that will enable cut/copy/paste enabled and disabled when you unselect text, bind to that funct mousc click and shift+arrows. I hope you understand what I mean, sorry … | |
HI, I have exe file writen in c++ or c and wanna decompile it to source code. Is that possible? If it is, is there any decompilet that can do that? thanks! | |
Re: @wegaseat [quote] IDLE works well, DrPython is better, PyScripter has a few quirks, but is hot![/quote] i have tried many ide for py but pyscripter I like most, and yes it is hot. they need to fix some stuff | |
I want to make find in my text editor like in mozilla firefox on the bottom of my gui this is only for learning. [code=PYTHON] class MyClass(Frame): def onFind(self, target=None): if target == None: target = tkSimpleDialog.askstring('Find!', 'Search for string!') if target: where = self.text.search(target, INSERT, END) if where: pastit … | |
I want to make undo/redo functions for my text editor and my paint editor writen in tkinter. which will be the easiest or the better way to do that? thanks | |
hi all i cant figure out how to put popup window to show in the middle of my text editor? It is writen with Toplevel in tkinter. thx | |
Hey people, does someone know program that can open something.X files and that is big about 2GB? thanks appologies for post here. | |
The End.