User Tag List

Results 1 to 3 of 3

Thread: Fitting text into a string object.

  1. #1
    Clicker Multimedia Fusion 2
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Aug 2013
    Posts
    40
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question Fitting text into a string object.

    Hello, everyone!

    I am trying to show some strings imported from a .arr file inside of a string object, but the problem is - whenever the text exceeds the string's length, it does not go into a new row. Instead, it just breaks the last letter in half or I can choose to add "..." at the end. Why is this happening? I don't belive string object is this primitive. Is there a code I should use in the calculator and create a new event to manage this or is it something in the object properties I am missing?

    Thank you for your time!

    Filip M.

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    happygreenfrog's Avatar
    Join Date
    May 2011
    Location
    I.L.T.D.O.I.R (I.L.T.D.O.I.R's Location: The Dimension Of Infinite Recursion)
    Posts
    4,307
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    If the string object isn't tall enough to display more text, then it won't be able to display more text. Have you tried making the string object taller?

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Popcorn's Avatar
    Join Date
    Jun 2006
    Location
    Norway, Bergen
    Posts
    2,367
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    You will need to set a new size for the string object, or let it be the max size initially. You can use the Calculate Text Rect extension (find it using Extension View) to find the new width and height for the text.

Similar Threads

  1. String object not centralising text
    By Raudaschl in forum iOS Export Module Version 2.0
    Replies: 6
    Last Post: 5th February 2013, 06:06 PM
  2. Set edit box text to string$("string object") causes long delay
    By MJK in forum XNA Export Module Version 2.0
    Replies: 4
    Last Post: 22nd August 2012, 02:58 PM
  3. Set Text action in string object
    By Fernando in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 16th July 2012, 03:56 PM
  4. Text Bug in String object
    By TheOriginator in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 28th February 2012, 09:11 AM
  5. Hyperlink text in string object?
    By mobichan in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 20th October 2011, 06:02 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •