Results 1 to 20 of 20

Thread: SRLPlayerForm

  1. #1
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default SRLPlayerForm

    Hey all, I need help

    Why is my form always empty?.


    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Yes that is some weird bug that seems to happen with (as far as I know) all Windows < XP PC's. Nothing you can do about it, it's probably the fault of my coding but I wouldn't know why it won't show on < XP and will on > XP...

    Suggestions anyone ?
    Administrator's Warning:


  3. #3
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    use windows xp i think its the fault of tiny xp :S
    ~Hermen

  4. #4
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im using XP Pro.

    Ill just make my own player form ^_^. Problem fixed lol

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  5. #5
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    I suppose that would work too
    Administrator's Warning:


  6. #6
    Join Date
    Apr 2007
    Location
    Here
    Posts
    109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Sumilion View Post
    Yes that is some weird bug that seems to happen with (as far as I know) all Windows < XP PC's. Nothing you can do about it, it's probably the fault of my coding but I wouldn't know why it won't show on < XP and will on > XP...

    Suggestions anyone ?
    I use xp pro and mine saves my armys? Maybe it's just retarted, Yeah that's probably it :-)

  7. #7
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Close Please?

    Click.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  8. #8
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by welcome View Post
    I use xp pro and mine saves my armys? Maybe it's just retarted, Yeah that's probably it :-)
    It's only the text that says what label it is, Like Username, Password, Nick, etc.
    Administrator's Warning:


  9. #9
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default


    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  10. #10
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Not bad

    This is sorta mine ... (once you logon you get more tabs)


    Administrator's Warning:


  11. #11
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    How exactly are you supposed to call upon this thing?

    The params are :
    SRLPlayerForm(ShowForm: Boolean; Booleans, Integers, Strings, Extendeds: TStringArray);

    But i cant figure out what to put in the booleans, integers, strings, etc slots.

    Example, someone?

  12. #12
    Join Date
    Jul 2007
    Posts
    1,055
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    All I can say is that Bahobo (idk the real spelling) his EYC the pay version does same thing.

  13. #13
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by lordsaturn View Post
    How exactly are you supposed to call upon this thing?

    The params are :



    But i cant figure out what to put in the booleans, integers, strings, etc slots.

    Example, someone?
    SCAR Code:
    SRLPlayerForm(ShowForm: Boolean; Booleans, Integers, Strings, Extendeds: TStringArray);

    SCAR Code:
    SRLPlayerForm(True, ['{One Bolean ( dropes down True False ) }', 'Second boolean', 'so on, you can have 1 - Infinaty... =]'], ['1 integer', '2 integer', '3 integer ( on once agin 1 - inf...)'],['same ere but strings'], ['same ere but extendededs...', '=]']);

    notice
    SCAR Code:
    SRLPlayerForm(True
    true is to shod da form... False is to just load the info in the form from past uses... =] Notice the
    SCAR Code:
    SRLPlayerForm(True, [], [], [], []){?}
    the
    SCAR Code:
    []
    allows 1 - inf, if you only want one you stil need the [] so you need
    SCAR Code:
    ['{thing}']

  14. #14
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Administrator's Warning:


  15. #15
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice form summillion both
    ~Hermen

  16. #16
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Sumilion View Post
    I spent some time hammering on this problem, it wasn't easy well ... it was easy but it took a lot of editting.

    I had to make a system that switches the labels to the right Player tab every time you change tabs... had to iron out loads and I mean loads of Out of range errors that popped up everywhere .. however I managed to do it It will be in the next rev of SRL ... be patient...
    tada
    Administrator's Warning:


  17. #17
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Alot easier to great a group box for each player, then hide that groupbox, everything that is in that groupbox vanishes .

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  18. #18
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Yes it would be, but when I created this form I never used Groups. To convert it all to groupboxes would be a gigantic job and afaik you get little in return now.
    Administrator's Warning:


  19. #19
    Join Date
    Mar 2007
    Posts
    1,700
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Great! Thanks Sum and Timer!

  20. #20
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Close?

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. SRLPlayerForm and TStringArray
    By rotflmfwao in forum OSR Help
    Replies: 3
    Last Post: 08-21-2007, 08:39 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
  •