You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Lee Burrows <su...@leeburrows.com> on 2013/07/21 04:16:24 UTC

4.10 sdk

Hi

Where can i find documentation on new features mentioned in 4.10 release 
notes?

eg:
"New navigation for Grid, DataGrid, ComboBox, DropDownList, List, 
ButtonBar and TabBar."
"New data grid features to lock rows and columns, sort multiple columns 
and move and sorting columns via the keyboard."

Thanks

-- 
Lee Burrows
ActionScripter


Re: 4.10 sdk

Posted by Mark Kessler <ke...@gmail.com>.
Too funny, that's what I copied over into thinking it would work well.
I'll put that in there.

-Mark


On Sun, Jul 21, 2013 at 9:36 PM, Justin Mclean <ju...@classsoftware.com>wrote:

> Hi,
>
> > Well I was going to poke around it for a few mins.  I got the message
> > below.  Turns out we don't declare TLF_Home in the build file.  Should I
> > just toss it in there pathing to the same place the flex-sdk is?
>
> Look at the fix I did to the main build.xml last week, basically should
> have this in there to get the right directory:
>
>     <available file="${FLEX_HOME}/../flex-tlf/textLayout"
>             type="dir"
>             property="TLF_HOME"
>             value="${FLEX_HOME}/../flex-tlf" />
>
>     <available file="${FLEX_HOME}/../tlf/textLayout"
>             type="dir"
>             property="TLF_HOME"
>             value="${FLEX_HOME}/../tlf" />
>
>     <available file="${env.TLF_HOME}"
>             type="dir"
>             property="TLF_HOME"
>             value="${env.TLF_HOME}"/>
>
> Justin
>

Re: 4.10 sdk

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> Well I was going to poke around it for a few mins.  I got the message
> below.  Turns out we don't declare TLF_Home in the build file.  Should I
> just toss it in there pathing to the same place the flex-sdk is?

Look at the fix I did to the main build.xml last week, basically should have this in there to get the right directory:

    <available file="${FLEX_HOME}/../flex-tlf/textLayout" 
            type="dir" 
            property="TLF_HOME"
            value="${FLEX_HOME}/../flex-tlf" />

    <available file="${FLEX_HOME}/../tlf/textLayout" 
            type="dir" 
            property="TLF_HOME"
            value="${FLEX_HOME}/../tlf" />
	
    <available file="${env.TLF_HOME}" 
            type="dir" 
            property="TLF_HOME"
            value="${env.TLF_HOME}"/>

Justin
 

Re: 4.10 sdk

Posted by Mark Kessler <ke...@gmail.com>.
Well I was going to poke around it for a few mins.  I got the message
below.  Turns out we don't declare TLF_Home in the build file.  Should I
just toss it in there pathing to the same place the flex-sdk is?


D:\PortableApps\Flex\asdoc>ant
Buildfile: D:\PortableApps\Flex\asdoc\build.xml

clean:

doc:
    [asdoc] Loading configuration file
D:\PortableApps\Flex\frameworks\flex-conf
ig.xml
    [asdoc] command line: Error: configuration variable
'compiler.source-path' v
alue contains unknown token 'TLF_HOME'Apache Flex ASDoc
    [asdoc]
    [asdoc] Version 4.10.0 build 0
    [asdoc]
    [asdoc] Copyright 2013 The Apache Software Foundation.
    [asdoc]
    [asdoc] Use 'asdoc -help' for information about using the command line.

BUILD FAILED
D:\PortableApps\Flex\asdoc\build.xml:58: asdoc task failed.

Total time: 2 seconds


-Mark



On Sun, Jul 21, 2013 at 8:13 PM, Justin Mclean <ju...@classsoftware.com>wrote:

> Hi,
>
> > Is there a way we could enable ASDOC to allow filtering by version
> number?
> > Would be awesome to extract changes between versions.
> The Flex version can be added to function headers (via @productversion),
> so in theory yes.
>
> Ages ago I took a look at the ASDocs to try and get it to put a little
> Apache Flex symbol with new features, but it a lot harder than it looks to
> get AsDocs to anything as it's a combination of XML style sheets and Java
> code. I had it working for new functions and properties but not new classes
> I think.
>
> Justin

Re: 4.10 sdk

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> Is there a way we could enable ASDOC to allow filtering by version number?
> Would be awesome to extract changes between versions.
The Flex version can be added to function headers (via @productversion), so in theory yes.

Ages ago I took a look at the ASDocs to try and get it to put a little Apache Flex symbol with new features, but it a lot harder than it looks to get AsDocs to anything as it's a combination of XML style sheets and Java code. I had it working for new functions and properties but not new classes I think.

Justin

Re: 4.10 sdk

Posted by Mark Kessler <ke...@gmail.com>.
Is there a way we could enable ASDOC to allow filtering by version number?
Would be awesome to extract changes between versions.


On Sat, Jul 20, 2013 at 11:36 PM, Justin Mclean <ju...@classsoftware.com>wrote:

> Hi,
>
> > Where can i find documentation on new features mentioned in 4.10 release
> notes?
> The AsDocs (and JIRA) will have some information, but I don't believe
> anyone has documented this in a user friendly way. Anyone wants to help out?
>
> Thanks,
> Justin

Re: 4.10 sdk

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> Where can i find documentation on new features mentioned in 4.10 release notes?
The AsDocs (and JIRA) will have some information, but I don't believe anyone has documented this in a user friendly way. Anyone wants to help out?

Thanks,
Justin