On 10/2/13 4:55 PM, "OmPrakash Muppirala" <bigosma...@gmail.com> 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\as\src\org\apache\flex\core\SimpleCSSV >aluesImpl.as:237] >========================================================================== >=========================================== > >It seems like the iBeadModel property is not available in the Label >instance. I see that in defaults.css, we do set IBeadModel, though: > >I did spend quite a bit of time figuring out why it is not being set. Any >idea what is going on here? Hmm. SimpleCSSValuesImpl line 237 is trying to find the global selector. I have one in my copy of defaults.css but I'm not synced up. For sure, there should be a null check there so that's a bug.
> >Also, there seems to be an inconsistent usage of "iSomething" vs. >"ISomething" throughout the codebase. Could that be causing these issues? >Maybe we should standardize on one naming convention. Yeah, that needs to be ironed out. I was planning on waiting until I see what it takes to get custom CSS styles to work on the JS side. There was some code somewhere that was automatically changing the capital "I" to small "i" and so we had to use small "i" in the code, at least for now. -Alex