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
Hello All,
Subcribe me.
Abid khan
Flex developer
(MYworldofexpo)
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
Hi Frank
I try new sdk 4.11.0 in my mobile application and no issue face in
new sdk.
Raghav Kulshrestha
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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}
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
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 :
21 matches
Mail list logo