Re: [flexcoders] Flash Caching

2012-01-05 Thread ArunKumar Madas
Or use this in the head tags of index.template.html meta http-equiv=Expires content =0 / meta http-equiv=Pragma content =no-cache / meta http-equiv=Cache-Control content =no-cache / ~A On Thu, Jan 5, 2012 at 6:00 AM, Rogerio Gonzalez rogerio.gonza...@gmail.com wrote: ** Hello Michael!

Re: [flexcoders] combobox, sdk 3.5 bug, any workarounds?

2010-04-05 Thread ArunKumar Madas
; } } ~Peeyush http://www.metadesignsolutions.com On Sat, Apr 3, 2010 at 10:33 PM, ArunKumar Madas arun.fle...@gmail.comwrote: Any one has a quick workaround for this sdk 3.5 bug. http://forums.adobe.com/message/2642802 It is also seen when you just pop-up a title window containing a Combobox

[flexcoders] combobox, sdk 3.5 bug, any workarounds?

2010-04-03 Thread ArunKumar Madas
Any one has a quick workaround for this sdk 3.5 bug. http://forums.adobe.com/message/2642802 It is also seen when you just pop-up a title window containing a Combobox and try to change the dataprovider (doesnt get refreshed until you try to click one of the items).

Re: [flexcoders] Re: Webservice Random Faults

2010-02-24 Thread ArunKumar Madas
%40yahoogroups.com, ArunKumar Madas arun.fle...@... wrote: We have been encountering random SOAP Faults in our application. Definitely something is going wrong. We have a CF implementation for webservices (using coldspring) consumed by the flex application. The end users are randomly

[flexcoders] horizontal DG

2010-02-23 Thread ArunKumar Madas
Does anyone have snippets of a DG to be laid out row-wise (horizontally) instead of default, column-wise ? *Country Header Label* | A | B | C | D | ... (say dataprovider is countryCollection) ~ Arun

[flexcoders] Webservice Random Faults

2010-02-22 Thread ArunKumar Madas
We have been encountering random SOAP Faults in our application. Definitely something is going wrong. We have a CF implementation for webservices (using coldspring) consumed by the flex application. The end users are randomly encountering Fault events. We are using FLEX SDK 3.5 Here are the