Page 4 of 6 FirstFirst ... 23456 LastLast
Results 76 to 100 of 126

Thread: THE big form tutorial ~ by MK

  1. #76
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mormonman View Post
    All learned from this tutorial:


    Thanks mucho... never really learned this stuff until now. Easier than I thought it would be. xD Maybe finish the player array stuff... I might try my hand at it on a 3 hour drive home I got tomorrow though.
    Added to wall of fame! All I need to finnish is the saving and loading I'll add that when I'm back from France

  2. #77
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Me wants wall of fame



    Been working on that for quite a while, still a flaw with the RadioButton, should sort it soon.

  3. #78
    Join Date
    Jul 2009
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i did the sig for mormonmans form

  4. #79
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by candytheif View Post
    i did the sig for mormonmans form
    ya, with my freaking help D=

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

    Default

    I want hall of fame as well!




  6. #81
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    You only get it if you learned the stuff from this tut. BTW, my second form is almost done... just need to make background and banner.

    Edit: Background done, border taken from runescape.com xD



    My next form is going to have custom buttons.

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

    Default

    Quote Originally Posted by mormonman View Post
    You only get it if you learned the stuff from this tut. BTW, my second form is almost done... just need to make background and banner.

    Edit: Background done, border taken from runescape.com xD



    My next form is going to have custom buttons.

    I learned it from this tut, well the TImage part .

    Can I haz hall of fame?

  8. #83
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    @Nua: nice, adding
    @Richard: very added good job
    @mormonman: also nice, but I will only add one entry to the wall of fame for each person I will replace your second one when it's done?

    @all: I love to see this tutorial is helping! Thanks for posting results!

  9. #84
    Join Date
    Dec 2006
    Posts
    908
    Mentioned
    1 Post(s)
    Quoted
    17 Post(s)

    Default

    Hey MK, back from playing DotA tournaments. I dithced RS since my neighber was holding up a tourney i was all like O_o must are practize for PIEZZZ!!!!

    Anyways, im still workin on mine. Since you didnt release the functions, i had to make my own functions. Now that you DID RELEASE your functions, i got to redo everything (well functions only) and im done ^^ Hallz of famez for meh pl0xxx

  10. #85
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Deathscytex View Post
    Hey MK, back from playing DotA tournaments. I dithced RS since my neighber was holding up a tourney i was all like O_o must are practize for PIEZZZ!!!!

    Anyways, im still workin on mine. Since you didnt release the functions, i had to make my own functions. Now that you DID RELEASE your functions, i got to redo everything (well functions only) and im done ^^ Hallz of famez for meh pl0xxx
    picture plox

  11. #86
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    meh, the banner doesn't match the background but who cares :P


  12. #87
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    hey, great tut. but i am having problems making my players active. it keeps saying that they are not active and wont log them into the game.

    here is my current form. use to drop down menu above the player box to change whether the player is active or not.

    also, my images/background wont show up because i didnt provide the files.

    thx for the help and tut.
    Last edited by x[Warrior]x3500; 08-19-2009 at 05:56 AM.

  13. #88
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by x[Warrior]x3500 View Post
    hey, great tut. but i am having problems making my players active. it keeps saying that they are not active and wont log them into the game.

    here is my current form. use to drop down menu above the player box to change whether the player is active or not.

    also, my images/background wont show up because i didnt provide the files.

    thx for the help and tut.
    x[Warrior]x3500, I have made a mistake, thank you very much for posting it.

    at the end, when you press start, the script shouldn't save fp[i].active in .booleans[0], but in .Active

    SCAR Code:
    Try
              Players[I].Active := StrToBool(FP[I].Active);
            Except
              LoadFP(I, False);
              ShowMessage('Oops, ' + FP[I].Name + ' has a wrong "active" amoult!' +
              ' choose an option from the drop down box!');
              Exit;
            End;

    That will fix it all.

    Once again, thanks for posting my mistake, and thanks for your nice comment on the rest <3

    btw, I guess you helped some other people with this to now

  14. #89
    Join Date
    Oct 2006
    Posts
    500
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Amazing tutorial. Thanks

    When are you going to update the saving and loading players part?
    Or can you point me in the right direction. I can't seem to get saving and loading to work.

  15. #90
    Join Date
    Mar 2009
    Location
    AUS QLD brisbane.
    Posts
    66
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i read the entire thin but i don't understand do i do both part's? how does it go together i sooooo suck at this =[ .

  16. #91
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

    Default

    Quote Originally Posted by fifa499 View Post
    i read the entire thin but i don't understand do i do both part's? how does it go together i sooooo suck at this =[ .
    the top part of this tut are just listing components of a form and what they can do. to actually start making the form, you need to go to the section after the components (use table of contents at top of the tut).

  17. #92
    Join Date
    Jul 2008
    Location
    Canada
    Posts
    1,612
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by fifa499 View Post
    i read the entire thin but i don't understand do i do both part's? how does it go together i sooooo suck at this =[ .
    Forget it, forms aren't needed, and i don't think your advanced enough. It might just make you frustrated.

  18. #93
    Join Date
    Sep 2006
    Posts
    322
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default



    This is just a start I plan to add country (dropdown) and make the day, month, and year a drop down. Also I will add multiplayer support, but lets not get to far ahead.

    Great guide!

  19. #94
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by uncfan1119 View Post


    This is just a start I plan to add country (dropdown) and make the day, month, and year a drop down. Also I will add multiplayer support, but lets not get to far ahead.

    Great guide!
    Good start, nice to see some one experimenting with forms again Thanks for your reply

  20. #95
    Join Date
    Oct 2009
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks! I am really trying to learn how to script and this has been a big help!

  21. #96
    Join Date
    Nov 2009
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    WOW, i think making a GUI for my scripts would be awesome. Will read all that thanks!

  22. #97
    Join Date
    Nov 2009
    Posts
    471
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Nice tutorial

    Could you create an example of an code witch ask for input for username, password and a start button script and a writein('Bot has runned for ((+instr) command that display each 10 minutes, how long it has been going, i got problems with understanding it all.

    Can you reveal the source on the first form, it is very well done, i woud like to learn to make forms witch is similiar to it.

    Where do i put PlayerList := TListBox.Create(FrmDesign);
    PlayerList.Parent := FrmDesign;
    PlayerList.Top := 120;
    PlayerList.Left := 10;
    PlayerList.Width := 100;
    PlayerList.Height := 170;
    PlayerList.OnClick := @ItemClicked;

    and i also get Unknown indentifier Frmdesign, do i need to create an new prodecure at playerlist, because if i put it with the variable i get multiplie indentifer, what do i do at this point?
    Last edited by YoHoJo; 12-07-2009 at 09:20 PM.

  23. #98
    Join Date
    Nov 2009
    Posts
    471
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default help plz

    I got a form witch i like, and im wondering of why my script stops after entered chosen username/pass, thats just the beginning of the script, the form code is correct but it wont continue with the script help me with this plz.
    i use the form code seperatet from the script i want to use with include if that matters.

  24. #99
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    *Sigh* Tom could you please edit your posts instead of posting one after the other?

  25. #100
    Join Date
    Oct 2006
    Posts
    468
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great form tutorial +rep.

Page 4 of 6 FirstFirst ... 23456 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Complete Form Tutorial
    By BobboHobbo in forum OSR Advanced Scripting Tutorials
    Replies: 10
    Last Post: 05-29-2012, 01:36 PM
  2. The Form Tutorial
    By Dan Cardin in forum OSR Advanced Scripting Tutorials
    Replies: 28
    Last Post: 03-03-2011, 04:42 AM
  3. Newbie Form Tutorial
    By Da 0wner in forum OSR Advanced Scripting Tutorials
    Replies: 45
    Last Post: 12-15-2009, 05:48 AM
  4. Form TPopupMenu tutorial
    By Freddy1990 in forum OSR Advanced Scripting Tutorials
    Replies: 13
    Last Post: 12-14-2009, 07:25 PM
  5. Ultimate form tutorial
    By jhildy in forum OSR Advanced Scripting Tutorials
    Replies: 9
    Last Post: 02-21-2008, 05:07 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
  •