From: Kevin A. <al...@se...> - 2001-12-26 22:40:43
|
Okay, I'm on a coding roll; actually it was mostly a cut and paste fest. I checked the changes described below into cvs, so I can move on. If there is some dissent on moving the attributes to the background, we can always roll the changes back (speak up soon). The framework, all samples, and the resourceEditor are updated. I would like to announce release 0.6 beyond the pythoncard-users mailing list since the last time I made an announcement to comp.lang.python was on September 17th (release 0.4.5) and I think PythonCard has progressed quite a bit since then. I would also like to get release 0.6 out before the end of the year (its a symbolic accomplishment for me), so I'll probably go ahead and do a .zip of cvs today or tomorrow so that more people on the list at least have a chance to download it and post issues or problems to the list (I can always hope for feedback ;-) If there are small bugs or other problems that can be fixed, I'll do a 0.6.1 right away, otherwise release 0.6 will stand. Then we can dig deeper into the wxPython and components transition and I can spend some more time on document model classes. ka > -----Original Message----- > From: pyt...@li... > [mailto:pyt...@li...]On Behalf Of Kevin > Altis > Sent: Wednesday, December 26, 2001 9:58 AM > To: pythoncard-Users > Subject: [Pythoncard-users] title, position, size, and statusbar > attributes > > > I would like to move the title, position, size, and statusbar > attributes of > the 'stack' to the 'background'. When we move to multiple windows > we'll need > those attributes for each independent window. We already have title, > position, and size for GenericDialog, so this change should also simplify > using the same layout code for modal dialogs as regular > background windows. > > This won't impact any of sample source code that I know of except the > resourceEditor, but it does mean updating every resource file. In > case there > is any objection, I won't roll this change into cvs for a day or two. > > ka > > > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > |