Re: [Flashcoders] Strange Behavior with an email link

2011-04-27 Thread Vedanayagam G
Hi

In flex mobile project how to execute sql update and insert query
for play book tablet cos in simulator its working but not update and insert
query working in playbook tablet..

any body do me a favour for this my query

On Mon, Apr 25, 2011 at 11:22 PM, Steve Abaffy st...@msmarketing.bizwrote:

 Thank you that did the trick.

 -Original Message-
 From: flashcoders-boun...@chattyfig.figleaf.com
 [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of DONALD
 TALCOTT
 Sent: Monday, April 25, 2011 12:23 PM
 To: Flash Coders List
 Subject: Re: [Flashcoders] Strange Behavior with an email link

 had somewhat the same problem, used as below to fix.

 //SET THE MAILTO ADDRESS
 var emailLink1:String = mailto:...@i.com;;

 //ADD EVENT LISTENER FOR EMAIL LINK
 mailtoLink1.addEventListener(MouseEvent.MOUSE_DOWN,function():void {
 navigateToURL(new URLRequest(emailLink1), _self);}
 );

 On Apr 25, 2011, at 1:07 PM, Steve Abaffy wrote:

  I have the following code, and in IE8, IE9, Chrome when the email link
  button is pressed, it opens the client email as expected but it also
 opens
 a
  new page that says Navigation Cancelled in Firefox it works without
  opening the extra page.
 
 
 
  How do I make it stop doing that.
 
  function SendRepEmail(e:MouseEvent): void{
 
  var url:String = mailto:; + e.target.RepEmailText.text;
 
   var request:URLRequest = new URLRequest(url);  // Also triedvar
  request:URLRequest = new URLRequest(url,_blank' ); with the same result
 
   try {
 
 navigateToURL(request);
 
   } catch (e:Error) {
 
 //Do Nothing
 
   }
 
  }
 
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 DON TALCOTT
 316 Greenwood Avenue
 Decatur, Georgia 30030

 404.538.1642
 dtalc...@mindspring.com





 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
*Thanks  Regards*
*
*
*G.Vedanayagam*
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Strange Behavior with an email link

2011-04-27 Thread Vedanayagam G
Hi

In flex mobile project how to execute sql update and insert query
for play book tablet cos in simulator its working but not update and insert
query working in playbook tablet..

any body do me a favour for this my query

On Mon, Apr 25, 2011 at 10:52 PM, DONALD TALCOTT dtalc...@mindspring.comwrote:

 had somewhat the same problem, used as below to fix.

 //SET THE MAILTO ADDRESS
 var emailLink1:String = mailto:...@i.com;;

 //ADD EVENT LISTENER FOR EMAIL LINK
 mailtoLink1.addEventListener(MouseEvent.MOUSE_DOWN,function():void {
 navigateToURL(new URLRequest(emailLink1), _self);}
 );

 On Apr 25, 2011, at 1:07 PM, Steve Abaffy wrote:

  I have the following code, and in IE8, IE9, Chrome when the email link
  button is pressed, it opens the client email as expected but it also
 opens a
  new page that says Navigation Cancelled in Firefox it works without
  opening the extra page.
 
 
 
  How do I make it stop doing that.
 
  function SendRepEmail(e:MouseEvent): void{
 
  var url:String = mailto:; + e.target.RepEmailText.text;
 
   var request:URLRequest = new URLRequest(url);  // Also triedvar
  request:URLRequest = new URLRequest(url,_blank' ); with the same result
 
   try {
 
 navigateToURL(request);
 
   } catch (e:Error) {
 
 //Do Nothing
 
   }
 
  }
 
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 DON TALCOTT
 316 Greenwood Avenue
 Decatur, Georgia 30030

 404.538.1642
 dtalc...@mindspring.com





 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
*Thanks  Regards*
*
*
*G.Vedanayagam*
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Strange Behavior with an email link

2011-04-27 Thread Vedanayagam G
Hi

In flex mobile project how to execute sql update and insert query
for play book tablet cos in simulator its working but not update and insert
query working in playbook tablet..

any body do me a favour for this my query

On Mon, Apr 25, 2011 at 10:37 PM, Steve Abaffy st...@msmarketing.bizwrote:

 I have the following code, and in IE8, IE9, Chrome when the email link
 button is pressed, it opens the client email as expected but it also opens
 a
 new page that says Navigation Cancelled in Firefox it works without
 opening the extra page.



 How do I make it stop doing that.

 function SendRepEmail(e:MouseEvent): void{

 var url:String = mailto:; + e.target.RepEmailText.text;

  var request:URLRequest = new URLRequest(url);  // Also triedvar
 request:URLRequest = new URLRequest(url,_blank' ); with the same result

  try {

navigateToURL(request);

  } catch (e:Error) {

//Do Nothing

  }

 }

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
*Thanks  Regards*
*
*
*G.Vedanayagam*
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Strange Behavior with an email link

2011-04-27 Thread Dave Watts
Hi! I'm the list administrator.

You may post questions, but:
- only once,
- and not within a thread started by someone else.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Strange Behavior with an email link

2011-04-25 Thread DONALD TALCOTT
had somewhat the same problem, used as below to fix.

//SET THE MAILTO ADDRESS
var emailLink1:String = mailto:...@i.com;;
 
//ADD EVENT LISTENER FOR EMAIL LINK
mailtoLink1.addEventListener(MouseEvent.MOUSE_DOWN,function():void {
 navigateToURL(new URLRequest(emailLink1), _self);}
);

On Apr 25, 2011, at 1:07 PM, Steve Abaffy wrote:

 I have the following code, and in IE8, IE9, Chrome when the email link
 button is pressed, it opens the client email as expected but it also opens a
 new page that says Navigation Cancelled in Firefox it works without
 opening the extra page.
 
 
 
 How do I make it stop doing that.
 
 function SendRepEmail(e:MouseEvent): void{
 
 var url:String = mailto:; + e.target.RepEmailText.text;
 
  var request:URLRequest = new URLRequest(url);  // Also triedvar
 request:URLRequest = new URLRequest(url,_blank' ); with the same result
 
  try {
 
navigateToURL(request);
 
  } catch (e:Error) {
 
//Do Nothing
 
  }
 
 }
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

DON TALCOTT
316 Greenwood Avenue
Decatur, Georgia 30030

404.538.1642
dtalc...@mindspring.com





___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Strange Behavior with an email link

2011-04-25 Thread Steve Abaffy
Thank you that did the trick.

-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of DONALD
TALCOTT
Sent: Monday, April 25, 2011 12:23 PM
To: Flash Coders List
Subject: Re: [Flashcoders] Strange Behavior with an email link

had somewhat the same problem, used as below to fix.

//SET THE MAILTO ADDRESS
var emailLink1:String = mailto:...@i.com;;
 
//ADD EVENT LISTENER FOR EMAIL LINK
mailtoLink1.addEventListener(MouseEvent.MOUSE_DOWN,function():void {
 navigateToURL(new URLRequest(emailLink1), _self);}
);

On Apr 25, 2011, at 1:07 PM, Steve Abaffy wrote:

 I have the following code, and in IE8, IE9, Chrome when the email link
 button is pressed, it opens the client email as expected but it also opens
a
 new page that says Navigation Cancelled in Firefox it works without
 opening the extra page.
 
 
 
 How do I make it stop doing that.
 
 function SendRepEmail(e:MouseEvent): void{
 
 var url:String = mailto:; + e.target.RepEmailText.text;
 
  var request:URLRequest = new URLRequest(url);  // Also triedvar
 request:URLRequest = new URLRequest(url,_blank' ); with the same result
 
  try {
 
navigateToURL(request);
 
  } catch (e:Error) {
 
//Do Nothing
 
  }
 
 }
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

DON TALCOTT
316 Greenwood Avenue
Decatur, Georgia 30030

404.538.1642
dtalc...@mindspring.com





___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders