[flex_india:27602] Flex Requirement

2010-01-04 Thread Nagesh Dudam
Hi All, We have an opening in Flex, AS3.0. Requirement: Candidate must have minimum Exp: 1 Year 6 Months. Job Location: Pune Company: SpadeWorx Software Services Please do not reply to this mail. Interested candidates please send your resume to *nagesh.du...@spadeworx.com * Note: Don't reply

[flex_india:27603] Re: Pie Chart - Need help in creating

2010-01-04 Thread Kiran Kumar Vasireddy
Guys, any body please ? On Thu, Dec 31, 2009 at 6:46 PM, Kiran Kumar Vasireddy kiranv...@gmail.comwrote: Dear All, I am using Pie charts for my application and wondering if some body guide me in creating pie charts like below ? Or please suggest me for some pretty pie chart?

[flex_india:27604] Flex - image uploader IO error on mac

2010-01-04 Thread Ravi
Hello Friends, I have an admin built that uploads images from flex onto the server using php. On a pc it works great, however on a Mac no files will upload and it produces an IO error. Are there any known issues with file upload using flex on mac verse pc, or any special way that the php output

Re: [flex_india:27605] Flex - image uploader IO error on mac

2010-01-04 Thread edwin . vgwhiz
Hi Ravi, Can you share the admin? On Mon, Jan 4, 2010 at 8:29 AM, Ravi ravindra.cho...@gmail.com wrote: Hello Friends, I have an admin built that uploads images from flex onto the server using php. On a pc it works great, however on a Mac no files will upload and it produces an IO error.

[flex_india:27606] Re: Flex - image uploader IO error on mac

2010-01-04 Thread Ravi
private function browseImage(event:MouseEvent):void { var imageTypes:FileFilter = new FileFilter(Images (*.jpg, *.jpeg, *.gif,*.png), *.jpg; *.jpeg; *.gif; *.png); var imageTypesArray:Array = new Array(imageTypes); uploadFileRef

Re: [flex_india:27607] How To Access ComboBox's properties from its item renderer

2010-01-04 Thread Kiran Kumar Vasireddy
Did you try giving an Id to combox and tried accessing it directly or by using outerDocument ? Regards Kirab On Sat, Jan 2, 2010 at 5:04 AM, comgeek munagaprav...@gmail.com wrote: my Code is like this mx:ComboBox labelField=name mx:itemRenderer mx:Component

Re: [flex_india:27608] why last column width of ADG taking more space

2010-01-04 Thread sankar swaroop
b'cas the last column occupies the remaining space left in the ADG On Mon, Jan 4, 2010 at 12:36 PM, abhishekchess1 abhishekche...@gmail.comwrote: hey frnd, when i'm showing ADG width in %, why it taking more space for last column, is any solution? this is sample code : ?xml version=1.0