Re: [FlexJS] IFlexInfo

2013-10-14 Thread Peter Ent
nt: Thursday, October 10, 2013 11:17 AM >To: dev@flex.apache.org >Subject: Re: [FlexJS] IFlexInfo > >Hmm, looks like something broke in the current overlay's compiler. I'll >try to get everything re-synced and publish a new overlay after I finish >up on some of these SDK mustella fa

RE: [FlexJS] IFlexInfo

2013-10-11 Thread Alex Harui
tions. -Alex From: Alex Harui [aha...@adobe.com] Sent: Thursday, October 10, 2013 11:17 AM To: dev@flex.apache.org Subject: Re: [FlexJS] IFlexInfo Hmm, looks like something broke in the current overlay's compiler. I'll try to get everything re-syn

Re: [FlexJS] IFlexInfo

2013-10-10 Thread Alex Harui
f you can. >> >> -Alex >> >> From: omup...@gmail.com [omup...@gmail.com] On Behalf Of OmPrakash >> Muppirala [bigosma...@gmail.com] >> Sent: Wednesday, October 09, 2013 11:48 AM >> To: dev@flex.apache.org >> S

Re: [FlexJS] IFlexInfo

2013-10-09 Thread OmPrakash Muppirala
t; From: omup...@gmail.com [omup...@gmail.com] On Behalf Of OmPrakash > Muppirala [bigosma...@gmail.com] > Sent: Wednesday, October 09, 2013 11:48 AM > To: dev@flex.apache.org > Subject: Re: [FlexJS] IFlexInfo > > Bump... > > Alex/Peter, if you can take some time to fix the

RE: [FlexJS] IFlexInfo

2013-10-09 Thread Alex Harui
09, 2013 11:48 AM To: dev@flex.apache.org Subject: Re: [FlexJS] IFlexInfo Bump... Alex/Peter, if you can take some time to fix the jquery example app that would be great. Or, if you want me to switch to any other app for reference, please advice. Thanks, Om On Thu, Oct 3, 2013 at 4:01 PM, OmPrakash Muppir

Re: [FlexJS] IFlexInfo

2013-10-09 Thread OmPrakash Muppirala
Bump... Alex/Peter, if you can take some time to fix the jquery example app that would be great. Or, if you want me to switch to any other app for reference, please advice. Thanks, Om On Thu, Oct 3, 2013 at 4:01 PM, OmPrakash Muppirala wrote: > On Wed, Oct 2, 2013 at 11:58 PM, Alex Harui wro

Re: [FlexJS] IFlexInfo

2013-10-03 Thread OmPrakash Muppirala
On Wed, Oct 2, 2013 at 11:58 PM, Alex Harui wrote: > My defaults CSS is pasted below. Label's type selector has an IBeadModel. > I could be out of date though, but it wouldn't make sense for Label to > not have an IBeadModel entry. > > My defaults.css has the same identical entry for Label. So

Re: [FlexJS] IFlexInfo

2013-10-03 Thread Alex Harui
My defaults CSS is pasted below. Label's type selector has an IBeadModel. I could be out of date though, but it wouldn't make sense for Label to not have an IBeadModel entry. --- defaults.css -- /* * * Licensed to the Apache Software Foundation (ASF) under one or more * contrib

Re: [FlexJS] IFlexInfo

2013-10-02 Thread OmPrakash Muppirala
On Wed, Oct 2, 2013 at 7:52 PM, Alex Harui wrote: > > > On 10/2/13 4:55 PM, "OmPrakash Muppirala" wrote: > > > >I am still trying to get the jQuery_Sample app to run. I added > >'implements > >IFlexInfo' to the jquery application class. > >at > >org.apache.flex.core::SimpleCSSValuesImpl/get

Re: [FlexJS] IFlexInfo

2013-10-02 Thread Alex Harui
On 10/2/13 4:55 PM, "OmPrakash Muppirala" wrote: > >I am still trying to get the jQuery_Sample app to run. I added >'implements >IFlexInfo' to the jquery application class. >at >org.apache.flex.core::SimpleCSSValuesImpl/getValue()[C:\p\flex_os\workspac >e\flexroot\git\flex-asjs\frameworks\a

Re: [FlexJS] IFlexInfo

2013-10-02 Thread OmPrakash Muppirala
On Thu, Sep 26, 2013 at 6:17 AM, Alex Harui wrote: > > > On 9/25/13 11:57 PM, "OmPrakash Muppirala" wrote: > > >On Wed, Sep 25, 2013 at 8:41 PM, Alex Harui wrote: > > > >> Turns out there is a bug in the Falcon code that the search for > >>IFlexInfo > >> only is in the baseclass and not deeper.

Re: [FlexJS] IFlexInfo

2013-09-26 Thread Peter Ent
I should add that I have not updated the jQuery sample to reflect the changes that have been happening to the "standard" JavaScript code. I figured I would sort that out once things became more complete and stable. --peter On 9/26/13 9:17 AM, "Alex Harui" wrote: > > >On 9/25/13 11:57 PM, "OmPra

Re: [FlexJS] IFlexInfo

2013-09-26 Thread Alex Harui
On 9/25/13 11:57 PM, "OmPrakash Muppirala" wrote: >On Wed, Sep 25, 2013 at 8:41 PM, Alex Harui wrote: > >> Turns out there is a bug in the Falcon code that the search for >>IFlexInfo >> only is in the baseclass and not deeper. >> >> JQuery's app does not directly implement IFlexInfo. Adding t

Re: [FlexJS] IFlexInfo

2013-09-25 Thread OmPrakash Muppirala
On Wed, Sep 25, 2013 at 8:41 PM, Alex Harui wrote: > Turns out there is a bug in the Falcon code that the search for IFlexInfo > only is in the baseclass and not deeper. > > JQuery's app does not directly implement IFlexInfo. Adding that is > probably the cheapest workaround for you. Awesome,

Re: [FlexJS] IFlexInfo

2013-09-25 Thread Alex Harui
Turns out there is a bug in the Falcon code that the search for IFlexInfo only is in the baseclass and not deeper. JQuery's app does not directly implement IFlexInfo. Adding that is probably the cheapest workaround for you. Please file a bug to remind me to fix the compiler someday. Thanks and

Re: [FlexJS] IFlexInfo

2013-09-25 Thread Alex Harui
Sorry, I was under the impression you were building out a new app class. I'll see if jquery app builds and runs for me. -Alex On 9/25/13 3:55 PM, "OmPrakash Muppirala" wrote: >> Please have your App class implement IFlexInfo. It is likely that we >> haven't upgraded the Jquery App since we ad

[FlexJS] IFlexInfo

2013-09-25 Thread OmPrakash Muppirala
> Please have your App class implement IFlexInfo. It is likely that we > haven't upgraded the Jquery App since we added IFlexInfo. > > -Alex > I am confused. jquery.Application extends core.Application which already has implemented IFlexInfo. Do I need to implement it again? Something doesn't