Announcement

Collapse
No announcement yet.

email

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • email

    Is there a way to make sure that an end users email has sent before going on to the next action?

  • #2
    Re: email

    Not programmatically.* You could put up a dialog message box asking the user to click OK after they have sent the email.

    * Okay, technically if you know what email client program they are using and you know the name that will appear in the title bar for the message window, you could keep searching through the list of open windows and waiting until the message window doesn't appear in the list any more. But no, Bruce, I'm not going to explain how to do that...this is advanced stuff in the extreme. [img]/ubbthreads/images/icons/smile.gif[/img]
    --[[ Indigo Rose Software Developer ]]

    Comment


    • #3
      Re: email

      Could set up an Auto Reply on the mailbox the mail is being sent to with a password/code for the user to enter to continue?

      Comment


      • #4
        Re: email

        When you guys talk about "xtreme" programming...I can only wonder how quick I would get lost....LOL....but, I bet you get all the chicks at the cocktail parties....LMAO You talk about things I could never even convieve....

        thx for the inspiration...

        Comment


        • #5
          Re: email

          Lorne is the KING of cocktail parties. He even has special socks! When he dances women swoon and fall and bump their heads, that's how charming he is...

          No poop.

          Corey Milner
          Creative Director, Indigo Rose Software

          Comment


          • #6
            Re: email

            i believe it, i believe it....even w/out an IR tee-shirt on....

            Comment


            • #7
              Re: email

              LOL What *****s me up is Lorne is saying NO before I even ask! Love the socks :-)

              Comment


              • #8
                Re: email

                That's just the cocktails talking Bruce. He really means yes.

                Corey Milner
                Creative Director, Indigo Rose Software

                Comment


                • #9
                  Re: email

                  Speaking of coctails, when will the banana learn a new dance . . .
                  TJ-Tigger
                  "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
                  "Draco dormiens nunquam titillandus."
                  Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

                  Comment


                  • #10
                    Re: email

                    Right after it figures out the 17 character password.

                    Comment


                    • #11
                      Re: email


                      Right after it figures out the 17 character password.
                      LOL [img]/ubbthreads/images/icons/smile.gif[/img]
                      --[[ Indigo Rose Software Developer ]]

                      Comment


                      • #12
                        Re: email

                        LOL

                        %EnteredText% = Dialog.GetInformation ("Attention", "Please enter your password:")
                        %Position% = "0"
                        %Sum% = "0"
                        %Length% = String.GetLength ("%EnteredText%")
                        WHILE (%Position% < %Length%)
                        %Char% = String.Mid ("%EnteredText%", %Position%, 1)
                        %IsNumeric% = Evaluate (%Char% * 0)
                        IF (%IsNumeric% = 0)
                        %Sum% = Evaluate (%Sum% + %Char%)
                        END IF
                        %Position% = Evaluate (%Position% + 1)
                        END WHILE
                        %Result% = Dialog.MessageBox ("Title", "%Sum%", Ok, Question)

                        Again...TIGG THE MAN! I'm work-in on a new move (If Tigg can show me how LOL)

                        Comment


                        • #13
                          Re: email

                          Or, is that WORM, THE INVERTEBRATE?
                          (Looks like my code [img]/ubbthreads/images/icons/smile.gif[/img])

                          Comment


                          • #14
                            Re: email

                            COLOR MY YELLOW BODY GREEN! It is yours! WORM THE MAN! Here-ye here-ye! This be the worms work! LOL Sorry dude master!

                            Comment


                            • #15
                              Re: email

                              I thought Tigg was the man? Sheesh you're fickle, especially for a dancing banana. I'd always considered the banana a fairly loyal fruit as far as fruits go unlike the more treacherous fruits such as grapefruits (when's the last time a banana squirted you in the eye?) and kiwi, but nevermore.

                              Corey Milner
                              Creative Director, Indigo Rose Software

                              Comment

                              Working...
                              X