Results 1 to 4 of 4

Thread: StatusTitle

  1. #1
    Join Date
    Feb 2006
    Location
    Aussie
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default StatusTitle

    i dunno if people will use this, but i personally do just to check the progress of my scripts, i loook at the title and it is exactly like the status and what is shld be doing. so i know if teh script has screwed up or suumthing.

    Code:
    Procedure StatusTitle(Stat:String);
    begin
      Status(Stat);
      GetApplication.Title:= Stat;
      GetSelf.Caption:= Stat;
    end;

  2. #2
    Join Date
    Feb 2006
    Location
    Australia, NSW.
    Posts
    1,461
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    WriteLn supplies the same details, too. But this is good for if you don't want to maximize scar and check where it's up to. This is more user friendly.

    It's a good Idea. I would never of thought of it.

  3. #3
    Join Date
    Feb 2006
    Posts
    433
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have used something like this before, quite usefull.

  4. #4
    Join Date
    Feb 2006
    Location
    Aussie
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the only problem with that is that different people use different variables for how many stuff they have mined/cut/whatever else, although, i suppose i could add in how long it has been running for? any one think that is a good idea?

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
  •