Re: [flexcoders] s:DropDownList selectedItem

2012-08-23 Thread kannan Mugundan
Hi, Can you provide the complete code for the dropDownlist. In Flex 3.5, I was using a custom Combobox, where I can set the selected value and also get the value like mx:combobox id=mycombo selectedItem={myobject.myvalue}/ and mycombo.value will return the selected value. I need the same

Re: [flexcoders] Caching issue

2012-06-29 Thread kannan Mugundan
. On 6/27/12 9:48 PM, kannan Mugundan kannanmugun...@gmail.com wrote: Hi, I have a flex application and I have designed each forms in my application as modules On menu click I load my modules using module loader. Now I have manged to avoid caching of my flex application using

[flexcoders] Caching issue

2012-06-27 Thread kannan Mugundan
Hi, I have a flex application and I have designed each forms in my application as modules On menu click I load my modules using module loader. Now I have manged to avoid caching of my flex application using the general work around like adding no cache tags and in the wrapper html I modifled

Re: [flexcoders] Editable DataGrid - Save All Rows - with Weblogic Webservice

2010-07-27 Thread kannan Mugundan
Hi Instead of having the Data grid editable, On select of an item in Datagrid, set the selected row values in a form and update the values and update the data grid data provider with the new values. Then pass the List of items in row to your webservice On Tue, Jul 20, 2010 at 11:00 PM,

Re: [flexcoders] Re: Remote Objects not working with Modules

2010-07-22 Thread kannan Mugundan
Hi I am using modules in my application and each modules has its own Remote object and I am using Spring Blazeds as Server side. post the errors, so you can get some help. Make sure you follow things related to Application current domain settings. kannan On Thu, Jul 22, 2010 at 8:29 PM,

Re: [flexcoders] Re: dynamic source for flvplayback in flex

2009-12-20 Thread kannan Mugundan
Hi You can load the data grid with file name and and a hidden column with the path, which comes for your server once an item is clicked in Data grid, assign that url to source of the file path of the player. On Sat, Dec 19, 2009 at 11:50 AM, stinasius stinas...@yahoo.com wrote: Anyone with

Re: [flexcoders] Blazeds on Godaddy

2009-12-10 Thread kannan Mugundan
/ messagebroker/ amf http://mywebsite/messagebroker/amf page not found error. I did copy the flex folder directly under WEB-INF directory . Regards Kiran -- *From:* kannan Mugundan kannanmugun...@gmail.com *To:* flexcoders@yahoogroups.com *Sent:* Wed, December 9

Re: [flexcoders] Re: Publishing Blazeds application

2009-12-09 Thread kannan Mugundan
Hi, Make sure you have all your blazeds jars is available under web-inf/lib If you want those files to be secure and accessed only by authenticated user You can have your swf under web-inf/ some folder/ else the swf files can be parallel to WEB-INF folder Also make sure you have some default

Re: [flexcoders] Blazeds on Godaddy

2009-12-09 Thread kannan Mugundan
Hi, I can't answer your question directly, but I have a question. Are you able to run a simple web application. And also do you have access to server log. May be you can find some error there. With Regards Kannan On Wed, Dec 9, 2009 at 5:12 PM, Flex Killer flex.kil...@yahoo.com wrote:

Re: [flexcoders] Re: BlazeDS issue

2009-12-06 Thread kannan Mugundan
Hi, Even I had similar problem, When i Send String or an object as parameter from flex thru blazeds to Spring, it worked, but when an ActionScript Arraycollection was sent as parameter, it worked in Sun JDK but the same code did not work in IBM JDK. throwed cannot find the Array collection

[flexcoders] Re : Video Display

2009-11-29 Thread kannan Mugundan
Hi I would like to show the list of video files available in the server in a data grid (And I have the url for those files created and as hidden column in DG) when the user selects that file, it should play that video using the url. Now all works fine, if the file is availabe. But if that

Re: [flexcoders] Re: Java and Flex

2009-11-29 Thread kannan Mugundan
Hi check this project also http://www.springsource.org/spring-flex It is a spring project which integrates flex and java with blazeds and spring. Thanks Kannan On Sun, Nov 29, 2009 at 5:15 AM, Simon simonjpal...@yahoo.com wrote: Here's a really good place to start your journey

Re: [flexcoders] Re: Need Help understanding ModuleManager or Why isn't the chart drawing?

2009-08-24 Thread kannan Mugundan
Hi, May be you need to set the current domain of your moduleloader as current domain. bye Kannan On Sat, Jul 18, 2009 at 10:48 AM, Alex Harui aha...@adobe.com wrote: Maybe the Chart cant find the renderers for the data because of applicationDomain issues. You might have to use a