Resource spec/string for Multicolumn listbox
Hi, I am trying to design a dialog box with extendscript. Instead of creating code based UI I am using resource string (or resource specification like LatteUI)
Currently my resource string is
_fileList: ListBox{enabled: false, properties:{numberofcolumns: 2, showheaders: true, columntitles: ['File Name', 'Status']},size: [340, 152],alignment:'left' }
I am getting the listbox, but it does not display columns or column titles. As if creation properties tag is totally ignored. Any one used resource strings for UI? any success with listbox? if so could you please point me what I am missing?