You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Fred Brunton <fb...@lumina.com> on 2014/12/01 09:20:01 UTC

Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

Looks great and it's a big help.

I got a little excited when I saw the spark tree control.  But looking at
the mxml for that example, it appears to be the mx tree control?

Anyways, I want to find a tree component for my Tablet app.  Will the mx
tree work there?  Any suggestions?

Again, thanks for this.

On Sun, Nov 30, 2014 at 6:20 PM, Justin Mclean <ju...@classsoftware.com>
wrote:

> Hi,
>
> > Clicking on 'Show Callout' results in the following stack trace.
>
> Thanks for reporting the issue, but it's a known issue and mentioned in
> the release notes. The code works fine when not loaded via another
> application.
>
> Thanks,
> Justin

Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

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

Good to hear it's of some use.

> I got a little excited when I saw the spark tree control.  But looking at
> the mxml for that example, it appears to be the mx tree control?

It's the mx tree control in a spark container, most of the examples come from the original Adobe code and that's what it contained.

> Anyways, I want to find a tree component for my Tablet app.  Will the mx
> tree work there? 

I don't see why not, give it a try and see.

Thanks,
Justin

Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

Posted by Harbs <ha...@gmail.com>.
You can use an mx tree. If you want to stick to Spark, there’s a couple of spark-olny implementations. I use this one: https://github.com/kachurovskiy/Spark-Tree

On Dec 1, 2014, at 11:20 AM, Fred Brunton <fb...@lumina.com> wrote:

> No, thanks for asking.  It's modeling software.  The model is build by
> creating diagrams of nodes (leaves) and modules (sub diagrams / branches).
> It's hierarchical just like a file explorer.  Also, we have a Flex browser
> version of the model application, and we are trying to get it running on an
> ipad using as much common code as possible.  We use the tree control for
> navigating the model and it works great.
> 
> Here's a screenshot http://analyticacloud.com/test/BondModelScreenshot.png
> 
> 
> 
> On Mon, Dec 1, 2014 at 4:35 PM, Ronny Shibley <rs...@codefish.com> wrote:
> 
>> Mind me asking why u need a tree for ur mobile app... I'm sure there is a
>> more mobile friendly way of achieving such behavior.
>> 
>> Ronny Shibley
>> 
>>> On Dec 1, 2014, at 10:20 AM, Fred Brunton <fb...@lumina.com> wrote:
>>> 
>>> Looks great and it's a big help.
>>> 
>>> I got a little excited when I saw the spark tree control.  But looking at
>>> the mxml for that example, it appears to be the mx tree control?
>>> 
>>> Anyways, I want to find a tree component for my Tablet app.  Will the mx
>>> tree work there?  Any suggestions?
>>> 
>>> Again, thanks for this.
>>> 
>>> On Sun, Nov 30, 2014 at 6:20 PM, Justin Mclean <justin@classsoftware.com
>>> 
>>> wrote:
>>> 
>>>> Hi,
>>>> 
>>>>> Clicking on 'Show Callout' results in the following stack trace.
>>>> 
>>>> Thanks for reporting the issue, but it's a known issue and mentioned in
>>>> the release notes. The code works fine when not loaded via another
>>>> application.
>>>> 
>>>> Thanks,
>>>> Justin
>> 


Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

Posted by Fred Brunton <fb...@lumina.com>.
Thanks for all the help!. This is a really good group.

On Tue, Dec 2, 2014 at 12:12 AM, Subscriptions <subscriptions@leeburrows.com
> wrote:

