[Pythoncard-users] resourceEditor change/speedup
by Kevin Altis other posts by this author
Jan 4 2003 11:44PM messages near this date
[Pythoncard-users] more code cleanups
|
RE: [Pythoncard-users] Question about display
I commented out the positionSizeWindow in the resourceEditor and moved the
display of the component name, position, and size to the statusBar of the
Property Editor window.
The bigger change is a refactor to the code for updating a component
attribute that can't be modified without deleting and then re-creating the
component. This includes changing the name and attributes such as the
alignment of a StaticText component. The change should result in
dramatically faster updates of the display when you change one of these
attributes. Even on my slow notebook, using the widgets.rsrc.py file as a
test, a rename operation which used to take 7 or 8 seconds to finish a
display update now takes 0.15 seconds. Hopefully, for those people where
these rename and attribute changes were really slow, the change will result
in a similar improvement. If not, let me know ASAP.
Since I'm using a combination of Freeze/Thaw, plus doing some manual hiding
and showing of the components to re-establish the creation/tab order I may
have introduced some display bug side-effects. Again, if you see something,
let me know. I would like to put out a new release soon, probably at the end
of next week or sometime soon after Robin release wxPython 2.4
ka
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Pythoncard-users mailing list
Pythoncard-users@[...].net
https://lists.sourceforge.net/lists/listinfo/pythoncard-users
|