jairok
21 Oct 2011, 8:41 AM
Hi,
I try to set a picker's slot with some datas.
var seasonsPicker = this.getSeasonsPicker();
seasonsPicker.setSlots({
name : 'season',
title : 'Saison',
align : 'center',
data : [ {
text : 't1',
value : 1
}, {
text : 't2',
value : 2
} ]
});
But I get this error:
libs/sencha-touch-2.0.0-pr1/src/picker/Slot.js:243 (http://localhost:3000/mobile/libs/sencha-touch-2.0.0-pr1/src/picker/Slot.js)Uncaught TypeError: Cannot read property 'bar' of undefined
3
libs/sencha-touch-2.0.0-pr1/src/picker/Slot.js:307 (http://localhost:3000/mobile/libs/sencha-touch-2.0.0-pr1/src/picker/Slot.js)Uncaught TypeError: Cannot read property 'bar' of undefined
any suggestion ?
I try to set a picker's slot with some datas.
var seasonsPicker = this.getSeasonsPicker();
seasonsPicker.setSlots({
name : 'season',
title : 'Saison',
align : 'center',
data : [ {
text : 't1',
value : 1
}, {
text : 't2',
value : 2
} ]
});
But I get this error:
libs/sencha-touch-2.0.0-pr1/src/picker/Slot.js:243 (http://localhost:3000/mobile/libs/sencha-touch-2.0.0-pr1/src/picker/Slot.js)Uncaught TypeError: Cannot read property 'bar' of undefined
3
libs/sencha-touch-2.0.0-pr1/src/picker/Slot.js:307 (http://localhost:3000/mobile/libs/sencha-touch-2.0.0-pr1/src/picker/Slot.js)Uncaught TypeError: Cannot read property 'bar' of undefined
any suggestion ?