Jump to content

LovePlay

Inactive Member
  • Posts

    19
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by LovePlay

  1. Hi guys, how to make the edge of this interface

    K1sT9eH.png

    is put above all bone that is above the title_bar and above the close button that looks like this

     

    8118fUf.png

     

    The python edit it's this in ui.py:

    Where it's the function for my question? (TOP_MOST not found.)

    		self.Corners = []
    		for fileName in CornerFileNames:
    			Corner = ExpandedImageBox
    			Corner.AddFlag("not_pick")
    			Corner.LoadImage(fileName)
    			Corner.SetParent(self)
    			Corner.SetPosition(-7, -7)
    			Corner.Show()
    			self.Corners.append(Corner)
    

    I used r28k.

     

    Sorry for my bad english.

     

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.