> A few people have made spark trees which work well (eg
> http://saturnboy.com/2011/09/spark-treelist/ or
> http://kachurovskiy.com/2010/spark-tree/)
>
> Lee Burrows
> ActionScripter
>
>
> On 01/12/2014 09:20, Fred Brunton wrote:
>
>> No, thanks for asking.  It's modeling software.  The model is build by
>> creating diagrams of nodes (leaves) and modules (sub diagrams / branches).
>> It's hierarchical just like a file explorer.  Also, we have a Flex browser
>> version of the model application, and we are trying to get it running on
>> an
>> ipad using as much common code as possible.  We use the tree control for
>> navigating the model and it works great.
>>
>> Here's a screenshot http://analyticacloud.com/
>> test/BondModelScreenshot.png
>>
>>
>>
>> On Mon, Dec 1, 2014 at 4:35 PM, Ronny Shibley <rs...@codefish.com>
>> wrote:
>>
>>  Mind me asking why u need a tree for ur mobile app... I'm sure there is a
>>> more mobile friendly way of achieving such behavior.
>>>
>>> Ronny Shibley
>>>
>>>  On Dec 1, 2014, at 10:20 AM, Fred Brunton <fb...@lumina.com> wrote:
>>>>
>>>> Looks great and it's a big help.
>>>>
>>>> I got a little excited when I saw the spark tree control.  But looking
>>>> at
>>>> the mxml for that example, it appears to be the mx tree control?
>>>>
>>>> Anyways, I want to find a tree component for my Tablet app.  Will the mx
>>>> tree work there?  Any suggestions?
>>>>
>>>> Again, thanks for this.
>>>>
>>>> On Sun, Nov 30, 2014 at 6:20 PM, Justin Mclean <
>>>> justin@classsoftware.com
>>>>
>>>> wrote:
>>>>
>>>>  Hi,
>>>>>
>>>>>  Clicking on 'Show Callout' results in the following stack trace.
>>>>>>
>>>>> Thanks for reporting the issue, but it's a known issue and mentioned in
>>>>> the release notes. The code works fine when not loaded via another
>>>>> application.
>>>>>
>>>>> Thanks,
>>>>> Justin
>>>>>
>>>>
>

Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

Posted by Subscriptions <su...@leeburrows.com>.
A few people have made spark trees which work well (eg 
http://saturnboy.com/2011/09/spark-treelist/ or 
http://kachurovskiy.com/2010/spark-tree/)

Lee Burrows
ActionScripter

On 01/12/2014 09:20, Fred Brunton wrote:
> No, thanks for asking.  It's modeling software.  The model is build by
> creating diagrams of nodes (leaves) and modules (sub diagrams / branches).
> It's hierarchical just like a file explorer.  Also, we have a Flex browser
> version of the model application, and we are trying to get it running on an
> ipad using as much common code as possible.  We use the tree control for
> navigating the model and it works great.
>
> Here's a screenshot http://analyticacloud.com/test/BondModelScreenshot.png
>
>
>
> On Mon, Dec 1, 2014 at 4:35 PM, Ronny Shibley <rs...@codefish.com> wrote:
>
>> Mind me asking why u need a tree for ur mobile app... I'm sure there is a
>> more mobile friendly way of achieving such behavior.
>>
>> Ronny Shibley
>>
>>> On Dec 1, 2014, at 10:20 AM, Fred Brunton <fb...@lumina.com> wrote:
>>>
>>> Looks great and it's a big help.
>>>
>>> I got a little excited when I saw the spark tree control.  But looking at
>>> the mxml for that example, it appears to be the mx tree control?
>>>
>>> Anyways, I want to find a tree component for my Tablet app.  Will the mx
>>> tree work there?  Any suggestions?
>>>
>>> Again, thanks for this.
>>>
>>> On Sun, Nov 30, 2014 at 6:20 PM, Justin Mclean <justin@classsoftware.com
>>>
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>>> Clicking on 'Show Callout' results in the following stack trace.
>>>> Thanks for reporting the issue, but it's a known issue and mentioned in
>>>> the release notes. The code works fine when not loaded via another
>>>> application.
>>>>
>>>> Thanks,
>>>> Justin


Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

Posted by Fred Brunton <fb...@lumina.com>.
No, thanks for asking.  It's modeling software.  The model is build by
creating diagrams of nodes (leaves) and modules (sub diagrams / branches).
It's hierarchical just like a file explorer.  Also, we have a Flex browser
version of the model application, and we are trying to get it running on an
ipad using as much common code as possible.  We use the tree control for
navigating the model and it works great.

Here's a screenshot http://analyticacloud.com/test/BondModelScreenshot.png



On Mon, Dec 1, 2014 at 4:35 PM, Ronny Shibley <rs...@codefish.com> wrote:

> Mind me asking why u need a tree for ur mobile app... I'm sure there is a
> more mobile friendly way of achieving such behavior.
>
> Ronny Shibley
>
> > On Dec 1, 2014, at 10:20 AM, Fred Brunton <fb...@lumina.com> wrote:
> >
> > Looks great and it's a big help.
> >
> > I got a little excited when I saw the spark tree control.  But looking at
> > the mxml for that example, it appears to be the mx tree control?
> >
> > Anyways, I want to find a tree component for my Tablet app.  Will the mx
> > tree work there?  Any suggestions?
> >
> > Again, thanks for this.
> >
> > On Sun, Nov 30, 2014 at 6:20 PM, Justin Mclean <justin@classsoftware.com
> >
> > wrote:
> >
> >> Hi,
> >>
> >>> Clicking on 'Show Callout' results in the following stack trace.
> >>
> >> Thanks for reporting the issue, but it's a known issue and mentioned in
> >> the release notes. The code works fine when not loaded via another
> >> application.
> >>
> >> Thanks,
> >> Justin
>

Re: [ANNOUNCE] Apache Flex Tour De Flex 1.2

Posted by Ronny Shibley <rs...@codefish.com>.
Mind me asking why u need a tree for ur mobile app... I'm sure there is a more mobile friendly way of achieving such behavior.

Ronny Shibley

> On Dec 1, 2014, at 10:20 AM, Fred Brunton <fb...@lumina.com> wrote:
> 
> Looks great and it's a big help.
> 
> I got a little excited when I saw the spark tree control.  But looking at
> the mxml for that example, it appears to be the mx tree control?
> 
> Anyways, I want to find a tree component for my Tablet app.  Will the mx
> tree work there?  Any suggestions?
> 
> Again, thanks for this.
> 
> On Sun, Nov 30, 2014 at 6:20 PM, Justin Mclean <ju...@classsoftware.com>
> wrote:
> 
>> Hi,
>> 
>>> Clicking on 'Show Callout' results in the following stack trace.
>> 
>> Thanks for reporting the issue, but it's a known issue and mentioned in
>> the release notes. The code works fine when not loaded via another
>> application.
>> 
>> Thanks,
>> Justin