[flex_india:33987] Error #1014: Class flash.geom::PerspectiveProjection

2011-06-15 Thread aaddaz
hello Friends, I had developed an AIR application which loads an swf file. This swf file uses PerspectiveProjection class. but when i load the swf file I am getting the error mentioned below: VerifyError: Error #1014: Class flash.geom::PerspectiveProjection could not be found I had checked

[flex_india:29705] How to hide the disclosure icon in AdvanceDataGrid

2010-04-28 Thread aaddaz
Hi All, I am working with AdvancedDataGrid control. I have to hide the disclosure icon's of particular item only in the grid based on certain conditions. can any one help me to solve this problem. Thanks Sudesh. -- You received this message because you are subscribed to the Google

[flex_india:28033] Axiis data visualization framework

2010-01-27 Thread aaddaz
Hello Friends, has any one worked with the axiis data visualization framework. My requirement is to provide a zooming functionality in treemap http://www.axiis.org/examples/TreemapExample.html can any one help me to some idea how do i move froward to achieve this functionality. Thanks

[flex_india:23765] Re: maximum limit to upload file in flex

2009-07-16 Thread aaddaz
Hi Arthipesa, Check your php server settings. On Jul 15, 1:46 pm, arthipesa arthip...@gmail.com wrote: then why my application cannot upload higher than 2 mb? I've check on my php settings and script, well I didn't restrict any size, so why? please gimme explaination, I'm sufferrr.. On May

[flex_india:23650] Re: How to Zoom the Image in particular position

2009-07-10 Thread aaddaz
HI prasad, You can use matrix for this. help url: http://livedocs.adobe.com/flex/3/langref/flash/geom/Matrix.html On Jul 9, 7:15 pm, prasad perj...@gmail.com wrote: Hi Folks,       I am using zoom effect for the image component. My requirement is , I want to zoom in a particular

[flex_india:23485] Re: Flex Canvas Background

2009-07-04 Thread aaddaz
Hi chellem, Here is the code of a custom component that i have cheated you can pass the gradient color values to the fillcolors. to get the desired effect. package { import mx.containers.Canvas; import mx.styles.StyleManager; public class GradientCanvas extends Canvas