Jump to content

Recommended Posts

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.

 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 years later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.