Search Results

Showing results 1 to 10 of 10
Search took 0.01 seconds.
Search: Posts Made By: tyincali
Forum: Python Oct 30th, 2008
Replies: 6
Views: 990
Posted By tyincali
Forum: Python Oct 30th, 2008
Replies: 3
Views: 798
Posted By tyincali
import wx

x = dir(wx)

for y in x:
if y.find('ID_')!=-1:
print y


output:
Forum: Python Oct 30th, 2008
Replies: 10
Views: 1,019
Posted By tyincali
take the following code as an example:


from Tkinter import *

root = Tk()

def test():
if (root.focus_displayof()==entry1):
print 'hello'
Forum: Python Oct 30th, 2008
Replies: 10
Views: 1,019
Posted By tyincali
Forum: Python Oct 29th, 2008
Replies: 6
Views: 912
Posted By tyincali
I just realized what you want

you want a new frame at the top of your program, above the other content...

I wish I new wxpython better, I don't use it honestly. Maybe someone else can show you...
Forum: Python Oct 29th, 2008
Replies: 6
Views: 912
Posted By tyincali
My suggestion would be to abandon WxPython and use pygame instead. It is much better suited for this type of stuff.

Other than suggestiong you switch to PyGame, I am not sure exactly what you are...
Forum: Python Oct 29th, 2008
Replies: 10
Views: 1,019
Posted By tyincali
My suggestion would be to look at focus_displayof() instead of focus_get()
Forum: Python Oct 29th, 2008
Replies: 10
Views: 1,019
Posted By tyincali
he was saying if you expect us to look at your code, put that before and after your code in your post. so that we can see syntax highlighting and what not.
Forum: Python Oct 28th, 2008
Replies: 4
Views: 1,279
Posted By tyincali
I don't think I can properly walk through this without seeing more. What does the input data look like? How is it loaded?
Forum: Python Oct 28th, 2008
Replies: 2
Views: 528
Posted By tyincali
The hierarchy ends up like this:


window
background
verticalBox
horizontalBox
inputArea
transferBtn
loadBtn
Showing results 1 to 10 of 10

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC