I have this line of code that has no effect on the listBox it creates… I’d like to adjust its height and font size, what am I missing ?
var titre = app.createListBox(false).setId("titre").setName("titre").setHeight('45px').setStyleAttribute("fontSize","12").setStyleAttribute("verticalAlign","middle");
Thanks
Serge
Probably not what you were looking for, but this very same code works for me. The only thing that didn’t work, which is the only one you didn’t complained :), was the verticalAlign thing.
Here is the full code of my test.