[flex_india:24352] Re: Searching for dynamic datagrid

2009-08-07 Thread sankar swaroop
Hi, check this link http://www.adobe.com/cfusion/exchange/index.cfm?s=5&o=desc&exc=15&cat=186&event=productHome&l=%2D1&from=10 On 8/6/09, itonflexteamd wrote: > > Hi friends ! > This is kishore, i have a requirement that i have a dynamic datagris > ie based on the xml i am creating the datagri

[flex_india:24353] how to get co-ordinates of an image after it has been rotated

2009-08-07 Thread purni
Hi all, how can i get the co-ordinates of an image after it has been rotated... i need the least x and leasty of the co-ordinates... how can i get this?? thanks in advance... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

[flex_india:24354] smooth scoll in tilelist

2009-08-07 Thread chandra
Hi all I am using tilelist which will have images. while dragging image from top to bottom and viceversa user to drop image at another position scrolling is very fast in tilelist by default but for smooth i googled and i got a variablerowheight property set to true but still i need a smo

[flex_india:24356] Re: Flex Hyperlink component

2009-08-07 Thread Mike learner
Hi Vishal, We will get the hand icon, when we move the mouse over. But, what I want is , along with hand icon , underlining of text should be there. Thanks, Mohan On Fri, Aug 7, 2009 at 12:00 PM, vishal lad wrote: > Try this, > http://cisco.com/"; > click="navigateToUrl('http://cisco.com',_bla

[flex_india:24355] How to show % symbol in charts

2009-08-07 Thread Mike learner
Hi, I have an issue with charts. I want to show % symbol in the pie chart data. Along with data, when I include % symbol, chart is not rendered. Please help me on this issue. Thanks, Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed

[flex_india:24357] Re: How to show % symbol in charts

2009-08-07 Thread Ravi M
Mike, You can use the labelFunction. There you can add the % symbol with it. Ravi On Fri, Aug 7, 2009 at 3:41 PM, Mike learner wrote: > Hi, > > I have an issue with charts. I want to show % symbol in the pie chart data. > Along with data, when I include % symbol, chart is not rendered. > > Pl

[flex_india:24358] piechart distorted

2009-08-07 Thread Akhil Agrawal
Hi all, I am displaying many windows in a dashboard. Each window is displaying a chart. In case of piechart if i drag the window (move) then chart got distorted in IE6. Is there any solution for this. thanks akhil agrawal --~--~-~--~~~---~--~~ You received this mes

[flex_india:24359] Re: Flex Hyperlink component

2009-08-07 Thread Ravi Mishra
Try this: http://www.google.com"; /> HTH, -Ravi On Aug 7, 3:09 pm, Mike learner wrote: > Hi Vishal, > > We will get the hand icon, when we move the mouse over. But, what I want is > , along with hand icon , underlining of text should be there. > > Thanks, > Mohan > > On Fri, Aug 7, 2009 at 12

[flex_india:24360] Re: Flex Hyperlink component

2009-08-07 Thread Ravi Mishra
Dont forget to remove underline on mouseOut event. mouseOut="setStyle('textDecoration','normal')" -Ravi On Aug 7, 3:44 pm, Ravi Mishra wrote: > Try this: > > color="#FF" mouseOver="setStyle('textDecoration','underline')" > text="http://www.google.com"; /> > > HTH, > > -Ravi > > On Aug 7,

[flex_india:24361] flex with dll function call

2009-08-07 Thread dhileepen chakravarthy
Hi all, Anybody know how to call dll function from flex. where i put those dll file and how do i call. please reply anyone. Regards, Dhileepen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community

[flex_india:24362] Re: flex with dll function call

2009-08-07 Thread Ravi Mishra
Hi Dhileepen, I think you can not call dll directly using Flex. You have to use server side components such as Java Remote Objects or .Net Remote Objects (using webOrb). From flex you can call those server side objects/methods and they in turn can interact with dlls HTH, -Ravi On Aug 7, 5:05 p

[flex_india:24363] Re: flex with dll function call

2009-08-07 Thread dhileepen chakravarthy
Thanks Ravi. I am not find anything related to webORB with Flex How do i use webORB ? (http://www.themidnightcoders.com/products.html) Meanwhile I found one sample program available in website. (http://flexpearls.blogspot.com/2008/01/flex-talking-to-activex-using.html) Where i have placed dl

[flex_india:24364] Problem with Swf loader

2009-08-07 Thread sankar swaroop
Hi friends, I had set a banner in swfloader, with 100% width and 20% height and i created a banner with same height and width but when the screen resolution changes the swf file remains same and so the empty spaces are displaying in sides. I created all components in percentages but swf file was

[flex_india:24365] Re: Looking for a Job Change

2009-08-07 Thread empty85
chk out this post...may help you... http://groups.google.com/group/flex_india/browse_thread/thread/d765dbddc0a379c5?hl=en On Aug 7, 11:25 am, Rajesh wrote: > Hi friends > > I am in Chennai. Currently i am looking for a Job Change.I have 2+ > years of experience in Flash ActionScript 2.0, Action

[flex_india:24367] Page flip code

2009-08-07 Thread Rajesh
Hi all, I need a As 3.0 Page Flip source code for a Flex project here. as Im running out of time, any help would be highly appreciated.Thanks in advance. Rajesh. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex

[flex_india:24366] Showing tooltip in a different way

2009-08-07 Thread kalavati singh
Hello , I have developed a line Chart ( X-Axis say Time Stamp ,Y axis say profit) I very well know that if i include showDataTips="true" in my Line Chart it would show the " value" on mouse over on the graph ( say Timestamp is 20, profit is 12 ) it will display 20,10 but i want it

[flex_india:24368] Re: Problem with Swf loader

2009-08-07 Thread HISSAM
try scaleContent On Fri, Aug 7, 2009 at 11:36 PM, sankar swaroop wrote: > > Hi friends, > > I had set a banner in swfloader, with 100% width and 20% height and i > created a banner with same height and width but > when the screen resolution changes the swf file remains same and so > the empty spa

[flex_india:24369] Re: How to show % symbol in charts

2009-08-07 Thread Vivian Richard
If you are looking to put the % in axis then here is the solution: http://blog.flexexamples.com/2007/11/15/creating-a-custom-label-function-on-a-flex-linechart-controls-linear-axis/ If you are trying to put it in the data tip then here is the solution: http://blog.flex

[flex_india:24370] Re: Page flip code

2009-08-07 Thread Preetham Hegde
Hi find a great work from ruben http://www.rubenswieringa.com/blog/flex-book-component-alpha (view source code is enabled) On Fri, Aug 7, 2009 at 5:28 PM, Rajesh wrote: > > Hi all, > > I need a As 3.0 Page Flip source code for a Flex project here. as Im > running out of time, any help would

[flex_india:24371] Urgent requirement at Capgemini Pune (Flex/Java)

2009-08-07 Thread
Hi, We have an immediate requirement for Java/Flex profesionals at Capgemini Pune. Please make sure this requirement requires extensive exposure to Java with Flex, thus please apply if you are comfortable with both the technologies. Candidates having certification in Java or Flex 3 have a great

[flex_india:24372] Re: Problem with Swf loader

2009-08-07 Thread sankar swaroop
Hi Hissan, This doesn't worked. it was same no changes On Fri, Aug 7, 2009 at 9:50 AM, HISSAM wrote: > try scaleContent > > On Fri, Aug 7, 2009 at 11:36 PM, sankar swaroop > wrote: >> >> Hi friends, >> >> I had set a banner in swfloader, with 100% width and 20% height and i >> created a banner w