omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. hxdaze

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    hxdaze

    @hxdaze

    0
    Reputation
    357
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hxdaze Unfollow Follow

    Latest posts made by hxdaze

    • RE: x button of scene object.

      Thank you for your help.
      I miss find it.

      posted in Pythonista
      hxdaze
      hxdaze
    • x button of scene object.

      I would like to delete a button of scene object.
      How do I make a source code to delete it?
      There is no information about it.

      posted in Pythonista
      hxdaze
      hxdaze
    • RE: x button of scene object.

      I am sorry for less information.
      I would like to delete a button in the following case.

      from scene import *
      class MyScene (Scene):
      def setup(self):
      pass
      def draw(self):
      background(0, 0, 0)
      run(MyScene())

      I can watch only 'x button' on the screen.
      I would like to delete this button because I want to prepare other close button by my self.
      I already check other sample and open source such as GitHub.
      But there is no same case of situation and document.

      posted in Pythonista
      hxdaze
      hxdaze