[flex_india:27241] Re: How can we know all the attributes in '.as' file

2009-12-11 Thread sathesh
can you provide little more detail on what exactly you are trying to do... On Dec 10, 8:38 pm, Kiran Singh nkiransi...@gmail.com wrote: Thanks for ur reply. sathesh, can i get it as hash map or object. My requirement is, based on it i will have mx:binding to all those variables  to the

[flex_india:27243] Flash/Flex developers with experience 6 month-1year

2009-12-11 Thread Design Esthetics
We are looking for a Freelance/Contract Recruit potential talent .with Flash/Flex developers experience 6month-1year. On Job Learning having ability to work with different teams, taking initiatives and responsibility for visible challenges . Thanks and Regards, Satish M Technical Operations

[flex_india:27242] Re: Dashboard application..

2009-12-11 Thread suresh nagar
Hi, i dont' want to make every widget as a module, coz that will be too much. wanted to make a group of related widgets as a module. e.g. a DD module has 10-12 widgets and then loans module also has a few and both users are different and can see only their accessable widgets. i have read the

Re: [flex_india:27244] Re: diplay hindi font on text area

2009-12-11 Thread vasu das
On 12/7/09, vasu das vasudev4...@gmail.com wrote: On 12/5/09, vasu das vasudev4...@gmail.com wrote: On dec 6,10:29 am, vasu das vasudev4...@gmail.com wrote: sir on my gmail id I had not seen hindi font in text area so add hindi font in text area -- You received this message

[flex_india:27245] Re: problem in image component

2009-12-11 Thread sathesh
are you expectiong something like this: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical mx:Script ![CDATA[ private function fitToBox(evt:Event):void{ var box:Object=evt.target

Re: [flex_india:27247] Flash/Flex developers with experience 6 month-1year

2009-12-11 Thread prajnith k
hi satish i have 8 months exp: in flex ... how to apply can u give the details Prajnith On Fri, Dec 11, 2009 at 12:33 PM, Design Esthetics designesthet...@gmail.com wrote: We are looking for a Freelance/Contract Recruit potential talent .with Flash/Flex developers experience 6month-1year.

Re: [flex_india:27248] Multiple video format supporting video player

2009-12-11 Thread s shyam
Hi All, Actually we can use mx:videodisplay to display to display the videos but we can only view flv files. U need to convert the any other formats into .flv by using a simple java/php script at the back end and play them. Else .flv files have a certain standard aspect ratio. try to create ur

Re: [flex_india:27250] Re: How can we know all the attributes in '.as' file

2009-12-11 Thread s shyam
First get the necessary info regarding the Class using Class or get the result from the process specified by satish and then use the bottom approaches. Hi KiranSingh, Flex provides two wonderful classes For playing with xml. 1)Simple XMl Encoder. 2)Simple XMl Decoder. var

[flex_india:27251] Re: Flash/Flex developers with experience 6 month-1year

2009-12-11 Thread Satish Kumar
HI : I am having around 3 years of experience in Flex Air . Individually developed Flex frameworks and Air widgets . I am interested to take up some freelance work , May be a 4 hours a day and I could extend a bit more on week ends . I am looking forward for a positive response . You can

Re: [flex_india:27252] Re: How can we know all the attributes in '.as' file

2009-12-11 Thread s shyam
Hi KiranSingh, Flex provides two wonderful classes For playing with xml. 1)Simple XMl Encoder. 2)Simple XMl Decoder. var xmlStr:String = evt.result.toString(); var xmlDoc:XMLDocument = new XMLDocument(xmlStr); var decoder:SimpleXMLDecoder = new

Re: [flex_india:27253] Re: Regarding Tabheigth

2009-12-11 Thread s shyam
Hi, For Tab Navigator or accordion or nay control we can customize the things using the css. Please check the flex3 style Explorer and then customize the tab navigator as per your requirement and then simply apply that css as per your requirement. Thanks, Shyam.s -- You received this

[flex_india:27255] Editable Advanced Data grip column -validate and store

2009-12-11 Thread Kameshwaran.Anandan
Hi, I have an advanced data grid which is editable, which has got arraycollection as the dataprovider. In the advanced data grid column there is a column which is editable and it shows numeric value. When the data gets displayed, the user can change that numeric value,so I should validate the

Re: [flex_india:27256] Re: problem in image component

2009-12-11 Thread sri space hero
Hello sathesh, I didnt get your example. can u be little more explanatory ?? On Fri, Dec 11, 2009 at 2:02 PM, sathesh sathesh@gmail.com wrote: are you expectiong something like this: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;

[flex_india:27258] For Advance Data grid Components

2009-12-11 Thread shalini
Hi All, For Advance Data grid to using the Filters for each column by placing the Text Input at each header column of the Advance Data Grid and also to have drag and drop manager. This is my requirement. Can anybody has already done with this task or send me some related links it will be

Re: [flex_india:27259] Customizing chart series color run time

2009-12-11 Thread Amruta Kulkarni
Thanks Baskaran.I got the solution. Regards -Amruta On 12/10/09, baskaran rajendran baskara...@gmail.com wrote: hi amruta 1) use fill in your series like mx:fill mx:SolidColor color=#00FF00/ /mx:fill 2)use fillfunction in series ,it change color

[flex_india:27260] Re: problem in image component

2009-12-11 Thread sathesh
hi, the given example resizes the image to fit the larger side and adjusts the other side to maintain proportion and middles it in the component Lets take the first image component of dimension 100X200 as example lets say you are loading a image of dimension 600X400 -once the image is loaded the

[flex_india:27261] Re: Identifying a change in local XML file with out reloading a file

2009-12-11 Thread Sandy
Thanks for your Advice..but Won't it be a performance issue to call the HttpService using a timer.. Imagine if the page is opened for a long time, won't it cause any stack problem . Please clarify me on this.. Thanks in advance.. Regards, Sandeep. -- You received this message because you are

[flex_india:27262] Loading a swf inside an applications Vbox of an Module.

2009-12-11 Thread veeru rahul
Hi Guys, Is that possible to load a swf inside a vbox of an application or Module? My requirement is some thing like i will have a combo box, based on selection of the combo, i need to load a swf under the combo. Is that possible? If so how/ can u provide some pointers or example on the same.

Re: [flex_india:27263] Re: Loading XML file

2009-12-11 Thread Kiran Kumar Vasireddy
Thanks malmansari,Mohamad and Mani for your sugeestion. Finally I got a good solution from flexcod...@yahoogroups.com Solution follows . It reduced time drastically ( from 45 seconds to 7 seconds) You can try compressing the xml file first and decompressing it when loaded - I've used this to good

Re: [flex_india:27264] Loading a swf inside an applications Vbox of an Module.

2009-12-11 Thread baskaran rajendran
load swf file trough swfloader,based on combobox selection change the source of the swfloader On 12/12/09, veeru rahul veeru...@gmail.com wrote: Hi Guys, Is that possible to load a swf inside a vbox of an application or Module? My requirement is some thing like i will have a combo box, based

Re: [flex_india:27265] Re: problem in image component

2009-12-11 Thread sri space hero
Thank You sathesh :) On Fri, Dec 11, 2009 at 8:34 PM, sathesh sathesh@gmail.com wrote: hi, the given example resizes the image to fit the larger side and adjusts the other side to maintain proportion and middles it in the component Lets take the first image component of dimension

Re: [flex_india:27266] Re: Regarding Tabheigth

2009-12-11 Thread baskaran rajendran
Try following code import mx.controls.tabclasses.tab private function click(e:ItemClickEvent):void { var tab1:Tab = tab.getChildAt(0) as Tab; var tab2:Tab = tab.getChildAt(1) as Tab; var tab3:Tab =

Re: [flex_india:27267] Re: Item renderer in advance datagrid

2009-12-11 Thread prajnith k
im using check box in advance data grid where true or false coming from array collection.. and when i click on check box.. either it is true or false it should should save... in an array... how is it? Prajnith On Thu, Dec 10, 2009 at 4:48 PM, Akshar akshar.k...@gmail.com wrote: what do you

Re: [flex_india:27268] Loading a swf inside an applications Vbox of an Module.

2009-12-11 Thread mohamed faisal
yes its possible to load swf in vbox by using swfloader -- Thanks Regards S.Mohamed Faisal B.E., +918050783447 +919842351939 -- You received this message because you are subscribed to the Google Groups Flex India Community group. To post to this group, send email to