Re: [flexcoders] Re: Define repeaters at runtime

2009-02-27 Thread subeesh a
If you are adding the images to some container , you can get it as var ImageArray:Array = yourContainer.getChildren(); Subeesh http://subeesh.co.nr

RE: [flexcoders] Re: Accessing properties of Embedded Flash SWFs from Flex 3

2008-11-11 Thread Subeesh
Hi, You can use Flex Component Kit to create contents from Flash which can be used as components in Flex Take a look at this link http://blog.flexexamples.com/2007/09/02/installing-the-flex-component-kit-fo r-flash-cs3/ Subeesh From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] flex skins and states issue

2008-11-10 Thread Subeesh
You can set the headerHeight of the panel to 0 . Subeesh From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ashok Sent: Monday, November 10, 2008 9:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] flex skins and states issue wanted some help with my

[flexcoders] Re: ScriptTimeOut Issue

2008-05-23 Thread Subeesh
Thanks Alex, The setTimeout call in javascript solved the issue . Subeesh --- In flexcoders@yahoogroups.com, Subeesh [EMAIL PROTECTED] wrote: Hi Alex, Thanks for your reply . But I am not sure what are you trying to say . The error is thrown from flex , not from javascript , and how

[flexcoders] Re: ScriptTimeOut Issue

2008-05-22 Thread Subeesh
Hi Alex, Thanks for your reply . But I am not sure what are you trying to say . The error is thrown from flex , not from javascript , and how cam i use the setTimeout from javascript. Subeesh --- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: Isn't there a setTimeout

[flexcoders] ScriptTimeOut Issue

2008-05-21 Thread Subeesh
. Is there any workaround for this . What i want to achieve is to keep the external html window remain open as long as i wish and to call a method in the flex when it is closed. Thanks in advance Subeesh

[flexcoders] Re: Handling html formatted tables in Flex

2008-05-21 Thread Subeesh
at this link. http://subeesh.wordpress.com/ Subeesh --- In flexcoders@yahoogroups.com, Battershall, Jeff [EMAIL PROTECTED] wrote: Craig, See the note from Claus if you haven't already - he makes the important point that if the data is in XHTML you'll be able to conver the data into a format

[flexcoders] Re: ComboBox KeyBoard Issue

2008-05-08 Thread Subeesh
Of Subeesh Sent: Wednesday, May 07, 2008 11:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ComboBox KeyBoard Issue Hi All, I am having this strage problem . This may be simple . This is the case. i have added a keyboard event listener for the application. when i have

[flexcoders] ComboBox KeyBoard Issue

2008-05-07 Thread Subeesh
Hi All, I am having this strage problem . This may be simple . This is the case. i have added a keyboard event listener for the application. when i have focus on any of the controls like TextInput, DateField , i can listen for the keyboard event . But when the focus is on the ComboBox , the

[flexcoders] Google Spell Checker Component Error

2008-01-22 Thread subeesh a
this is the structure of the crossdomain xml file ?xml version=1.0 ? !DOCTYPE cross-domain-policy (View Source for full doctype...) - cross-domain-policy allow-access-from domain=* secure=false / /cross-domain-policy Thanks is advance Subeesh Save all your chat

Re: [flexcoders] Webservices problem

2007-12-19 Thread subeesh a
Are you passing in the parameters correctly ? . How are you passing the vaues to the webservice method. Post your code snippet here . - Original Message From: sudha_bsb [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, 20 December, 2007 12:15:36 PM Subject: [flexcoders]

[flexcoders] Custom Text Area in Air

2007-11-12 Thread subeesh a
Hi, When we right click on the text area in adobe air applications , we gets context menu with copy , paste , delete etc . How can i add more options to the context menu like Bold ,Italic so that when these menu items are selected , the text selection is formatted. Thanks in advance Subeesh

[flexcoders] Changing Default Timeout Period

2007-10-31 Thread subeesh a
more than 15 seconds to enter data , may be some minutes Can anyone help me with this Thanks in advance Subeesh Find a mall, hotel or ATM in any part of India. Go to http://in.maps.yahoo.com

[flexcoders] Checkbox in Datagrid to Select Items

2007-03-19 Thread subeesh a
Hi All, Can anyone help me with this If i place chek boxes in datagrid column by inline item renderer how can il put al the items in the datagrid in wich the check boxes are ticked to an array. Thanks Subeesh

Re: [flexcoders] Checkbox in Datagrid to Select Items

2007-03-19 Thread subeesh a
Thanks Tracy, That was a great help. Can u please explain in detail in how can i update the dataprovider Subeesh - Original Message From: Tracy Spratt [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, 19 March, 2007 10:29:16 PM Subject: RE: [flexcoders] Checkbox

[flexcoders] .NET web service and Data Grid

2007-03-08 Thread subeesh a
event.result.diffgram.NewDaraSet.Table How can i bind the data to the datagrid in this case Thanks Subeesh __ Yahoo! India Answers: Share what you know. Learn something new http://in.answers.yahoo.com/

[flexcoders] Data Grid and .NET web Service Issue

2007-03-08 Thread subeesh a
event.result.diffgram.NewDaraSet.Table How can i bind the data to the datagrid in this case Thanks Subeesh __ Yahoo! India Answers: Share what you know. Learn something new http://in.answers.yahoo.com/

Re: [flexcoders] Re: .NET web service and Data Grid

2007-03-08 Thread subeesh a
? --- In [EMAIL PROTECTED] ups.com, subeesh a asubeesh2002@ ... wrote: Hi All, I am using a .NET web service to populate datagrid. I am converting the result of the web service call to arraycollection and bind it to the datagrid. The issue is that when there is only one data in the database, the data