Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2001
    Location
    Ekaterinburg, Russia
    Posts
    5

    Grin Dialog boxes - Yes/No

    Can somebody help me? I don't know how to exit from my menu on Yes and return on No. What Value A, Value B and Operator must I use? Thanks!

  2. #2
    Join Date
    May 2001
    Location
    dallas, tx, USA
    Posts
    81

    Re: Dialog boxes - Yes/No

    On the button for ecit you want it to show a yes/no dialog. Message are u sure?
    with variable being %exit%
    then do a close windows command, with booloean expressin %exit% = yes

    If the user says yes, the menu will close, if no it will stay open

    I always state all my variables and defaults at project open. so I would also add in
    set variable %exit% = no -- although not neccessary, helps me in the coding

  3. #3
    Join Date
    Jul 2001
    Location
    UK
    Posts
    4

    Re: Dialog boxes - Yes/No

    I am attemptiong YES/NO in a menu...

    I want YES to run a program, NO to return to the first page.

    I am going loopy trying to get my head around it - can someone please explain, and pretend I am simple when you do!!!!!

    Cheers,
    Brumbino

  4. #4
    Join Date
    Jul 2001
    Location
    UK
    Posts
    4

    Re: Dialog boxes - Yes/No

    I have put a more detailed request into the other YES/NO thread started by JSM3 - pls reply there.

    MODS: Perhaps combine these two areas?

    Brum.

Posting Permissions

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