RE: [flexcoders] Custom ComboBox Class issue

2010-01-22 Thread Vaibhav Seth
its a problem with the namespace. check out for manifest.xml Thanks, Vaibhav Seth. EMAILING FOR THE GREATER GOOD Join me To: flexcoders@yahoogroups.com From: warrenony...@charter.net Date: Fri, 22 Jan 2010 09:17:16 -0600 Subject: [flexcoders] Custom ComboBox Class issue

RE: [flexcoders] Public Arrays

2010-01-22 Thread Vaibhav Seth
If I got you right, are you getting the references as null inside the array or array itself as null ? Then you can call the function on the close event of the window, inside the pop-up component. Thanks, Vaibhav Seth. EMAILING FOR THE GREATER GOOD Join me To: flexcoders@yahoogroups.com

RE: [flexcoders] How to parse xml with namespaces

2010-01-22 Thread Vaibhav Seth
Use regex and eliminate the namspaces from the root tag of the XML, check if it works. Root . . . /Root Thanks, Vaibhav Seth. EMAILING FOR THE GREATER GOOD Join me To: flexcoders@yahoogroups.com From: lukevanderfl...@gmail.com Date: Fri, 22 Jan 2010 03:04:05 + Subject: [flexcoders

RE: [flexcoders] HSlider max/min position

2010-01-22 Thread Vaibhav Seth
, Vaibhav Seth. EMAILING FOR THE GREATER GOOD Join me To: flexcoders@yahoogroups.com From: kashif.i...@gmail.com Date: Thu, 21 Jan 2010 12:15:22 -0500 Subject: [flexcoders] HSlider max/min position Hi, I have to swap max/min position

RE: [flexcoders] How to dynamically populate the Header Text of Flex Datagrid from XML or from an arrayCollection

2010-01-22 Thread Vaibhav Seth
work will be more structured and then you have control over the things you mentioned. Thanks, Vaibhav Seth. EMAILING FOR THE GREATER GOOD Join me To: flexcoders@yahoogroups.com From: thomas_...@yahoo.com Date: Thu, 21 Jan 2010 11:55:41 -0800 Subject: [flexcoders] How to dynamically populate

RE: [Spam] RE: [flexcoders] Using Cairngorm and how to display a Popup from aCommand

2009-12-24 Thread Vaibhav Seth
exposed as the Model is a singleton class. But there is no hard and fast rule as well.. :) Thanks, Vaibhav Seth. EMAILING FOR THE GREATER GOOD Join me To: flexcoders@yahoogroups.com From: n...@middleweek.co.uk Date: Tue, 22 Dec 2009 16:03:43 + Subject: Re: [Spam] RE: [flexcoders] Using

RE: [flexcoders] Using Cairngorm and how to display a Popup from a Command

2009-12-22 Thread Vaibhav Seth
hi, Well that's a good question for the starters. Please go through my below blog. Hope you will get some thing out from there. http://groups.adobe.com/posts/ffa987b8a4 Thanks, Vaibhav Seth. EMAILING FOR THE GREATER GOOD Join me To: flexcoders@yahoogroups.com From: n

RE: [flexcoders] Re: How to dispatchevent in popup window?

2009-12-17 Thread Vaibhav Seth
var obj:PopUpComp = PopUpManager.createPopUp(this,PopUpComp); obj.addEventListener() Thanks, Vaibhav Seth. EMAILING FOR THE GREATER GOOD Join me To: flexcoders@yahoogroups.com From: valdhorli...@embarqmail.com Date: Thu, 17 Dec 2009 21:21:42 + Subject: [flexcoders] Re: How