Re: Where is cairngorm.swf download for flash builder 4.7

2015-02-12 Thread Tom Chiverton
On 11/02/15 16:22, joe9 wrote: Porting a Flex 3.5 application that uses cairngorm.swf to Flash Builder 4.7. At the cairngorm source forge could not find a cairngorm.swf for Flash Builder 4.7. You shouldn't need to update the library. Just use any old one. Tom

Re: Flex 14.0 ActionBar in ViewNavigatorApplication ignores chromeColor style setting

2015-02-12 Thread OmPrakash Muppirala
Les, I have checked in a fix here https://git1-us-west.apache.org/repos/asf?p=flex-sdk.git;a=commit;h=5c98108c You should be able to copy the changes into your local copy of the SDK. Thanks, Om On Wed, Feb 11, 2015 at 5:37 PM, leswoolsey wrote: > My IOS app is a Spark ViewNavigatorApplication

Re: Evenly distribute column width in Spark Datagrid

2015-02-12 Thread Shervin Asgari
Thank you for the response. I did try typicalItem. It didn't work. I will try your other suggestions when I get a chance and report back. Shervin 2015-02-08 23:30 GMT+01:00 Nemi : > If I remember correctly, I fixed missing row background > (http://i.imgur.com/UVpr9mN.png) in last column by sett

Re: Evenly distribute column width in Spark Datagrid

2015-02-12 Thread Shervin Asgari
I tried with requestedColumnCount, typicalItem and minWidth on the last grid column. None of these worked. I still have the same issue. I am not sure whaty ou mean by add/remove columns. This is the code for the datagrid with the requestedColumnCount and minWidth http://pastebin.com/8DBPN0iK 20

RE: Evenly distribute column width in Spark Datagrid

2015-02-12 Thread Kessler CTR Mark J
I know I'm late to this. But could you try a dummy column on the end that has no header text. This would be the last column in your list... it would simply add an empty column that take up the remaining space in a uniformed fashion. -Mark

Re: web service call failures/timeouts

2015-02-12 Thread Tomislav Pokrajcic
Hi Fred, can you redesign the workflow to avoid such long waiting times? 1) do the call that returns instantly 2) server is processing the task in the background 3) check for task status by polling (or server push as a more advanced option) 4) retrieve the result when ready Cheers, Tomislav

Re: web service call failures/timeouts

2015-02-12 Thread Seth.
You need to trace the call, and server response in case of fault. You can use fiddler or firebug for tracking which part of web services is giving problem and then optimism accordingly Regards Seth On Thursday, February 12, 2015, Fred Brunton wrote: > Hi, > > I have a flex app in a browser. I

RE: Ranorex

2015-02-12 Thread Jason Taylor
it works, but is incredibly expensive. We have found RiaTest suits our needs far better. ~ JT -Original Message- From: mark goldin [mailto:markzolo...@gmail.com] Sent: Wednesday, February 11, 2015 7:45 AM To: users Subject: Ranorex Anyone can share any experience using Ranorex tool? Th

Re: web service call failures/timeouts

2015-02-12 Thread Fred Brunton
@Tomislav - That's a great idea for a workaround to my problem. If I can't solve the issue I will try your idea. @Seth - Your right, I should try sniffing the network traffic for clues. I got lucky so far, because even though I have seen this faultless web service failure on several browsers, my