Carlos, You shouldn't do this. This is problem with compilation introduced when Alex prepared first RC. Please get back with that code before RC2 in order to have it reproducible. It is something messed up with versions in pom.
Thanks, Piotr On Thu, Jan 11, 2018, 02:07 <[email protected]> wrote: > This is an automated email from the ASF dual-hosted git repository. > > carlosrovira pushed a commit to branch develop > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git > > > The following commit(s) were added to refs/heads/develop by this push: > new 1d31f1a remove className="DynamicGridColumn" to fix compilation > of DataGridExample > 1d31f1a is described below > > commit 1d31f1a6fe0b303b0a060c3f419798db568b6d9e > Author: Carlos Rovira <[email protected]> > AuthorDate: Thu Jan 11 02:07:30 2018 +0100 > > remove className="DynamicGridColumn" to fix compilation of > DataGridExample > --- > examples/royale/DataGridExample/src/main/royale/MyInitialView.mxml | 6 > +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git > a/examples/royale/DataGridExample/src/main/royale/MyInitialView.mxml > b/examples/royale/DataGridExample/src/main/royale/MyInitialView.mxml > index bf530b7..a5316aa 100644 > --- a/examples/royale/DataGridExample/src/main/royale/MyInitialView.mxml > +++ b/examples/royale/DataGridExample/src/main/royale/MyInitialView.mxml > @@ -106,9 +106,9 @@ limitations under the License. > destinationPropertyName="dataProvider" /> > </js:beads> > <js:columns> > - <js:DataGridColumn label="Image" dataField="image" > columnWidth="100" itemRenderer="products.ProductItemRenderer" > className="DynamicGridColumn" /> > - <js:DataGridColumn label="Title" dataField="title" > columnWidth="200" className="DynamicGridColumn" /> > - <js:DataGridColumn label="Sales" dataField="sales" > columnWidth="100" className="DynamicGridColumn" /> > + <js:DataGridColumn label="Image" dataField="image" > columnWidth="100" itemRenderer="products.ProductItemRenderer" /> > + <js:DataGridColumn label="Title" dataField="title" > columnWidth="200" /> > + <js:DataGridColumn label="Sales" dataField="sales" > columnWidth="100" /> > </js:columns> > </js:DataGrid> > > > -- > To stop receiving notification emails like this one, please contact > ['"[email protected]" <[email protected]>']. >
