Jump to content

Ludwig

Member
  • Posts

    26
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by Ludwig

  1. Hey, I want to thank you for the latest release and tell you that I really liked the images you used in your post. They really enhanced the post and I look forward to seeing more from you. Thank you for your hard work and contribution to our online community! Keep up the good work😉!

    • Love 1
    • Love 2
  2. 19 hours ago, Mali said:

    So why would I do this?

    I understand that creating a guide or tutorial may take some extra effort on your part, but it could benefit the community as a whole. It could help others learn and grow, and also promote more interest and engagement with your content. However, it's ultimately up to you to decide if you want to create a guide or not.

  3. First of all thanks for your tool ❤️
    I had already tried to write something similar in C# but your tool is of cause much better.

    Here are a few suggestions for improvement:
    - Resetting the search after adding the item (maybe with a check box if the function is needed?)
    - A comment how the item is called in the item_names at the end for better overview Example: 1 21075 1 100 -- Example Item
    - below in the display of the group with item_icon the item_names still in addition

    • Good 1
  4. 36 minutes ago, Mali said:

    First add this:

     

    Example for class QuestionDialog(ui.ScriptWindow):

    Hidden Content

     

    ###@@@uicommon.py:
    
    #Find in class QuestionDialog(ui.ScriptWindow):
    	def SetText(self, text):
    		self.textLine.SetText(text)
    
    #Change
    	def SetText(self, text):
    		self.textLine.SetText(text)
    		
    		new_width = app.GetTextWidth(text) + 20
    		if new_width > self.GetWidth():
    			self.SetWidth(new_width)

     

     

    You are my personal Hero 🦸‍♂️


    Thank you very much❤️

    • Metin2 Dev 1
  5. Hello Community have unfortunately on several systems where I get the window the problem.
    Was there ever a release here in the forum for this problem unfortunately find nothing?
    Maybe someone has the same problem and the bug already fixed?

    Here are a few examples:

    Problem

    spacer.png

    spacer.png

     

    Would be grateful for any help ❤️

     

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