Thank you Carlos. I have had a pretty good look round for equivalents, but
the flexwires library is very specific and deep, and if at all possible I'd
like to port it. In fact I have already made some good progress.

- Border.getStyle
- Border.graphics
- lineBitmapStyle, beginGradientFill, drawRoundRect

these are solved if the skin class extends UIComponent instead of Border.

- verticalGradientMatrix, 

This is part of the flex UIComponent API, along with
horizontalGradientMatrix. There is an implementation of
 these in ProgrammaticSkin, but commented out ... I have copied these
locally to UICompnent.as in my working copy of the nightly SDK build and
early signs indicate success.

- GradientType API

There are 2 static properties in here. I have created GradientType.as in my
local SDK build and so far so good.

However, since I am not yet in a position to test any of these changes
properly yet, I ciould well have made a complete mess of it ... I guess Josh
is in a good position to say!

So (in theory) I am left with these that I would very much appreciate your
advice on:

- DragManage.isDragging, DragProxy
- Event.ENTER_FRAME, ADDED_TO_STAGE
- InteractiveObject API

I am surprised that Dragging is not fully supported as it seems such a
fundamental part of a graphic UI, so maybe I have not yet found the
appropriate replacement apis. 

The ENTER_FRAME and ADDED_TO_STAGE events are both very flash-y so I am not
sure what to do with those, and I have no idea about InteractiveObject

Thanks
Jim



--
Sent from: http://apache-royale-users.20374.n8.nabble.com/

Reply via email to