You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Harbs <ha...@gmail.com> on 2013/03/17 14:22:54 UTC

TLF Tables

There were a couple of bugs in the Adobe JIRA on table support in TLF [1] [2] These were transferred over to Apache JIRA here. [3] [4]

There have been inferences that it was supposed to be available in TLF 3, but to the best of my knowledge that did not happen.

What is the status of table support? Was it partially implemented? Not at all? If there was work done, is there any way we can build off the work that was done?

After some looking around, it looks like there is some code somewhere for table support[5]. Anyone know who is familiar with it? I might be interested in having a go at it...

Harbs

[1]https://bugs.adobe.com/jira/browse/SDK-30067
[2]https://bugs.adobe.com/jira/browse/SDK-30633
[3]https://issues.apache.org/jira/browse/FLEX-27179
[4]https://issues.apache.org/jira/browse/FLEX-27685
[5]https://issues.apache.org/jira/browse/FLEX-33360

Re: TLF Tables

Posted by Harbs <ha...@gmail.com>.
I'm not sure how well attachments work for this list, but I'm going to try.

I found this file in TLF which SEEMS to spell out what's left to do with the table support. I have not yet totally wrapped my head around the TLF architecture. I expect to get there though… ;-)

Here's the interesting part of the file:
        <flow:p><flow:span>Still to be done: flowing table across frames, repeated header rows, reflowing table to resized layout if enclosing columns change.</flow:span></flow:p>

Another interesting tidbit:
            <flow:td><flow:p><flow:span>Aligns the table. Deprecated. Use styles instead.</flow:span></flow:p></flow:td>


I'll have to test this stuff to see whether this is accurate…


Re: TLF Tables

Posted by Michael Schmalle <ap...@teotigraphix.com>.
And falcon its master, not like there is anything else.

Mike

Quoting Harbs <ha...@gmail.com>:

