[flex_india:31795] Re: Cleared Flex 4 ACE exam

2010-10-19 Thread Ram Manoj Kongara
Looks like I posted a wrong link for the document mentioned above. Please use the following link https://docs.google.com/fileview?id=0B7j29UtS_d4zYTE1MDUxYzQtMjM2Ny00N2JmLWE5ZTktMGZhZDI3MzMwMDU0&hl=en&authkey=CNKcxLII Thanks, Ram Manoj Kongara. -- You received this message because you are subscr

[flex_india:31793] Re: Paging on datagrid using LCDS data management config.

2010-10-19 Thread Pavan B
Hi, Forgot to mention that i need this to be done on Flex Builder 3. On Tue, Oct 19, 2010 at 8:20 PM, Pavan wrote: > Hi, > Does anyone have idea on implementing paging (when i scroll the > datagrid, it should get the data from the server not the datasource) > on the datagrid using lcds (da

[flex_india:31793] Paging on datagrid using LCDS data management config.

2010-10-19 Thread Pavan
Hi, Does anyone have idea on implementing paging (when i scroll the datagrid, it should get the data from the server not the datasource) on the datagrid using lcds (data-management-config) with custom java assembler class (fill method), i need the paging to be done from client to server, not

[flex_india:31792] Re: Cleared Flex 4 ACE exam

2010-10-19 Thread Ram Manoj Kongara
Hi All, Thank you for your comments. Uploaded a document to Google docs with the compiled references for Flex 4 ACE exam. https://docs.google.com/leaf?id=0B7j29UtS_d4zNzkxZDc0N2ItZTA1MC00ODE4LTg5NjktOWU5NTE2MWEwN2Vm&hl=en References for following objectives are pending. • Explain the importance o

Re: [flex_india:31791] Take screen shot with AIR application

2010-10-19 Thread Saurabh Narula
Hello, you can invoke the native screen capture utility app using the nativeprocess api in AIR 2.0 see this http://www.thanksmister.com/index.php/archive/screen-capture-with-air-2-nativeprocess/ Thank you, S

Re: [flex_india:31789] Data Moving between textInput renderer on scrolling in advanced datagrid....

2010-10-19 Thread Amruta Kulkarni
Hi This is Flex item renderer recycling issue.If you want to know more about it here is the link which would be helpful to you. http://www.adobe.com/devnet/flex/articles/itemrenderers_pt1.html Thanks Amruta On Tue, Oct 19, 2010 at 7:53 PM, wrote: > add this override method in your itemrenderer.

[flex_india:31789] Take screen shot with AIR application

2010-10-19 Thread newBee
Hi, Anybody know about how to capture screen shot of our screen with an desktop AIR application? I need to create an desktop app with screenshot taking feature. Thanks -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this grou

[flex_india:31788] Re: When sorting, change and selectedItem event problem in a datagrid

2010-10-19 Thread Ramon C.
Try to explain better: If you run the app and sort the datagrid by the column "Provincia", the event change of the datagrid is not dispatch when the selectedItem of the new row selected has the same "Provincia" that the old selected row. http://208.56.115.86/sort/TestSort.html http://208.56.115.8

Re: [flex_india:31787] Data Moving between textInput renderer on scrolling in advanced datagrid....

2010-10-19 Thread ramesh1703
add this override method in your itemrenderer.. public override function set data(value:Object):void{ super.data = value; if(value == null){ return; } this.text = value[DataGridListData(listData).dataField]; } On Tue, Oct 19, 2010 at 19:39, wrote: >

Re: [flex_india:31786] Data Moving between textInput renderer on scrolling in advanced datagrid....

2010-10-19 Thread ramesh1703
add this override method in your itemrenderer.. public override function set data(value:Object):void{ super.data = value; if(value == null){ return; } this.text = value[DataGridListData(listData).dataField]; } On Tue, Oct 19, 2010 at 04:21, Sidhu V

Re: [flex_india:31785] Re: issue with using web service "http://www.aswinanand.com/sendsms.php?wsdl"

2010-10-19 Thread nithya flex
what was the problem? On Mon, Oct 18, 2010 at 10:51 PM, atul parihar wrote: > Hi nithya, > > I fix this issue. > > On 10/18/10, nithya flex wrote: > > post your web service calling code. > > > > On Fri, Oct 15, 2010 at 11:01 PM, atul parihar > > wrote: > > > >> flex 3.2 > >> i am calling http://

Re: [flex_india:31784] Re: [Pune Flex Users:2520] Refreshing workspace - it is a problem

2010-10-19 Thread Gerald Anto Fernando
Thank you Shashank and all friends now it is working fine Thanks&Regards, A Gerald On Tue, Oct 19, 2010 at 3:59 PM, Gerald Anto Fernando < flex.gerald.a...@gmail.com> wrote: > Thank you Shashank i did what you told. > Hello pranav i searched for web developer toolbar it shows that list of web >

Re: [flex_india:31783] Re: [Pune Flex Users:2520] Refreshing workspace - it is a problem

2010-10-19 Thread Gerald Anto Fernando
Thank you Shashank i did what you told. Hello pranav i searched for web developer toolbar it shows that list of web developer toolbar such as Toggle Web Developer Toolbar, php developer toobar, XML toolbar which one i have to install? please let me clear

Re: [flex_india:31782] Re: [Pune Flex Users:2520] Refreshing workspace - it is a problem

2010-10-19 Thread Pranav Negandhi
All the things the guys said above, PLUS - If you're using Firefox, install the Web Developer toolbar. This add-on lets you permanently disable the cache. It's a great time-saver because you don't have to keep clearing the cache every time and you don't accidentally forget to clear the cache and s

Re: [flex_india:31776] Re: issue with using web service "http://www.aswinanand.com/sendsms.php?wsdl"

2010-10-19 Thread atul parihar
thanks ravi i fix this issue. On 10/18/10, Ravi Mishra wrote: > Try changing > {'9023727824'} > {''} > > To > > 9023727824 > > > This should work fine. > > HTH, > > -Ravi Mishra > http://achieveravi.blogspot.com > > On Oct 18, 9:46 am, nithya flex wrote: >> post your web

Re: [flex_india:31776] Refreshing workspace - it is a problem

2010-10-19 Thread Radu Toev
Hi, Modifications might not appear because you could have an error in your code. If this is the case, than the output you see is the last known code state without any errrors in it. On Tue, Oct 19, 2010 at 12:46 PM, Gerald Anto Fernando < flex.gerald.a...@gmail.com> wrote: > Hello Frriends, > i

[flex_india:31776] Increasing the height of datagrid with its parent.

2010-10-19 Thread Thulasi
Hi I have a requirement where my datagrid height needs to be increased, when i resize the container (VGroup). Is there a way to dynamically increase the height? for some reason setting height=100% crashes my flash player? quick help is highly appreciated.. thanks... -- You received this message

Re: [flex_india:31776] Re: issue with using web service "http://www.aswinanand.com/sendsms.php?wsdl"

2010-10-19 Thread atul parihar
Hi nithya, I fix this issue. On 10/18/10, nithya flex wrote: > post your web service calling code. > > On Fri, Oct 15, 2010 at 11:01 PM, atul parihar > wrote: > >> flex 3.2 >> i am calling http://www.aswinanand.com/sendsms.php?wsdl this >> webservice in my flex webservice tag like see the code >

Re: [flex_india:31776] Re: [Pune Flex Users:2520] Refreshing workspace - it is a problem

2010-10-19 Thread Vatsala Dorairajan
Shashank has a valid point. Also clear your browser cache. that could also be a reason why you are not able to see any changes in the output inspite of successful compilation vatsala On Tuesday 19 October 2010 03:20 PM, shashank kulkarni wrote: HI Gerald, Check For Build Automatically options

[flex_india:31776] Data Moving between textInput renderer on scrolling in advanced datagrid....

2010-10-19 Thread Sidhu Vijay Sidhu
hi guys I have a advanced datagrid. and i have rendered a TextInput in datagrid coloumn but when i scroll the datagrid data enter in textinput is moving... between different rendered textInputs...Pls help me out yaar. I need to do task as soon as possible i am going to send here a sample co

[flex_india:31775] Re: [Pune Flex Users:2520] Refreshing workspace - it is a problem

2010-10-19 Thread shashank kulkarni
HI Gerald, Check For Build Automatically options Project- Build Automatically if it is not checked do ctrl+b or Project - Build All And i guess it will start reflecting. Thanks and Regards, Shashank Kulkarni(09822576796), Adobe Flex Technologist., Pune Check out some Cool Stuffs : http://sha

[flex_india:31774] Refreshing workspace - it is a problem

2010-10-19 Thread Gerald Anto Fernando
Hello Frriends, i am using FlexBuilder3 whenever i do modification in my code it is not effected in output of next run. FB always shows refreshing workspace before that the output shows as it was in previous. could you please help me to solve this problem. Will i have to do any changes of settings