-- Andrew Dabrowski || ...my suspicion is that the universe is Indiana University || not only queerer than we suppose, but Swain East 117 || queerer than we can suppose. -JBS Haldane
function mkmenu_trknamed(o,po) {
list = po.tracklabels()
nt = sizeof(list)
for ( n=0; n<nt; n++ )
o.menucmd(list[n],po,"dispmore",n,1)
}
function mkmenu_trkonly(o,po) {
# line 104:
list = po.tracklabels()
nt = sizeof(list)
for ( n=0; n<nt; n++ )
o.menucmd(list[n],po,"disponly",n,1)
}
Tim Thompson wrote:
>> The problem comes when that menu is torn off and labels are assigned to
>>
> the tracks. Then the restore fails, and in fact the main Group window
> doesn't show up.
>
> Is there any error message printed in the console window?
>
> ...Tim...
>
>