Results 1 to 8 of 8

Thread: Looking for people to test out my form

  1. #1
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default Looking for people to test out my form

    • Hey guys,

      I've probably been working on this form a little at a time (like less than an hour a day) for the past several months. Now, I finally think I have it done. Well, 98% of it. All I need is for people to test it out, trying out every part of it.

      There are TONS of features on it. I'll let you figure them out for yourself.

      Here are a couple screenshots:


      Just do an SVN checkout with this link:
      Code:
      http://formtesting.googlecode.com/svn/trunk
      Please post any criticism/suggestions you have, or errors/bug you fine. Thanks in advance to anyone who has the time to test this.

      Coh3n

  2. #2
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yea, it's pretty cool.

    Might want to give it the ability to move around when clicked+dragged. I'm sure widget can help you with that, if not I'll try digging up some old MSI forms.

  3. #3
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by IceFire908 View Post
    Yea, it's pretty cool.

    Might want to give it the ability to move around when clicked+dragged. I'm sure widget can help you with that, if not I'll try digging up some old MSI forms.
    Yeah I plan on adding that. Naum put that in a while ago when he looked at it, but I got rid of it for some reason. That's just something that's not that important when you're testing. But it will be added in before I add this to my script.

  4. #4
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Yeah I plan on adding that. Naum put that in a while ago when he looked at it, but I got rid of it for some reason. That's just something that's not that important when you're testing. But it will be added in before I add this to my script.
    If I remember correctly the screen gets all blurred until you let go, unless you have a TTimer or something refresh it every few ms or w/e can't remember exactly.

  5. #5
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by IceFire908 View Post
    If I remember correctly the screen gets all blurred until you let go, unless you have a TTimer or something refresh it every few ms or w/e can't remember exactly.
    Well that's unfortunate. I posted about this on Masterkill's form guide some time ago, too bad he's inactive nowadays.

  6. #6
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Looks cool . The only suggestion I have is to make the -/+ tab signs bigger, as its pretty annoying having to click on a small icon to get another tab. On the other hand, you managed to get your Tab deleting and adding to work without any complications, so props to you on that!

  7. #7
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    You should do some base64 encode stuff on your smaller images and save them as .txt files so that they don't take up that much space

    EDIT: I found a flaw. When you have more than 2 players and click on the - button, the form wont delete the current player, but the player that is last in the array.

    And;
    Last edited by Zyt3x; 02-21-2010 at 11:48 AM.

  8. #8
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Naum View Post
    Looks cool . The only suggestion I have is to make the -/+ tab signs bigger, as its pretty annoying having to click on a small icon to get another tab. On the other hand, you managed to get your Tab deleting and adding to work without any complications, so props to you on that!
    Yeah, I think Nava may have suggested that a while back. I'll probably end up making them a little bigger.

    And I looked at that MSI form, and I think you were missing one of the Draging functions. Idk, I could have just over looked it.

    Quote Originally Posted by Zyt3x View Post
    You should do some base64 encode stuff on your smaller images and save them as .txt files so that they don't take up that much space

    EDIT: I found a flaw. When you have more than 2 players and click on the - button, the form wont delete the current player, but the player that is last in the array.

    And;
    Yeah it's suppose to do that, but I can see where you would think that's a flaw. It's something I probably should change. I was also thinking about adding a menu option to delete the tab when you right click.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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