[flexcoders] BlazeDS consumer working with Firefox but not Internet Explorer

2009-06-10 Thread gedavies
My flex 3 client starts up and makes an initial httpservice call to get an arraycollection of data then subscribes to a feed destination for updates every couple of minutes. I have a status field to show the time of the last update. This is working fine with Firefox but it appears that the IE

[flexcoders] Re: BlazeDS consumer working with Firefox but not Internet Explorer

2009-06-10 Thread gedavies
Figured it out from an adobe bug report: http://bugs.adobe.com/jira/browse/BLZ-378 --- In flexcoders@yahoogroups.com, gedavies gedav...@... wrote: My flex 3 client starts up and makes an initial httpservice call to get an arraycollection of data then subscribes to a feed destination

[flexcoders] Re: Reoading a view from a viewstack

2009-04-20 Thread gedavies
I have a series of tabs and I use the show event in the individual components. Then I keep a needsReloading boolean value that is based upon event data from a controller. If the tab is selected, the show event kicks in and the data is reloaded based upon the needsReloading boolean. Not

[flexcoders] Re: 9-slice question/problem

2008-11-24 Thread gedavies
Haykel, that worked perectly! Regards, Geoff. --- In flexcoders@yahoogroups.com, Haykel BEN JEMIA [EMAIL PROTECTED] wrote: Try setting the maintainAspectRatio property of the Image controls to false. In general, the Image and SWFLoader controls are a bit problematic when you don't set

[flexcoders] 9-slice question/problem

2008-11-21 Thread gedavies
I suspect I can guess the answer but looking for the definitive resolution on a 9-Slice question. I have an image that is 960(x) by 113(y) and I want it to dynamically stretch across the screen as a header/title banner but keep the same height. Say for example my screen is 1200 wide. I