You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@royale.apache.org by pol2095 <po...@free.fr> on 2017/12/07 22:43:00 UTC

DataGrid problem

Hello,

this code doesn't work :
Main.mxml <https://paste.ofcode.org/L2pikP4DdijNpgptiSDQHz>  

thanks




--
Sent from: http://apache-royale-users.20374.n8.nabble.com/

Re: DataGrid problem

Posted by Alex Harui <ah...@adobe.com>.
Hmm.  Probably a bug in the scripts.  Make an empty fonts folder and see
if that fixes it, and we'll adjust our scripts.

Thanks,
-Alex

On 12/8/17, 4:41 AM, "pol2095" <po...@free.fr> wrote:

>I use build.xml in DataGridExample :
>/<include file="${basedir}/../../build_example.xml" />/
>
>
>
>--
>Sent from: 
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-roy
>ale-users.20374.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9edaa
>06e0e2944b7b41b08d53e3905a0%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C6
>36483336990162604&sdata=mSpijarlK9FPiFTK9Yo5fOJlyTIKXVpt2kUmBL0caTA%3D&res
>erved=0


Re: DataGrid problem

Posted by pol2095 <po...@free.fr>.
I use build.xml in DataGridExample :
/<include file="${basedir}/../../build_example.xml" />/



--
Sent from: http://apache-royale-users.20374.n8.nabble.com/

Re: DataGrid problem

Posted by Piotr Zarzycki <pi...@gmail.com>.
Try to build individual examples. Each example have their own build.xml
(ant) and pom.xml (maven) file.

Thanks, Piotr

On Fri, Dec 8, 2017, 13:27 pol2095 <po...@free.fr> wrote:

> I have an error
>
> /BUILD FAILED
> C:\apache-royale\examples\build_example.xml:161:
> C:\apache-royale\frameworks\fonts does not exist./
>
>
>
> --
> Sent from: http://apache-royale-users.20374.n8.nabble.com/
>

Re: DataGrid problem

Posted by pol2095 <po...@free.fr>.
I have an error

/BUILD FAILED
C:\apache-royale\examples\build_example.xml:161:
C:\apache-royale\frameworks\fonts does not exist./



--
Sent from: http://apache-royale-users.20374.n8.nabble.com/

Re: DataGrid problem

Posted by Alex Harui <ah...@adobe.com>.
In this case, unlike Flex DataGrid, the Royale  DataGrid does not introspect the data objects to determine the columns.  In Royale, things are PAYG and not everybody needs to carry around code for introspection.

If someone wants to volunteer a utility function that takes a data object introspects it and returns a set of DataGrid Columns I'm sure there will be folks who will use it.

HTH,
-Alex

From: Piotr Zarzycki <pi...@gmail.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Thursday, December 7, 2017 at 2:53 PM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: Re: DataGrid problem

Hi,

Please take a look into our examples, analyze them you should find most of the answers [1]. You have those example available also in the package which I have provide you in the other email.

[1] https://github.com/apache/royale-asjs/tree/develop/examples/royale<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Ftree%2Fdevelop%2Fexamples%2Froyale&data=02%7C01%7Caharui%40adobe.com%7C5c737099421049e98b4108d53dc55825%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636482840149068762&sdata=2ttmC%2BTDodC%2Fz1hf3Sic6qbKBVoKd32PdaoxIvTcMJA%3D&reserved=0>

Piotr


2017-12-07 23:43 GMT+01:00 pol2095 <po...@free.fr>>:
Hello,

this code doesn't work :
Main.mxml <https://paste.ofcode.org/L2pikP4DdijNpgptiSDQHz<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.ofcode.org%2FL2pikP4DdijNpgptiSDQHz&data=02%7C01%7Caharui%40adobe.com%7C5c737099421049e98b4108d53dc55825%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636482840149068762&sdata=1T9HnJbh3kQQyHjzLMYCYLY3V8FePEPRS7cUpc%2BZFw0%3D&reserved=0>>

thanks




--
Sent from: http://apache-royale-users.20374.n8.nabble.com/<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-users.20374.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7C5c737099421049e98b4108d53dc55825%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636482840149068762&sdata=3TqD06jau9FFLeCOAxA4Wqy0xTx3aq%2FPzHw%2Fz3jBg3M%3D&reserved=0>



--

Piotr Zarzycki

Patreon: https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C5c737099421049e98b4108d53dc55825%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636482840149068762&sdata=DOWEh5aZTXrP%2BlxJYk1p4A0%2FDyvysiwHEO3MVEwzoq0%3D&reserved=0>

Re: DataGrid problem

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi,

Please take a look into our examples, analyze them you should find most of
the answers [1]. You have those example available also in the package which
I have provide you in the other email.

[1] https://github.com/apache/royale-asjs/tree/develop/examples/royale

Piotr


2017-12-07 23:43 GMT+01:00 pol2095 <po...@free.fr>:

> Hello,
>
> this code doesn't work :
> Main.mxml <https://paste.ofcode.org/L2pikP4DdijNpgptiSDQHz>
>
> thanks
>
>
>
>
> --
> Sent from: http://apache-royale-users.20374.n8.nabble.com/
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*