Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Bug Report

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-11-2003, 02:01 AM
Junior Member
 
Join Date: Mar 2003
Posts: 13
Default Small bug !

There is a bug in your example Mail Sender .
// Below are *the wrong codes .
sender.onSend = function (type, msg)
{

* * *//Dialogs.msgBox(msg,"Sending email",64);
* * *trace(msg);

}
var sendreply = sender.send(mymail);
if (sendreply)
{
* * *Dialogs.msgBox("SendMail Success!","Success",64);
}
else
{
* * *Dialogs.msgBox("SendMail faild","SendMail Error",16);
}
return true;(wrong position!)

//=== right code position ===
sender.onSend = function (type, msg)
{

* * *//Dialogs.msgBox(msg,"Sending email",64);
* * *trace(msg);
* * *return true;// right position !
}
__________________
- = Vista = -
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:30 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.