Re: Spark GridItemRenderer not rendering

2017-02-16 Thread Paul Hardiman
You guys rock! Here is the new and WORKING GridItemRenderer with the Label object formally added: public class PrecisionFormater extends GridItemRenderer { public var fldName:String; public var precision:uint; private var labelM:Label = new Label(); override

Spark GridItemRenderer not rendering

2017-02-16 Thread Paul Hardiman
Hi, I have a situation involving a Spark DataGrid using a custom Spark GridItemRenderer. It’s all in ActionScript use Spark components. The invocation: colL = new GridColumn(); colL.headerText = "Calorie"; colL.dataField =

* vs Object

2015-06-12 Thread Paul Hardiman
Vector.* seems to cause abc byte code issues. Compiler seems happier with Vector.Object. What’s the difference? Ciao, Paul Hardiman

Re: New Adobe AIR 16 SDK and iOS 64bit Support

2014-12-17 Thread Paul Hardiman
Does that mean that flex will have long ulong variables? Ciao, Paul Hardiman On Dec 17, 2014, at 3:18 AM, Tonic anthony.man...@hotmail.fr wrote: Thanks Nververbirth, I'm feel relieved :) - Tonic Twitter Folio -- View this message in context: http://apache-flex-users

Re: Flex IDE written in Flex?

2014-11-24 Thread Paul Hardiman
I’m not asking if it should be done; I am asking if we think that Flex/Air is robust enough be the foundation for an IDE that is competitive to Eclipse. I know it’s a hypothetical question, but it is one way to assess Flex/Air. Ciao, Paul Hardiman On Nov 21, 2014, at 11:38 AM, Sascha Ahrend

Flex IDE written in Flex?

2014-11-21 Thread Paul Hardiman
Does Flex/Air have enough mojo for an IDE written in Flex that would be on par with Eclipse? Ciao, Paul Hardiman

Re: DateSpinner (spark.components)

2014-10-20 Thread Paul Hardiman
location I was using: http://flex.apache.org/asdoc/ http://flex.apache.org/asdoc/. Ciao, Paul Hardiman On Oct 20, 2014, at 6:51 PM, OmPrakash Muppirala bigosma...@gmail.com wrote: On Mon, Oct 20, 2014 at 3:12 PM, Subscriptions subscripti...@leeburrows.com wrote: http://lmgtfy.com/?q=Flex

Re: Any experience using Flash Builder 4.7 with OS X Yosemite?

2014-10-17 Thread Paul Hardiman
I had to download a new Java for OS X after migrating to Yosemite. FB seems to work fine. Ciao, Paul Hardiman On Oct 17, 2014, at 12:55 PM, Eduardo vilchesedua...@gmail.com wrote: I saw in an Adobe forum that FB did not work with an early release of Yosemite. I was wondering if anybody

Apache Flex Asdoc - Classes of the Top package

2014-10-02 Thread Paul Hardiman
Where O where are the classes of the Top package in the apache action script APIs? I can seem to find neither the classes nor the global functions in the apache flex API. Ciao, Paul Hardiman