[flex_india:21007] how to upload images to server

2009-03-31 Thread purni
hi all, i wanna upload images from flex application to my server which uses symphony(PHP). i am giving the correct path and still the image in not getting uploaded... I am doing all uploaded steps correctly... but still its not getting uploaded... is there any different way while using symphony

[flex_india:21008] 'resetHistory' property of Application

2009-03-31 Thread sheetal
Hello, The resetHistory property of Application says app. will maintain its state when reloaded.That means it wont go to initial state.I tried setting resetHistory to false and when i reload the app. it goes to first state(state as in view). If i want to maintain the state of the app every time

[flex_india:21018] if multiple tree nodes are there when i clicked one tree node other nodes should be closed

2009-03-31 Thread shekar k
Hi all its very urgent\ mailbox--tree outbox--- tree inbox---tree in the above if clicked mail box tree and if outbox and inbox are opened then they should be closed by clicking mailbox over all only one tree should be opened just help if any body knows it is urgent ...

[flex_india:21015] Re: DoubleClick disable in datagrid

2009-03-31 Thread edwin . vgwhiz
Try this! doubleClick=false On Mon, Mar 30, 2009 at 1:32 PM, Neeraj neerajon...@gmail.com wrote: Hi , write event handler on itemdoubleclick and call event.stopImmediatePropogation() method. Hope this will work for you . Neeraj On Mar 30, 1:20 pm, Karthik K cse.k.kart...@gmail.com

[flex_india:21010] Re: Discussion on blogs

2009-03-31 Thread Ricardo Gobbo
see too my blog www.ricardogobbo.wordpress.com On Fri, Mar 27, 2009 at 2:38 PM, dhvanesh dhvanesh@gmail.com wrote: Hi, Please also add my brand new blog: http://flexapplicationdevelopment.wordpress.com/ -- Att. Ricardo Gôbbo de Águas Engenharia de Computação Universidade Federal

[flex_india:21016] SOAP FLEX

2009-03-31 Thread ljcp28ljcp
How to past a multidimensional Array to flex to Java . with SOAP ? How to implement the parameters in the wsdl and the objects in FLEX ? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India

[flex_india:21017] any one have sample weborb+flex sample....?

2009-03-31 Thread Flex Baby
any one have sample weborb+flex sample? --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this

[flex_india:21011] Re: Problem with changing row position.

2009-03-31 Thread babun mondal
Ya. you can do it by enable two properties of datagrid i.e. dragEnabled=true dropEnabled=true.I think it will work. Regards, Babun. On Mon, Mar 30, 2009 at 12:59 PM, deeps sehgal.deep...@gmail.com wrote: Hi all, can anybody tell me .. is it possible to change row positions in a datagrid

[flex_india:21020] GData API for flex

2009-03-31 Thread Java Developer
Hi, friends, I'm trying to retrieve GCalender and Blogger content using GData API from Flex3 framework. Our kind request is that, I'm not able to find out how to retrieve data using GData API. I just want to retrieve data without authentication. pls help us, if anyone got idea. -- Thanks and

[flex_india:21012] by clicking one tree node another tree nodes should be closed

2009-03-31 Thread shekar k
Hi all if mailbox--- outbox--- inbox- three trees are there if i clicked any one only that should be opened and remaining should be closed

[flex_india:21009] full file path-any chance

2009-03-31 Thread Flex Baby
hi, i want to upload a file in flex. and i also want to take full file path of that.any chance i get?or any other solution? plz provide any sample to me. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India

[flex_india:21014] HttpService And Timer Not Saving the AdvancedDataGrid Hierarchy

2009-03-31 Thread HttpService And Timer Not Saving the AdvancedDataGrid Hierarchy
I have following code that updates data from a csv file created on the server using HTTP in Flex. The problem is that the values are not getting refreshed on the Flex GUI. Below is the example. When I load everything is fine. When I change the values in data/tempdata.csv file of one row as

[flex_india:21019] Re: how to upload images to server

2009-03-31 Thread Gurnam Singh
hey purnima, can u pleas send me steps how u try this because i am also working on this kind of task using flex and java. if u hv any helpfull task please share with me. thanks in advance. On Tue, Mar 31, 2009 at 11:59 AM, purni purnima.arunacha...@gmail.comwrote: hi all, i wanna upload

[flex_india:21021] Re: 'resetHistory' property of Application

2009-03-31 Thread GAGAN anand
Hi Sheetal As you know that Flex is a Stateful application and it stores each state within itself. So you can store the state of the application in an Object and while reloading the application you can change the state to the stored one by using the property currentState. This will work if your

