Re: How to set the compiler so that there is no compiled ResourceBundles at all?

2019-11-02 Thread Darrell Loverin
Starting with Flex4 each module can override the default styles in the main application. Styles that are different for a module are being setup in the generated code. If you are using a model where all modules use the same styles as the main application, then try compiling with

Re: Weird bug when an unrelated skin class is present in an RSL (?!?)

2014-09-05 Thread Darrell Loverin
I would recommend generating a link report for the app and the RSL to see what the differences are the included classes are in the various scenarios. By default an RSL will not be loaded if it is not used by an application. From you description is sounds like the RSL is not required and therefore

Re: Using mustella to test existing applications

2014-08-11 Thread Darrell Loverin
I've been using mustella to test my own components. I modified mustella so the tests do not have to be created in the tests directory. I fixed the problem that caused me to revert the changes some time ago. I've been waiting for a clean run of mustella before I commit the changes again. I

Re: Spark DataGrid focusing problem with the latest SDK

2013-11-27 Thread Darrell Loverin
If I remember correctly the 4.6 behavior (moving focus out the data grid on the tab key if not editing a cell) was put in so a data grid could be tabbed out of without having to visit every cell that had an editor. -Darrell On Wed, Nov 27, 2013 at 11:05 AM, Alex Harui aha...@adobe.com wrote:

Re: One of the parameters is invalid while loading a module

2013-11-14 Thread Darrell Loverin
the moduleFactory that controls the selected StyleManager will not be set correctly unless you are in the top level application. Based on the way you are using ModuleLoader I think you would be better off using ModuleManager. On Wed, Nov 13, 2013 at 9:55 AM, Darrell Loverin darrell.love

Re: One of the parameters is invalid while loading a module

2013-11-11 Thread Darrell Loverin
Setting -isolate-styles=false is not recommended when using Spark components. Verify that your calls to IModule.load() are being passed a module factory as the fourth parameter. -Darrell Loverin On Mon, Nov 11, 2013 at 3:15 AM, Devesh Mishra devesh.mis...@mastek.comwrote: Hi, I have lots

Re: Memory leaks management in modules

2013-10-31 Thread Darrell Loverin
So I think it is safe to ignore the warning which I believe was removed from the SDK (don't know the version). -Darrell On Thu, Oct 31, 2013 at 9:31 AM, Darrell Loverin darrell.love...@gmail.comwrote: I believe this leaked was fixed in the Flash Player but I'm not sure which version

Re: Memory leaks management in modules

2013-10-31 Thread Darrell Loverin
Darrell, Thank you for you answer. when you say Darrell Loverin-2 wrote So I think it is safe to ignore the warning which I believe was removed from the SDK (don't know the version) Does that mean that the warning shouldn't show up in the console ? -- View this message in context: http

Re: Specifying multiple RSL URL

2013-08-29 Thread Darrell Loverin
to ROOT/MODULES 3. Specify the RSL URL with an absolute path name. -Darrell Loverin On 8/29/13 10:31 AM, Jagan Langa Sami Durai jaga...@sybrant.com wrote: Hi All, This is how I deployed my application. ROOT/application.swf ROOT/MODULES/module1.swf ROOT/RSLS/rsl1.swf ROOT/RSLS/rsl2.swf