User Tag List

Results 1 to 5 of 5

Thread: Display Alterable value from object in a text box

  1. #1
    No Products Registered

    Join Date
    Oct 2008
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Display Alterable value from object in a text box

    Hi


    In my project i have an object that calculates a certain value. I need to be able to display the value in a text box or string. How can i do this as i am stumped.

    Thanks
    Mat

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Display Alterable value from object in a text box

    In the "set text" function, Str$(your value)?

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    Iceland
    Posts
    478
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Display Alterable value from object in a text box

    Hi

    I usue
    1) Change Alterable Sting
    2) Str$( >Enter number here< )
    3)Retrieve data From Object - Str$( value( "Counter" ) )

    Keli

  4. #4
    No Products Registered

    Join Date
    Oct 2008
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Display Alterable value from object in a text box

    thanks for your fast reply

    I still though cant seem to get it to work. The objects alterable value wont be displayed in either a text box or a string.

    The expression that i use is as followed:

    Alterable String A( "object name" )

    where i set the static text box that i want to view the value in as set text and always.

    thanks for any help

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Display Alterable value from object in a text box

    You're using Alterable Strings, those are obviously strings.
    You have to use Alterable VALUES, numbers.

Similar Threads

  1. Alterable Values in Strings & best way to display
    By rubes in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 5th May 2012, 11:01 PM
  2. Extensions that Display Text/Strings
    By ProdigyX in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 22nd June 2011, 07:19 PM
  3. Display An actives alterable strings
    By Attan in forum File Archive
    Replies: 3
    Last Post: 9th October 2007, 01:38 AM
  4. Text Display in System Box
    By Shmoo in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 19th February 2007, 03:38 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
  •