Re: [flex_india:28085] sample working example required

2010-01-28 Thread Saurabh Narula
Hi, What kind of samples?, can you please be specific, are you finding it hard to get examples about flex in general over google? Saurabh On Fri, Jan 29, 2010 at 11:50 AM, Pawan wrote: > Hi , > > i need sample example required , kindly help me.. > > Regards > Pawan.K > > -- > You received t

[flex_india:28084] sample working example required

2010-01-28 Thread Pawan
Hi , i need sample example required , kindly help me.. Regards Pawan.K -- 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_in...@googlegroups.com. To unsubscribe from this group, send email to fle

Re: [flex_india:28083] XML root node name

2010-01-28 Thread arvind hr
Hi Kiran, You can use xml.name().localName Thanks Arvind On Fri, Jan 29, 2010 at 4:05 AM, AsHu wrote: > Hi Kiran, > > > use the below line of code inside the ResultMethod, You will get the ROOT > tag name:: > > > event.result.name() > > > Thanks & Regards > Ashutosh Pandey > +91 9582734522 > >

Re: [flex_india:28082] Re: sms webservice to send sms on indian cellular networks ???

2010-01-28 Thread balajisundar
the code is not working for me.. could u help me,iam not even getting the alert msg displayed -- View this message in context: http://old.nabble.com/-flex_india%3A16276--sms-webservice-to-send-sms-on-indian-cellular-networks-tp20556792p27366929.html Sent from the Flex India mailing list arch

Re: [flex_india:28081] Re: Prevent CTRL+V & CTRL+C on Flex TextInput component.

2010-01-28 Thread Jitendra Jain
Well Ravindra, i don't think this will work because those are handled by operating system first and then passed to Flex. On Fri, Jan 29, 2010 at 10:23 AM, Ravindra Kumar Challagandla < chicy...@gmail.com> wrote: > do event.preventDefault() in TextEvent.TEXT_INPUT event.. by doing so > you can res

Re: [flex_india:28080] Rendering Problem

2010-01-28 Thread Jitendra Jain
if(event.currentTarget.selected) { Alert.show("Hi I am selected"); }else if(!event.currentTarget.selected) { Alert.show("Hi I am not selected"); } } On Fri, Jan 29, 2010 at 10:37 AM, venkatesh keetha < venkatesh.kee...@gmail.com> wrote: > > It may solve your

Re: [flex_india:28079] Rendering Problem

2010-01-28 Thread venkatesh keetha
It may solve your problem http://www.adobe.com/2006/mxml"; layout="absolute"> -- Venky -- 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_in...@googlegroups.com. To u

Re: [flex_india:28078] Re: Need help in checkbox rendering

