Forum: Python May 20th, 2009 |
| Replies: 2 Views: 230 |
Forum: Python May 20th, 2009 |
| Replies: 2 Views: 230 how do you add the output of a sum back into the input?
eg. i = 100
print i/2
which will give you 50 (obviously)
then i want to divide the answer by 2 and then the... |
Forum: Show Off your Projects Mar 4th, 2009 |
| Replies: 1 Views: 501 i have a general question for you all out there...
I have recently programmed an instant messenger using wxpython. It looks quite good in my opinion but still requires a lot of work, adding... |
Forum: Networking Hardware Configuration Feb 25th, 2009 |
| Replies: 1 Views: 511 not to worry i got there myself, feels like i just invented the internet woooohoooo!!!! |
Forum: Networking Hardware Configuration Feb 25th, 2009 |
| Replies: 1 Views: 511 hello, i have written a basic udp instant messenger program and am trying to send udp packets across the external network, the packets that are sent (from my friends computer to mine) are being... |
Forum: Python Feb 15th, 2009 |
| Replies: 5 Views: 726 thats brilliant ene thank you, I think that could be exactly what i'm looking for |
Forum: Python Feb 14th, 2009 |
| Replies: 5 Views: 726 thanks ene for the reply
its not quite what im trying to do but handy to know nonetheless. Im wondering really how you would do it in a textctrl window using straight python (or if there is a... |
Forum: Python Feb 14th, 2009 |
| Replies: 5 Views: 726 is it possible, well yes of course its possible, but does anyone know the best way to alter the colour of a word within a sentence in a wxpython window. I know how to change the colour of the entire... |
Forum: Python Feb 9th, 2009 |
| Replies: 7 Views: 577 http://en.wikipedia.org/wiki/Array_programming |
Forum: Python Feb 9th, 2009 |
| Replies: 0 Views: 283 hi,
im trying to do something like the following:
text_area = wx.TextCtrl(self.panel, -1, style=wx.MULTILINE)
a = (all the text in the text control window)
I can't get my head around how to... |
Forum: Python Feb 3rd, 2009 |
| Replies: 7 Views: 486 haha I did it!!!!! threading was the answer i was looking for, I now have a working IM. I think i'm going to rewrite it using wxpython though, it looks a lot better. Thanks for putting me on the... |
Forum: Python Feb 1st, 2009 |
| Replies: 7 Views: 486 thanks for the replies everyone, what I'm actually trying to do is write an instant messenger type program. It kind of works ok but not perfectly. The problem ive got is that the programs sticks... |
Forum: Python Jan 31st, 2009 |
| Replies: 7 Views: 486 im thinking about how i could manipulate gui windows, so that if I were to have, say two separate programs running in two separate windows and i were to drag one the other would follow.
does... |
Forum: Networking Hardware Configuration Jan 23rd, 2009 |
| Replies: 5 Views: 644 it should be on the back or bottom of the hub |
Forum: Existing Scripts Jan 23rd, 2009 |
| Replies: 3 Views: 1,913 google earth does it for you i'm certain |
Forum: Python Jan 23rd, 2009 |
| Replies: 0 Views: 245 hi I wonder if anyone can help?
I am trying to write a simple server_side message reciever so i can send messages from one machine to another, I want the program wrapped in a gui and i have been... |