That was very helpful! Will alter the code as you said - using the start object is the perfect solution in the context I have. Guess the beginners Jade course doesn't teach you everything!
As an addition - comboBox.listCount() returns 20 in this situation even though 22 items can be counted by visually looking at the drop-down menu in the gui.
Hello all, I have a combo box which is being used to display a collection of 22 teams of class type Tm_Team with a 'name' property of type String. The displayRow method returns the team name. However, when I iterate through the comboBox list and write the listIndex to the output viewer, the maximum ...
Hi there, I'm an old employee of Jade and I'm still using Jade for one of my side projects. I'm wanting to interface my Jade app with Xero accounting's web-based api which uses a REST based http interface - see http://blog.xero.com/developer/api-overview/. I'm wondering if there's a way to do straig...