User Tag List

Results 1 to 9 of 9

Thread: maximum value for radio button

  1. #1
    No Products Registered

    Join Date
    Aug 2006
    Location
    Italy
    Posts
    117
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    maximum value for radio button

    If I have a radio button, how do I get the maximum value that can select? I was not able to find a way :-(

  2. #2
    Clicker Fusion 2.5 Developer

    Join Date
    Jun 2006
    Location
    Hampshire, UK
    Posts
    963
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: maximum value for radio button

    Use the "Texts" property. Each line that you write in that box will be a seperate radio button.

    You can then select the one you want in the event editor by using the radio button condition on the object and typing the line number.

  3. #3
    No Products Registered

    Join Date
    Aug 2006
    Location
    Italy
    Posts
    117
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: maximum value for radio button

    For example, at the start of frame I whant:
    Var E = (maximum value of radio button
    How is this possible?
    I have not found the right text property for capturing the integer value :-(

  4. #4
    No Products Registered

    Join Date
    Aug 2006
    Location
    Italy
    Posts
    117
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: maximum value for radio button

    If I have:
    Global value E
    radio button X (with 6 radio button selectable)

    at the start of frame I whant the result:
    Global value E = (max number of radio button in radio button

    If I can not believe that, it would be useful to implement this possibility. :-|

  5. #5
    Clicker Fusion 2.5 Developer

    Join Date
    Jun 2006
    Location
    Hampshire, UK
    Posts
    963
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: maximum value for radio button

    I dont think you can set the number of radio buttons while MMF is running the application. As far as i'm aware you can only set it while you're editing the application.

    If you feel up to it, you could make your own radio button style object out of active objects.

  6. #6
    No Products Registered

    Join Date
    Aug 2006
    Location
    Italy
    Posts
    117
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: maximum value for radio button

    Thanks Nick,
    but I think that if radio button is defined, it is also defined its number of radio, and at the start of the program should be possible to extract this information, although for the moment it does not seem possible in mmf2.

  7. #7
    Clicker Fusion 2.5 Developer

    Join Date
    Jun 2006
    Location
    Hampshire, UK
    Posts
    963
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: maximum value for radio button

    You could set the number of buttons to a high number like 20, and set them all to "" (blank). Then at run time set the ones you want to use to a certain text through the 'Set Radio Button > Change text" feature. I don't know if this would help you though.

  8. #8
    No Products Registered

    Join Date
    Aug 2006
    Location
    Italy
    Posts
    117
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: maximum value for radio button

    Nick,
    I do not want to change the number of radio in radio button with the program running, I just extract from radio button, the maximum number of radio containing, all here.
    This is because I do not want to make mistakes when I go to count them. :-)

  9. #9
    No Products Registered

    Join Date
    Aug 2006
    Location
    Italy
    Posts
    117
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: maximum value for radio button

    P.S.
    I use a radio button similar to a cursor for select a number from 0 to n were n is the maximum radio of radio button.

Similar Threads

  1. Radio Button Text?
    By OveMelaa in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 16th April 2013, 05:01 PM
  2. bug? Radio button?
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 18th December 2007, 04:18 PM
  3. Bug in Radio Button?
    By Jarzka in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 15th August 2007, 04:45 PM
  4. Possible Radio Button Bug
    By Brandon in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 24th May 2007, 06:18 AM
  5. Radio Button
    By Bruto in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 22nd November 2006, 03:18 AM

Posting Permissions

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