iiley July 26th, 2010
AWSSOFT released their Flipping Book App desktop edition yesterday.

It’s a application that let your to create, edit and publish a flipping book.

Version 2.9.0 Desktop edition offer user friendly features such as:
- Publish for desktop
- Welcome screen
- Favorites and Recent projects
- Create desktop shortcut
Click here to see what’s the details of new features. Why not buy a license if you like this application, the price is low, and there’s a discount in this week.
I should say, this is the best application with AsWing i’v ever see, the AsWing 2.0 default LAF looks nice on the well layouted applications. I hope i can pick a time soon to release the AsWing 2.0.
iiley February 4th, 2010

AWSSOFT announced their Flipping Book application.
Flipping book application offer a set of powerful features such as:
- Full control over a RSS feed.
- PDF file import - create Flipping book from PDF file.
- Integration into any website, including Flash and most popular CMS like Joomla, Wordpress, etc.
- Add or edit existing flipping book in a real time, using one click Publish button.
- Easy to use
- Powerful configuration options
As all other AWSSOFT products, this application is built using AsWing 2.0 to.
Tags: AWSSOFT, Showcase
iiley June 10th, 2009
After half year part-time writting, the book is finished, as original plan, it will be published as a papery book in chinese, but for some reason, now it can’t. So i released it as a e-book for free, and accept donation.

aswing book
You can download it here : http://code.google.com/p/aswing/downloads/list
I plan to hire some one to translate it into english, so the most donation money will be used for the translation, if some one can help the translation, that will be cool, contact me!
Tags: Book, Tutorial
iiley April 27th, 2009

Last sunday, we had a conference in Guangzhou China, while i introduced the coming AsWing 2.0. That is a very great conference, i meet many many good cool kindly Flash guys, i love you all!!
Here is the presentation movie, it is made by AsWing for AsWing, yes, a SWF:
English version:http://aswing.googlecode.com/files/AsWingIntro_en.swf
Chinese version:http://aswing.googlecode.com/files/AsWingIntro_cn.swf
And here is the source:http://aswing.googlecode.com/files/AsWingIntro.zip
BTW: The 2.0 source is in the svn trunk now, in developing
Tags: Presentation
iiley December 21st, 2008
Well, this is not a big version, with no big new features. The changelog:
fixed DefaultComboBoxEditor a action event fire bug when list selection changed.
fixed CellPane invalidateTree bug(it make JList/JTree/JTable continually validating can’t stop)
fixed JTabbedPane and JClosableTabbedPane tab scroll bug
fixed a mask bounds bug of component when small than min size
fixed a JPopupMenu bug when shown size is same to last show but children is not same
made JLoadPane loaded asset always at bottom depth
added function translator and editable support to PropertyTableModel
added setMnemonicEnabled/isMnemonicEnabled methods to AbstractButton
improved resizer, more accurate in directly mode
renamed org.aswing.util.Vector to org.aswing.util.ArrayList
some other minor fixes/improvements
Download it from here : http://code.google.com/p/aswing/downloads/list
So, now im focusing on the 2.0 plan, first for the new big improve for the default LookAndFeel.
iiley December 17th, 2008
for 2.0 we planned these:
1. Better look for default LookAndFeel, better configurability for single component style.
2. Add DateChooser component.
3. Add NumericStepper component, yes, sometimes NumericStepper is better than JAdjuster.
4. A powerful text component based on the new text engine for flash player 10.
5. JAdvancedTable component.
Version 1.5 is a bugfix version from 1.4, with no new big feature. We will release it days later and then focus on 2.0 plans.
iiley November 7th, 2008
As days before i posted about AsWing Flash Player 10 compatibility, i saw that the new FP class Vector is not top class yet in Flex SDK 4, but today, fudo posted a issue at aswing forum, i notice that in Flash CS4, it is already a top class.
So i did the renaming, the new name is org.aswing.util.ArrayList, please update from svn if you want to get this change. If you just want swc file, you can download it here http://svn.aswing.org/aswing/trunk/AsWing/swc/AsWing.swc.
Tags: FP10
iiley September 1st, 2008
Well, from AsWing 1.4, we fixed a important bug(a preferred size cache bug that a non-valid component invalidate will not get cache fresh), but sadly we brought another bug : JList/JTree/JTable’s CellPane will always make JList/JTree/JTable not valid, so JList/JTree/JTable will do validating/layouting every frame, we can hard to see this problem, because it generally will not course eyeable problem, but it make application doing useless extra counting, but some case, it cause eyeable problem too, for example your if ListCell load resources when set value, it may continuously start loading every frame, then you can’t see anything been loaded, that’s how i found this bug.
Now, it is fixed on svn, please update it to make your application more friendly.
If you use swc, you can download it from here : http://svn.aswing.org/aswing/trunk/AsWing/swc/AsWing.swc
Tags: bugfix