[flexcoders] Flex 4 breakpoints are never reached when using inline item renderers

2010-08-09 Thread Felix Westphal
Hi, I'm having problems debugging my Flex 4 application, but only when I use inline item renderers. In the following test application I can't step into the init() function although the code is clearly being executed. I'm using Flex SDK version 4.00 build 14159 with IntelliJ IDEA 9.0.3. I

[flexcoders] Intellij Idea inline itemrenderer debugging bug

2010-07-06 Thread Felix Westphal
Hi, I'm using IntelliJ IDEA for flex development and so far I'm very happy with it. Maybe this is more a question for the IntelliJ support but I think someone else here must have had the same problems when coding with IDEA. When I use inline itemrenderers inside my mxml files I'm not able to

Re: [flexcoders] Itemrenderer images are not displayed correctly when clicked

2010-07-02 Thread Felix Westphal
Hi, I would try to explicitly set the source of the images in the set data function. For me that often helps when I run into strange itemrenderer behaviour. Am 02.07.2010 17:43, schrieb Rajan: Hi I am using itemrenderer to display images. The images are displayed correctly according to