[flexcoders] SSL with IIS Http Compression

2008-07-06 Thread M.Javed
Hi, I am trying to use HTTP Compression with SSL, the problem is that it stops loading the application in between and doesn't load any modules if HTTP Compression is on in IIS, it works fine if i run the application turing HTTP Compression Off. any ideas?

[flexcoders] AIR Update Problem

2008-06-09 Thread M.Javed
Hi all, just a little query if anyone can help, I am currently new on AIR applications but have worked on flex web applications alot, I was just making a sample application for my project, when I made the release build with .air extension and tried to install it, it gave me an error saying

RE: [flexcoders] ModuleLoader Ready event

2008-04-20 Thread M.Javed
once. - From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of M.Javed Sent: Saturday, April 19, 2008 8:12 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ModuleLoader Ready event Hi all, I am facing

[flexcoders] ModuleLoader Ready event

2008-04-19 Thread M.Javed
Hi all, I am facing a problem in loading modules in my application, my application loads 6 to 10 modules on startup, what I have noticed that it sometimes miss to fire the ready event on any random module causing abnormal application behaviour. I just want to know is this some kinda known

[flexcoders] localized context menu

2008-03-25 Thread M.Javed
Hi, There is a little problem I am facing in my localized application that when I try to show some localized text in context menu it doesnt display the localzed text, instead it displays questions marks. The rest of application is working absolutely fine with localzed strings. is there any

RE: [flexcoders] Localized library

2008-02-19 Thread M.Javed
? What exactly does it say? Did you use the copylocale script to create ar_SA framework resources? Gordon Smith Adobe Flex SDK Team - From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of M.Javed Sent: Monday, February 18, 2008 11

[flexcoders] Localized library

2008-02-18 Thread M.Javed
Hi, First of all thanks for the replies on CSS post which were really helpful. Iam currently developing a library which i want to be localized and based on the localChain property of main application it should display the localized string accordingly. The problem is that it works fine in case

[flexcoders] problem in applying CSS programitcally

2008-02-14 Thread M.Javed
Hi, Iam writing an itemRendere by extending DataGridItemRenderer, and that itemRenderer changes the font style and background color of the cell (which is basically TextBox in this case). All other styles apply sucessfully except the background color, here is the CSS code iam using,

[flexcoders] date substraction problem

2008-02-11 Thread M.Javed
Hi, I have to substract 1 Month from the Date object, iam currently using the SetTime() method of date object as follows, but its giving some abnormal result by adding few days instead of substracting. --- var date:Date = new Date(); var

Re: [flexcoders] date substraction problem

2008-02-11 Thread M.Javed
( ), oldDate.getMonth( ) - 1, oldDate.getDate( )); Cheers Ralf. On Mon, Feb 11, 2008 at 5:08 PM, M.Javed mjavedhussain@ yahoo.com wrote: Hi, I have to substract 1 Month from the Date object, iam currently using the SetTime() method of date object as follows, but its giving some abnormal result

[flexcoders] XML to ArrayCollection

2008-01-27 Thread M.Javed
Hi, I have to convert from XML or XMLList to ArracyCollection. I have found an example but its not working, example is pasted below, -- mx:ArrayCollection id=myAC source={xmldata.items.item}/ The value for source is the