Re: [jira] [Created] (FLEX-34851) Flex SDK Installer Fails on swfobject for flex versions 4.13.0 and below

2015-05-20 Thread Jake Knerr
gt; > desired md5: 4723bc29f2a93e9ad9fbeeac6fe63b9e > new archive md5: 16521f1e86df0debc0d7f345e919f794 > > > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) > -- Jake Knerr - Flex Developer Ardisia Labs www.ardisialabs.com

Re: [jira] [Commented] (FLEX-34851) Flex SDK Installer Fails on swfobject for flex versions 4.13.0 and below

2015-05-21 Thread Jake Knerr
ject download failed > > It appears that the issue may be due to an md5 mismatch (if I am reading > the install.xml file correctly ). > > desired md5: 4723bc29f2a93e9ad9fbeeac6fe63b9e > > new archive md5: 16521f1e86df0debc0d7f345e919f794 > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) > -- Jake Knerr - Flex Developer Ardisia Labs www.ardisialabs.com

Re: Wanted 3rd party examples for Tour De Flex

2014-10-31 Thread Jake Knerr
e > - Example URL to swf > - One or more source URLs > > The swf should fit in the top right content area. > > Thanks, > Justin > > 1. https://issues.apache.org/jira/browse/FLEX-34501 > > -- Jake Knerr - Flex Developer Ardisia Labs www.ardisialabs.com

Re: Wanted 3rd party examples for Tour De Flex

2014-10-31 Thread Jake Knerr
; > > > http://www.ardisialabs.com/swfs/TourDeFlex.swf > > It works and I've added it to the 3rd party list. > > I'm am however getting a the panel title and the main heading overlapping > when the example is shown in Tour De Flex and the swf is not loading to be > 100% of the width and space. > > Thanks, > Justin -- Jake Knerr - Flex Developer Ardisia Labs www.ardisialabs.com

Re: [DISCUSSION] TourDeFlex 1.2 RC 0

2014-11-07 Thread Jake Knerr
e can’t engage them on this sizing/position issue, we probably don’t > want to depend on them staying in sync on SDK versions going forward. > > -Alex > > [1] http://s.apache.org/sC4 > [2] http://s.apache.org/hqe > > -- Jake Knerr - Flex Developer Ardisia Labs www.ardisialabs.com

Re: [DISCUSSION] TourDeFlex 1.2 RC 0

2014-11-07 Thread Jake Knerr
tly binary build so I have an idea of the layout issues are. I hate to cause all this trouble . Perhaps my page in the Tour De Flex could just be a label and a link? - Jake On Fri, Nov 7, 2014 at 1:09 PM, Jake Knerr wrote: > Hi, > > I am one of the third-parties, the "Ardisia Co

Re: [DISCUSSION] TourDeFlex 1.2 RC 0

2014-11-07 Thread Jake Knerr
ably need a 800x800 for it to > look nice and readable. Also, a line of text in the image would probably > work. > > Thanks, > Om > > On Fri, Nov 7, 2014 at 1:18 PM, Jake Knerr wrote: > >> Hi OmPrakash, >> >> Sounds like the image is the only thing the end-us

Re: Maintaining Component without parent

2015-03-11 Thread Jake Knerr
oth invalidateProperties() and validateProperties() are required. On Wed, Mar 11, 2015 at 4:32 PM, Jeffry Houser wrote: > On 3/11/2015 1:01 PM, Jake Knerr wrote: > >> Try calling invalidateProperties() before calling validateNow() to get >> commitProperties() to fire. >> >

Re: Maintaining Component without parent

2015-03-11 Thread Jake Knerr
te: > On 3/11/2015 10:38 PM, Jake Knerr wrote: > > To the OP: if you don't want to extend the component, you should be able > to get commitProperties() to fire on a component that has not been added to > the displayList by first calling invalidateProperties() and then cal

Re: Maintaining Component without parent

2015-03-12 Thread Jake Knerr
gt; > will process it. > > > > I'm not sure it will work, but you could try setting nestLevel=2. That > > should allow it to go in the queues and get processed by validateNow() or > > regular layoutManager validation. The question would be whether there > are > > any dependencies on having a parent in the code that will run during > > invalidation or validation. YMMV. > > > > -Alex > > > > > > > -- Jake Knerr - Flex Developer Ardisia Labs www.ardisialabs.com