royale build error

2017-10-27 Thread Carlos Cruz
When I try to build royale I get the following error: BUILD FAILED C:\flex-sdk\build.xml:157: The following error occurred while executing this line: C:\flex-sdk\frameworks\build.xml:100: The following error occurred while executing this line: C:\flex-sdk\frameworks\downloads.xml:105: The follo

Re: compiler errors

2017-10-27 Thread Piotr Zarzycki
Carlos, On monday I will try 1.6.0 with FlexJS Store and let you know. Piotr On Fri, Oct 27, 2017, 20:37 Carlos Cruz wrote: > I just created another hello world the error does not show up for the new > project. But the FlexJSStore project that was imported still says to use > another SDK. > >

RE: compiler errors

2017-10-27 Thread Carlos Cruz
I just created another hello world the error does not show up for the new project. But the FlexJSStore project that was imported still says to use another SDK. From: Piotr Zarzycki [mailto:piotrzarzyck...@gmail.com] Sent: Friday, October 27, 2017 10:47 AM To: users@royale.apache.org Cc: us..

Re: compiler errors

2017-10-27 Thread Piotr Zarzycki
Carlos, Once you experienced error with sdk and you go back to hello world App - do you still have it? Thanks, Piotr On Fri, Oct 27, 2017, 16:35 Piotr Zarzycki wrote: > Hi Carlos, > > In case of Moonshine we know about the issue. Doug experienced something > similar [1]. In the next version it

Re: compiler errors

2017-10-27 Thread Piotr Zarzycki
Hi Carlos, In case of Moonshine we know about the issue. Doug experienced something similar [1]. In the next version it should be fixed, but I'm not sure yet when we will release it. I can only suggest that you can try to sources and build development version. I will let you know once we release 1

compiler errors

2017-10-27 Thread Carlos Cruz
Before I started the task of building Royale sources since I couldn't find the binaries, I thought I would try latest version of FlexJS, but I'm having some issues I was wondering if anyone had experienced similar problems. Installed Apache FlexJS 0.8.0 with the installer Using flash builder 4.7

Re: Convert s:DateChooser to js:DateChooser

2017-10-27 Thread Peter Ent
I, too, sometimes drift off the PAYG path. Keep in mind that a "component" is really a very light "strand" (often the actual thing on the display list) augmented by beads. One of the beads is a IBeadView that should make the visuals. Like the NumericStepper's view bead creates the text input and sp

Re: Convert s:DateChooser to js:DateChooser

2017-10-27 Thread doug777
Hi Justin, That all sounds great. I am strongly in favour of the strands and beads approach, which was, and is a brilliant idea. But it should gradually try to approach the usability of old Flex, though I realize there are some Flash things that can't be done in javascript. So anything that goe

Re: Convert s:DateChooser to js:DateChooser

2017-10-27 Thread Justin Mclean
Hi, > selectionColor - How do I set this? I just submitted a path that should allow you to do this (and the hover colour). It turns out the colours were hardcoded into the AS code.[1] Although I’m not 100% sure how you can set properties on the item renderer from the DataChooser. I’ll look in

Re: Convert s:DateChooser to js:DateChooser

2017-10-27 Thread Justin Mclean
Hi, >> The thing to do is subclass the DateChooserView and >> make that dispatch the monthChanged event. Which as far a s I can see would required more code than the current proposed change. The new class DateChooser would need to: a) extend DateChooser and have the meta tag for the event