2010-01-28 Thread Raghunathan Mohan
Hi Sowmya , I got an idea to solve your problem. if you select a checkbox the change event will be called public function valueCheck(event:Event, chk1:Object):void { if(chk1.selected) { Alert.show(“Hi I am selected”);

Re: [flex_india:28077] Re: Need help in checkbox rendering

2010-01-28 Thread Raghunathan Mohan
Hi Sowmya, On Fri, Jan 29, 2010 at 2:08 AM, FlexiSush wrote: > hey u can check out > > > http://flexphpworld.wordpress.com/2010/01/28/using-checkbox-as-item-renderer-in-datagrid > > > On Jan 27, 1:43 am, Soumya Here wrote: > > Hi All, > > > > In my case, I got an ArrayCollecion from RemoteObj

[flex_india:28076] Re: Prevent CTRL+V & CTRL+C on Flex TextInput component.

2010-01-28 Thread Ravindra Kumar Challagandla
do event.preventDefault() in TextEvent.TEXT_INPUT event.. by doing so you can restrict pasting into text input. On Jan 19, 5:06 pm, Raghavendra M wrote: > Hi All, > > I have a requirement of disabling copying from and pasting into TextInput > component  in flex. I have tried by capturing the key

Re: [flex_india:28074] Scrolling TileList programmatically

2010-01-28 Thread Raghunathan Mohan
hi, Can you get me the code . i will try to solve it for you. Regards, Raghunathan M On Fri, Jan 29, 2010 at 5:49 AM, Guilherme Utrabo wrote: > Hello, > > I have to scroll a TileList vertically through two buttons (up and down) > and hide the default scroll bar. > So I tried to do that

Re: [flex_india:28075] Rendering Problem

2010-01-28 Thread Raghunathan Mohan
Hi Sowmya, The problem with your code is if(dg2.selectedItem) { Alert.show("Hi I am selected"); } if(!dg2.selectedItem) { Alert.show("Hi I am not selected"); } this condition is always true if you click on a DataGrid row to select a check box. *dg2.selectedItem

Re: [flex_india:28073] Help in ViewStack

2010-01-28 Thread Raghunathan Mohan
Hi, Try to create a seperate Component for the ViewStack and then in the parent application create object for it and add it to the parent application. So whenever u open it will be automatically reloaded and also when you are moving out or closing it remove that object from the parent applic

Re: [flex_india:28072] Re: Need help in checkbox rendering

2010-01-28 Thread Alekhya Krishna
http://www.adobe.com/2006/mxml” layout=”absolute”> On Thu, Jan 28, 2010 at 12:38 PM, FlexiSush wrote: > hey u can check out > > > http://flexphpworld.wordpress.com/2010/01/28/using-checkbox-as-item-renderer-in-datagrid > > > On Jan 27, 1:43 am, Soumya Here wrote: > > Hi

[flex_india:28071] Re: Need help in checkbox rendering

2010-01-28 Thread FlexiSush
hey u can check out http://flexphpworld.wordpress.com/2010/01/28/using-checkbox-as-item-renderer-in-datagrid On Jan 27, 1:43 am, Soumya Here wrote: > Hi All, > > In my case, I got an ArrayCollecion from RemoteObject call and populate a > Datagrid for display in front end. > > There I want to ad

[flex_india:28070] Scrolling TileList programmatically

2010-01-28 Thread Guilherme Utrabo
Hello, I have to scroll a TileList vertically through two buttons (up and down) and hide the default scroll bar. So I tried to do that setting the verticalScrollPolicy to "off" and changing the verticalScrollPosition. But no success. 1. Why I can't change the verticalScrollPosition? (is it becaus

Re: [flex_india:28069] Help in ViewStack

2010-01-28 Thread Andrea Giorgetta
I've done that using the "show" event of each view in the stack. You can try using the "show" event for identificacao and pais components, but in case that doesn't work, try using the event from the outer component (" < /mx:Box>

Re: [flex_india:28068] XML root node name

2010-01-28 Thread AsHu
Hi Kiran, use the below line of code inside the ResultMethod, You will get the ROOT tag name:: event.result.name() Thanks & Regards Ashutosh Pandey +91 9582734522 "Research is what I'm doing when I don't know what I'm doing." On Thu, Dec 31, 2009 at 4:21 AM, Kiran Kumar Vasireddy wrote:

[flex_india:28067] Re: Help in ViewStack

2010-01-28 Thread FlexiSush
hey u can refer solution in my blog at http://flexphpworld.wordpress.com/2010/01/28/viewstack-example On Jan 28, 9:10 pm, Fausto Vaz wrote: > Hi everyone, > > i need some help with viewstacks. > Im implementing an application where i have a viewstack and i'd like to > refresh or reload the infor

[flex_india:28066] Re: Populating datagrid using webservice from an xml file

2010-01-28 Thread mahee
Hi Raghunath, Thanks for your reply. I have few questions from the code - I copied the code and executed. I entered the zip code and weight and clicked the button. I get a http error. Can you tell what is wrong? Also I have quest abt the code - what does the below code does, please explain

[flex_india:28065] Re: Rendering Problem

2010-01-28 Thread FlexiSush
hey u can check the solution in my blog http://flexphpworld.wordpress.com/2010/01/28/using-checkbox-as-item-renderer-in-datagrid On Jan 28, 9:41 pm, Soumya Here wrote: > Hi, > > I have a problem while selecting a checkbox in a datagrid.when I select > the checkbox it shows as selectedbu

[flex_india:28063] Help in ViewStack

2010-01-28 Thread Fausto Vaz
Hi everyone, i need some help with viewstacks. Im implementing an application where i have a viewstack and i'd like to refresh or reload the information of my viewstack's child everytime this child is shown. My ViewStack: < /mx:Box>

[flex_india:28064] Rendering Problem

2010-01-28 Thread Soumya Here
Hi, I have a problem while selecting a checkbox in a datagrid.when I select the checkbox it shows as selectedbut when I deselect itagain it shows as selected. I want to track the checkbox selection is checked or not on a particular data.please help. Code as below, http://www.adob

Re: [flex_india:28062] error: & sign within the string

2010-01-28 Thread Muthu kumaran
Thanks On Thu, Jan 28, 2010 at 6:16 PM, arvind hr wrote: > use & > > Thanks > Arvind > > On Thu, Jan 28, 2010 at 5:32 PM, baskaran rajendran < > baskara...@gmail.com> wrote: > >> try like this,use double quotes or use ascii value of & >> >> >> On Tue, Jan 26, 2010 at 11:29 AM, pgmkumaran wrote:

Re: [flex_india:28061] Populating datagrid using webservice from an xml file

2010-01-28 Thread Raghunathan Mohan
Hi Mahee, Here i am sending you a sample code . Hope it should help you. http://www.adobe.com/2006/mxml"; layout="absolute"> http://www.flexmonkeys.com/F3GSE/PartII/quickstart/xmlHttpService.aspx"; result="handleXML(event);" fault="handleFault(event);" useProxy="false"

[flex_india:28060] Re: Multiple context menus

2010-01-28 Thread nd
Simple Got the solution Instead of rightClick property use contextMenu On Jan 27, 12:25 pm, nd wrote: > Hi All, > > I was trying to get different context menus on different components;; > > here is what I am trying to do: > > Can someone please tell me how to get diffe

[flex_india:28059] Urgent Requirement on Flex

2010-01-28 Thread mahesh bab
Hi, This is mahesh Babu.I am working for Windbricks Software Solutions,Hyderabad.Presently we have an urgent requirement for the position of flex developer. *Job Description:* -1-3 years experience as a Flex developer. - Experience building and designing Flex applications and custom Flex widgets

Re: [flex_india:28058] error: & sign within the string

2010-01-28 Thread arvind hr
use & Thanks Arvind On Thu, Jan 28, 2010 at 5:32 PM, baskaran rajendran wrote: > try like this,use double quotes or use ascii value of & > > > On Tue, Jan 26, 2010 at 11:29 AM, pgmkumaran wrote: > >> hi, >> >> I got the error when i using for & within the string. >> >> displayName='Simulta

Re: [flex_india:28057] error: & sign within the string

2010-01-28 Thread baskaran rajendran
try like this,use double quotes or use ascii value of & On Tue, Jan 26, 2010 at 11:29 AM, pgmkumaran wrote: > hi, > > I got the error when i using for & within the string. > > displayName='Simultaed demand with uppper & lower limits' > > my code is > > itemRenderer="mx.charts.renderers.Bo

[flex_india:28056] Learn How To Create, Distribute and Monetize Games using AFP

2010-01-28 Thread Roop sharma
Learn How To Create, Distribute and Monetize Games using Adobe Flash Platform at IGDS 2010 India Game Developer Summit 2010 – First, Independent Event on Game Programming, Business and Careers Bangalore, January 28, 2010: The Adobe Flash Platform is the leading platform in the world for developing

[flex_india:28055] Learn How To Create, Distribute and Monetize Games using AFP

2010-01-28 Thread satpal
Learn How To Create, Distribute and Monetize Games using Adobe Flash Platform at IGDS 2010 India Game Developer Summit 2010 – First, Independent Event on Game Programming, Business and Careers Bangalore, January 28, 2010: The Adobe Flash Platform is the leading platform in the world for developin

Re: [flex_india:28053] Re: Prevent CTRL+V & CTRL+C on Flex TextInput component.

2010-01-28 Thread Arindam Mojumder
use selectable mode false. 2010/1/28 imorpheus > i want to ask too... > > On 1月19日, 午後9:06, Raghavendra M wrote: > > Hi All, > > > > I have a requirement of disabling copying from and pasting into TextInput > > component in flex. I have tried by capturing the key Up and Down Events. > > Bu

[flex_india:28054] Reg:Flash Player dependency

2010-01-28 Thread susan
Hi! I have found a lot of errors while running my Flex 2 project using flash player 10 in Internet Explorer. But at the same time the same project(with out any code change) is working fine while running using Flash player 9. May i know, is there any dependency for flash player with flex sdk/ Fl

[flex_india:28052] Re: Prevent CTRL+V & CTRL+C on Flex TextInput component.

2010-01-28 Thread imorpheus
i want to ask too... On 1月19日, 午後9:06, Raghavendra M wrote: > Hi All, > > I have a requirement of disabling copying from and pasting into TextInput > component  in flex. I have tried by capturing the key Up and Down Events. > But it did not give full proof solution, i.e not always it was able

[flex_india:28051] Re: Open excel application from flex

2010-01-28 Thread Hari Narayanan
It should be browser simpatico On Jan 28, 1:33 pm, Jitendra Jain wrote: > Using Javascript you can. But will work only in IE and not in FF. > > On Thu, Jan 28, 2010 at 9:24 AM, Hari Narayanan > wrote: > > > > > Hi > >     Does anyone knows how to open excel file without using > > navigateToURL()

[flex_india:28050] Re: Open excel application from flex

2010-01-28 Thread Hari Narayanan
I want to read the file from the server file system. how? On Jan 28, 10:05 am, Akshar wrote: > do you want to read the file from the local file system or from the > server file system. > for reading local file go through this > link:-http://www.mikechambers.com/blog/2008/08/20/reading-and-writin

[flex_india:28049] Re: Open excel application from flex

2010-01-28 Thread Akshar
do you want to read the file from the local file system or from the server file system. for reading local file go through this link:- http://www.mikechambers.com/blog/2008/08/20/reading-and-writing-local-files-in-flash-player-10/ On Jan 28, 8:54 am, Hari Narayanan wrote: > Hi >      Does anyone

[flex_india:28048] What is the diff b/w Creating a channel and endpoint URL procedure???

2010-01-28 Thread prajnith k
Hi friends im integrating java and flex and i use creating a channel for every screen and i have nearly more than 15 screens ... is creating a channel every time is good habit or not? Prajnith -- You received this message because you are subscribed to the Google Groups "Flex India Communit

[flex_india:28045] Populating datagrid using webservice from an xml file

2010-01-28 Thread mahee
Hi Friends, Please help me to understand how I can populate a datagrid calling a webservice. Please provide me some easy to understand example or code. My target is to call an xml file using a webservice call in flex. Regards, Mahee -- You received this message because you are subscribed to th

[flex_india:28046] Re: flex with java integration

2010-01-28 Thread Akki
Hi What exactly do you wanna know about Flex-Java integration. Preferably use LCDS. Akhil On Jan 27, 8:18 am, lavakumar munja wrote: > hey we can do that using http service... > > On Wed, Jan 27, 2010 at 1:05 AM, sathish kumar > wrote: > > > hi all > > > i dont abt the  flex with java integrati

[flex_india:28047] Getting the lines of codes written in flex

2010-01-28 Thread Akshar
I want to know the total number of lines of code written in flex in our project. Is there any tool which can help me in doing this. It will be good if the tool is able to show number of blank lines, number of commented lines etc. thanks in advance. -- You received this message because you are su

Re: [flex_india:28044] Re: Urgent Opening for flex Developer

2010-01-28 Thread Pravin Bendre
Company -Mettle Consulting Pvt. Ltd. Aundh, Pune On Wed, Jan 27, 2010 at 7:52 PM, shubhra wrote: > which is the company? where is the job location? > > On Jan 27, 3:56 pm, Flex Man wrote: > > Requirement 1:- > > Flex Developer: > > 1. 3+ years in Adobe Flex3.0 and Action Script 3.0 or atleast 2

Re: [flex_india:28043] Open excel application from flex

2010-01-28 Thread Jitendra Jain
Using Javascript you can. But will work only in IE and not in FF. On Thu, Jan 28, 2010 at 9:24 AM, Hari Narayanan wrote: > Hi > Does anyone knows how to open excel file without using > navigateToURL() function in flex? > I need code in flex only > > Regards, > Hari > > -- > You received this