I saw that, but for some reason it did not work for me…
> On Sep 3, 2018, at 9:11 PM, Piotr Zarzycki <piotrzarzyck...@gmail.com> wrote:
>
> It's recognized. Today I have fixed Jewel Alert example by that commit [1]
>
> [1]
> https://github.com/apache/royale-asjs/commit/37d24b86a674c61be9688f09492978c74a243f3b
>
> Thanks,
> Piotr
>
> pon., 3 wrz 2018 o 20:09 Harbs <harbs.li...@gmail.com> napisał(a):
>
>> I don’t think theme is recognized by asconfigc and I don’t think there’s a
>> way to use relative paths or tokens as a compiler option. Am I missing
>> something?
>>
>>> On Sep 3, 2018, at 8:59 PM, Piotr Zarzycki <piotrzarzyck...@gmail.com>
>> wrote:
>>>
>>> Harbs,
>>>
>>> I believe JewelExample contains TablePlayGround. If you will be playing
>>> with that. Can you fix VSCode build as well ? Enough if you add missing
>>> parts in asconfig.json. Check what jewel theme is being used in pom.xml.
>>>
>>> Thanks,
>>> Piotr
>>>
>>> pon., 3 wrz 2018 o 19:54 Harbs <harbs.li...@gmail.com> napisał(a):
>>>
>>>> Hi Carlos,
>>>>
>>>> Thanks for checking.
>>>>
>>>> Which Jewel examples should I use to fix this?
>>>>
>>>>> On Sep 3, 2018, at 3:46 PM, Carlos Rovira <carlosrov...@apache.org>
>>>> wrote:
>>>>>
>>>>> Hi, congratulations! jewel example is running almost at 70% aprox
>>>>>
>>>>> Things to fix:
>>>>>
>>>>> * Table, this will fix DateChooser and this DateField (DateChooser
>> uses a
>>>>> Table internally)
>>>>> The problem here's the changes in DataGroup, we can skip this problem
>> if
>>>> we
>>>>> want for now making Jewel DataGroup be equal to old DataGroup instead
>> of
>>>>> extend basic DataGroup,
>>>>> If not we need to know about the changes in DataGroup and change
>>>>> TBodyContentArea to work with the new changes
>>>>>
>>>>> * List, adding, removing, and so on are reporting errors, due to the
>> same
>>>>> problems as before, strangely some things here although give error
>> works
>>>> :?
>>>>>
>>>>> * ComboBox is not popup the list when clicked, again is a problem with
>>>>> DataGroups since the ComboBox uses a ComboBoxList that has IContentView
>>>>> equal to ComboBoxListDataGroup
>>>>>
>>>>> @Alex or someone at MXRoyale could let us know about the changes in
>>>>> DataGroup so we can adapt the code to new DataGroup??
>>>>>
>>>>> Piotr, Harbs good work on merging! :D
>>>>>
>>>>> Thanks!
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> El lun., 3 sept. 2018 a las 14:34, Carlos Rovira (<
>>>> carlosrov...@apache.org>)
>>>>> escribió:
>>>>>
>>>>>> build with maven is ok for me :)
>>>>>>
>>>>>> I try examples now
>>>>>>
>>>>>> El lun., 3 sept. 2018 a las 14:21, Harbs (<harbs.li...@gmail.com>)
>>>>>> escribió:
>>>>>>
>>>>>>> Oops. I broke that.
>>>>>>>
>>>>>>> Should be fixed now…
>>>>>>>
>>>>>>>> On Sep 3, 2018, at 3:09 PM, Carlos Rovira <carlosrov...@apache.org>
>>>>>>> wrote:
>>>>>>>>
>>>>>>>> Hi build with maven fails in MXRoyale:
>>>>>>>>
>>>>>>>> COMPC
>>>>>>>>
>>>>>>>> Loading configuration:
>>>>>>>>
>>>>>>>
>>>>
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/MXRoyale/target/compile-swf-config.xml
>>>>>>>>
>>>>>>>>
>>>>>>>> Warning: mx.controls.RichTextEditor is defined by multiple files:
>>>>>>>>
>>>>>>>
>>>>
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/MXRoyale/src/main/royale/mx/controls/RichTextEditor.as,
>>>>>>>>
>>>>>>>
>>>>
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/MXRoyale/src/main/royale/mx/controls/RichTextEditor.mxml
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as(38):
>>>>>>>> col: 8 Warning: Definition
>>>>>>>> org.apache.royale.core.IContainer.IItemRendererProvider could not be
>>>>>>> found.
>>>>>>>>
>>>>>>>>
>>>>>>>> import org.apache.royale.core.IContainer.IItemRendererProvider;
>>>>>>>>
>>>>>>>> ^
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as(88):
>>>>>>>> col: 129 Error: interface IItemRendererProvider was not found.
>>>>>>>>
>>>>>>>>
>>>>>>>> public class ListBase extends UIComponent implements
>>>>>>>> IContainerBaseStrandChildrenHost, IContainer, ILayoutParent,
>>>>>>> ILayoutView,
>>>>>>>> IItemRendererProvider
>>>>>>>>
>>>>>>>>
>>>>>>>> ^
>>>>>>>>
>>>>>>>>
>>>>>>>> mx.controls.RichTextEditor is defined by multiple files:
>>>>>>>>
>>>>>>>
>>>>
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/MXRoyale/src/main/royale/mx/controls/RichTextEditor.as,
>>>>>>>>
>>>>>>>
>>>>
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/MXRoyale/src/main/royale/mx/controls/RichTextEditor.mxml
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as(38):
>>>>>>>> col: 8 Definition
>>>>>>> org.apache.royale.core.IContainer.IItemRendererProvider
>>>>>>>> could not be found.
>>>>>>>>
>>>>>>>>
>>>>>>>> import org.apache.royale.core.IContainer.IItemRendererProvider;
>>>>>>>>
>>>>>>>> ^
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>
>> /Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as(88):
>>>>>>>> col: 129 interface IItemRendererProvider was not found.
>>>>>>>>
>>>>>>>>
>>>>>>>> public class ListBase extends UIComponent implements
>>>>>>>> IContainerBaseStrandChildrenHost, IContainer, ILayoutParent,
>>>>>>> ILayoutView,
>>>>>>>> IItemRendererProvider
>>>>>>>>
>>>>>>>>
>>>>>>>> ^
>>>>>>>>
>>>>>>>>
>>>>>>>> 1.197156816 seconds
>>>>>>>>
>>>>>>>> [*INFO*]
>>>>>>>>
>>>>>>>
>>>>
>> *------------------------------------------------------------------------*
>>>>>>>>
>>>>>>>> [*INFO*] *Reactor Summary:*
>>>>>>>>
>>>>>>>> [*INFO*]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Parent 0.9.3-SNAPSHOT ....
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 3.744 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework ...........................
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.355 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Fonts ....................
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 1.190 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs .....................
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.762 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Core ...............
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 7.075 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Binding ............
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.989 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Collections ........
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.714 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Graphics ...........
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 1.485 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Basic ..............
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 6.852 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Charts .............
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 2.051 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Effects ............
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 1.190 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: CreateJS ...........
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 1.098 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: DragDrop ...........
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 1.023 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Express ............
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.990 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Flat ...............
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.855 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Formatters .........
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.763 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: FontAwesome ........
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.715 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: GoogleMaps .........
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.873 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: HTML ...............
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 1.052 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: HTML5 ..............
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.694 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: JQuery .............
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.631 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Language ...........
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.352 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Material Design Lite
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 2.553 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Mobile .............
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.888 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Reflection .........
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.629 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Network ............
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 1.095 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Storage ............
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.448 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: XML ................
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.732 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Text ...............
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 0.998 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: TLF ................
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 7.767 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: RoyaleSite .........
>>>> *SUCCESS*
>>>>>>> [
>>>>>>>> 1.008 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: MXRoyale ...........
>>>> *FAILURE*
>>>>>>> [
>>>>>>>> 1.396 s]
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: Icons ..............
>>>> *SKIPPED*
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework: Libs: SparkRoyale ........
>>>> *SKIPPED*
>>>>>>>>
>>>>>>>> [*INFO*] Apache Royale: Framework:
>>>>>>>>
>>>>>>>> El lun., 3 sept. 2018 a las 13:37, Piotr Zarzycki (<
>>>>>>>> piotrzarzyck...@gmail.com>) escribió:
>>>>>>>>
>>>>>>>>> Maven build should work - I checked it one hour ago.
>>>>>>>>>
>>>>>>>>> I will try to get from your plate Tour De Flex.
>>>>>>>>>
>>>>>>>>> On Mon, Sep 3, 2018, 1:26 PM Harbs <harbs.li...@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>> On Sep 3, 2018, at 2:22 PM, Carlos Rovira <
>> carlosrov...@apache.org
>>>>>
>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>> Hi Harbs
>>>>>>>>>>>
>>>>>>>>>>> just check what I can do:
>>>>>>>>>>> The branch you're working is "feature/new_merge" right?
>>>>>>>>>>
>>>>>>>>>> Yes.
>>>>>>>>>>
>>>>>>>>>>> this builds with maven?
>>>>>>>>>>
>>>>>>>>>> Theoretically, but I have not tried. Please let me know.
>>>>>>>>>>
>>>>>>>>>>> Can I check it out, build and test Jewel now? So I can report
>> what
>>>> I
>>>>>>>>> see?
>>>>>>>>>>
>>>>>>>>>> Yes. Please.
>>>>>>>>>>
>>>>>>>>>> I’ll check back in tonight.
>>>>>>>>>>
>>>>>>>>>> Keeping my fingers crossed!!! ;-)
>>>>>>>>>>
>>>>>>>>>> Harbs
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> thanks
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> El lun., 3 sept. 2018 a las 13:17, Harbs (<harbs.li...@gmail.com
>>> )
>>>>>>>>>> escribió:
>>>>>>>>>>>
>>>>>>>>>>>> I’m done for the morning and I’ll be out this afternoon.
>>>>>>>>>>>>
>>>>>>>>>>>> I’ll try to spend some more time this evening on this.
>>>>>>>>>>>>
>>>>>>>>>>>> I still need to:
>>>>>>>>>>>> * Test the framework against some more of my apps.
>>>>>>>>>>>> * Make sure the examples work.
>>>>>>>>>>>> * See if the Jewel examples run.
>>>>>>>>>>>> * See if Tour de Flex runs.
>>>>>>>>>>>>
>>>>>>>>>>>> Anyone who can confirm any of these would be very helpful.
>>>>>>>>>>>>
>>>>>>>>>>>> Harbs
>>>>>>>>>>>>
>>>>>>>>>>>>> On Sep 3, 2018, at 11:28 AM, Carlos Rovira <
>>>>>>> carlosrov...@apache.org>
>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> I'm available for you to help you solve. write me when you
>> need.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Just a note: for doing this, I'll take the following path: I'll
>>>> try
>>>>>>>>> to
>>>>>>>>>>>>> compile and run without make Jewel depend on Basic, since is
>> the
>>>>>>>>> actual
>>>>>>>>>>>>> shape. From there I'll try to link Basic. I think that path
>> will
>>>>>>>>>> provide
>>>>>>>>>>>>> you a more safe point from what you could go to next step. Just
>>>> my
>>>>>>>>>> advice
>>>>>>>>>>>>> if you want to take it.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Carlos Rovira
>>>>>>>>>>> http://about.me/carlosrovira
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Carlos Rovira
>>>>>>>> http://about.me/carlosrovira
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> --
>>>>>> Carlos Rovira
>>>>>> http://about.me/carlosrovira
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> Carlos Rovira
>>>>> http://about.me/carlosrovira
>>>>
>>>>
>>>
>>> --
>>>
>>> Piotr Zarzycki
>>>
>>> Patreon: *https://www.patreon.com/piotrzarzycki
>>> <https://www.patreon.com/piotrzarzycki>*
>>
>>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*