Re: [FlexJS] Issue with building example

2015-03-19 Thread Alessandro Palombaro
+1 on switching on IntelliJ Idea. Made the change a year ago. Never looked back. On Fri, Mar 20, 2015 at 8:46 AM, Carlos Rovira carlos.rov...@codeoscopic.com wrote: Piotrz, I encourage you to ask for your free open source IntelliJ license. Flash Builder is no longer updated and moreover, is

Re: [ANNOUNCEMENT] Apache Flex SDK 4.14.0 is released

2015-02-09 Thread Alessandro Palombaro
Congrats to everyone on the release and thanks for all the hard work as usual! :) I've managed to update via the installer without any issues. I was also able to compile and run a very large project with it updating from Flex 4.12.1 with no problems. I have however run across a bug which has

Re: TLF performance issue

2015-02-09 Thread Alessandro Palombaro
I've also experienced an issue with TLF and as I was trying to resolve my issue I noticed in the ParagraphElement class the createTextBlock method is now being call within the replaceChildren method and am wondering if this extra call is a catalyst for the performance issues you are having On

Re: PepFlashPlayer Issues

2015-02-05 Thread Alessandro Palombaro
I believe I ran into a similar problem... something to do with the display list and stagevideo. When using stagevideo the video is rendered behind the display list and the spark skin includes a black rect background in the displaylist which ends up covering the video. From memory you can either

TLF 3.0.0 Table support

2014-01-21 Thread Alessandro Palombaro
Hi, Is there any way to get a simple table functioning in the current version of Flex and TLF 3.0? I know its not officially support until TLF 4.0, but there also seems to be a lot of work already done too support it and I only need basic table functionality. I've tried looking through the

TLF ContainerController mouseWheelHandler

2014-01-06 Thread Alessandro Palombaro
Hi, Does anyone know why the mouseWheelHandler function in flashx.textLayout.container.ContainerController strays from all the other event handler methods by not sending the event to interactionManagers handlers? It looks like flashx.textLayout.edit.SelectionManager has the public method ready

Re: TLF ContainerController mouseWheelHandler

2014-01-06 Thread Alessandro Palombaro
understand. I looked at ContainerController.as and it looks like it adds the interactionHandler's mouseWheelHandler, not some internal handler. -Alex On 1/6/14 1:37 AM, Alessandro Palombaro alexpalomb...@gmail.com wrote: Hi, Does anyone know why the mouseWheelHandler function

Re: TLF ContainerController mouseWheelHandler

2014-01-06 Thread Alessandro Palombaro
Thanks. I've added the bug here https://issues.apache.org/jira/browse/FLEX-34027 On Tue, Jan 7, 2014 at 8:18 AM, Alex Harui aha...@adobe.com wrote: On 1/6/14 3:24 PM, Alessandro Palombaro alexpalomb...@gmail.com wrote: It looks like it should but it doesn't. If you look

Re: Open declaration (F3, ctrl+click) jumps to wrong location in Flash Builder

2013-11-26 Thread Alessandro Palombaro
I also experience this issue. The distance fb takes me from the actual declaration varies between classes, sometimes a few lines, other times way off. Not a big issue though as once im in the package 'ctrl + o' and searching that way takes me to the correct line. More just curious if anyone might

Flash Builder 4.6 with Apache Flex 4.10 release build

2013-09-11 Thread Alessandro Palombaro
Does anyone know how to setup Flash Builder 4.6 to properly jump to Flex source files when hitting F3 (open declaration) on a class reference? It seems I can jump to classes that existed in older versions (most of the time it jumps to the wrong line in the class but still opens the source file)

Re: Flash Builder 4.6 with Apache Flex 4.10 release build

2013-09-11 Thread Alessandro Palombaro
should be able to go to Project Properties/Build Paths/Library Paths Expand the SDK and you should see all SWCs, expand a SWC and you should be able to set a source attachment for it. On 9/11/13 1:31 AM, Alessandro Palombaro alexpalomb...@gmail.com wrote: Does anyone know how to setup Flash

Flex 4.10.0 embed font change

2013-08-13 Thread Alessandro Palombaro
Hey everyone, I'm having an issue with switching to 4.10.0 from 4.9.1 and was wondering if anyone else has experienced it when switching SDK. I have a couple of projects running on 4.9.1 and was trying to update them to 4.10.0 to take advantage of all the improvements/tweaks and added components

Re: Flex 4.10.0 embed font change

2013-08-13 Thread Alessandro Palombaro
On Tue, Aug 13, 2013 at 1:51 AM, Alessandro Palombaro alexpalomb...@gmail.com wrote: Hey everyone, I'm having an issue with switching to 4.10.0 from 4.9.1 and was wondering if anyone else has experienced it when switching SDK. I have a couple of projects running on 4.9.1 and was trying