Flex Old Support

2017-12-04 Thread manish sharma
Hi Team,

I Have a old project created on Flex SDK 3.5. Do I need to upgrade it on
Apache Flex or It will be continuing working in future on that same SDK?

Regards,
Manish


Re: Profiling Flex/Java Web App

2015-04-13 Thread manish sharma
Hi,

I have also faced this issue that was due to update of flash player.
Neither I am able to debug nor profiling and one more issue with profiler,
if your application take time to load likewise it is loading data from
server then my machine got hanged or profiling does not working. To resolve
this issue I have created local data resources and my profiler worked
properly.

For profiling you should have a valid license of flash builder.

Regards,
Manish
I tried to create brand new HelloWorld,
but got the same exact error in FB4.5.1.
A lot of people on the net got the same.
Did that profiler ever worked?
On Apr 10, 2015 14:17, "Alex Harui"  wrote:

> Did you try profiling a really simple “Hello World” type of application?
> There could be some issue with how the profiler talks to the SWF.  I think
> it uses a Socket.  Maybe something else is using that socket.
>
> -Alex
>
> On 4/10/15, 11:03 AM, "Oleg Konovalov"  wrote:
>
> >I don't think that is the issue.
> >
> >I tried profiling simple application (showing a graph with few nodes,
> >using
> >RaVis library - sample of what we have on one screen),
> >and got exactly the same error popup "No activity happened in the past 60
> >seconds
> >after connection was established with the application"  and only after
> >that
> >app came up.
> >
> >Is there anything I need to do to configure FB Profiler to run it?
> >(i haven't done that in Flex before)
> >
> >
> >On Thu, Apr 9, 2015 at 3:46 PM, Alex Harui  wrote:
> >
> >>
> >>
> >> On 4/9/15, 8:59 AM, "Oleg Konovalov"  wrote:
> >>
> >> >Alex,
> >> >
> >> >That profiler problem happens much before I reach my heavy duty popup
> >>with
> >> >many children,
> >> >on initial screen.
> >> >We are making calls to about 30 Stored Procs to get proper permissions
> >>and
> >> >load static data.
> >> >(can probably turn off some of them and only use data relevant to
> >>screen
> >> >with popup we need,although it might take time to investigate).
> >> >
> >> >As I said, Debugger is running fine, no timeouts whatsoever.
> >> >
> >> >Is Profiler more demanding than Debugger?
> >>
> >> Yes, the profiler is logging data for every line of code and every
> >>memory
> >> allocation.  So if there is too much work to get the app up and running
> >> you can have this sort of problem.
> >>
> >> I’ve never actually dealt with this situation myself.  IMO, it is an
> >> indicator that you could refactor the app and defer some of the work
and
> >> see faster startup time and allow the profiler to do its thing.
> >>
> >> One thing you could try is to call pauseSampling() in a preinitialize
> >> handler in the app.  That might shutdown the logging and allow the app
> >>to
> >> start up faster.  Then call startSampling at the right moment to start
> >> collecting the data you need.  Here’s the doc:
> >>
> >>
> >>
> http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/
> >>sa
> >> mpler/package.html#pauseSampling()
> >>
> >> -Alex
> >>
> >>
> >
> >
> >--
> >Thank you,
> >Oleg.
>
>


RE: Issue with DateFormatter after upgrade

2013-08-08 Thread Manish Sharma
Hi William,

May be you have to change the formatString="MM-DD-".

This will be solve your problem.

Regards,
Manish

-Original Message-
From: William Page [mailto:wp...@dashboardonline.com] 
Sent: Thursday, August 08, 2013 11:51 PM
To: dev@flex.apache.org
Subject: Issue with DateFormatter after upgrade


Here is the code...

var j:int = 0;
for (i=minNum;i

RE: [DISCUSS] Release Apache Flex SDK Installer 2.6 - RC2 *

2013-07-26 Thread Manish Sharma
The Link is Blocked here. 

Yes the System is in wide restriction. 
But I am able to download the Installer through 
https://dist.apache.org/repos/dist/dev/flex/installer/2.6/rc2/binaries/

Should I go for 
https://dist.apache.org/repos/dist/dev/flex/sdk/4.10.0/rc3/binaries/
For SDK, Is it the complete SDK. I can download that


-Original Message-
From: Erik de Bruin [mailto:e...@ixsoftware.nl] 
Sent: Friday, July 26, 2013 2:51 PM
To: dev@flex.apache.org
Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 2.6 - RC2 *

The temp folder is create inside the root folder for the install.

You said earlier that you weren't able to download compressed files and 
executables... Is that a system wide restriction, or does it apply only to 
emails? If you cannot download binaries yourself, then you cannot expect a 
program to have the privileges to do so...

What happens if you click on this link:

http://airdownload.adobe.com/air/win/download/3.8/AdobeAIRSDK.zip

Do you get a completed download and are you able to uncompress the archive 
manually?

EdB



On Fri, Jul 26, 2013 at 11:13 AM, Manish Sharma  wrote:
> I have created a new folder in the c: drive. Previously it was Aborted after 
> half of the installation but gaain when I tried It about at the very first 
> second.
>
> I have created new folder each and every time for the installation. Is there 
> any other place where the Temporaries are created? Or it's the same %temp%?
>
>
> -Original Message-
> From: Erik de Bruin [mailto:e...@ixsoftware.nl]
> Sent: Friday, July 26, 2013 2:38 PM
> To: dev@flex.apache.org
> Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 2.6 - RC2 *
>
> Manish,
>
> Can you manually create a directory in the location you are trying to install 
> the SDK to? It looks like the Installer aborts because it doesn't have enough 
> privileges to create the directory programmatically.
>
> EdB
>
>
>
> On Fri, Jul 26, 2013 at 10:58 AM, Manish Sharma  wrote:
>> Again got an Installation abort after cleaning the %temp%.
>>
>>
>> Version 2.6.0 (windows)
>> Fetched the SDK download mirror URL from the CGI.
>> AIR version 3.8
>> Flash Player version 11.8
>> Creating Apache Flex home
>> Creating temporary directory
>> Unable to create temporary directory
>> Unable to clean up temporary installation directories Installation 
>> aborted
>>
>> Regards,
>> Manish
>>
>> -Original Message-
>> From: Erik de Bruin [mailto:e...@ixsoftware.nl]
>> Sent: Friday, July 26, 2013 2:21 PM
>> To: dev@flex.apache.org
>> Subject: [DISCUSS] Release Apache Flex SDK Installer 2.6 - RC2 *
>>
>> Let's not discuss stuff in the VOTE thread, that makes it harder to keep 
>> track of everyone's vote.
>>
>> Thanks,
>>
>> EdB
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>>
>>
>> ::DISCLAIMER::
>> -
>> -
>> -
>> -
>> 
>>
>> The contents of this e-mail and any attachment(s) are confidential and 
>> intended for the named recipient(s) only.
>> E-mail transmission is not guaranteed to be secure or error-free as 
>> information could be intercepted, corrupted, lost, destroyed, arrive 
>> late or incomplete, or may contain viruses in transmission. The e mail and 
>> its contents (with or without referred errors) shall therefore not attach 
>> any liability on the originator or HCL or its affiliates.
>> Views or opinions, if any, presented in this email are solely those 
>> of the author and may not necessarily reflect the views or opinions 
>> of HCL or its affiliates. Any form of reproduction, dissemination, 
>> copying, disclosure, modification, distribution and / or publication of this 
>> message without the prior written consent of authorized representative of 
>> HCL is strictly prohibited. If you have received this email in error please 
>> delete it and notify the sender immediately.
>> Before opening any email and/or attachments, please check them for viruses 
>> and other defects.
>>
>> -
>> -
>> -
>> -
>> 
>>
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


RE: [DISCUSS] Release Apache Flex SDK Installer 2.6 - RC2 *

2013-07-26 Thread Manish Sharma
I have created a new folder in the c: drive. Previously it was Aborted after 
half of the installation but gaain when I tried It about at the very first 
second. 

I have created new folder each and every time for the installation. Is there 
any other place where the Temporaries are created? Or it's the same %temp%?


-Original Message-
From: Erik de Bruin [mailto:e...@ixsoftware.nl] 
Sent: Friday, July 26, 2013 2:38 PM
To: dev@flex.apache.org
Subject: Re: [DISCUSS] Release Apache Flex SDK Installer 2.6 - RC2 *

Manish,

Can you manually create a directory in the location you are trying to install 
the SDK to? It looks like the Installer aborts because it doesn't have enough 
privileges to create the directory programmatically.

EdB



On Fri, Jul 26, 2013 at 10:58 AM, Manish Sharma  wrote:
> Again got an Installation abort after cleaning the %temp%.
>
>
> Version 2.6.0 (windows)
> Fetched the SDK download mirror URL from the CGI.
> AIR version 3.8
> Flash Player version 11.8
> Creating Apache Flex home
> Creating temporary directory
> Unable to create temporary directory
> Unable to clean up temporary installation directories Installation 
> aborted
>
> Regards,
> Manish
>
> -Original Message-
> From: Erik de Bruin [mailto:e...@ixsoftware.nl]
> Sent: Friday, July 26, 2013 2:21 PM
> To: dev@flex.apache.org
> Subject: [DISCUSS] Release Apache Flex SDK Installer 2.6 - RC2 *
>
> Let's not discuss stuff in the VOTE thread, that makes it harder to keep 
> track of everyone's vote.
>
> Thanks,
>
> EdB
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>
>
> ::DISCLAIMER::
> --
> --
> 
>
> The contents of this e-mail and any attachment(s) are confidential and 
> intended for the named recipient(s) only.
> E-mail transmission is not guaranteed to be secure or error-free as 
> information could be intercepted, corrupted, lost, destroyed, arrive 
> late or incomplete, or may contain viruses in transmission. The e mail and 
> its contents (with or without referred errors) shall therefore not attach any 
> liability on the originator or HCL or its affiliates.
> Views or opinions, if any, presented in this email are solely those of 
> the author and may not necessarily reflect the views or opinions of 
> HCL or its affiliates. Any form of reproduction, dissemination, 
> copying, disclosure, modification, distribution and / or publication of this 
> message without the prior written consent of authorized representative of HCL 
> is strictly prohibited. If you have received this email in error please 
> delete it and notify the sender immediately.
> Before opening any email and/or attachments, please check them for viruses 
> and other defects.
>
> --
> --
> 
>



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


RE: [DISCUSS] Release Apache Flex SDK Installer 2.6 - RC2 *

2013-07-26 Thread Manish Sharma
Again got an Installation abort after cleaning the %temp%.


Version 2.6.0 (windows)
Fetched the SDK download mirror URL from the CGI.
AIR version 3.8
Flash Player version 11.8
Creating Apache Flex home
Creating temporary directory
Unable to create temporary directory
Unable to clean up temporary installation directories
Installation aborted

Regards,
Manish 

-Original Message-
From: Erik de Bruin [mailto:e...@ixsoftware.nl] 
Sent: Friday, July 26, 2013 2:21 PM
To: dev@flex.apache.org
Subject: [DISCUSS] Release Apache Flex SDK Installer 2.6 - RC2 *

Let's not discuss stuff in the VOTE thread, that makes it harder to keep track 
of everyone's vote.

Thanks,

EdB



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl


::DISCLAIMER::


The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information 
could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in 
transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on 
the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the 
author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, 
dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written 
consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please 
delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and 
other defects.





RE: [VOTE] Release Apache Flex SDK Installer 2.6 - RC2

2013-07-26 Thread Manish Sharma
Hi,

This is the Install Log:- 

Version 2.6.0 (windows)
Fetched the SDK download mirror URL from the CGI.
AIR version 3.8
Flash Player version 11.8
Creating Apache Flex home
Creating temporary directory
Downloading Apache Flex SDK from: 
https://dist.apache.org/repos/dist/dev/flex/sdk/4.10.0/rc3/binaries/apache-flex-sdk-4.10.0-bin.zip
Verifying Apache Flex SDK MD5 Signature
The Apache Flex SDK MD5 Signature of the downloaded files matches the 
reference. The file is valid.
Uncompressing: F:\ApacheSDK\temp\apache-flex-sdk-4.10.0-bin.zip
Finished uncompressing: F:\ApacheSDK\temp\apache-flex-sdk-4.10.0-bin.zip
Downloading Adobe AIR Runtime Kit for Windows from: 
http://airdownload.adobe.com/air/win/download/3.8/AdobeAIRSDK.zip
Uncompressing: F:\ApacheSDK\temp\AdobeAIRSDK.zip
Unable to clean up temporary installation directories
Installation aborted

Can you please provide me the details for the installation of the SDK.

Regards,
Manish 

-Original Message-
From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of OmPrakash 
Muppirala
Sent: Friday, July 26, 2013 1:54 PM
To: dev@flex.apache.org
Subject: [VOTE] Release Apache Flex SDK Installer 2.6 - RC2

Please vote to approve Apache Flex SDK Installer version 2.6 to be released.

*Issues addressed in this release*:

1.  Ability to select Flex SDK version
2.  Ability to select a combination of Flash Player and AIR versions 3.  
Support for installing Nightly builds of the Flex SDK 4.  Support for 
installing Release Candidates of the Flex SDK 5.  Of course, support for 
installing Flex SDK 4.10.0 6.  Ability to track the Flex SDK version and OS 
type of the machine in case of successful installation.
7.  Support for Linux

The source distributions for Windows and Mac are available here:

https://dist.apache.org/repos/dist/dev/flex/installer/2.6/rc2/

The binary distributions as a convenience for the respective platforms, 
available here:

https://dist.apache.org/repos/dist/dev/flex/installer/2.6/rc2/binaries

*Before **voting** please review the section*,  "What are the ASF requirements 
on approving a release?" at http://www.apache.org/dev/** 
release.html#approving-a-**release

*Please vote** to approve this release*:

[ ] +1 Approve the release
[ ] -1 Veto the release (please provide specific comments)

This vote will be open for at least 72 hours.

Regards,
Om & Justin


::DISCLAIMER::


The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information 
could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in 
transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on 
the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the 
author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, 
dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written 
consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please 
delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and 
other defects.





RE: [VOTE] Release Apache Flex SDK Installer 2.6 - RC2

2013-07-26 Thread Manish Sharma
Hi Om,

Is the SDK is on SVN? As here compressed and exe are not allowed. So maybe I 
can get the SDK through SVN.

Please provide the link of the SVN.

-Original Message-
From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of OmPrakash 
Muppirala
Sent: Friday, July 26, 2013 1:54 PM
To: dev@flex.apache.org
Subject: [VOTE] Release Apache Flex SDK Installer 2.6 - RC2

Please vote to approve Apache Flex SDK Installer version 2.6 to be released.

*Issues addressed in this release*:

1.  Ability to select Flex SDK version
2.  Ability to select a combination of Flash Player and AIR versions 3.  
Support for installing Nightly builds of the Flex SDK 4.  Support for 
installing Release Candidates of the Flex SDK 5.  Of course, support for 
installing Flex SDK 4.10.0 6.  Ability to track the Flex SDK version and OS 
type of the machine in case of successful installation.
7.  Support for Linux

The source distributions for Windows and Mac are available here:

https://dist.apache.org/repos/dist/dev/flex/installer/2.6/rc2/

The binary distributions as a convenience for the respective platforms, 
available here:

https://dist.apache.org/repos/dist/dev/flex/installer/2.6/rc2/binaries

*Before **voting** please review the section*,  "What are the ASF requirements 
on approving a release?" at http://www.apache.org/dev/** 
release.html#approving-a-**release

*Please vote** to approve this release*:

[ ] +1 Approve the release
[ ] -1 Veto the release (please provide specific comments)

This vote will be open for at least 72 hours.

Regards,
Om & Justin


::DISCLAIMER::


The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information 
could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in 
transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on 
the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the 
author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, 
dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written 
consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please 
delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and 
other defects.





Re: Flex mobile performance

2013-07-02 Thread manish sharma
I have created one app for the mobile banking they want to see the graphs
and in the app I have used 6-7 types of graphs. It will take time to load
the graphs and also taking time in switching one graph to another if I want
to go back to previous graph it will load again.

I think the main problem with the same in holding the instance of the
previous screen.

The performance is also the another issue.

Thanks & Regards* **?*
*MANISH SHARMA*
PHONE:   +91 783 899 6886
e-mail:   sharma.manish,g...@gmail.com /
minisharm...@gmail.com
Join my Network:*http://in.linkedin.com/pub/manish-sharma/23/513/b74*
*P *Please consider the environment and do not print this email unless
absolutely necessary. Please encourage environmental awareness. SAVE
TREES-SAVE WORLD


On Tue, Jul 2, 2013 at 1:35 AM, Jeffry Houser  wrote:

> On 7/1/2013 1:15 PM, OmPrakash Muppirala wrote:
>
>> On Mon, Jul 1, 2013 at 10:02 AM, Jonathan Campos > >wrote:
>>
>>  On Thu, Jun 27, 2013 at 4:43 PM, OmPrakash Muppirala
>>> wrote:
>>>
>>>  So, when folks are saying that Flex does not perform well on mobile, can
>>>> you please post some examples, etc so we can try to figure out what the
>>>> real problems?  As opposed to sweeping statements like Flex mobile
>>>> sucks,
>>>> etc.
>>>>
>>>>  Just as a quick note. I've spent quite a bit of time over the last 2
>>> years
>>> talking to teams that have had issues with their Flex Mobile apps and
>>> they
>>> all blame Flex for some really bad framerates and they "know their code
>>> is
>>> correct".
>>>
>>> The biggest issue I've found is item renderers. Wouldn't you know when I
>>> switch out their item renderers things seem to move very smoothly and
>>> almost all their complaints go away. Yes there is still that half-second
>>> lag for the new View to come in but other than that all the performance
>>> issues are gone.
>>>
>>> J
>>>
>>>  I have similar experiences as well.  In fact, badly designed
>> itemrenderers
>> cause lags even in non-Flex iOS and Android apps.  I have seen this in
>> numerous apps.
>>
>
>  Even before mobile; the bulk of customer support complaints about the
> Flextras AutoCompleteComboBox were fixed when I showed customers how to
> re-write their itemRenderers not to use binding.  All of a sudden the
> memory leaks--which everyone insisted came from my code--went away.
>
>
>
> --
> Jeffry Houser
> Technical Entrepreneur
> http://www.jeffryhouser.com
> 203-379-0773
>
>


Re: URGENT help with Flex/AIR

2013-04-04 Thread manish sharma
Hi Nick,

I have also done work something like that requirement. but what I did, I
have write code for the JS. and make a blank space/container on the flex,
so that end user thinks that it is an Flex content but that was
actually loaded on the html browser through JS.

Regards,
Manish

Thanks & Regards* **?*
*MANISH SHARMA*
PHONE:   +91 783 899 6886
e-mail:   sharma.manish,g...@gmail.com /
minisharm...@gmail.com
Join my Network:*http://in.linkedin.com/pub/manish-sharma/23/513/b74*
*P *Please consider the environment and do not print this email unless
absolutely necessary. Please encourage environmental awareness. SAVE
TREES-SAVE WORLD


On Thu, Apr 4, 2013 at 7:42 PM, Nick Collins  wrote:

> Ok, so I know this isn't really the place, per se for development support,
> but since you folks are the best experts I know on the subject, I'm
> reaching out here for some assistance. What I would like to know is can I
> use AIR specific classes ( specifically HTMLLoader ) within a runtime
> loaded SWF in an AIR application?
>
> A client of mine is using a digital signage product that plays the signage
> via an AIR application, and they have a mechanism by which you can load in
> external SWFs to use. My client wants to display HTML content in a
> container within this SWF that is loaded, however, when I attempt to do
> this ( even forcing the Flex project to include AirGlobal.swc) it refuses
> to embed the HTMLLoader class into my SWF and gives me a class not found
> exception.
>
> Any thoughts folks?!?
>
> Again sorry for the O.T. post.
>
> Nick
>


Re: Open source Flex maps components

2013-03-22 Thread manish sharma
Its gr8,

To see that Maps are now available in SDK as we have to use till now other
options like google/Yahoo Maps or ESRI.

Thanks & Regards* **?*
*MANISH SHARMA*
PHONE:   +91 783 899 6886
e-mail:   sharma.manish,g...@gmail.com /
minisharm...@gmail.com
Join my Network:*http://in.linkedin.com/pub/manish-sharma/23/513/b74*
*P *Please consider the environment and do not print this email unless
absolutely necessary. Please encourage environmental awareness. SAVE
TREES-SAVE WORLD


On Thu, Mar 21, 2013 at 11:25 PM, Igor Costa  wrote:

> Hi there Joao
>
>
> We're working on that.
>
> Best Regards
> 
> Igor Costa
> www.igorcosta.com
> www.igorcosta.org
>
>
> On Thu, Mar 21, 2013 at 9:39 AM, João Fernandes <
> joaopedromartinsfernan...@gmail.com> wrote:
>
> > Igor I think it's a requirement that the guys behind Modest Maps need to
> > fill all the paperwork required for donation like any other donation.
> >
> >
> > On 21 March 2013 12:11, Igor Costa  wrote:
> >
> > > Om
> > >
> > >
> > > As I mentioned in first email, before I had the privilege to commit the
> > > code, I had first auth from Modest Map guys and feedback from others
> > > committers of Flex project and overall users.
> > >
> > > That's why I didn't commit in first sentence.
> > >
> > > 
> > > Igor Costa
> > > www.igorcosta.com
> > > www.igorcosta.org
> > >
> > >
> > > On Thu, Mar 21, 2013 at 9:08 AM, Igor Costa 
> wrote:
> > >
> > > > Yep, Tweenlite will be removed isn't be used by the component.
> > > >
> > > > We're going to use Flex SDK tween.
> > > >
> > > >
> > > >
> > > > 
> > > > Igor Costa
> > > > www.igorcosta.com
> > > > www.igorcosta.org
> > > >
> > > >
> > > > On Thu, Mar 21, 2013 at 6:44 AM, João Fernandes <
> > > > joaopedromartinsfernan...@gmail.com> wrote:
> > > >
> > > >> Btw, shouldn't the greenshock dependency be removed before
> donation? I
> > > >> don't think they have a compatible license.
> > > >>
> > > >>
> > > >> On 21 March 2013 05:22, Alex Harui  wrote:
> > > >>
> > > >> >
> > > >> >
> > > >> >
> > > >> > On 3/20/13 9:39 PM, "Om"  wrote:
> > > >> >
> > > >> > > On Wed, Mar 20, 2013 at 9:13 PM, Alex Harui 
> > > wrote:
> > > >> > >
> > > >> > >> Igor,
> > > >> > >>
> > > >> > >> First I need to check with our former mentors as to whether we
> > need
> > > >> any
> > > >> > >> sort
> > > >> > >> of vote as to whether to accept this donation.
> > > >> > >>
> > > >> > >>
> > > >> > > Igor is a committer/PMC member.  Why cant he just commit the
> code
> > > into
> > > >> > the
> > > >> > > repo?  Just curious to know why you think this needs a vote.
> > > >> > Because similarly, any other committer could veto it.
> > > >> >
> > > >> > I did find a few vote threads in other projects mail archives,
> but,
> > as
> > > >> you
> > > >> > know, we never took any votes on the Adobe donations.
> > > >> >
> > > >> > I couldn't find any official process document requiring votes,
> but I
> > > >> > thought
> > > >> > I would ask.
> > > >> >
> > > >> > --
> > > >> > Alex Harui
> > > >> > Flex SDK Team
> > > >> > Adobe Systems, Inc.
> > > >> > http://blogs.adobe.com/aharui
> > > >> >
> > > >> >
> > > >>
> > > >>
> > > >> --
> > > >>
> > > >> João Fernandes
> > > >>
> > > >
> > > >
> > >
> >
> >
> >
> > --
> >
> > João Fernandes
> >
>


Re: Help Error TileList

2013-03-18 Thread manish sharma
try creationPolicy = "All"

or send me source code.I will debug

Thanks & Regards* **?*
*MANISH SHARMA*


On Mon, Mar 18, 2013 at 9:20 PM, Marcio Fermino  wrote:

> Amigos estou implementando uma galeria de imagens.
>
> As imagens estao vindo corretamente, mas quando tento rolar para ver mais
> imagens tenho um
> erro poderia ajudar ?
>
> Código:
>
> private function erro_tela(event:FaultEvent) : void  {
>  Alert.show(event.fault.message);
> }
>
>
>  public function mostraDados_Imagem(event:ResultEvent) : void {
>
> arraylist_imagem = event.result as ArrayCollection;
>
> }
>
> ]]>
>  
>
>
>  columnCount="4"
>   columnWidth="125" dataProvider="{arraylist_imagem}"
>   itemRenderer="CustomItemRenderer"
>   rowCount="2" rowHeight="100" verticalScrollPolicy="on"/>
>
>
> O erro se da quando tento clicar na barra de rolagem do Tile
>
>
> TypeError: Error #1010: A term is undefined and has no properties.
>  at
> mx.controls.listClasses::TileBase/scrollVertically()[E:\dev\4.y\frameworks\projects\mx\src\mx\controls\listClasses\TileBase.as:855]
>  at
> mx.controls.listClasses::TileBase/scrollHandler()[E:\dev\4.y\frameworks\projects\mx\src\mx\controls\listClasses\TileBase.as:2671]
> at flash.events::EventDispatcher/dispatchEventFunction()
>  at flash.events::EventDispatcher/dispatchEvent()
> at
> mx.core::UIComponent/dispatchEvent()[E:\dev\4.y\frameworks\projects\framework\src\mx\core\UIComponent.as:13152]
>  at mx.controls.scrollClasses::ScrollBar/
> http://www.adobe.com/2006/flex/mx/internal::dispatchScrollEvent()[E:\dev\4.y\frameworks\projects\mx\src\mx\controls\scrollClasses\ScrollBar.as:1472]<http://www.adobe.com/2006/flex/mx/internal::dispatchScrollEvent()%5BE:/dev/4.y/frameworks/projects/mx/src/mx/controls/scrollClasses/ScrollBar.as:1472%5D>
>
>
>
> meu itemrender
>
> 
> 
>xmlns:mx="http://www.adobe.com/2006/mxml";
>   horizontalAlign="center"
>   verticalAlign="middle">
>
>
>
>  source="{data.caminho}" />
>
> 
>
> 
>
>
>
>
>
> Obrigado.
>


Re: Flash Player 11.5 - Debug trace in release player

2013-01-30 Thread manish sharma
Hi,

Is it not working for FB4?? I have upgrade the SDK.


Regards,

Manish


On Thu, Jan 31, 2013 at 5:11 AM, Justin Mclean wrote:

> Hi,
>
> > Is there anything I'm missing ?
> You're actually compiling with the compiler that come with 4.1 SDK  and it
> doesn't support that option. Try -target-player option instead that may
> work (I've not tried it), otherwise you'll need to to use 4.5.
>
> Justin
>
>