AsWing development stopped?

Hi, im working on this project using hxcpp and aswing, aswing works fine when targeting flash, however on CPP its a diferent story: - JToolTips dont work. - JSplitPanel has some nasty behaviour. - JFrames dont allow to be dragged. After much ho…

Viewing 1 to 1 (1 Total)
AsWing development stopped?

ProG4mr

ProG4mr
Total Posts: 31
Joined: August 06, 2012

Hi,

im working on this project using hxcpp and aswing, aswing works fine when targeting flash, however on CPP its a diferent story:

- JToolTips dont work.
- JSplitPanel has some nasty behaviour.
- JFrames dont allow to be dragged.

After much hours, i discovered the JToolTips problems are related to UseWeakReference = true on mouse event listeneres (yes got it fixed).
Since the other problems i found are related to mouse events its likely that they have a similiar problem.

Another problem is that i cant find any recent activity on Aswing development, is it stopped? If so, thats a shame because
it has some great potential, and there isnt another lib to match it for haxe GUI's.

Tags:
Posted on August 19, 2012 at 7:56 PM