From: Kevin A. <al...@se...> - 2005-08-31 22:12:47
|
On Aug 31, 2005, at 1:49 PM, Kevin Altis wrote: > I've posted a question to the wx-users mailing list via gmane on the > status of the Raise/Lower methods, so hopefully the post will go > through and get a reply this week. Without those methods or some sort > of substitute methods for changing z-order at runtime I don't see how > the display in the resourceEditor can accurately reflect the running > program z-order of components without recreating the components after > every change to z-order. > Well I got a quick reply from Vadim Zeitlin saying that wxWidgets 2.6.2 supports z-order changes with Raise and Lower for all windows even if 2.6.1 doesn't. I'm unable to verify this myself. I'm not inclined to create a workaround for this issue in the PythonCard resourceEditor, but would prefer to just wait for a 2.6.2 or a later release even if that won't be available until the end of this year. ka |