Welcome, Guest
  • Author Topic: Small problem with GuestBook v2  (Read 1996 times)

    klops12

    • Server what's that
    • *
    • Posts: 20
      • View Profile
    Small problem with GuestBook v2
    « on: 06/25/11, 16:35 »
    Hello, I have problem with GuestBook v2, counter doesn't work and if you enter not valid information in text fields it shows up status text with missed letters. Does anyone know where could be problem?
    Here's the link http://forumzz.byethost2.com/ (stupid name, but that was first thing that came up in my mind :D )

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: Small problem with GuestBook v2
    « Reply #1 on: 06/26/11, 09:24 »
    Usually missing letters are because the font is not embeded, but in that case default is used and h in example is not a letter missing in any font. Review textfields to see if you don't have accidentally delete the textfields for counter. Also try embedding fonts

    Jorge

    klops12

    • Server what's that
    • *
    • Posts: 20
      • View Profile
    Re: Small problem with GuestBook v2
    « Reply #2 on: 06/26/11, 10:47 »
    Thank You! 
    Fixed the problem with fonts, but that didn't solve the problem with entries, they still don't show up. :(

    Ronald Wernecke

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 6203
      • View Profile
      • Professional Support
      • Email
    Re: Small problem with GuestBook v2
    « Reply #3 on: 06/26/11, 12:47 »
    I just checked.
    It works exactly as it is supposed to.
    happy flashing
    8)
    Ronald

    klops12

    • Server what's that
    • *
    • Posts: 20
      • View Profile
    Re: Small problem with GuestBook v2
    « Reply #4 on: 06/26/11, 13:17 »
    I made little mistake, entries do show up, but entries counter doesn't show up as it supposed to.

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: Small problem with GuestBook v2
    « Reply #5 on: 06/27/11, 08:55 »
    The guestbook seems to work fine, variables for paging are hardcoded inside the flash movie itself, so the only reason for not showing counter is that you modify low, high and totalEntries textfields in some way. Try embeding font and be sure the textfields exists (they're inside view MovieClip)

    Jorge


    klops12

    • Server what's that
    • *
    • Posts: 20
      • View Profile
    Re: Small problem with GuestBook v2
    « Reply #6 on: 06/28/11, 11:10 »
    Fixed problem with entries counter.

    Now I want to know is there any limit of entries? Or counter stoped to count in this web page, I noticed that it stoped on 3000 entries.

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: Small problem with GuestBook v2
    « Reply #7 on: 06/28/11, 11:24 »
    There's no limit, in fact i have added one more entry and now they're 3001  ;D

    Jorge

    klops12

    • Server what's that
    • *
    • Posts: 20
      • View Profile
    Re: Small problem with GuestBook v2
    « Reply #8 on: 06/28/11, 11:42 »
    Hmm, it doesn't count mine entries... :(

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: Small problem with GuestBook v2
    « Reply #9 on: 06/28/11, 12:11 »
    Nop, it counts, the problem is that the textfield is not enought wide to show the whole number. Back-end says this:

    totalEntries=30012&<br>&entries=....

    That means they're 30012 entries, but since textfield is small, it cuts the last number. Will try to update the file, meantime, bue sure your version is wide enought

    Jorge

    klops12

    • Server what's that
    • *
    • Posts: 20
      • View Profile
    Re: Small problem with GuestBook v2
    « Reply #10 on: 06/28/11, 12:34 »
    Oh OK, thank You for fast response :)

    klops12

    • Server what's that
    • *
    • Posts: 20
      • View Profile
    Re: Small problem with GuestBook v2
    « Reply #11 on: 07/02/11, 02:50 »
    Jorge,

    What do You think, is it possible to make two text inputs and one text output? And text would be colored according to which text input was used? (Damn my English sucks :D )

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re: Small problem with GuestBook v2
    « Reply #12 on: 07/02/11, 05:47 »
    Sure, you should use TextFormat object and apply accordingly ... but open another POST with this.

    Jorge