Yes/No Comments

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Yes/No Comments

    I'd search for this but as most of you know, the search function doesn't like words shorter than 4 letters. Yes and No both fall into that catagory.

    I would like to change the default answer for yes/no comments to no. Right now, it is at yes. I want no to be highlighted so I can answer no simply by hitting the done button or enter. Anyone know if this can be done? A change in the settings editor maybe?

  • #2
    Originally posted by Goodluck
    I'd search for this but as most of you know, the search function doesn't like words shorter than 4 letters. Yes and No both fall into that catagory.

    I would like to change the default answer for yes/no comments to no. Right now, it is at yes. I want no to be highlighted so I can answer no simply by hitting the done button or enter. Anyone know if this can be done? A change in the settings editor maybe?
    I use a variable to change mine, would that work for you?

    Comment


    • #3
      Originally posted by Tested
      I use a variable to change mine, would that work for you?
      It might but I don't see how. What I am doing is I have a yes/no and depending on the answer it either runs a section of code or skips it. Yes causes it to run, No skips it. I suppose I could change the question to make it so you answer no when you want to run the code but that would be confusing to the other operator.

      Comment


      • #4
        If your using a YES/NO comment you can put that into a variable and use that to turn them on or off.

        Comment


        • #5
          Can't you just change the question so that the scenario you want to default is yes?
          <internet bumper sticker goes here>

          Comment


          • #6
            Originally posted by Goodluck
            It might but I don't see how. What I am doing is I have a yes/no and depending on the answer it either runs a section of code or skips it. Yes causes it to run, No skips it. I suppose I could change the question to make it so you answer no when you want to run the code but that would be confusing to the other operator.
            Originally posted by craiger_ny
            Can't you just change the question so that the scenario you want to default is yes?

            Craig,

            You are getting Paul / Ranger disease. Not reading all the details.
            Besides if Goodluck's monkeys are like yours............
            I swear someone posted this once. I have never done it.
            When in doubt, post code. A second set of eyes might see something you missed.
            sigpic

            Comment


            • #7
              Originally posted by John Kingston
              Craig,

              You are getting Paul / Ranger disease. Not reading all the details.
              Besides if Goodluck's monkeys are like yours............
              I swear someone posted this once. I have never done it.
              It's nice to know that you think so highly of me John-Boy

              http://images.art.com/images/product...0/10046022.jpg
              sigpic
              Xcel 15-20-10 - PFXcel 7-6-5 - Merlin 11-11-7 - Romer Absolute 7525SI
              PCDMIS 2012
              Windows Office XP

              Comment


              • #8
                QWE2 =COMMENT/YESNO,NO,Do you want to output the circle features?
                IF/QWE2.INPUT == "YES"
                ASSIGN/A1 = "NO"
                END_IF/
                ELSE_IF/QWE2.INPUT == "NO"
                ASSIGN/A1 = "YES"
                END_ELSEIF/

                Comment


                • #9
                  Originally posted by John Kingston
                  Craig,

                  You are getting Paul / Ranger disease. Not reading all the details.
                  Besides if Goodluck's monkeys are like yours............
                  I swear someone posted this once. I have never done it.
                  Then change how it evaluates the argument. No big deal. You are not going to get a dialog that displays in monkeyspeak so work around it.
                  <internet bumper sticker goes here>

                  Comment


                  • #10
                    Originally posted by craiger_ny
                    monkeyspeak


                    Hahahhaha
                    sigpic 1.61803399Δ
                    ASSIMILATE INTERGRATE SYNTHESIZE

                    Comment


                    • #11
                      why not use an input comment....then have your text read...to start at blah blah blah press 1, to start at blah blah blah press 2, etc...... works great for me.
                      ~Josh~ Giles Rescue "Ut ceteri vivant"

                      Comment


                      • #12
                        Goodluck,
                        Did you come up with a answer?

                        Comment


                        • #13
                          Nope, I can just live with what I've got.

                          Comment

                          Related Topics

                          Collapse

                          Working...
                          X
                          😀
                          🥰
                          🤢
                          😎
                          😡
                          👍
                          👎