Re: RemoteOperation last result not garbage collected

2013-11-05 Thread Cosma Colanicchia
Never thought about this, thanks. 2013/11/6 Sugan Naicker > Hi Maurice, > > Thanks for sharing! > > Regards, > > Sugan Naicker > South Africa > > > > -Original Message- > From: Maurice Amsellem [mailto:maurice.amsel...@systar.com] > Sent: 06 November 2013 03:05 AM > To: users@flex.apach

after subcribe

2013-11-05 Thread Abid
Hello All, Subcribe me. Abid khan Flex developer (MYworldofexpo)

Re: No Autocompletion in flashbuilder

2013-11-05 Thread jude
Yeah. I don't have that option in any of the projects so I don't think that's it. It's only MXML in the declarations section of an MXML document that don't show autocomplete. If I add the namespace at the top to a package, "xmlns:ns="com.domain.*" then autocomplete for those classes of that package

upgrade to windows 8 / flashdevelop 4.4.3 /Flex 4.11.0 Air 3.9 -> no mobile trace

2013-11-05 Thread raghav kulshrestha
Hi Frank I try new sdk 4.11.0 in my mobile application and no issue face in new sdk. Raghav Kulshrestha

Re: No Autocompletion in flashbuilder

2013-11-05 Thread Justin Mclean
Hi, > Where is this setting? I'm using FB 4.7 on Mac. Currently, in one of my > projects, one of my included libraries is not showing autocomplete but > autocomplete still works for the SDK classes. You normally add it via "-advanced-telemetry=true" in the compiler options. The above sound like

Re: No Autocompletion in flashbuilder

2013-11-05 Thread jude
Where is this setting? I'm using FB 4.7 on Mac. Currently, in one of my projects, one of my included libraries is not showing autocomplete but autocomplete still works for the SDK classes. On Mon, Nov 4, 2013 at 4:46 AM, Justin Mclean wrote: > Hi, > > There's a bug in FB that if you turn advance

RE: [FlexJS] DataGrid

2013-11-05 Thread Sugan Naicker
Hi, Thanks Peter! Regards, Sugan Naicker South Africa -Original Message- From: Peter Ent [mailto:p...@adobe.com] Sent: 05 November 2013 10:20 PM To: d...@flex.apache.org; users@flex.apache.org Subject: [FlexJS] DataGrid Hi, I've updated FlexJS with a DataGrid component. There is both

RE: RemoteOperation last result not garbage collected

2013-11-05 Thread Sugan Naicker
Hi Maurice, Thanks for sharing! Regards, Sugan Naicker South Africa -Original Message- From: Maurice Amsellem [mailto:maurice.amsel...@systar.com] Sent: 06 November 2013 03:05 AM To: users@flex.apache.org Subject: RemoteOperation last result not garbage collected Hi, I discovered a

Re: AW: AW: Using flexmojos maven plugin to build AIR mobile application

2013-11-05 Thread whityfenix
Thank you, Chris, It seems everything works except one moment. Can you please tell me one more thing. How do I properly add theme? Now I have the error: Error: The style 'showPromptWhenFocused' is only supported by type 'spark.components.TextInput' with the theme(s) 'mobile'. I tried adding

RemoteOperation last result not garbage collected

2013-11-05 Thread Maurice Amsellem
Hi, I discovered a not-so-known behavior of RemoteObject that could be useful to the community: RemoteObject RemoteOperations are keeping a reference to the last call result, that can be retrieved through lastResult property. Most of the time, you don't need that reference, as you will be proce

Re: Memory leaks management in modules

2013-11-05 Thread Alex Harui
OK. I think the next test would be to examine the loitering objects in the profiler. I think you said you determined the action that causes the leak is to type something? If so, then take a memory snapshot before and after typing and look to see what is loitering objects and see if they are being

Re: Memory leaks management in modules

2013-11-05 Thread After24
I have updated the testCase by adding a flash text engine based text field. When this text field is clicked, the text of the TextElement is replaced and the TextLine is updated using the TextBlock.recreateTextLine() method. After this process the module is still garbage collected. https://issu

[FlexJS] DataGrid

2013-11-05 Thread Peter Ent
Hi, I've updated FlexJS with a DataGrid component. There is both an ActionScript and a JavaScript version. I also added an example application. I'll update some Wiki pages either today or tomorrow with an explanation of the component. This DataGrid is a basic shell that is a composed of a Butto

Graceful Flex runtime errors

2013-11-05 Thread Marcus Wilkinson
I wanted to raise awareness of this bug in the SDK: https://issues.apache.org/jira/browse/FLEX-33747 I have personally experienced this bug many times. An error occurs during layout validation and my Flex application becomes unusable. This is because other components do not respond to user interac

RE: Variable Naming Convention

2013-11-05 Thread Gordon Smith
The coding conventions that we used in the Flex framework are available at http://sourceforge.net/adobe/flexsdk/wiki/Coding%20Conventions/. Unfortunately, this document is in a wiki markup language and doesn't display as the intended HTML, but it's better than nothing. - Gordon -Original

Re: Memory leaks management in modules

2013-11-05 Thread After24
Ok, understood. I will set up a test. Le 05/11/13 18:51, Alex Harui a écrit : I don't think you need to build a whole TextInput. Fundamentally, TLF just generates TextLines from TextBlocks and recycles them if it can. I think the FTE test just has to do some of that. -Alex On 11/5/13 3:59 A

RE: Variable Naming Convention

2013-11-05 Thread Tintin
Hello Gordon Thank you very much for replying to my question. I shall follow your suggested naming convention. I don't know where I picked up using the 'm_' during my .NET days. There's always room to improve! Regards Chris -- View this message in context: http://apache-flex-users.246.n4

Re: Memory leaks management in modules

2013-11-05 Thread Alex Harui
I don't think you need to build a whole TextInput. Fundamentally, TLF just generates TextLines from TextBlocks and recycles them if it can. I think the FTE test just has to do some of that. -Alex On 11/5/13 3:59 AM, "After24" wrote: >Hello Alex, > >Creating a TextInput component based on FTE

AW: AW: Using flexmojos maven plugin to build AIR mobile application

2013-11-05 Thread christofer.d...@c-ware.de
Hi, com.adobe.flex.framework mobile ${flex.version} pom is only used for dependencyManagement ... in your case this is completely useless. You Need to Change your other dependency to: com.adobe.flex.framework.mobile mobilecomponents ${flex.version}

Re: AW: Using flexmojos maven plugin to build AIR mobile application

2013-11-05 Thread whityfenix
Thanx, it made me little bit closer to resolving the issue. I added com.adobe.flex.framework.mobile mobilecomponents ${flex.version} pom It's found but really SWC is not downloaded from the repository... when I download mobilecomponents.swc manually and designat

Re: Memory leaks management in modules

2013-11-05 Thread After24
Hello Alex, Creating a TextInput component based on FTE is not an easy task given the low level nature of this engine. Maybe a framework like TinyTLF which has no dependancies with TLF can be used to check that the memory leak comes from TLF or FLEX ? Le 04/11/13 22:38, Alex Harui a écrit :