AsWing 1.4 relased!
iiley June 13th, 2008
Well, AsWing AS3 version is now 1.4, it’s very stable now that since there are commercial products running months based on it.
The only big additions of this version are MultipleAssetIcon and GridList. The GridList component maybe useful for some guys, see it’s example. MultipleAssetIcon is contributed by Srdjan, also GridList is his introduction, Thanks him very much.
The preferred size cache bug fixing is very helpful for some strange layout issues.
The SkinBuilderLAF ComponentUI implementation improvement is very helpful for same kind components has different skins.
GuiBuilder 1.4 has just one addition: The GridList support.
Download AsWing 1.4 all-in-one(Include GuiBuilder 1.4) now.
Enjoy!
here’s the details change log:
___________________________AsWing A3 1.4_________________________
additions:
1. Added ability to only set preferred width or height, another will be auto count by layout or UI.
If you call setPreferredWidth() to set a number(!=-1) the width will be locked.
setPreferredWith(-1) to make it return to be auto counted.
Same to maximim and miminum sizes.
2. Make JTextArea avoid scroll change when make focus
3. Improved JPopupMenu popup location
4. Added DefaultsDecorator to make ComponentUI default change behavor correcter
now
//——-
var ui:ComponentUI = aCom.getUI();
ui.putDefault(xxx, xxx);
ui.putDefault(xxx, xxx);
…
aCom.setUI(ui);
//——-
Will runs more better about some skin assets defaults properties changing there.
5. Added MultipleAssetIcon by Srdjan
6. Added GridList
________________
bugfixes:
fixed drag jframe buggy issue after changed LAF
fixed AWSprite bringToTop/Bottom bug when useBitmapCache
fixed a JList key navigation bug
fixed a preferred size cache bug that a non-valid component invalidate will not get cache fresh
- A3 , Announcement
- Comments(5)
[...] 详情请见 http://www.aswing.org/?p=233 [...]
Isn’t it setPreferredWidth() with a “d”?
yeah, thanks, it should be “setPreferredWidth”
Congratulations on the release Iiley!
[...] AS3 version 1.4 was released on June 13th. The upgrade made the program more stable. The big additions to this version are a [...]