[flex_india:29165] how to parse xml data in flex to view image

2010-03-14 Thread naba
Hi all I just want to know how to parse XML data in flex to view image.using http service. Thanks and regards -- 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 unsu

Re: [flex_india:29164] Is it possible to view PDF file before uploading in web application?

2010-03-14 Thread Akshar Kaul
see the following link to know how to read local file using file reference :- http://www.mikechambers.com/blog/2008/08/20/reading-and-writing-local-files-in-flash-player-10/ Akshar Kaul On Sun, Mar 14, 2010 at 22:04, dilu wrote: > Hi, > Following is the requirement in my web-application: > 1

[flex_india:29163] Re: How to display PDF in Web Application?

2010-03-14 Thread dilu
Thanks to all of you. @raja sekhar Alive PDF is for creating PDF not for displaying. I have got the solution for displaying PDF in web application. Using i-frame class we can display the pdf in web application. On Mar 14, 7:44 am, raja sekhar wrote: > we can use Alivepdf. Once see TourDeFlex. > >

[flex_india:29162] Is it possible to view PDF file before uploading in web application?

2010-03-14 Thread dilu
Hi, Following is the requirement in my web-application: 1.Browse the PDF file from the local system. 2.View the PDF file. 3.After viewing the PDF file,upload it to server. I am comfortable with stage 1 and 3. But I dont know how to view the PDF file (browsed locally in web application)? I know ho

[flex_india:29161] Re: Navigation in ViewStack

2010-03-14 Thread Akki
If you mean reloading (refreshing) the application, then by default first child of the navigation container will be selected (until and unless overridden). If you want to retain the state (for example bookmark it so that later on you can open in same state)then use deep linking. Regards, Akhil Mit

Re: [flex_india:29160] Re: Navigation in ViewStack

2010-03-14 Thread Akshar Kaul
can you explain your problem in more detail. Akshar Kaul On Sun, Mar 14, 2010 at 08:37, Ravindra Kumar Challagandla < chicy...@gmail.com> wrote: > Hi, Did not understand your problem. Please give more details. > > Thanks, > Ravindra > > On Mar 13, 7:50 pm, baskaran rajendran wrote: > > Hi > >

[flex_india:29159] Re: How to display PDF in Web Application?

2010-03-14 Thread raja sekhar
we can use Alivepdf. Once see TourDeFlex. On Mar 12, 5:50 pm, bo tang wrote: > We can seting AIR app can be browser invoinvoke, but  I do not  it is > enough  for you ? > > On Fri, Mar 12, 2010 at 2:59 PM, dileep singh > wrote: > > > > > But how we can use AIR for web application? > > > On Fri,

[flex_india:29157] Re: Navigation in ViewStack

2010-03-14 Thread Ravindra Kumar Challagandla
Hi, Did not understand your problem. Please give more details. Thanks, Ravindra On Mar 13, 7:50 pm, baskaran rajendran wrote: > Hi > >         I have five tabs in viewstack > >    1.I want to switch over from one tab to another using navigation button, >    2.Right now if I refresh one tab it go

[flex_india:29158] Re: set tab focus dynamically

2010-03-14 Thread Akki
TextInputs by defulat implement IFocusManagerComponent. You need to set tabEnabled for radio button and some custom coding. That will solve the issue. For further information check : _http://stackoverflow.com/questions/878999/flex-itemrenderer-prevents- use-of-tabbing-between-text-inputs Regards,