Re: AW: Tree Widget question...

2020-01-27 Thread Brian Milby via use-livecode
That bug will be fixed in DP3.  It is already merged into develop.

Thanks,
Brian
On Jan 27, 2020, 10:46 AM -0500, Paul Dupuis via use-livecode 
, wrote:
> Never mind. Answered my own question. You have to use the Keys, not the
> values, to get a true hierarchy. i.e.
>
> Top Level A
> Top Level B
>     Sub Level B 1
>     Sub Level B 2
> Top Level C
>
> On 1/27/2020 10:31 AM, Paul Dupuis via use-livecode wrote:
> > I need a hierarchical tree that looks like:
> >
> > 1 Top Level A
> > 2 Top Level B
> >     1 Sub Level B 1
> >     2 Sub Level B 2
> > 3 Top Level C
> > etc.
> >
> >
> > With the Tree Widget in 9.6dp2, all I can seem to get is:
> >
> > 1 Top Level A
> > 2
> >     1 Sub Level B 1
> >     2 Sub Level B 2
> > 3 Top Level C
> >
> > i.e. is item 2 has sub levels, it can't seem to have a label?!?
> >
> > Am I missing something? Trees generally have labels for each level?
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


AW: Tree Widget question...

2020-01-27 Thread Paul Dupuis via use-livecode
Never mind. Answered my own question. You have to use the Keys, not the 
values, to get a true hierarchy. i.e.


Top Level A
Top Level B
    Sub Level B 1
    Sub Level B 2
Top Level C

On 1/27/2020 10:31 AM, Paul Dupuis via use-livecode wrote:

I need a hierarchical tree that looks like:

1 Top Level A
2 Top Level B
    1 Sub Level B 1
    2 Sub Level B 2
3 Top Level C
etc.


With the Tree Widget in 9.6dp2, all I can seem to get is:

1 Top Level A
2
    1 Sub Level B 1
    2 Sub Level B 2
3 Top Level C

i.e. is item 2 has sub levels, it can't seem to have a label?!?

Am I missing something? Trees generally have labels for each level?

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Tree Widget question...

2020-01-27 Thread Paul Dupuis via use-livecode
Also, just filed this bug for the Tree Widget: 
https://quality.livecode.com/show_bug.cgi?id=22551
In LC 9.6dp2 under Windows 10 at least, you can not edit the array data 
in the property inspector after entering some and browsing the widget 
and then going back to the inspector to try to edit the tree.



On 1/27/2020 10:31 AM, Paul Dupuis via use-livecode wrote:

I need a hierarchical tree that looks like:

1 Top Level A
2 Top Level B
    1 Sub Level B 1
    2 Sub Level B 2
3 Top Level C
etc.


With the Tree Widget in 9.6dp2, all I can seem to get is:

1 Top Level A
2
    1 Sub Level B 1
    2 Sub Level B 2
3 Top Level C

i.e. is item 2 has sub levels, it can't seem to have a label?!?

Am I missing something? Trees generally have labels for each level?

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Tree Widget question...

2020-01-27 Thread Paul Dupuis via use-livecode

I need a hierarchical tree that looks like:

1 Top Level A
2 Top Level B
    1 Sub Level B 1
    2 Sub Level B 2
3 Top Level C
etc.


With the Tree Widget in 9.6dp2, all I can seem to get is:

1 Top Level A
2
    1 Sub Level B 1
    2 Sub Level B 2
3 Top Level C

i.e. is item 2 has sub levels, it can't seem to have a label?!?

Am I missing something? Trees generally have labels for each level?

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode