[flex_india:31636] Re: Change events on NumericStpper

2010-10-04 Thread Nikhil
his > > http://www.flash-db.com/Tutorials/savingAS3/savingData.php?page=2 > > > > On Fri, Oct 1, 2010 at 11:09 AM, Nikhil wrote: > >  i mean, how do i separately log changes due to manual textinput and > > due to pressing the arrowkeys... > > > On Oct 1, 1

[flex_india:31628] Re: Change events on NumericStpper

2010-10-01 Thread Nikhil
i mean, how do i separately log changes due to manual textinput and due to pressing the arrowkeys... On Oct 1, 1:46 pm, Nikhil wrote: > Hi. > > I want to log the changes a user makes in numericStepper. However, if > user makes changes by clicking on the arrow buttons, these ar

[flex_india:31625] Change events on NumericStpper

2010-10-01 Thread Nikhil
Hi. I want to log the changes a user makes in numericStepper. However, if user makes changes by clicking on the arrow buttons, these are recorded separately than if he manually enters the value. Current code snippets: public function calcProfits(event:Event=null):void {

[flex_india:30481] Re: Data input from .txt file.

2010-06-24 Thread Nikhil
se File class. > > Akshar Kaul > > > > On Wed, Jun 23, 2010 at 10:48, Nikhil wrote: > > Sorry. It's an .air application. > > Will I require httpservices? > > > On Jun 22, 3:22 pm, "v...@t" wrote: > > > Hello... > > > > read .

[flex_india:30468] Re: Data input from .txt file.

2010-06-23 Thread Nikhil
Sorry. It's an .air application. Will I require httpservices? On Jun 22, 3:22 pm, "v...@t" wrote: > Hello... > > read .txt file using HttpServices. > > split result string as you requirement and it in to arraycollection. > > Regards, > Virat Pate

[flex_india:30445] Data input from .txt file.

2010-06-22 Thread Nikhil
Hi. I want to input floating point data from .txt file and input them into an arraycollection. The data format is like - number (tab) number \n and 100 lines like these. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to

[flex_india:29552] Re: Datagrid itemrenderer and itemeditor

2010-04-16 Thread nikhil
t; id="level_roomId"  /> >                 >         > > > another sollution : > > write a private function : > private function renderCheckbox():void { >  if( level_roomId.text != null) { >     chk.selected == true;} > >  else { >    chek.sele

[flex_india:29550] Re: Datagrid itemrenderer and itemeditor

2010-04-16 Thread nikhil
er"> >         >                 >                         maxChars="45" id="level_roomId"  /> >                 >         > > > another sollution : > > write a private function : > private function renderCheckbox():void { >  if( leve

[flex_india:29782] Datagrid itemrenderer and itemeditor

2010-04-15 Thread nikhil
Hi, I have one datagrid where one column is for checkboxes and one column is for TextArea. So I used itemRenderer for checkbox like and for TextArea i used itemEditor like, Now my problem is how to checked the che

[flex_india:29354] Re: Flex freelancers

2010-03-25 Thread Nikhil
Hi Developers, I want an experienced flex developer to work for me on few projects. Please get in touch with your portfolio. Regards, Nikhil -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email

[flex_india:27774] Flex and Pdf

2010-01-14 Thread nikhil
ld be appreciated. Thanks, Nikhil -- 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 flex_india+unsubscr...@googlegroups.com. F

[flex_india:24379] Re: textinput validation

2009-08-08 Thread nikhil
you can add change event with your text input and on that event you can call the function where you can check your enter details exists or not. but i think more appropriate option is you should add one button with your Text Input, So that after enter the details user can check by clicking that but

[flex_india:24324] Re: Radio Button Inside DataGrid

2009-08-06 Thread nikhil
filed to show the value in radiobutton too. Initially you can give some value that will show your radio button unselected. but when you click on your radio button that tag in dataprovider must get some value. i think this idea will work to you. Thanks, Nikhil On Aug 5, 4:07 pm, Ramya Arumugam

[flex_india:24037] Re: tool to calculate Maintainability Index of flex code

2009-07-28 Thread nikhil
i mean to say maintainablility Index.. (MI) is there any tool to calculate that? On Jul 28, 5:25 pm, Anish Kumar wrote: > I am curious to know what you meant by calculate the maintainability > of flex code? > Thanks, > -Anish --~--~-~--~~~---~--~~ You received t

[flex_india:24030] tool to calculate Maintainability Index of flex code

2009-07-28 Thread nikhil
Hello Everyone, Is there any tool to calculate the maintainablility of flex code. Please give any links and info about this. thanks & regards Nikhil --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Fl

[flex_india:23903] Re: Page Title Issue

2009-07-22 Thread nikhil
Hey Kiran, Use bm.setTitle ("Title"); after bm.init method. i hope it will work for you. Thanks & Regards Nikhil On Jul 21, 1:13 am, Kiran Kumar Vasireddy wrote: > Dear All, > > It is surprising , If I add Tabnavigator to the application , the page title > is going

[flex_india:23808] Re: checkbox's selecting(checking)

2009-07-18 Thread nikhil
must have the "selected" tag. And in your checkbox item renderer you can use this selected tag to select your checkbox. Thanks Nikhil On Jul 18, 9:23 am, itonflex team wrote: > Hi friends this is kishore i have a requirement that i have a datagrid > and a button in an application

[flex_india:23789] Application Crash at some point on Datagrid.

2009-07-17 Thread nikhil
vertical scroll bar) then it works fine. So when i added the "verticalScrollPolicy = on" property in datagrid, then application works fine in all cases. Please take a look at code and error if you have time and give some suggestion around it. Thanks & Regards Nikhil Khurana --~--~-

[flex_india:23537] Re: Flex Calender

2009-07-06 Thread nikhil
well I solved this issue now.. :) :) sorry for this new thread... but the solution is set the disableDays property of DateField as [0,6]. On Jul 6, 3:34 pm, nikhil <4ever.nik...@gmail.com> wrote: > Hello All, > > Is there any way to disable the saturday and sunday in th

[flex_india:23535] Flex Calender

2009-07-06 Thread nikhil
Hello All, Is there any way to disable the saturday and sunday in the Calender UI? My need is user cannot select the saturday or Sunday as date. Please give me any suggestions regarding this. Thanks & Regards Nikhil --~--~-~--~~~---~--~~ You received

[flex_india:23140] Re: Please tell me how to get data from itemRenderer.

2009-06-22 Thread nikhil
dataprovider in datagrid and you can use that. Thanks Nikhil On Jun 22, 2:29 am, AshokFx wrote: > hi all, > > I have one custom component containing only one combo box. I am > displaying this custom component as itemrenderer of Datagrid. But i > dont know once user select a value fro

[flex_india:22922] Re: Problem in resetting the check box after server side operation

2009-06-11 Thread nikhil
will work. thanks nikhil On Jun 11, 1:53 am, Sri wrote: > Please share your code. Then only we can give the correct solution > > -- > SRI > > On Jun 10, 10:16 am, Ravi Mishra wrote: > > > Adi, > > > Please try to call the following the moment you get the call b

[flex_india:22441] Re: how to maintain the scroll position and the Page number in Datagrid

2009-05-22 Thread nikhil
. actually now i just solved the my problem in that code itself. :) :) i used that counter only to move to the particular page... On May 22, 7:13 pm, "Vinod M. Jacob" wrote: > How are you doing the pagination ? Can you paste the sample code here ? > > On 5/22/09, nikhil <

[flex_india:22434] Re: how to maintain the scroll position and the Page number in Datagrid

2009-05-22 Thread nikhil
Jacob wrote: > You can use scrollToIndex() method.. > > On May 22, 1:27 pm, nikhil <4ever.nik...@gmail.com> wrote: > > > Hello, > > > I have one datagrid with paging. > > > now if i change in one row of the datagrid it need to refresh and > > should mai

[flex_india:22422] how to maintain the scroll position and the Page number in Datagrid

2009-05-22 Thread nikhil
Hello, I have one datagrid with paging. now if i change in one row of the datagrid it need to refresh and should maintain the scroll position of grid. so please give me some idea to how to maintain the scroll position and page in the datagrid. thanks in advance nikhil