RE: ApacheCon 2021 - Apache Royale

2021-09-17 Thread Maria Jose Esteve
Yes, it's been a year with a lot of work... I never complain about work because 
I think it's "a gift", nowadays, but it doesn't let you enjoy it...
"I have a year ahead to learn how to integrate a library with typedefs"!!! 

Another year it will be, next year more and better!

Thanks Andrew.

Hiedra

De: Andrew Wetmore 
Enviado el: viernes, 17 de septiembre de 2021 18:51
Para: users@royale.apache.org
Asunto: Re: ApacheCon 2021 - Apache Royale

Sorry, all:

I had an avalanche of work out in the Real World, and let the deadline for 
submitting talks slip past. On the bright side, we will be able to talk about 
version 1.0 next year.

On Fri, Sep 17, 2021 at 1:19 PM Maria Jose Esteve 
mailto:mjest...@iest.com>> wrote:
Hi everyone, in the end will there be any presentation, this year, at 
ApacheCon? I don't see anything in the Schedule [1]

[1] https://www.apachecon.com/acah2021/tracks/

Hiedra.



--
Andrew Wetmore

http://cottage14.blogspot.com/






Re: ApacheCon 2021 - Apache Royale

2021-09-17 Thread Andrew Wetmore
Sorry, all:

I had an avalanche of work out in the Real World, and let the deadline for
submitting talks slip past. On the bright side, we will be able to talk
about version 1.0 next year.

On Fri, Sep 17, 2021 at 1:19 PM Maria Jose Esteve  wrote:

> Hi everyone, in the end will there be any presentation, this year, at
> ApacheCon? I don't see anything in the Schedule [1]
>
>
>
> [1] https://www.apachecon.com/acah2021/tracks/
>
>
>
> Hiedra.
>
>
>


-- 
Andrew Wetmore

http://cottage14.blogspot.com/


ApacheCon 2021 - Apache Royale

2021-09-17 Thread Maria Jose Esteve
Hi everyone, in the end will there be any presentation, this year, at 
ApacheCon? I don't see anything in the Schedule [1]

[1] https://www.apachecon.com/acah2021/tracks/

Hiedra.



Populate a drop down in a crux app

2021-09-17 Thread Roman Isitua
Hi Everyone,

I have created a model class to fetch a list of values from my back end then
configured it as follows in the Beans.xml:

 

In my MainView.xml

I injected it as follows

 
 
  

My drop downlist was configured to have a data provider

  




When I run the application the drop down list is not populated.

Any idea what I am missing  ?

LovModel2 has it's own dependencies which have been injected. I can see log
messages to confirm this.
However, there are no log messages to show that LovModel2 was injected into
MainView.mxml.

I might be wrong but it appears that crux did not inject lovModel2 into
MainView.xml hence the reason the drop down is not populated.

I tried to follow the crux based todo mvc as much as possible.

I have attached my configuration.


Regards,


MainView.mxml
Description: Binary data


LovModel2.as
Description: Binary data


Beans.mxml
Description: Binary data


application.mxml
Description: Binary data