Re: At least one memory leak problem is a custom combo box I use.

2019-02-02 Thread Mick Powell
Hello Paul, I noticed a similar problem years ago in the flex 4.1 SDK, but it could have been there for a while before that. We used a pretty simple workaround that you could try: https://mickpowellstips.blogspot.com/2010/11/dropdownlist-memory-leak-flex-41.html. It might fix your issue, and

Re: Problem installing SDK

2018-01-10 Thread Mick Powell
; > Hi Mick, > > Sorry about the failures yesterday. We have a "chron job" that tracks the > checksums of the Adobe files and it crapped out and we didn't know it. > > Should be working now, so try again and let us know. > > Thanks, > -Alex > > On 1/10/18

Re: Problem installing SDK

2018-01-10 Thread Mick Powell
Hello Guys, I have tried several times yesterday night and this morning to install Flex 4.16.1 using the 3.3.0 installer on Mac OSX (El Capitan 10.11.6), and every time it has failed, and usually on the verification of playglobal.swc. The entry from the log is here: Installing Adobe Flash

Re: How to embedd font and apply it to s:Label flex 4.10?

2014-09-30 Thread Mick Powell
@4xy I had a similar problem once and it was because I hadn't compiled in the Embedded Font Registry. To do this you can create a property in your main.MXML file: import mx.core.EmbeddedFontRegistry; private var embeddedFontRegistry:EmbeddedFontRegistry; Even if that doesn't fix your specific

Re: Flex and Excel pivot tables

2014-06-27 Thread Mick Powell
Hello jfb, It doesn't say in that link if you can base your output on a template. We developed our own output functions for ODF format so I don't use poi. The way we got round this problem though was to create a template with the pivot tables set up, use an instance of the template to write

Re: Apache Flex Book Topic Wish List

2014-01-23 Thread Mick Powell
Theme development - ie: how to develop theme swcs and swfs and how to use them in a project. Its a great feature of Flex from a design point of view but there's not a lot of good source material on the subject (or at least - I had trouble finding good sources). Not long ago I worked on this