> Thanks.
>
> But TLF does not have a develop branch?
>
> On Mar 17, 2013, at 5:11 PM, Frédéric THOMAS wrote:
>
>> Hi Harbs,
>>
>> You should consider to checkout only the master branch to have the  
>> last code on this repo, for the flex-sdk, that's the develop branch.
>>
>> -Fred
>>
>> -----Message d'origine----- From: Harbs
>> Sent: Sunday, March 17, 2013 4:08 PM
>> To: dev@flex.apache.org
>> Subject: Re: TLF Tables
>>
>> I'm trying, but I'm having a heck of a time wrapping my head around git? :-(
>>
>> <confused>
>> TLF has the following branches: 1, 1.1, 2, 2.1, 3.0, HEAD and Master.
>>
>> Where would I look for the code? (not that I've figured out the  
>> difference between Checkout, Fetch and Pull yet?)
>> </confused>
>>
>> Harbs
>>
>> On Mar 17, 2013, at 4:57 PM, Alex Harui wrote:
>>
>>> I'd scan the source code for "Table" and see what you find.
>>>
>>>
>>> On 3/17/13 6:22 AM, "Harbs" <ha...@gmail.com> wrote:
>>>
>>>> There were a couple of bugs in the Adobe JIRA on table support in  
>>>> TLF [1] [2]
>>>> These were transferred over to Apache JIRA here. [3] [4]
>>>>
>>>> There have been inferences that it was supposed to be available  
>>>> in TLF 3, but
>>>> to the best of my knowledge that did not happen.
>>>>
>>>> What is the status of table support? Was it partially  
>>>> implemented? Not at all?
>>>> If there was work done, is there any way we can build off the  
>>>> work that was
>>>> done?
>>>>
>>>> After some looking around, it looks like there is some code somewhere for
>>>> table support[5]. Anyone know who is familiar with it? I might be  
>>>> interested
>>>> in having a go at it...
>>>>
>>>> Harbs
>>>>
>>>> [1]https://bugs.adobe.com/jira/browse/SDK-30067
>>>> [2]https://bugs.adobe.com/jira/browse/SDK-30633
>>>> [3]https://issues.apache.org/jira/browse/FLEX-27179
>>>> [4]https://issues.apache.org/jira/browse/FLEX-27685
>>>> [5]https://issues.apache.org/jira/browse/FLEX-33360
>>>
>>> --
>>> Alex Harui
>>> Flex SDK Team
>>> Adobe Systems, Inc.
>>> http://blogs.adobe.com/aharui
>>>
>>
>
>

-- 
Michael Schmalle - Teoti Graphix, LLC
http://www.teotigraphix.com
http://blog.teotigraphix.com


Re: TLF Tables

Posted by Harbs <ha...@gmail.com>.
Thanks.

But TLF does not have a develop branch…

On Mar 17, 2013, at 5:11 PM, Frédéric THOMAS wrote:

> Hi Harbs,
> 
> You should consider to checkout only the master branch to have the last code on this repo, for the flex-sdk, that's the develop branch.
> 
> -Fred
> 
> -----Message d'origine----- From: Harbs
> Sent: Sunday, March 17, 2013 4:08 PM
> To: dev@flex.apache.org
> Subject: Re: TLF Tables
> 
> I'm trying, but I'm having a heck of a time wrapping my head around git… :-(
> 
> <confused>
> TLF has the following branches: 1, 1.1, 2, 2.1, 3.0, HEAD and Master.
> 
> Where would I look for the code? (not that I've figured out the difference between Checkout, Fetch and Pull yet…)
> </confused>
> 
> Harbs
> 
> On Mar 17, 2013, at 4:57 PM, Alex Harui wrote:
> 
>> I'd scan the source code for "Table" and see what you find.
>> 
>> 
>> On 3/17/13 6:22 AM, "Harbs" <ha...@gmail.com> wrote:
>> 
>>> There were a couple of bugs in the Adobe JIRA on table support in TLF [1] [2]
>>> These were transferred over to Apache JIRA here. [3] [4]
>>> 
>>> There have been inferences that it was supposed to be available in TLF 3, but
>>> to the best of my knowledge that did not happen.
>>> 
>>> What is the status of table support? Was it partially implemented? Not at all?
>>> If there was work done, is there any way we can build off the work that was
>>> done?
>>> 
>>> After some looking around, it looks like there is some code somewhere for
>>> table support[5]. Anyone know who is familiar with it? I might be interested
>>> in having a go at it...
>>> 
>>> Harbs
>>> 
>>> [1]https://bugs.adobe.com/jira/browse/SDK-30067
>>> [2]https://bugs.adobe.com/jira/browse/SDK-30633
>>> [3]https://issues.apache.org/jira/browse/FLEX-27179
>>> [4]https://issues.apache.org/jira/browse/FLEX-27685
>>> [5]https://issues.apache.org/jira/browse/FLEX-33360
>> 
>> -- 
>> Alex Harui
>> Flex SDK Team
>> Adobe Systems, Inc.
>> http://blogs.adobe.com/aharui
>> 
> 


Re: TLF Tables

Posted by Frédéric THOMAS <we...@hotmail.com>.
Hi Harbs,

You should consider to checkout only the master branch to have the last code 
on this repo, for the flex-sdk, that's the develop branch.

-Fred

-----Message d'origine----- 
From: Harbs
Sent: Sunday, March 17, 2013 4:08 PM
To: dev@flex.apache.org
Subject: Re: TLF Tables

I'm trying, but I'm having a heck of a time wrapping my head around git… :-(

<confused>
TLF has the following branches: 1, 1.1, 2, 2.1, 3.0, HEAD and Master.

Where would I look for the code? (not that I've figured out the difference 
between Checkout, Fetch and Pull yet…)
</confused>

Harbs

On Mar 17, 2013, at 4:57 PM, Alex Harui wrote:

> I'd scan the source code for "Table" and see what you find.
>
>
> On 3/17/13 6:22 AM, "Harbs" <ha...@gmail.com> wrote:
>
>> There were a couple of bugs in the Adobe JIRA on table support in TLF [1] 
>> [2]
>> These were transferred over to Apache JIRA here. [3] [4]
>>
>> There have been inferences that it was supposed to be available in TLF 3, 
>> but
>> to the best of my knowledge that did not happen.
>>
>> What is the status of table support? Was it partially implemented? Not at 
>> all?
>> If there was work done, is there any way we can build off the work that 
>> was
>> done?
>>
>> After some looking around, it looks like there is some code somewhere for
>> table support[5]. Anyone know who is familiar with it? I might be 
>> interested
>> in having a go at it...
>>
>> Harbs
>>
>> [1]https://bugs.adobe.com/jira/browse/SDK-30067
>> [2]https://bugs.adobe.com/jira/browse/SDK-30633
>> [3]https://issues.apache.org/jira/browse/FLEX-27179
>> [4]https://issues.apache.org/jira/browse/FLEX-27685
>> [5]https://issues.apache.org/jira/browse/FLEX-33360
>
> -- 
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
>


Re: TLF Tables

Posted by Harbs <ha...@gmail.com>.
I'm trying, but I'm having a heck of a time wrapping my head around git… :-(

<confused>
TLF has the following branches: 1, 1.1, 2, 2.1, 3.0, HEAD and Master.

Where would I look for the code? (not that I've figured out the difference between Checkout, Fetch and Pull yet…)
</confused>

Harbs

On Mar 17, 2013, at 4:57 PM, Alex Harui wrote:

> I'd scan the source code for "Table" and see what you find.
> 
> 
> On 3/17/13 6:22 AM, "Harbs" <ha...@gmail.com> wrote:
> 
>> There were a couple of bugs in the Adobe JIRA on table support in TLF [1] [2]
>> These were transferred over to Apache JIRA here. [3] [4]
>> 
>> There have been inferences that it was supposed to be available in TLF 3, but
>> to the best of my knowledge that did not happen.
>> 
>> What is the status of table support? Was it partially implemented? Not at all?
>> If there was work done, is there any way we can build off the work that was
>> done?
>> 
>> After some looking around, it looks like there is some code somewhere for
>> table support[5]. Anyone know who is familiar with it? I might be interested
>> in having a go at it...
>> 
>> Harbs
>> 
>> [1]https://bugs.adobe.com/jira/browse/SDK-30067
>> [2]https://bugs.adobe.com/jira/browse/SDK-30633
>> [3]https://issues.apache.org/jira/browse/FLEX-27179
>> [4]https://issues.apache.org/jira/browse/FLEX-27685
>> [5]https://issues.apache.org/jira/browse/FLEX-33360
> 
> -- 
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
> 


Re: TLF Tables

Posted by Alex Harui <ah...@adobe.com>.
I'd scan the source code for "Table" and see what you find.


On 3/17/13 6:22 AM, "Harbs" <ha...@gmail.com> wrote:

> There were a couple of bugs in the Adobe JIRA on table support in TLF [1] [2]
> These were transferred over to Apache JIRA here. [3] [4]
> 
> There have been inferences that it was supposed to be available in TLF 3, but
> to the best of my knowledge that did not happen.
> 
> What is the status of table support? Was it partially implemented? Not at all?
> If there was work done, is there any way we can build off the work that was
> done?
> 
> After some looking around, it looks like there is some code somewhere for
> table support[5]. Anyone know who is familiar with it? I might be interested
> in having a go at it...
> 
> Harbs
> 
> [1]https://bugs.adobe.com/jira/browse/SDK-30067
> [2]https://bugs.adobe.com/jira/browse/SDK-30633
> [3]https://issues.apache.org/jira/browse/FLEX-27179
> [4]https://issues.apache.org/jira/browse/FLEX-27685
> [5]https://issues.apache.org/jira/browse/FLEX-33360

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui