You could really easily serialize your data to a CSV (Comma Separated Values) text file and send that to the client using Flash Player 10 file features.... ...
FLASH DEVELOPERS Zynga Game Networks have multiple openings for Flash Developers ( with AS2/AS3 ) in either San Francisco or Los Gatos. Please contact me: Ray:...
Hi everyone, I have a script that copies data from a datagrid to a clipboard and I can then paste it in Excel. How can I modify this script if I would like to...
Stealth-Mode Startup Seeking UI Engineers Tired of bug fixes, unit tests, and incremental feature requests? Now is the time to get a fresh start. The economy...
Hey Silvafug folks, I've met several of you, and think that a lot of you have some great skills that we could use here at ZipZapPlay/PlayCrafter. In case...
I'll be updating the site later this weekend. However, I just wanted to give you a heads up. We'll be having the year-end Silvafug meeting come next...
Oh well, I guess it's always better to ask forgiveness than permission. Count me in, I'll bring some goodies in my sleigh! I actually meant to copy our...
Hi All, I'm curious, are the meetings ever held in the South Bay? I work in Sunnyvale, and it's difficult to get to SF. I've never been to a meeting, but...
Happy Holidays SILVAFUG - Its late in the year and amazingly, my client has needs in the areas of Sr. Flex Architect/Developer and an AS3/Flash Developer. My...
I was all psyched to get browser history working so easily in my app, but now it looks like it's causing white flashing in firefox 3 and os x. At first I...
When: Thursday, December 11th 2008 Training - 6:30 pm to 7:30 pm Year End Party - 7:30 pm to 9:30 pm Where: Location: Kojak Room Adobe Systems Incorporated 601...
For what it's worth, I'm not seeing this happening with Firefox 3.01 and Flash Player 10 on Mac OS X (10.5.5). Well, let me clarify, I don't seem to notice any...
I have FF 3.0.4 on OS X 10.5.5 and the first time I clicked the "Receiving" tab the entire background of the app turned white behind the TabNavigator. It...
What¹s the company? d ... Douglas Kadlecek 415-921-8808 doug@... Re: [silvafug] Who's Looking? Whats the company? d On 12/9/08 4:26 PM, "ballgame" <...
Good Afternoon, This is a high priority position for us to fill and we are looking to hire someone immediately. If you send me you resume, I will send you ...
I am having a similar issue, but I think it's unrelated to the browser. My issue was in regards to custom components showing the white box when disabled. I was...
Hello, I'm trying to create some unit tests for some custom Flex components. I'm wondering if there is a standard way to force the validation methods...
Hi! I'm using Cairngorm in a small AIR application I'm writing. One of the commands generates thumbnail images for images in the directory selected by the...
Calling validateNow() will force validation on a Flex component. If you want more fine-grained control, there's also validateProperties(), validateSize(), and...
Welcome to single-threaded, event-driven GUI programming! You'll want to look into the state machine pattern and asynchronous command queues. Essentially, you...
I tried validateNow() before and it didn't work. I just tried it again, along with the individual validate methods and they didn't work either ;-( Thanks for...
While this will certainly work for simple, shallow components, validateNow will usually fail to validate an entire composite structure synchronously. The Flex...
Hi Luke, Very much appreciate the detailed response! Dilip From: Luke Bayes Sent: Wednesday, December 17, 2008 3:22 PM To: silvafug@yahoogroups.com Subject:...
I thought about waiting for the creation complete event for tests but, in addition to adding a lot of code, I was afraid of it creating slow tests. I'm not...