[flexcoders] Help Needed Please.for beginner!!!...Flex and Struts Development Instructions

2007-10-16 Thread tarun chandra
Hi Everyone, I just started developing in Flex since well yesterday. And I just wanted to make sure I was in the right path. I am using the Flex2 SDK and notepad, I am trying to develop a web application using struts and only flex for my View with no JSPs. So far I have created some mxml (index.

[flexcoders] Re: Help Needed Please.for beginner!!!...Flex and Struts Development Instruction

2007-10-17 Thread tarun chandra
ng your Flex build app. > > Dimitrios Gianninas > Optimal Payments Inc. > > > > -Original Message- > From: flexcoders@yahoogroups.com on behalf of tarun chandra > Sent: Tue 16/10/2007 10:37 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoder

[flexcoders] Caching Problem..Changing Browsers Doesn't Help either

2007-10-17 Thread tarun chandra
Hi All, Please take some time out to answer this Flex Beginners questions: 1. I made some changes to my index.mxml and built my project o compile the index.swf, after I start my tomcat server and try to access my homepage (index.swf) I am still seeing the old version of my index.swf. I tried cle

[flexcoders] Re: Caching Problem..Changing Browsers Doesn't Help either

2007-10-17 Thread tarun chandra
Thank You Tom, You were right found out that it was not copying the file into the eclipse workspace directory after building. Fixed it by refreshing project before building. I am not using FlexBuilder so where do I need to export the source to in order to have the "View Source" option on the SWF

[flexcoders] Button inside a DataGridColumn..is it Possible?

2007-10-26 Thread tarun chandra
Hi I was trying to find ways to put a button inside a dataGridColumn, so that I can this button for each row. Can anyone kindly tell me if it is possible, and maybe tell me how to do it. Thank You, Tarun

[flexcoders] Can we Pass image object instead of image file reference???

2007-11-27 Thread tarun chandra
Hi I want to pass an Image file object and use it as part of the flex Sample Photo Viewer. Is it possible in flex to pass an image file object directly instead of passing a reference to the file like (/images/test.gif)? Thank You, Tarun

[flexcoders] Re: Can we Pass image object instead of image file reference???

2007-11-27 Thread tarun chandra
I was going through Adobe's Sample Photo Viewer and in that the galleries.xml file provides the source to all the image files which are stored locally. So, was wondering if instead of using the local files can I read a byte stream and add it to my photo array collection. So, I guess what I am l

[flexcoders] Can we Display XML file As Is in Flex ????

2007-12-17 Thread tarun chandra
Hi, I want to display an XML file as is (like in IE) in an mxml page. Is it possible to do it in flex?? And if it is, can anyone please tell me how to do it. Thank You, Tarun

[flexcoders] Re: Can we Display XML file As Is in Flex ????

2007-12-18 Thread tarun chandra
. > __ > > Joseph Balderson, Flash Platform Developer | http://joeflash.ca > <http://joeflash.ca> > Abobe Certified Developer & Trainer | 705-466-6345 > Writing partner, Community MX | http://www.communitymx.com > <http:/

[flexcoders] How to Activate Scrolling on Page load ???

2007-12-19 Thread tarun chandra
Hi I have compiled my mxml file into an swf file and embedded it in a jsp. My mxml has a datagrid inside a VBox. I found that when there are certain number of rows to display a veritcal scroll bar shows up. I have no problem with the scroll bar. But when I roll over and try to scroll down nothi

[flexcoders] Re: How to Activate Scrolling on Page load ???

2007-12-19 Thread tarun chandra
Thank You, I got the html to set the focus on the SWF using onLoad in the body tag. - Tarun --- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Wednesday 19 Dec 2007, tarun chandra wrote: > > I have compiled my mxml file into an swf file an

[flexcoders] Photo Viewer Sample App-BMP File Error

2008-01-18 Thread tarun chandra
Hi I am trying to use the adobe PhotoViewer sample app and customize it. Instead of using just jpg files I am trying to pass in .BMP files. But somehow the .bmp files don't get loaded and I see a broken image. It works fine for .gif,.png. Does anyone know the reason for it and maybe a possible so