Closed GoogleCodeExporter closed 9 years ago
Normally you just need to remove the jars from the project to upload a test
project. In this case though I already fixed the issue in SVN and it should be
available as part of the next plugin update (couple of weeks). Thanks.
Original comment by shai.almog
on 19 Apr 2013 at 7:34
Hi, Shai
Tried to compile having the latest version of the plugin installed, but I got
an error.
protected boolean setListModel(com.codename1.ui.list.ContainerList cmp) {
String listName = cmp.getName();
if("ctlPlayerQueue".equals(listName)) {
return initListModelCtlPlayerQueue(cmp);
}
if("ContainerList".equals(listName)) {
return initListModelContainerList(cmp);
}
if("ContainerList1".equals(listName)) {
return initListModelContainerList1(cmp);
}
>> return super.setListModel(cmp);
}
The Line marked with ">>" is the line having an error. There's no function in
the class "UIBuilder" that accepts a ContainerList as first argument, just one
accepting a List.
Original comment by SimonSimCity@gmail.com
on 4 May 2013 at 9:24
Is there something I should've done? I've created a clean build, resaved the
design ...
Original comment by SimonSimCity@gmail.com
on 4 May 2013 at 9:25
Did you update the client libraries? Use the update client libs button in the
Codename One preferences.
Original comment by shai.almog
on 4 May 2013 at 10:35
[deleted comment]
Hi, Shai
Works perfectly.
Original comment by SimonSimCity@gmail.com
on 4 May 2013 at 1:00
Original issue reported on code.google.com by
SimonSimCity@gmail.com
on 18 Apr 2013 at 10:56