[flexcoders] Re: Custom ItemRenderer still not working...

2010-02-07 Thread Laurence
--- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Maybe Tracy can figure it out from just the renderer code, but I think I need a complete (but small) test case with some sample data. Can I send it to you via this list? Or do I have to e-mail you privately somehow? Just let me

[flexcoders] Re: Adobe technical support dropped for Flex 3!

2010-02-07 Thread hpatino.rm
Dear Matt That sounds very incorrect. We support released software only. I bought last week Adobe flex 3 (Adobe standard version) Called adobe tech support on Friday February 05, 2010 around 6:00 PM Eastern Time Transfered to customer service after I was told there is no more tech support

[flexcoders] AddCallBack method of Flash's External Interface not Working

2010-02-07 Thread piyasha_roy
Hi, Can anybody Please help.I am facing a problem when i am trying to access a Flex Function from a JSP/HTML page.I am at loss as to why the reference object of th swf obtained throws an error saying Object doesn't support this property or method when it tries to access the Flex method

[flexcoders] Re: AddCallBack method of Flash's External Interface not Working

2010-02-07 Thread Amy
--- In flexcoders@yahoogroups.com, piyasha_roy piyasha_...@... wrote: Hi, Can anybody Please help.I am facing a problem when i am trying to access a Flex Function from a JSP/HTML page.I am at loss as to why the reference object of th swf obtained throws an error saying Object

RE: [SPAM] [flexcoders] Re: Custom ItemRenderer still not working...

2010-02-07 Thread Tracy Spratt
Post it here, the more eyes that look at it the better for you. Your DataGrid is not editable, correct? And your render is not set as an editor, right? I assume you have debugged this and have tested to see that the dataProvider is set when you set selectedItem? Maybe there is a timing

RE: [SPAM] [flexcoders] Re: Custom ItemRenderer still not working...

2010-02-07 Thread Tracy Spratt
If I am understanding your problem, Array should be fine. The problem with array is when you update elements. The change events should get fired when the entire array is replaced. Besides, it sounds like the list part is working correctly. Tracy Spratt, Lariat Services, development

Re: [flexcoders] Re: Adobe technical support dropped for Flex 3!

2010-02-07 Thread Matt Chotin
I've asked our customer service team to look into this. Sent from my phone. Please excuse brevity or typos. On Feb 7, 2010, at 5:59 AM, hpatino.rm hpat...@rocketmail.commailto:hpat...@rocketmail.com wrote: Dear Matt That sounds very incorrect. We support released software only. I bought

[flexcoders] flex ftp client with coldfusion

2010-02-07 Thread ZIONIST
Hi guys anyone who has achieved this please share. i have realized the normal flex upload is not that effective when it comes to uploading large files, so i would think using ftp would be more effective. i have an upload form in flex using coldfusion that uploads videos and converts them to

[flexcoders] what is Degraffi?

2010-02-07 Thread markflex2007
Degraffi is Flex library,do you thank the url for it. I check with google and can not get the site. Thanks Mike

Re: [flexcoders] Re: Bitmap with Scale9 in custom border

2010-02-07 Thread Steffen Beyer
On Fri, 5 Feb 2010 14:33:40 +, Steffen Beyer wrote: That would not be a problem. The point is, scaling is not applied at all. border.width = w; ...has no effect! Next try: protected function drawBorder(w:Number, h:Number):void { if (w 0) { var g:Graphics =

[flexcoders] How to upload a file in a secure manner.

2010-02-07 Thread Greg Lafrance
I've seen the Flex help examples on uploading files, but what if I have files that are confidential to the client, and I want them uploaded in the most secure manner possible. I'm new to security in Flex and on the web, so please understand that as you form your description. Should I use

[flexcoders] How to zip a file before uploading?

2010-02-07 Thread Greg Lafrance
I know we don't have much control when uploading files, but can we zip files when uploading them from a Flex application? Any code examples or links to such?

Re: [SPAM] [flexcoders] Animating items in a tilelist when filtering arraycollection

2010-02-07 Thread ZIONIST
hi Tracy, i tried doing as you said, i have my dataprovider (dataAr) which i filter and then assign the result to another arraycollection (copydataAr) which i then use as the dataprovider for my tilelist. this has not worked though. maybe there is something am doing wrong. here is the code so

Re: [flexcoders] Record audio to the hard drive

2010-02-07 Thread Andriy Panas
Hi Judah, You can rely on Adobe Air to record captured sound on the desktop http://www.addictivetips.com/windows-tips/microphone-free-adobe-air-mp3-audio-sound-recorder/, otherwise you will have to rely on FMS or Red5 or Wowza Media Server to store the recorded sound locally. -- Best

Re: [flexcoders] what is Degraffi?

2010-02-07 Thread Nick Collins
I think you mean Degrafa, and that would be degrafa.org On Sun, Feb 7, 2010 at 5:43 PM, markflex2007 markflex2...@yahoo.com wrote: Degraffi is Flex library,do you thank the url for it. I check with google and can not get the site. Thanks Mike