From: Alec B. <wry...@gm...> - 2006-12-12 12:03:42
|
I've been working on a project, and the absense of sizers in PythonCard made me try out wxGlade. WxGlade is great too, but it seemed to me to have the opposite problem of PythonCard: it's waaaay too concerned with sizers, to the point that you can't even lay out components without using them. (Unless I missed something very critical). Anyway, after wrestling with the riddle of deeply nested resizers for 3 days, I just came back to PythonCard and in a flash my whole layout is done. Phew. Now if only PythonCard had some native sizer ability so I wouldn't have to force users of my app to use 1024x768 screen rez... |