[flex_india:21022] Re: Looking for Flex developers while I'm in India

2009-03-31 Thread ManInAction
Hello Uncle Bergie, I am interested work with you.But I m living in New Delhi. Thanks On Mar 29, 11:27 am, Uncle Bergie uncleber...@gmail.com wrote: I'm a Flex developer from San Francisco (U.S.), riding around India on my Bullet, making a video blog, in HTML and Flex, and am interested in

[flex_india:21023] Re: 'resetHistory' property of Application

2009-03-31 Thread sheetal
Thanks for the reply.But i am not using ViewStates and what i mean by maintaining state is that for ex-i have loaded my swf in html.Now i navugate 2 views.Then i use a html link to traverse to some html page.Now i come back to my swf using a link.It should be at the 3 step (the way i left it).It

[flex_india:21025] Re: 'resetHistory' property of Application

2009-03-31 Thread GAGAN anand
Hi Are u embedding the swf in the html page or loading the swf everytime when u r opening the swf page?? Regards Gagan Deep 2009/3/31 sheetal sheetalnilw...@gmail.com Thanks for the reply.But i am not using ViewStates and what i mean by maintaining state is that for ex-i have loaded my swf

[flex_india:21026] Re: full file path-any chance

2009-03-31 Thread ManInAction
Hello, You can use File Referrence.And when you will use upload property of file referrence it take complety path of ur file and send it to server whr you want. On Mar 31, 11:40 am, Flex Baby send2sivagan...@gmail.com wrote: hi, i want to upload a file in flex. and i also want to take full

[flex_india:21027] Re: Load data from php as dataprovider for a List component

2009-03-31 Thread ashok
If this is what you are looking for. This example using htttrequest, resultformat=XML, if your result format is default(i.e, object) just bind the list dataprovider to serv.lastResult.users.student, it should work. ?xml version=1.0 encoding=utf-8? mx:Application

[flex_india:21030] Re: 'resetHistory' property of Application

2009-03-31 Thread sheetal
No i dont mean session state.I am embedding.But how do u reload it every time.As far as i know,when u embed,every time i call that html page the swf is reloaded right?or i am missing something? On Mar 31, 2:29 pm, GAGAN anand gds.anan...@gmail.com wrote: Hi Are u embedding the swf in the html

[flex_india:21031] Re: how to upload images to server

2009-03-31 Thread kalpesh mahida
Hi, if everything is right in flex side then try to debug your PHP code for that you can write a text file through your PHP script that can hold the all required parameters passed from flex front end and at the end you can find out the cause of the not uploading the files on the server. Hope this

[flex_india:21032] Re: 'resetHistory' property of Application

2009-03-31 Thread GAGAN anand
Hi sheetal You can probably use the SharedObjects. You can google it out and find the usage according to ur requirement. HTH Regards Gagan 2009/3/31 sheetal sheetalnilw...@gmail.com No i dont mean session state.I am embedding.But how do u reload it every time.As far as i know,when u

[flex_india:21034] Re: 'resetHistory' property of Application

2009-03-31 Thread sheetal
will definitely look at it.thanks for ur input. On Mar 31, 3:02 pm, GAGAN anand gds.anan...@gmail.com wrote: Hi sheetal You can probably use the SharedObjects. You can google it out and find the usage according to ur requirement. HTH Regards Gagan 2009/3/31 sheetal

[flex_india:21033] Re: how to upload images to server

2009-03-31 Thread Purnima Arunachalam
yes we tried tat.. a new text file created but tat doesnot contain anythi which i send... no path of tempfile is found in tat.. any idea??? On Tue, Mar 31, 2009 at 3:29 PM, kalpesh mahida kalpesh.mah...@gmail.comwrote: Hi, if everything is right in flex side then try to debug your PHP code

[flex_india:21029] Re: how to display last viewed screen

2009-03-31 Thread ashok
Can you make it clear that what do you mean by last viewed page, you mean last viewed state or comp in the stack or ?? On Mar 30, 3:30 pm, Neelima Kakarla neelima.kakarla0...@gmail.com wrote: Hai    I am doing an AIR application.    My requirement is to store the last viewed page when

[flex_india:21028] Re: Load data from php as dataprovider for a List component

2009-03-31 Thread ashok
My reply to Juan P. Marsano post On Mar 31, 2:49 pm, ashok ashok.pot...@gmail.com wrote: If this is what you are looking for. This example using htttrequest, resultformat=XML, if your result format is default(i.e, object) just bind the list dataprovider to serv.lastResult.users.student, it

[flex_india:21035] Bangalore Flex User Group Meet on 3rd April,2009

2009-03-31 Thread Saurabh Narula
[cross posting at flex india google group] Hi Fellow Group Members, We are all set for the next Bangalore Flex User Group Meeting this coming friday and we are pleased to have Uday M Shankar with us to speak about Effective Application UI Development using Flex. Uday works as a Sr. Ux

[flex_india:21038] flex with asp

2009-03-31 Thread kali
Hi i m new for this. can u help me how to display the data in textbox from asp to flex.. Its urgent.. Thanks in Advance.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post to

[flex_india:21040] Re: 'resetHistory' property of Application

2009-03-31 Thread babun mondal
Hi Sheetal, I think u have to use shared object concept of flex. google it. I hope requirement will be fullfilled. Regards, Babun. On Tue, Mar 31, 2009 at 3:23 PM, sheetal sheetalnilw...@gmail.com wrote: No i dont mean session state.I am embedding.But how do u reload it every time.As far as

[flex_india:21039] Drawing

2009-03-31 Thread babun mondal
Hi All, Can u give any idea how free hand drawing can be done in flex. thanks, Babun --~--~-~--~~~---~--~~ 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:21037] Re: full file path-any chance

2009-03-31 Thread Gurnam Singh
if u hv any example please send it to me . please On Tue, Mar 31, 2009 at 3:04 PM, ManInAction manesh.bahug...@gmail.comwrote: Hello, You can use File Referrence.And when you will use upload property of file referrence it take complety path of ur file and send it to server whr you want.

[flex_india:21043] IFrames with Flex

2009-03-31 Thread Madan Narra
Hi, I am making use of iframe with flex to show some external website in my application. Using flex-iframe http://code.google.com/p/flex-iframe/ . Below are the doubts that i have while implementing this... 1. We provide source to iframe object, and load the external website. Now user

[flex_india:21044] Re: how to upload images to server

2009-03-31 Thread kalpesh mahida
can u post your flex as well as PHP script here? Regards, Kalpesh Mahida On Tue, Mar 31, 2009 at 3:38 PM, Purnima Arunachalam purnima.arunacha...@gmail.com wrote: yes we tried tat.. a new text file created but tat doesnot contain anythi which i send... no path of tempfile is found in tat..

[flex_india:21045] Re: Adding columns dynamically to AdvancedDataGrid

2009-03-31 Thread Jagadish M
hie, try this one adding columns dynamically.. http://flexnflex.wordpress.com/2009/01/29/dynamically-adding-new-columns-to-a-datagrid-in-flex/ On Sun, Mar 29, 2009 at 12:01 AM, umair umair...@gmail.com wrote: May be this helps,

[flex_india:21046] Advanced DataGrid Search

2009-03-31 Thread jignesh . wala
Hi All, I want to search data in advanced data grid with hierarchical data basically shows in tree format, now I want to search data into a nodes like parent node as well on child and highlight those searched data columns. I was doing the same thing with simple datagrid but for advanced

[flex_india:21036] Flex + python

2009-03-31 Thread thiru
HI Friends I am working on a python based application , we are going to use flex as the UI, this application is user for monitoring the virtual computers like VMWare, we want to show the real time data related to virtual machine CPU usage and memory usage in flex I came across these

[flex_india:21041] Re: Drawing

2009-03-31 Thread thiru
using xmouse and ymouse as the parameters for lineTo function On Mar 31, 3:23 pm, babun mondal it.ba...@gmail.com wrote: Hi All, Can u give any idea how free hand drawing can be done in flex. thanks, Babun --~--~-~--~~~---~--~~ You received this message

[flex_india:21047] Re: by clicking one tree node another tree nodes should be closed

