Skip to content

Instantly share code, notes, and snippets.

View interprogs's full-sized avatar

interprogs interprogs

  • interprogs
View GitHub Profile
self.current_photo_name: file-14.jpg l_o_f: file-14.jpg (nr 0)
self.current_photo_name: file-8.jpg l_o_f: file-8.jpg (nr 1)
self.current_photo_name: file-16.jpg l_o_f: file-16.jpg (nr 2)
self.current_photo_name: file-13.jpg l_o_f: file-13.jpg (nr 3)
self.current_photo_name: file-18.jpg l_o_f: file-18.jpg (nr 4)
self.current_photo_name: file-20.jpg l_o_f: file-20.jpg (nr 5)
self.current_photo_name: file-5.jpg l_o_f: file-5.jpg (nr 6)
self.current_photo_name: file-4.jpg l_o_f: file-4.jpg (nr 7)
self.current_photo_name: file-2.jpg l_o_f: file-2.jpg (nr 8)
self.current_photo_name: file-10.jpg l_o_f: file-10.jpg (nr 9)
box = BoxLayout()
box.add_widget(Label(text=code))
b = Button(text="test")
box.add_widget(b)
content = box
popup = Popup(content=content, auto_dismiss=False, title=title)
popup.bind(on_dismiss=self.get_token(*args))
popup.open()
b.bind(on_release=popup.dismiss())
@interprogs
interprogs / test
Created January 15, 2013 19:05
test
test