[flex_india:23230] Re: How to Focus to particular field in a form

2009-06-25 Thread Ravi Mishra
Hi Surendra, Call setFocus() method of that field on the creationComplete event of the Form. i.e. firstField.setFocus(); HTH, -Ravi On Jun 24, 7:32 pm, surendra surendrachowdary.m...@gmail.com wrote: Hi friends, I have form with so many fields with scroll bar,through this i can view,add

[flex_india:23231] Regarding Loding modules

2009-06-25 Thread AshishMishra
Hi All, I have a question regarding modules: Let me first put the scenario: I my application, there is a MenuBar. It contain lot of options like Project, Modules, Designers, Coders, Contributers and Testers (each option contains 2-3 sub menues like create, edit, search etc) . The problem was

[flex_india:23234] Display array collection in advance datagrid

2009-06-25 Thread lalji
I have a list of data same as following # Task Name StartDate EndDate ParentTaskId -- 1 Project 1 12-01-2009 02-03-2009

[flex_india:23238] Display array collection in advanced datagrid

2009-06-25 Thread lalji
I have a list of data same as following # Task Name StartDate EndDate ParentTaskId --- 1 Project 1 12-01-2009

[flex_india:23233] Re: Passing variable value from one component to another component?

2009-06-25 Thread dileep singh
Hi puneet, Can you elaborate it? On Wed, Jun 24, 2009 at 1:33 PM, Puneet Mishra coolrock...@gmail.comwrote: just try to create the instance of the component in which you want to pass the value and then use (.) operator and pass the value to the other component

[flex_india:23236] Re: How to Focus to particular field in a form

2009-06-25 Thread surendra chowdary
thanks...[?] On Thu, Jun 25, 2009 at 11:34 AM, Ravi Mishra ravi.achi...@gmail.comwrote: Hi Surendra, Call setFocus() method of that field on the creationComplete event of the Form. i.e. firstField.setFocus(); HTH, -Ravi On Jun 24, 7:32 pm, surendra surendrachowdary.m...@gmail.com

[flex_india:23232] Re: How to Focus to particular field in a form

2009-06-25 Thread natarajan santosh
Hi surendra public function init():void { ExternalInterface.call('function browserFocus()'+'{document.getElementById(\'index\').focus();}'); } where index is MXML Apllication just call the above code in CreationComplete. if the problem persists mail me i will tell GoodLuck

[flex_india:23237] Sending Checkbox tree selected items to JSp page

2009-06-25 Thread vikram singh
Hi , 1: I have a checkbox tree . I want to send slected checkbox items of child node in JSP page .there are Parent nodes as well child nodes . I want to send only data of child nodes to JSP page. 2: As well i have one more prob. As i m using HTTPService to update the data in my grid from JSP. On

[flex_india:23235] Looking for Flex opportunities

2009-06-25 Thread Stelle
Hi, I am currently working as a Flex developer in Delhi, looking for some good flex opportunities. I have experience of more than 2-yrs on Rich Multimedia development, online Application development. Have good knowledge on effects,charting, creating custom components, worked on LCDS application.

[flex_india:23239] Re: Display array collection in advanced datagrid

2009-06-25 Thread xelf
Hi, For getting the tree structure you have to create DP for the advanced datagrid like that. Either you need to have an array collection restructured or in xml format... You need to convert to HierarchialData and then give it as Dp for AdvDatagrid. For reference

[flex_india:23241] How to play *.avi or other formatted videos using Flex 3

2009-06-25 Thread bhaskar avulapati
Pls help me regarding how to play *.avi or other formatted videos using flex 3 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email to

[flex_india:23240] ActionScript class as Combobox renderer in DataGrid

2009-06-25 Thread Pankaj
Hi, I have a combobox renderer and using it as one of the columns in the datagrid. If I change the datagrid size/do sorting on the column the values in the combobox changes hapazardly. Pl give me some workaround/trick to solve this problem. Br, Pankaj

[flex_india:23242] Re: Samples on Image Thumbnail

2009-06-25 Thread xelf
Hi Prasad, Here is a link that matches your requirement. http://joelhooks.com/2008/05/11/continuous-scrolling-image-thumbnail-and-slideshow-component-for-flex/ this really looks cool... source is also avalibale pls have a look . i hope this will help you. Sam On Jun 24, 6:45 pm, prasad

[flex_india:23243] Defining Destinations in remoting-confix.xml

2009-06-25 Thread AshishMishra
Hi All, I don't know has anybody has faced this problem earlier: I took the template folder of Blaze-ds template folder from the tomcat and created an application. And i have defined a Remote Object in remoting-config.xml like this : ?xml version=1.0 encoding=UTF-8? service id=remoting-service

[flex_india:23244] Re: how to pass particular data to particular column in datagrid?

2009-06-25 Thread xelf
Karthik, There is another option, use seperate itemrenderers for the 2 columns. Inside the set data() assign the values based on the coniditon check as you required. 1 inside the set data() you will get the entire row data ie., the xml data, you just check the values based on the activity that

[flex_india:23245] Re: how to pass particular data to particular column in datagrid?

2009-06-25 Thread Karthik K
hi Sam Thankyou My exact requirement is , i have an xml timeIntervals xphysicians timekey column 1st=karthik 2nd=FOLLOW-UP/ column 1st=Suresh 2nd=ANNUAL PHYSICAL/ /timekey timekey column 1st=babu 2nd=FOLLOW-UP/ column 1st=appu

