Re: Adjusting layout on Button made invisible

2014-01-31 Thread Oleg Konovalov
Lee, That worked. Thanks a lot! Oleg. On Fri, Jan 31, 2014 at 3:05 PM, Lee Burrows wrote: > in addition to setting visible=false, set includeInLayout=false > > > On 31/01/2014 19:57, Oleg Konovalov wrote: > >> Hi, >> >> >> >> I am using ApplicationControlBar with a bunch of buttons. >> >> Depe

Online Flex Meetup Group

2014-01-31 Thread Jeffry Houser
For those who remember meetup groups, there is an On-line Flex Meetup group ( http://www.meetup.com/OnlineFlexMeetupGroup/ ). It kind of fizzled after "Adobe November" and has been primarily inactive. But, there are still 400 or so members. I'm sure some motivated person could take it ove

Re: [FlexJS] BarChart component added - render issue

2014-01-31 Thread OmPrakash Muppirala
On Fri, Jan 31, 2014 at 11:31 AM, Peter Ent wrote: > Had a chat with Alex. For this particular issue, we were thinking that > Flex's scrollPolicy should be carried over to FlexJS, but enhanced: > > scrollPolicy: on | off | auto | hidden > > which map as follows - > > on: overflow:scroll, but

4.12 build

2014-01-31 Thread Lee Burrows
Hi I noticed that when i build 4.12 sdk with "playerglobal.version = 11.9" in local.properties, flex-config.xml has set to 11.9 but airmobile-config.xml and air-config.xml still get set to 11.1 Error in build script? -- Lee Burrows ActionScripter

Re: Adjusting layout on Button made invisible

2014-01-31 Thread Lee Burrows
in addition to setting visible=false, set includeInLayout=false On 31/01/2014 19:57, Oleg Konovalov wrote: Hi, I am using ApplicationControlBar with a bunch of buttons. Depending on some external conditions (app state), it should make some buttons invisible, change their labels, etc. Whe

Adjusting layout on Button made invisible

2014-01-31 Thread Oleg Konovalov
Hi, I am using ApplicationControlBar with a bunch of buttons. Depending on some external conditions (app state), it should make some buttons invisible, change their labels, etc. When these buttons become invisible look like someone with missing teeth. :-( Is there a way to adjust other but

Re: [FlexJS] BarChart component added - render issue

2014-01-31 Thread Peter Ent
Had a chat with Alex. For this particular issue, we were thinking that Flex's scrollPolicy should be carried over to FlexJS, but enhanced: scrollPolicy: on | off | auto | hidden which map as follows - on: overflow:scroll, but scrollbars visible always off:overflow:visible auto: overflo

Re: [Installer] Try the new installer

2014-01-31 Thread Tom Chiverton
On Tuesday 28 Jan 2014 23:35:45 Alex Harui wrote: > For Linux users, the nightly build now contains the install script, so > instead of having to download AIR and install the installer, you should > now be able to download the nightly build from [1], uncom I've been able to build our main Flex app

Re: [FlexJS] BarChart component added - render issue

2014-01-31 Thread Alex Harui
On 1/31/14 7:03 AM, "Peter Ent" wrote: >Hi, > >First, I can confirm that Om's suggestion of *adding* the createElement >override to the cross-compiled/generated BarChart.js does fix the problem. > >Secondly - how do we make it possible to allow customization of the >JavaScript that gets cross-c

Re: [FlexJS] BarChart component added - render issue

2014-01-31 Thread Alex Harui
Ah, sorry. Somehow I thought you were only adding one line to an existing createElement method. So, in FlexJS, if you have to modify the cross-compiled JS for a class in the FlexJSJX project, that will usually mean that that class can't be in FlexJSJX and has to be moved back to FlexJSUI and have

Re: [FlexJS] BarChart component added - render issue

2014-01-31 Thread Peter Ent
Hi, First, I can confirm that Om's suggestion of *adding* the createElement override to the cross-compiled/generated BarChart.js does fix the problem. Secondly - how do we make it possible to allow customization of the JavaScript that gets cross-compiled? This is bound to be necessary and clearly

Re: New AIR-less installer on Linux

2014-01-31 Thread Tom Chiverton
On 31/01/14 14:43, Tom Chiverton wrote: Don't suppose you know why it can't find the playerglobal.swc Never mind, answered my own question again :-) Tom

Re: New AIR-less installer on Linux

2014-01-31 Thread Tom Chiverton
On 31/01/14 14:20, Alex Harui wrote: Yes, but I guess we should do a linux default for you. Thanks for finding that. That'd be handy. Don't suppose you know why it can't find the playerglobal.swc ? I've tried setting PLAYGLOBAL_HOME to various parts of the path down to libs/player/11.1/playe

Re: New AIR-less installer on Linux

2014-01-31 Thread Alex Harui
Yes, but I guess we should do a linux default for you. Thanks for finding that. On 1/31/14 6:15 AM, "Tom Chiverton" wrote: >Ahh, -Dair.sdk.version=2.6 :-) > >Tom > >On 31/01/14 13:53, Tom Chiverton wrote: >> Ummm, I must be missing something... >> >> $ ant -f installer.xml >> Buildfile: >> >

Re: New AIR-less installer on Linux

2014-01-31 Thread Tom Chiverton
Ahh, -Dair.sdk.version=2.6 :-) Tom On 31/01/14 13:53, Tom Chiverton wrote: Ummm, I must be missing something... $ ant -f installer.xml Buildfile: /home/tchiverton/workspace/apache-flex-new-installer/apache-flex-sdk-4.12.0-bin/installer.xml get-data: [get] Getting: http://flex.apache

New AIR-less installer on Linux

2014-01-31 Thread Tom Chiverton
Ummm, I must be missing something... $ ant -f installer.xml Buildfile: /home/tchiverton/workspace/apache-flex-new-installer/apache-flex-sdk-4.12.0-bin/installer.xml get-data: [get] Getting: http://flex.apache.org/installer/sdk-installer-config-4.0.xml [get] To: /home/tchiverton/w

Re: [FlexJS] BarChart component added - render issue

2014-01-31 Thread OmPrakash Muppirala
On Jan 30, 2014 11:32 PM, "Alex Harui" wrote: > > > > On 1/30/14 11:07 PM, "OmPrakash Muppirala" wrote: > > >On Jan 30, 2014 10:18 PM, "Alex Harui" wrote: > >> > >> > >> > >> On 1/30/14 9:11 PM, "OmPrakash Muppirala" wrote: > >> > >> >On Thu, Jan 30, 2014 at 8:30 PM, Alex Harui wrote: > >> > >