Jump to content

Question connoisseurs python


Recommended Posts

Hello, if anyone knows what adjustment I might make if the name is too long and it comes out of that box to set a limit to where I want the name to appear and at the end of the name to appear ... and when you click on the name to get your name appears whole. I leave a picture below to find out what I'm saying.

sfwlQ5W.png

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

  • Forum Moderator

You've two options.

1. Set a limit for text, you can do it based on your image width size, Parameter_Slot_05.sub.

# Search for:
self.titleName = GetObject("titlename")
# Add after:
self.titleName.SetLimitWidth(130)

2. Rearrange the text.

This is the hidden content, please

  • Metin2 Dev 1
  • Love 2
Link to comment
Share on other sites

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.