[flexcoders] Re: I want to render gantt chart using datagrid

2009-07-26 Thread Don Kerr
Check out ILOG. It is not free, but it is well worth the price. http://visudemos.ilog.com/webdemos/taskchart/taskchart.html The are a couple blogs about less powerful Gantt options. just google Flex Gantt. I don't have them bookmarked right now. Don --- In flexcoders@yahoogroups.com,

[flexcoders] Re: custom validate email with tooltip

2009-07-26 Thread Don Kerr
Did you check out the EmailValidator . Comes with Flex and does what you need without custom code http://livedocs.adobe.com/flex/3/html/help.html?content=validators_7.html Don Kerr --- In flexcoders@yahoogroups.com, yonghan79 yongha...@... wrote: Hi all,does anyone ever before create custom

[flexcoders] LCDS - No MessageAckEvent received

2009-07-26 Thread Besite - Bart
Hello, I have a messaging application that makes use of the MultiTopicConsumer class. When I run my application for the first time, a MultiTopicConsumer is instantiated and we subscribe() to the this consumer. We always receive a MessageAckEvent message after subscribing. Now when we refresh

Re: [flexcoders] Re: custom validate email with tooltip

2009-07-26 Thread Yesaya handoyo
Not yet..I'll try it..Thanks alot anyway.. On 7/26/09, Don Kerr fusionp...@yahoo.com wrote: Did you check out the EmailValidator . Comes with Flex and does what you need without custom code http://livedocs.adobe.com/flex/3/html/help.html?content=validators_7.html Don Kerr --- In

[flexcoders] Re: How to Export data from an AdvancedDataGrid to excel

2009-07-26 Thread mitchgrrt
Two separate problems: how to get the data out of the AdvancedDataGrid and how to get it into Excel. Getting the data: if you can get the data from the grid's dataProvider that's easy. If you truly have to scrape it from the grid's rows and columns that's hard. There are no direct APIs

[flexcoders] How to debug when I have IE crash?

2009-07-26 Thread Ronen Naor
Hi,We are having quite a lot of IE crashes when running our Flex 3 applications. Usually the clients use IE 7 or 8 and the flash player version is 10. How can I debug it? Is there some kind of logs I can see? Thanks, Ronen

Re: [flexcoders] How to debug when I have IE crash?

2009-07-26 Thread Julien Nicoulaud
Use the Flash player debug version and follow the instructions: http://livedocs.adobe.com/flex/3/html/help.html?content=logging_04.html 2009/7/26 Ronen Naor ronen.f...@gmail.com Hi,We are having quite a lot of IE crashes when running our Flex 3 applications. Usually the clients use IE 7 or

Re: [flexcoders] Re: How to Export data from an AdvancedDataGrid to excel

2009-07-26 Thread Wesley Acheson
Or as another work arround sent the values to the clipboard tab delimited. This requires the user post to flex. On Sun, Jul 26, 2009 at 1:11 PM, mitchgrrt mitch_g...@hotmail.com wrote: Two separate problems: how to get the data out of the AdvancedDataGrid and how to get it into Excel.

[flexcoders] Sending Child's httpservice call from Parent

2009-07-26 Thread fgno...@rocketmail.com
Hi, I have an application called parent.mxml and a component called child.mxml. child.mxml has an httpservice that gets sent via creation complete w/in the child.mxml. How can I change it so that this httpservice gets sent from the parent and the parent then passes the array to the child? I've

RE: [flexcoders] Sending Child's httpservice call from Parent

2009-07-26 Thread Tracy Spratt
Assign an id to the child component: local:child id=mychild/ With that reference, you can access public members in the child component. So in parent, you can do: myChild.doSend(aMyArray); And in child: public function doSend(aSomeArray:Array):void { .

[flexcoders] Re: Sending Child's httpservice call from Parent

2009-07-26 Thread fgno...@rocketmail.com
worked like a charm! thx!

[flexcoders] Re: How to debug when I have IE crash?

2009-07-26 Thread jedierikb
this might be helpful: http://stackoverflow.com/questions/560979/how-to-debug-swf-browser-crashes --- In flexcoders@yahoogroups.com, Ronen Naor ronen.f...@... wrote: Hi,We are having quite a lot of IE crashes when running our Flex 3 applications. Usually the clients use IE 7 or 8 and the

[flexcoders] showing a preloder as images are loaded

2009-07-26 Thread stinasius
hi guys i have struggled with this for a long time. i have a tilelist in which i load so many images. i would like to find a way to show a preloader on each image place holder as its loaded and when its complete the preloader disappears and the image shows up. can someone please help me out

RE: [flexcoders] Measuring the width of a label

2009-07-26 Thread Alex Harui
You can try measureText() Alex Harui Flex SDK Developer Adobe Systems Inc.http://www.adobe.com/ Blog: http://blogs.adobe.com/aharui From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of ivansebastiansurya Sent: Saturday, July 25, 2009 7:08 AM To: