User Tag List

Results 1 to 8 of 8

Thread: ASB Font size bug?

  1. #1
    No Products Registered

    Join Date
    Jun 2006
    Posts
    220
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ASB Font size bug?

    I think this is a bug. To recreate do the following:

    Place an active system box and a combo box (dropdown list), and also a counter.

    Use the following events:

    + Start of frame
    - List fonts for font name of ASB

    + Always
    - Set counter to font size of ASB

    + Combo box: Selection changed
    - Set font size of ASB to current line


    Now if you change the font size of the ASB, the counter value isn't always correct. For example, when I select font size 8 - the counter displays 7. When I select font sizes 9 and 10, the counter displays 9.

    I needed this to work for a website application I am creating - it seems the displayed font sizes work, but the actual recorded value for them don't?

    Any help appreciated <img src="/center/images/graemlins/smile.gif" alt="" />

  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ASB Font size bug?

    Set Counter to font size of ASB + 1?

  3. #3
    No Products Registered

    Join Date
    Jun 2006
    Posts
    220
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ASB Font size bug?

    []Set Counter to font size of ASB + 1? [/]

    But the the bug isn't that font sizes are minus one..
    E.g. When set to size 8 counter = 7
    When set to size 9 counter = 9
    When set to size 10 counter = 10

  4. #4
    No Products Registered

    Join Date
    Jul 2006
    Location
    America
    Posts
    404
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ASB Font size bug?

    That's because the combo box is 0-based. If you have it set to "get line #", then the line with the text "8" would really be line 7. do you see what I mean?

  5. #5
    No Products Registered

    Join Date
    Jun 2006
    Posts
    220
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ASB Font size bug?

    []That's because the combo box is 0-based. If you have it set to "get line #", then the line with the text "8" would really be line 7. do you see what I mean? [/]

    Again that's not the problem..
    BOTH font sizes 9 and 10 appear as 9 on the counter. Also the list object isn't the problem as it happens even if you use another method of changing font sizes (and list numbers arn't involved in the events anyway).

    I personally think it's an MMF bug ^_^

    EDIT: Try this method to see..

    + Upon pressing CTRL
    - Set font size to Font size + 2

    + Always
    - Set counter to font size

    You'll see that the font size appears to go up by two, but the counter displays the wrong figure.

  6. #6
    No Products Registered

    Join Date
    Jul 2006
    Location
    America
    Posts
    404
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ASB Font size bug?

    Wierd. See if you can reproduce it, then upload an example. Mabye your coding is off.

  7. #7
    No Products Registered

    Join Date
    Jun 2006
    Posts
    220
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ASB Font size bug?

    []Wierd. See if you can reproduce it, then upload an example. Mabye your coding is off. [/]
    My coding is not off - I've labelled all the events above.

    Try this:

    + Upon pressing CTRL
    - Set font size to Font size + 2

    + Always
    - Set counter to font size

    And you'll see my problem - not worth uploading an example because I've explained it like a million times already :P

  8. #8
    No Products Registered

    Join Date
    Jun 2006
    Posts
    220
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ASB Font size bug?

    Actually that example doesn't really explain it as well as I thought because the font can only have font sizes 8,9,10,11 .etc

    But if you use the list object and set the items to font sizes of that font - you will see the bug.

    Example - http://clickteam.com/center/showflat.php?Cat=0&amp;Number=14543&amp;page=0&amp ;vc=#Post14543

Similar Threads

  1. String Font Size Border 0/1 Issue!
    By Bipolar_Games in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 18th October 2013, 08:14 PM
  2. Font Size in iOS Button
    By cajujoe in forum iOS Export Module Version 2.0
    Replies: 4
    Last Post: 8th August 2011, 04:37 AM
  3. Edit Obj : Font Size : Won't Increase?
    By Annie in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 13th August 2008, 03:34 PM
  4. Set font size
    By Dafydd in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 17th September 2007, 10:27 PM
  5. Font colors and size
    By TrayC in forum Install Creator and Patch Maker
    Replies: 5
    Last Post: 7th March 2007, 06:59 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
  •