Re: [Moonshine] "Class files allowed to create inside source folder"

2017-08-21 Thread Olaf Krueger
FYI: We started investigating what causes this error under Windows 7 and it could be that the latest Windows 7 update has something to do with it. I also notice some problems with VSCode. It seems that it is no longer able to create the target folders for the transpiled code if there are not alread

Re: Remote object for Flex JS

2017-08-21 Thread PKumar
Alex, As per my analysis & testing, AMFJS supports following features: - All dataType serialization & deserialization support including Object , Vector - Connection with BlazeDS - Conection with AMFPHP - Class Mapping Support using Alias Name & Class - Inbuilt support for sending AMF request

Re: Remote object for Flex JS

2017-08-21 Thread Harbs
There’s probably an advantage to converting it to FlexJS. You could probably leverage BinaryData for some of the functionality. You can also create typedefs if you want. > On Aug 21, 2017, at 8:53 PM, PKumar wrote: > > Alex, > > As per my analysis & testing, AMFJS supports following features

Re: Remote object for Flex JS

2017-08-21 Thread piotrz
I would go with conversion. We could have our own API, suitable to the needs. No matter in which direction it will go having AMF on board will be huge addition. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com

Re: Remote object for Flex JS

2017-08-21 Thread Alex Harui
Do you mean we should rewrite amfjs in ActionScript? Get Outlook for Android From: piotrz Sent: Monday, August 21, 2017 11:04:56 AM To: users@flex.apache.org Subject: Re: Remote object for Flex JS I would go with conversion. We could have

Re: Remote object for Flex JS

2017-08-21 Thread piotrz
Alex, I was thinking about using those JS library wrap up it same as we did with MDL. SWF part write on our own, but I have no idea how hard it can be. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com

Re: Remote object for Flex JS

2017-08-21 Thread Harbs
I think rewriting it in ActionScript makes sense. > On Aug 21, 2017, at 10:26 PM, piotrz wrote: > > Alex, > > I was thinking about using those JS library wrap up it same as we did with > MDL. SWF part write on our own, but I have no idea how hard it can be. > > Thanks, > Piotr > > > > -

Layering over background image

2017-08-21 Thread trevorh
For the life of me I can't figure this out. I skinned a WindowedApplication with a background image. Added a group of buttons, however I can't seem to get them to layer properly over the background image of the WindowedApplication component. image in the skin http://ns.adobe.com/m

Re: Layering over background image

2017-08-21 Thread OmPrakash Muppirala
Can you post your CustomAppSkin as well? I'm guessing that the BitmapImage is added after the content group. In which case your BitmapImage will be drawn last hence covering your content group. On Mon, Aug 21, 2017 at 1:38 PM, wrote: > For the life of me I can't figure this out. I skinned a >

Re: Layering over background image

2017-08-21 Thread trevorh
I didn't think about that... obviously. http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:fb="http://ns.adobe.com/flashbuilder/2009"; alpha.disabledGroup="0.5" > [HostComponent("spark.components.WindowedApplication")] /* Define the skin

Re: Layering over background image

2017-08-21 Thread trevorh
I tried it as an @Embeded image as well - Original Message - From: "OmPrakash Muppirala" To: users@flex.apache.org Sent: Monday, August 21, 2017 3:52:48 PM Subject: Re: Layering over background image Can you post your CustomAppSkin as well? I'm guessing that the BitmapImage is added aft

Re: Layering over background image

2017-08-21 Thread OmPrakash Muppirala
Create a Group with id="contentGroup" and add it after the BitmapImage. Like this: On Mon, Aug 21, 2017 at 2:01 PM, wrote: > I tried it as an @Embeded image as well > > - Original Message - > From: "OmPrakash Muppirala" > To: users@flex.apache.org > Sent: Monday, August 21, 2017 3

Re: RE: Layering over background image

2017-08-21 Thread vincent
Bonjour, En congés jusqu'au 4 septembre, je prendrais connaissance de votre message à mon retour. Cordialement, Vincent/AFTER24

RE: Layering over background image

2017-08-21 Thread Trevor Holman
Perfect, thank you... I see where I deleted in from the file ealier. -Original Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of OmPrakash Muppirala Sent: Monday, August 21, 2017 4:11 PM To: users@flex.apache.org Subject: Re: Layering over background image Create a