Results 1 to 5 of 5

Thread: Popups in forms?

  1. #1
    Join Date
    Jun 2007
    Location
    I'm not sure...
    Posts
    581
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Popups in forms?

    Yeah.... How can I do that, and is it possible?
    ---------------------------------------------------------


    Pm me if you need any math functions made. Me = l0ving t3h mathz

    ---------------------------------------------------------

  2. #2
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default

    What exactly do you mean? If you mean right click menus, search the forums for Tpopupbox or somehthing like that... If you mean alert boxes, for a form GetApplication.Messagebox('message');, But I'm missing some parameters.
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

  3. #3
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yea robot1, you are missing two parameters.
    SCAR Code:
    GetApplication.MessageBox('message', 'message', 0)
    The zero can be any number from 0 to 6, depending on what kind of messagebox you want to pop up.

  4. #4
    Join Date
    Aug 2007
    Posts
    429
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    you can ask a question using

    SCAR Code:
    Readln(question: string): string;

    or if you want more than that your going to want to use a form

  5. #5
    Join Date
    Jun 2007
    Location
    I'm not sure...
    Posts
    581
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok, I think it's somewhat like AU3 in the GetApplication.MessageBox function, thanks you guys!
    ---------------------------------------------------------


    Pm me if you need any math functions made. Me = l0ving t3h mathz

    ---------------------------------------------------------

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. popups
    By zenma in forum News and General
    Replies: 1
    Last Post: 06-30-2007, 05:45 PM
  2. Need help with forms!
    By Da Der Der in forum OSR Help
    Replies: 2
    Last Post: 01-14-2007, 07:13 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
  •