:: Forum >> Version 2 >>

~ problem in combo box

In this example, i only can select the "Nuno Silva" option

var dataTreinadores = ["Joćo Abreu","Nuno Silva"]
var listTreinadores = new AW.UI.List;
listTreinadores.setItemText(dataTreinadores);
listTreinadores.setItemCount(dataTreinadores.length);
obj.setCellTemplate(new AW.Templates.Combo, 9);
obj.setPopupTemplate(listTreinadores, 9);

In this example, i can select both "Nuno Silva" and "Joao Abreu" options
var dataTreinadores = ["Joao Abreu","Nuno Silva"]

so, the "Joao Abreu" work, but the "Joćo Abreu", dosent work. The problem should be the "~"

The question is, how can i solve this problem ???

Best regards
Nuno Silva

Nuno Silva
Sunday, December 24, 2006



This topic is archived.

Back to support forum

Forum search