User Profile

Fix on FormTreeControl class's method: getNextSelected.


When you have selected multiple tree items on a FormTreeControl and try to loop through them with the getNextSelected method, provided from the FormTreeControl class, it always return 0. In the same time if you try to get count of the selected items you correctly get the actual count from the get...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (257)

STATUS DETAILS
Needs Votes

Call methods using named arguments for clarity


void hello(str message); hello(message: myMessage)

Read more...
0 Comments

Read more...
0 Comments

Category: Development (257)

STATUS DETAILS
Needs Votes