Re: [flexcoders] Re: How to debug when I have IE crash?

2009-07-27 Thread Ronen Naor
Thx, I will give it a try On Mon, Jul 27, 2009 at 7:33 AM, jedierikb jedier...@gmail.com wrote: this might be helpful: http://stackoverflow.com/questions/560979/how-to-debug-swf-browser-crashes --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Ronen Naor ronen.f

[flexcoders] How to debug when I have IE crash?

2009-07-26 Thread Ronen Naor
Hi,We are having quite a lot of IE crashes when running our Flex 3 applications. Usually the clients use IE 7 or 8 and the flash player version is 10. How can I debug it? Is there some kind of logs I can see? Thanks, Ronen

[flexcoders] webtier flexbuilder license

2008-05-14 Thread Ronen Naor
Hi, I'm using the webtier compiler environment under Tomcat and everything works fine except the license issue. When I uncomment this section in flex-config.xml file: *!-- licenses: specifies a list of product and serial number pairs. -- !-- not set -- !-- licenses license

[flexcoders] components styleName

2008-02-07 Thread Ronen Naor
Hi, Is it possible using some technique to assign many styles to a component, for example: *mx:Button styleName=class1,class2/ *Thanks, Ronen.

Re: [flexcoders] Maven plugin out of memory problem

2007-10-16 Thread Ronen Naor
, Ronen Naor wrote: Yes, I did try java -Xmx without any luck. And I don't compile it in debug mode. Maybe I should test it also with Ant to see the difference. On 10/15/07, Adam Duston [EMAIL PROTECTED] aduston%40gmail.com wrote: I use Flex Ant Tasks, and I haven't tried Maven

Re: [flexcoders] Maven plugin out of memory problem

2007-10-16 Thread Ronen Naor
and proprietary names, then it can't be a disclosure any more than sample code. regards, Christian. On 16-Oct-07, at 7:01 AM, Ronen Naor wrote: I can't send only part of my POM because of company issues, but I can tell u there is nothing particular there. What I did to solve

Re: [flexcoders] Maven plugin out of memory problem

2007-10-16 Thread Ronen Naor
/plugin I use also my own flex-config.xml file because of chart liscenses I need to add, perhaps it is part of the reason for the problem? On 10/16/07, Ronen Naor [EMAIL PROTECTED] wrote: sure, it was alreasy as part of the pom I sent, only it is not used right now. Here it is again

Re: [flexcoders] Maven plugin out of memory problem

2007-10-15 Thread Ronen Naor
version. regards, Christian. On 14-Oct-07, at 1:14 PM, Ronen Naor wrote: Hi, Has anyone encountered the following problem using the maven israfil plugin: java.lang.OutOfMemoryError: Java heap space at java.util.HashMap.resize(Unknown Source) at java.util.HashMap.addEntry(Unknown

Re: [flexcoders] Maven plugin out of memory problem

2007-10-15 Thread Ronen Naor
: have you tried altering the max heap size using the java -Xmx option? I also wonder if the twice-the-size problem is a result of it compiling in debug mode. On 10/14/07, Ronen Naor [EMAIL PROTECTED] wrote: Hi, Has anyone encountered the following problem using the maven israfil plugin

[flexcoders] Maven plugin out of memory problem

2007-10-14 Thread Ronen Naor
Hi, Has anyone encountered the following problem using the maven israfil plugin: java.lang.OutOfMemoryError: Java heap space at java.util.HashMap.resize(Unknown Source) at java.util.HashMap.addEntry(Unknown Source) at java.util.HashMap.put(Unknown Source) at