Marcos Duarte wrote: > I heard that before, but MDI seemed to be convenient and easy to use > (for a newbie) in win/wxpython...
well, it;s also not available on other platforms, which may or may not be an issue for you. > The possibility of seeing more than one image (canvas) at the same time > and easily arranging them on the screen is a requirement for my > application. Why not just put them each in their own wx.Frame? > It seems I can do something very similar (and many other > things) with wx.AUI, I will switch to that. AUI is OK too, but I know I prefer top-level frames -- that allows me to arrange not just the windows of that one app like I want, but also arrange them with other apps windows. Personally, I find myself hardly ever working with just one app at a time, so it really bugs me when I have to make one app take up all (or most) of the screen to use it. > Now, I have two toolbars, a general toolbar for things like open, save, > new canvas, open/export image, and a toolbar in each canvas, with the > buttons move, zoom in, and zoom out I think that makes the most sense anyway -- so it's clear what canvas you are manipulating. -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception [email protected] _______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
