list box strategy


hello all, have multi-column list box displays information matches two-dimensional array. example if array set this:

[

[a,b,c,d,e],

[e,f,g,h,i],

[j,k,l,m,n]

]

 

there 3 list items following 4 letters being subitems.

 

now there anyway somehow attach more information row not visible user? if array set this:

 

[

[a,b,c,d,e,up,down,left,right],

[e,f,g,h,i,north,south,east,west],

[j,k,l,m,n,forward,backwards,leftside,rightside]

]

 

 

i display letters in each row, when row selected have access direction data? match indices in array in list box have filter changes gets displayed in list box indicies no longer match up. i've looked insertlabel method on list items don't exist. after fair share of research thought reach out little more experienced! ideas helpful!

 

 

 

thanks!



More discussions in InDesign Scripting


adobe

Comments