2009-03-31 Thread Flexian_me
Try this - ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:Script ![CDATA[ import mx.collections.XMLListCollection; import mx.events.TreeEvent; import mx.controls.Tree; import mx.events.ListEvent; private

[flex_india:21042] Re: Drawing

2009-03-31 Thread thiru
and also use mosuedown and mouseMove listners On Mar 31, 3:23 pm, babun mondal it.ba...@gmail.com wrote: Hi All, Can u give any idea how free hand drawing can be done in flex. thanks, Babun --~--~-~--~~~---~--~~ You received this message because you are

[flex_india:21048] Re: Advanced DataGrid Search

2009-03-31 Thread Ravi Mishra
Hi Jignesh, Check this out: http://techrays.wordpress.com/2007/10/12/filtering-of-hierarchical-data-in-advanceddatagrid/ HTH, -Ravi On Mar 31, 4:39 pm, jignesh.w...@gmail.com wrote: Hi All, I want to search data in advanced data grid with hierarchical data   basically shows in tree

[flex_india:21049] Re: flex with asp

2009-03-31 Thread Ravi Mishra
Hi Kali, Use httpService to interact with ASP. Give the URL of your ASP to the url property of HttpService. Then send HttpService and you will get the result in the result event. For more info checkout the livedocs or Flex Help. -Ravi On Mar 31, 2:33 pm, kali kalima...@gmail.com wrote: Hi i

[flex_india:21050] Re: [bangalorefx] Bangalore Flex User Group Meet on 3rd April,2009

2009-03-31 Thread Mrinal Wadhwa
Hi Everyone, Look forward to seeing you all at the meeting. Adobe office building security has become a little strict and have requested that we give them a list of registered attendees by Friday morning ... so please make sure that you register if you plan to attend. REGISTER HERE

[flex_india:21051] Re: Drawing

2009-03-31 Thread babun mondal
Hi Thiru, Thanks for your reply. Can you send me a small sample code. I just want to draw as we draw with pencils in paper. Thanks, Babun On Tue, Mar 31, 2009 at 4:25 PM, thiru thiruvengad...@gmail.com wrote: and also use mosuedown and mouseMove listners On Mar 31, 3:23 pm, babun mondal

[flex_india:21052] Re: any one have sample weborb+flex sample....?

2009-03-31 Thread sathya
On installing weborb you will find the flex examples with source code (Flex). On Mar 31, 12:28 pm, Flex Baby send2sivagan...@gmail.com wrote: any one have sample weborb+flex sample? --~--~-~--~~~---~--~~ You received this message because you are subscribed

[flex_india:21054] How to hide one row in datagrid

2009-03-31 Thread Onur
Hello all, I am wondering how to hide one row in datagrid. I would like to show this grid when user click the button. Best Regards, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To

[flex_india:21053] Re: Adding columns dynamically to AdvancedDataGrid

2009-03-31 Thread BB47
Thanks All... --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email to

[flex_india:21055] how can I reduce the size of the swf

2009-03-31 Thread rohit
give we some example by which I can reduce the size of my flex-swf.Now it takes too much time to load --~--~-~--~~~---~--~~ 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:21057] Re: full file path-any chance

2009-03-31 Thread Flex Baby
is it possible in web appli? On Mar 31, 2:34 pm, ManInAction manesh.bahug...@gmail.com wrote: Hello, You can use File Referrence.And when you will use upload property of file referrence it take complety path of ur file and send it to server whr you want. On Mar 31, 11:40 am, Flex Baby

[flex_india:21056] solving null problem in display shelf.as

2009-03-31 Thread gopal
TypeError: Error #1009: Cannot access a property or method of a null object reference. at assets.as_component::DisplayShelf/calcPositionForIndexSelection()[D: \archiapplicatio\Archiflashfinal4\src\assets\as_component\Di splayShelf.as:687] at

[flex_india:21058] please give ur view +urgent

2009-03-31 Thread Flex Baby
hi, i want to put upload in my flex web application,not AIR.so i want full file path name.how to get?any otherway to finish the task? have any suggestions? i have 1 idea.wen i click browse button in flex,this goto web page (this browse done by asp.net).i click the browse button in that asp.net

[flex_india:21059] Re: how can I reduce the size of the swf

2009-03-31 Thread Jagadish M
Hi Rohit, The Flex application depends on the API you use for it to display. You can develop an app less than 1 KB also. Try creating a actionsript project which extends the sprite class. You can notice that the swf size is around 650 bytes ( 1KB). So, it depends on the hierarchy of the

[flex_india:21060] Regarding MySql

2009-03-31 Thread Jagadish M
Hi All, I have a small doubt regarding MySql, can you tell me abt the schema size in mysql, Suppose it's size 4GB, i would like to know the available free size and if i would like to change the 4GB space to 5GB. what should i do.. Help me.. -- Thanks Regards, Jagan Mady's

[flex_india:21061] Re: full file path-any chance

2009-03-31 Thread ManInAction
Hi Gurnam, I created below class file for my actionscript 3 application.In this class you can upload multiple file on server.You can call this class in flex or use same class in ur flex application. package { import flash.display.Sprite; import flash.text.TextField; import

[flex_india:21062] Do we have Linked hash Map in flex

2009-03-31 Thread kiran singh
Hi, From the Server i am getting the linked hash map and mapping it to Object. The order of the object is not retained as expected. Passing the Object -- Java To Flex :- Objects order are retained. Flex To java :- Order of the object are getting changed. Please

[flex_india:21063] Re: Vertical Scroll Bar

2009-03-31 Thread Shaleen Jain
Well, a slight modification is this, on tooptip, we can show a custom scroll, I don't think that would be a good replacement of scrolls either but yes, on a scenario specific, could be one of the best solution. Any body else having other gr8 idea? probably we could end up with a new component

[flex_india:21064] Re: solving null problem in display shelf.as

2009-03-31 Thread Shaleen Jain
check calcPositionForIndexSelection() method in DisplayShelf.as your might forget to create the instance of some obj like you define an xmlListcollection and forget to make instance of it. like somexml =new xmllistcollection(); chk it, if you wouldn't able to figure it out, past your method

[flex_india:21066] Re: Advanced DataGrid Search

2009-03-31 Thread Jignesh Wala
Thanks Ravi. On Tue, Mar 31, 2009 at 6:07 PM, Ravi Mishra ravi.achi...@gmail.com wrote: Hi Jignesh, Check this out: http://techrays.wordpress.com/2007/10/12/filtering-of-hierarchical-data-in-advanceddatagrid/ HTH, -Ravi On Mar 31, 4:39 pm, jignesh.w...@gmail.com wrote: Hi All,

[flex_india:21065] Re: How to hide one row in datagrid

2009-03-31 Thread Jignesh Wala
Hi, I think for that u need to remove that object from your collection and store it in temporary collection and then assign to Datagrid data provider. on show button click you can reassign the original data to temporary collection. that's it man. On Tue, Mar 31, 2009 at 6:58 PM, Onur

[flex_india:21067] Re: how can I reduce the size of the swf

2009-03-31 Thread Bobbyinsane
1. As the compiler argument, add -debug=false for the final out put, default is true 2. Create a modular application. 3. Remove the unnecessary class imports by adding to the shell application, -link-report=report.xml as compiler argument. Add - load-externs=_path_to_Shell/bin-debug/report.xml

[flex_india:21068] retrieve blod from Flex3

2009-03-31 Thread Java Developer
friends, i'm trying to retrieve my blog (using Blogger API) from my Flex webpage. the following url will help us to retrieve post from blog as atom formatted XML site feed. http://www.blogger.com/feeds/blogger_id/posts/default is thr anyone who know how to manipulate atom in Flex3? -- Thanks and

[flex_india:21069] Re: time comparision

2009-03-31 Thread Bobbyinsane
comparing the time in milli seconds is accurate, no complex code, hence bug free Bobbyinsane http://www.insanepixel.com On Mar 30, 8:33 pm, sambhavg...@gmail.com sambhavg...@gmail.com wrote: Hi, Adding to what GAGAN has said, you can compare the two date objects by comparing both into

[flex_india:21070] Re: Looking for Flex developers while I'm in India

2009-03-31 Thread VijayRama
Hi Uncle Bergie, Yes. Im also interested to work with you. Is it like Part time or Full time. Is that possible to work from home itself. Thanks.. On Mar 31, 2:07 pm, ManInAction manesh.bahug...@gmail.com wrote: Hello Uncle Bergie, I am interested work with you.But I m living in New Delhi.

[flex_india:21071] Re: How to hide one row in datagrid

2009-03-31 Thread Shaleen Jain
you like to show that grid or row on button click? :) Delete that row from your collection and get it stored in some other object, On button click, add that item in your collection object using addItem/ addItemAt() method of collection class. HTH Thanks, Shaleen Jain

[flex_india:21073] Re: Looking for Flex developers while I'm in India

2009-03-31 Thread Rahul Sood
Hi Uncle Berge, Count me in too... for work or just for talk. I have got nearly 2 years experience in Flex. Cheers ! Rahul, Bangalore 9902 987 101 www.flexfreelancer.com On Tue, Mar 31, 2009 at 9:37 PM, VijayRama vijay3...@gmail.com wrote: Hi Uncle Bergie, Yes. Im also interested to work

[flex_india:21074] Re: Flex + python

2009-03-31 Thread thiru
Any Thoughts !! On Mar 31, 3:34 pm, thiru thiruvengad...@gmail.com wrote: HI Friends I am working on a python based application , we are going to use flex as  the UI, this application is user for monitoring the virtual computers like VMWare,  we want to show the real time data related to

[flex_india:21075] Real time monitoring with flex and python

2009-03-31 Thread thiru
HI All I am working on a python based application , we are going to use flex as the UI, this application is user for monitoring the virtual computers like VMWare, we want to show the real time data related to virtual machine CPU usage and memory usage in flex I came across these technologies