Re: drag and drop is nor working in mxroyale

2021-01-04 Thread Edward Stangler
Drag-and-drop does not seem to be implemented in MX AdvancedDataGrid, currently, from what I see in the code. On 1/4/2021 4:45 AM, Nallathambi, Varunkumar wrote: > Hi, > Drag and drop is not working on mxroyale advanced datagrid. Do > we have the feature available? Kindly do

Re: Error extending bead Disabled

2021-01-04 Thread Carlos Rovira
Hi, this seems to me like a bug, or something to work on the framework. Thanks both to signal. I think I can solve the concrete Disable problem extending from DispatcherBead, but hope others can give us some thoughts about this problem and if it can be solved in other ways for other cases. El

RE: Error extending bead Disabled

2021-01-04 Thread Maria Jose Esteve
Sorry, I didn't make it clear that the error occurs when I specify a value for the "beadToolTip" property Hiedra -Mensaje original- De: Maria Jose Esteve Enviado el: lunes, 4 de enero de 2021 11:41 Para: dev@royale.apache.org Asunto: RE: Error extending bead Disabled Thanks Carlos,

AW: [Discuss] What to do with SWF target now that Adobe removed Flash Player in 2021 (Re: How to build from now on?)

2021-01-04 Thread Christofer Dutz
Hi Carlos, as this is only one artifact, I would probably use something completely different, which wouldn’t make the use of the mavenizer required at all for getting the playerglobal. We probably still need it for the AIR stuff, but I think that’s till available, isn t it? Chris Von:

Re: Error extending bead Disabled

2021-01-04 Thread Edward Stangler
FWIW, I haven't tested these, but the following are Jewel classes with "[Bindable" that don't extend the appropriate class and are candidates for further testing: org.apache.royale.jewel.beads.controls.Badge org.apache.royale.jewel.beads.controls.combobox.ComboBoxListCloseOnClick

RE: Error extending bead Disabled

2021-01-04 Thread Maria Jose Esteve
Thanks Carlos, after your modification I have been able to extend the bead but it does not recognize the added properties: col: 94 Error: This attribute is unexpected. It will be ignored. Do I have to declare ownership in any special way? What am I doing wrong? Thx Hiedra

Re: [Discuss] What to do with SWF target now that Adobe removed Flash Player in 2021 (Re: How to build from now on?)

2021-01-04 Thread Carlos Rovira
Hi Chris, we're talking with Andrew Frost from Harman about it. I think better add you to the thread so you can read what we talked about and ensure the effort is in he right direction. Thanks El lun, 4 ene 2021 a las 12:58, Christofer Dutz () escribió: > Hi Carlos, > > > > as this is only one

AW: Configuring source maps on Royale with new compiler options

2021-01-04 Thread Christofer Dutz
Ok … I’ll try to have a look at that asap … but gotta finish some other things first. Chris Von: Carlos Rovira Gesendet: Montag, 4. Januar 2021 10:17 An: Christofer Dutz Cc: Josh Tynjala ; Apache Royale Development Betreff: Re: Configuring source maps on Royale with new compiler options

Re: Configuring source maps on Royale with new compiler options

2021-01-04 Thread Carlos Rovira
Hi Chis, to get debugging in Royale we now have additional compiler option called "source-map-source-root" that complements "source-map". I try this (without referring to `target` folder as Josh said): In Jewel: +royalelib=/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-maven

drag and drop is nor working in mxroyale

2021-01-04 Thread Nallathambi, Varunkumar
Hi, Drag and drop is not working on mxroyale advanced datagrid. Do we have the feature available? Kindly do share some example to implement the same.

RE: Error extending bead Disabled

2021-01-04 Thread Maria Jose Esteve
Hi Edward, Thanks for answering. If this is so ... how can I do it then? Has the same situation been given to you? Could you give me an example of how I should continue? Thx. Hiedra. -Mensaje original- De: Edward Stangler Enviado el: lunes, 4 de enero de 2021 6:31 Para:

Re: [Discuss] What to do with SWF target now that Adobe removed Flash Player in 2021 (Re: How to build from now on?)

2021-01-04 Thread Carlos Rovira
Hi Edward, this official URL works : https://www.adobe.com/support/flashplayer/debug_downloads.html But don't know if it's temporal or not. El lun, 4 ene 2021 a las 1:06, Edward Stangler () escribió: > > >

Re: [Discuss] What to do with SWF target now that Adobe removed Flash Player in 2021 (Re: How to build from now on?)

2021-01-04 Thread Carlos Rovira
Hi Alex, ok thanks. For optional I was meaning to not make SWF play in normal builds or releases if we can't ensure the foundation bits from Adobe. It seems that for now the things are partially solved with the working URLs provided by Harbs. I think if Chris update mavenizer to use the

Re: [Discuss] What to do with SWF target now that Adobe removed Flash Player in 2021 (Re: How to build from now on?)

2021-01-04 Thread Carlos Rovira
Ok, @Christofer Dutz can you update and release mavenizer to use https://fpdownload.macromedia.com/get/flashplayer/updaters/32/playerglobal32_0.swc instead: https://fpdownload.macromedia.com/get/flashplayer/installers/archive/playerglobal/playerglobal20_0.swc I think that would solve the

Re: Configuring source maps on Royale with new compiler options

2021-01-04 Thread Carlos Rovira
Ok Chris, many thanks! El lun, 4 ene 2021 a las 12:58, Christofer Dutz () escribió: > Ok … > > I’ll try to have a look at that asap … but gotta finish some other things > first. > > > Chris > > > Von: Carlos Rovira > Gesendet: Montag, 4. Januar 2021 10:17 > An: Christofer Dutz > Cc: Josh

Re: maven framework builds not using current compiler build

2021-01-04 Thread Harbs
I don’t know. I’m probably going to restart the release when I can get back to it. Right now my whole family is in isolation and things are a bit topsy-turvy. It’s probably worthwhile reversing the changes I made when I started the release and when. things settle down, I’ll start from the

Re: [Discuss] What to do with SWF target now that Adobe removed Flash Player in 2021 (Re: How to build from now on?)

2021-01-04 Thread Josh Tynjala
If necessary, I believe that we can create our own custom playerglobal.swc without running into license issues. Basically, the official playerglobal.swc contains only the APIs, and no implementation, so it's basically like the typedef/externs SWCs that we create for JS libraries in Royale The

Re: maven framework builds not using current compiler build

2021-01-04 Thread Greg Dove
Hi Harbs, is there any reason we can't switch to use compiler 0.9.9-SNAPSHOT for maven asjs builds? (Otherwise recent compiler fixes are not being used for the maven builds.) On Sat, Jan 2, 2021 at 10:10 PM Carlos Rovira wrote: > Hi Greg, > > I think this is due to @Harbs release that was

Re: SDK does not compile

2021-01-04 Thread Greg Dove
Hi Hiedra, I had not personally tried the 'with-distribution' profile, so I just tested that locally and was able to repro that issue. I pushed a change that 'fixes it for me', but I am not sure if it is correct (probably it is also breaking some sort of maven conventions), as I don't normally

SDK does not compile

2021-01-04 Thread Maria Jose Esteve
Hi, SDK compilation gave me an error with de commit: Commit: a6bd6adbde6d7344970c196e087432d2ebaa708e [a6bd6ad] Parents: 1831252c57 Author: greg-dove Date: martes, 5 de enero de 2021 9:24:07 Committer: greg-dove For now, switching to use latest compiler build (0.9.9-SNAPSHOT) for 0.9.8-SNAPSHOT