def renderProfilePics(self):
     i = 0
     while i < PAGE_SIZE and i < self.uids.size():
         i+= 1
         uid = self.uids.get(i)
         profilePic = FbProfilePic(uid, Size.square)
         profilePic.setWidth(u"35px")
         profilePic.setHeight(u"35px")
         self.pics.add(profilePic)