[flexcoders] Re: Flex Builder Out of Memory Errors

2010-03-24 Thread d9_tech
of memory crashes. Our entire dev team gets this and we have a range of winXP, Macintosh, vista, and windows 7. Upgraded to Flash Builder 4, and no dice, still constant crashing =( From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of d9_tech

[flexcoders] Flex Builder Out of Memory Errors

2010-03-19 Thread d9_tech
It's pretty frustrating that Flex Builder regularly crashes with Out of Memory errors during compile and sometimes even when design view is refreshing. After searching for solutions and trying all sorts of memory configurations in the Flex Builder config file, our dev team finally gave up

[flexcoders] Common Access Card (CAC) integration for login to flex app running in browser

2009-11-11 Thread d9_tech
I need to allow login to my Flex app (running in a browser on Windows, Linux, or Mac) from a goverment CAC card. Has anyone on this list ever done that or know where I can go for more info on how to make this happen?

[flexcoders] Re: Performance of associative array or dictionary lookup

2009-10-21 Thread d9_tech
for the hash table? --- In flexcoders@yahoogroups.com, Gordon Smith gosm...@... wrote: No, they aren't sorted. They use a storage technique called a hash table. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of d9_tech

[flexcoders] Performance of associative array or dictionary lookup

2009-10-15 Thread d9_tech
I'm curious to know what the algorithm is behind an associative array or dictionary look up. I'm assuming that associative arrays and dictionaries are sorted when they are created and then something like a binary search is used to do the look up. Can anyone confirm that this is true or offer