문제

I have designed a GUI with wxGlade in python and the design within the program looks fine.

enter image description here

But once i had generated the code and ran it in idle, it looks much different.

enter image description here

I would like to know why this has happened, what went wrong and what i can do to fix this problem.

I am using Python 2.7(32bit) and Windows 7 with the latest wxpython and wxglade installation.

The wxglade file is here: http://www.fileswap.com/dl/cH4kAoUk6S/

도움이 되었습니까?

해결책

Stretch the borders of your app on run, the elements are there. For some reason, the elements are not being drawn on load, but instead on event change.

For seeing the results as it should, un-check the size option, save and generate code :)

size

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top