User Tag List

Results 1 to 3 of 3

Thread: Adding Text to a string, RTF or similar objects?

  1. #1
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    Tiles's Avatar
    Join Date
    Jun 2006
    Posts
    1,359
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Adding Text to a string, RTF or similar objects?

    I need to write lots of values to a string, and use this method to add text to existant text:

    Code:
    Left$(string$( "mystring" ), Len(string$( "mystring" )))+FloatToString$(value( "Counter" ), 6, 6)
    Works somehow with not this much content. But this way of adding text to existant text in a String, Edit Box or RTF Object crashes my app when i have a bit more to add.

    Even with just 100 values the progress bar for the fastloop is ways earlier finished than the RTF Object which i tried for further tests. Curious by the way. Progress bar and RTF Object were both connected to a fastloop. So they should be finished at the same time, no matter what is going on ... :crazy:

    How do i add text to a string, Edit Box or RTF Object without rereading the current content, means so that i don't get a crash with more values? What is the best way of adding text?


  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Adding Text to a string, RTF or similar objects?

    With the RTF object you just use the "Set text" action.. that appends by default.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    Tiles's Avatar
    Join Date
    Jun 2006
    Posts
    1,359
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Adding Text to a string, RTF or similar objects?

    Ah, great. Thanks

    String Object is too small anyway. I wasn't able to fully insert my text into a paragraph (a warning when string is too big would be fine. It simply cuts off ... ). So i have to use RTF

    And it would be fine to have something like "add to alterable string". Or add to line. Just dreaming here

Similar Threads

  1. Adding a value into a string?
    By Tsun in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 7th July 2011, 01:49 PM
  2. Adding alterable values of multiple objects
    By Digitalic in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 11th June 2010, 01:40 PM
  3. [Request] Object similar to Text Rect
    By Dines in forum Extension Development
    Replies: 2
    Last Post: 14th January 2008, 03:37 PM
  4. Adding text one character at a time
    By Mantis in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 14th February 2007, 02:28 PM

Posting Permissions

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