在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
只要是新的聊天对象就创建一个新的listview local name = tolua.cast(UIHelper:seekWidgetByName(self.nameItem, "name"), "Label"); local playerName = name:getStringValue(); if nil == self.privateChatList[name:getTag()] then local ChatListView = ListView:create(); if ChatListView == nil then print("===========ChatListView为空"); return; end ChatListView:setSize(self.fullContent:getSize()); --ChatListView:setAnchorPoint(ccp(0, 0)); --ChatListView:setPosition(ccp(200, 200)); ChatListView:setGravity(LISTVIEW_GRAVITY_LEFT); self.privateChatList[name:getTag()] = ChatListView; self.contentBg:addChild(ChatListView); end local customItem = Layout:create(); customItem:setSize(CCSizeMake(self.fullContent:getSize().width, 50)); customItem:setAnchorPoint(ccp(0, 0)); self:initCustomItem( customItem ); self.privateChatList[name:getTag()]:pushBackCustomItem(customItem);
|
请发表评论