Is there a way to make sure that an end users email has sent before going on to the next action?
Announcement
Collapse
No announcement yet.
Collapse
X
-
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 ]]
-
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
-
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
-
Re: email
That's just the cocktails talking Bruce. He really means yes.
Corey Milner
Creative Director, Indigo Rose Software
Comment
-
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
-
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
-
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
Comment