Re: [flexcoders] Socket to Gmail

2008-10-17 Thread Shahid Faiz
gmail allows SMTP to send emails. I remember someone written SMTP code to send email in actionscript but don't have link. You can search on SMTP Mailer IIRC. - shahid On Fri, Oct 17, 2008 at 4:55 AM, Rich Tretola [EMAIL PROTECTED] wrote: Anyone know if someone has written a socket

Re: [flexcoders] AIR with twitter

2008-10-13 Thread Shahid Faiz
i hope you have found the answer on twitter mailing list. replace .format with .xml as you are expecting e4x. - shahid On Mon, Oct 13, 2008 at 3:02 PM, abhishekchess1 [EMAIL PROTECTED]wrote: hello all frnds, i want to connect my AIR application with twitter API, i never used any API

Re: [flexcoders] Log4J like library

2008-10-08 Thread Shahid Faiz
(written in Java, ColdFusion, .Net, etc) to catch the log events coming from the AIR app. On Wed, Oct 8, 2008 at 1:41 AM, Shahid Faiz [EMAIL PROTECTED] wrote: Thanks for the link. I have looked at myflex.org, cimlogbookhttp://code.google.com/p/cimlogbook/, renaun.com http://renaun.com

Re: [flexcoders] Log4J like library

2008-10-07 Thread Shahid Faiz
searching for Rolling File Target, externally file based configuration etc. Thanks, Shahid On Tue, Oct 7, 2008 at 9:27 AM, Anatole Tartakovsky [EMAIL PROTECTED] wrote: have you looked at myflex.org?Thank you Anatole On Mon, Oct 6, 2008 at 5:14 AM, Shahid Faiz [EMAIL PROTECTED] wrote

[flexcoders] Log4J like library

2008-10-06 Thread Shahid Faiz
Hi, Does anyone know log4j like library for AIR applications? It is really hard to trace a problem when application is in testing or production without such utility. Thanks, Shahid

Re: [flexcoders] Re: GC Issues

2008-09-22 Thread Shahid Faiz
reflexactions: Are you able to nail down any other issue which caused this GC problem? Or that textarea issue was the only problem in your application. In my case ChangeWatcher was causing problem which I have fixed, but List control holds references to some ItemRenderers (instances of item