[flex_india:23246] Storing and searching words in database

2009-06-25 Thread Pratik. Velani
Hi, I am creating an flex app where the user enters a title in a txt input and then enters comments in text area comp, when the user submits the data is saved into the db.. there is also a search box for searching the text against the user comment .. for eg:- if the user types a word in the

[flex_india:23248] Searching for Multiple terms in XMLListCollection Using IViewCursor

2009-06-25 Thread flywithoutwings
Hi, I'm trying to use IViewCursor's findAny() to search the XMLListcollection by including multiple search criterion but it's not working properly. herez my scenario: I've three tables users,courses and privileges. The users and courses tables contains the details of the existing courses and

[flex_india:23247] Re: Display array collection in advanced datagrid

2009-06-25 Thread lalji
I created the DP and set it as the data source of AdvancedDataGrid. DataProvider -- [Bindable] private var dpFlat:ArrayCollection = new ArrayCollection([ {TaskName:Project 1, PlannedStartDate:12-01-2009, PlannedEndDate:02-03-2009, TaskId:1, ParentTaskId:1},

[flex_india:23249] Re: Storing and searching words in database

2009-06-25 Thread designscripting.com
Hi Pratik, Indexing is the best way to search SQL DB ... http://www.sphx.org/index.html --- one of the efficient indexing technique.. once you return the result to flash you can suggest the user with the data.. http://www.designscripting.com/2008/10/14/search-manager%E2%80%93suggest-toolas3/

[flex_india:23250] Re: Effects while removeChildren()

2009-06-25 Thread designscripting.com
Hi Sabari, component.setStyle(removedEffect , Effect); hope this help you.. i think its not advisable to use setStyle Often.. -sara www.designscripting.com On Jun 24, 9:24 am, v...@t vira...@gmail.com wrote: Hello try to use removedEffect for children(component) With Regards Virat

[flex_india:23251] Re: Display array collection in advanced datagrid

2009-06-25 Thread Dinesh Patil
You can use GroupingCollection and group it by project id then use that GC as DP for ADG. Thanks, Dinesh On Thu, Jun 25, 2009 at 2:40 PM, xelf samjayan...@gmail.com wrote: Hi, For getting the tree structure you have to create DP for the advanced datagrid like that. Either you need to have

[flex_india:23252] Re: Showing labels on linechart

2009-06-25 Thread saurabh goel
Hi, Try to use baseAtZero=true in LinearAxis. Regards Saurabh On Thu, Jun 25, 2009 at 2:07 AM, Eduardo edusferre...@gmail.com wrote: Hi, I'm new here. I hope you can help me and I can help you. I'm on trouble with a requeriment from my client. I have a chart with two line series. I

[flex_india:23255] Re: passing one variable to another one webpage

2009-06-25 Thread sravan kumar
geetha, you need to import the below stament* import* flash.net.navigateToURL; *and no need to mention this : urlr.method = POST;* *If ur problem still not solved explain ur problem to me bit more clear.* On Wed, Jun 24, 2009 at 7:39 PM, geetha geethu1...@gmail.com wrote: Oh Thanks

[flex_india:23257] Flex Candidates required

2009-06-25 Thread Shyam
Prefer candidates who have experience with Flex and Flash Technologies. some one really good at Interaction Design and User Experience Design. Should have experience with CSS,Flash (preferably flex),AJAX,Actionscript and Javascript. --~--~-~--~~~---~--~~ You

[flex_india:23258] Re: passing one variable to another one webpage

2009-06-25 Thread Anil
Thanks Ravi.. was using Java script to pass pass variables all along. This seems to be better. On Jun 24, 10:06 am, Ravi Mishra ravi.achi...@gmail.com wrote: You can use localConnection object for that. Search for localConnection in Livedocs. -Ravi On Jun 24, 7:00 pm, geetha

[flex_india:23259] Re: Defining Destinations in remoting-confix.xml

2009-06-25 Thread Jignesh Wala
Hi Ashish, see the following URL this will answer your all question : http://sujitreddyg.wordpress.com/2009/01/22/multiclassjavaadapter/ - Jignesh. On Thu, Jun 25, 2009 at 3:57 PM, AshishMishra ashish.mishr...@gmail.comwrote: Hi All, I don't know has anybody has faced this problem

[flex_india:23256] Re: Regd : Joining this group

2009-06-25 Thread sravan kumar
welcome to this group On Mon, Jun 22, 2009 at 10:22 PM, Jagadish M jagan.f...@gmail.com wrote: all the best.. On Mon, Jun 22, 2009 at 10:08 AM, Prasanna prasye...@gmail.com wrote: Hi all, I would like to join this group because i am new to Flex. -- Thanks Regards, Jagan

[flex_india:23260] Create ComboBox editor for a datagrid in as3

2009-06-25 Thread Anil
Hi, I want to know if anyone has created a custom combo box editor for a data grid column in actionscript(not mxml). Any code snippets or pointers would be highly appreciated. Thanks, Anil --~--~-~--~~~---~--~~ You received this message because you are subscribed

[flex_india:23261] Re: Flex Candidates required

2009-06-25 Thread Venkat
So what is exp you are looking for? I am about 9 years exp, about 1 year in Flex. Mainly into architect ,design and coding Venkat On Jun 25, 12:02 pm, Shyam shyambpra...@gmail.com wrote: Prefer candidates who have experience with Flex and Flash Technologies. some one really good at