Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~11.5K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for katharnakh

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 …

Member Avatar for Gribouillis
0
2K
Member Avatar for Gigs_

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!

Member Avatar for Salem
0
9K
Member Avatar for FoX_

@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

Member Avatar for NetByte
0
123
Member Avatar for Gigs_

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 …

0
58
Member Avatar for Gigs_

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

0
72
Member Avatar for Gigs_

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

Member Avatar for bumsfeld
0
77
Member Avatar for Gigs_

Hey people, does someone know program that can open something.X files and that is big about 2GB? thanks appologies for post here.

Member Avatar for ~s.o.s~
0
119
Member Avatar for Gigs_
Member Avatar for ~s.o.s~
1
95

The End.