[flex_india:31652] How to export flex chart to excel and word

2010-10-07 Thread ayaz
Hi, Is there any way i can export the flex chart to excel or word. The logic behind is first i have to convert chart to an image and save it to server and then export that image to excel or word. or Is there any way i can directly export chart to word or excel without saving image to server.

Re: [flex_india:31652] HTTP service

2010-10-07 Thread Nasurudeen MK
Hi, Better put ur swf, html and php files in same folder. On Wed, Oct 6, 2010 at 4:34 PM, flexx shanthifl...@gmail.com wrote: Hi , I have xampp server and i am trying to connect php with flex A simple question... where i have to keep my swf,html, php files? Please guide me. Thanks,

Re: [flex_india:31655] Job openings in my team @Cisco, Bangalore.

2010-10-07 Thread Gautam R. Singh
It's for 3-5 years, 1. We are looking for flex developer to code our internal BI Dashboards. It will run on Websphere, Blaze DS, Apache, J2EE + WebServices. Basically more into front end. 2. We are also looking for additional developer who is core into J2EE + Webservices, and some knowledge of

Re: [flex_india:31655] HTTP service

2010-10-07 Thread Vatsala Dorairajan
In the htdocs folder HTH Vatsala On 06-10-2010 16:34, flexx wrote: Hi , I have xampp server and i am trying to connect php with flex A simple question... where i have to keep my swf,html, php files? Please guide me. Thanks, Shanthi.

[flex_india:31655] how to use Air-cairngorm(sqlight) in Flex4

2010-10-07 Thread gourav
Hello All, I am using Air-cairngorm With Flex, and i am facing some problem here, i used this type of code in flex3 but the same code is not working in flex4. i am facing the fallowing problem. 1.In my SQLStatementConfiguration.as i got error Call to a possibly undefined method

Re: [flex_india:31655] HTTP service

2010-10-07 Thread ankur wahi
You can place your php files in your xampp folder also. and for that you need to give the url of localhost like mx: httpService url=http://localhost/xampp/myFile.php; / Regards, Ankur On Thu, Oct 7, 2010 at 12:03 PM, Nasurudeen MK nazeerflex...@gmail.comwrote: Hi, Better put ur swf, html

Re: [flex_india:31659] datagrid cell text color

2010-10-07 Thread deepak bh
Hello, You can try the following solution which makes use of an Item renderer for datargrid. It changes the background color of datagrid cell on dynamic basis ( using properties of item renderer ). If you have fixed condition for changing the cell color, then u can modity the item rendere

[flex_india:31659] Best Solution for SQLight With Flex4 application.

2010-10-07 Thread gourav
Hello friends, I want one application in AIR with Flex4 using SQLight database, can any one suggest me best solution or best architecture for this or any thing that is best for this type of project. I used aircairngorm for this type of application but its not woking with flex4,if u know any

[flex_india:31662] Datagrid inside a combobox

2010-10-07 Thread krishna
Hi, I have a requirement to display a datagrid inside a combobox and populate it with data. any ideas how to proceed. not gave it a shot yet. but if someone has tried something like this, let me know how to achieve this. Actual requirement is to display data in columns in combobox dropdown, i

[flex_india:31663] Resizing a Panel

2010-10-07 Thread deepa
Hi, I have a panel that has a canvas as the inner container. The canvas has a vbox. I set the default size of the canvas as 300/200. And all the containers width and height as 100%. In the vbox I display a chart. Between the chart and panel there is a measurable amt of space. I want to reduce

Re: [flex_india:31664] Resizing a Panel

2010-10-07 Thread Edwin Melendez
Padding or Margin Sent on the Sprint® Now Network from my BlackBerry® -Original Message- From: deepa sriann...@gmail.com Sender: flex_india@googlegroups.com Date: Thu, 7 Oct 2010 09:03:16 To: Flex India Communityflex_india@googlegroups.com Reply-To: flex_india@googlegroups.com Subject:

[flex_india:31665] Help! Help!! Help!!!

2010-10-07 Thread Gaurav
Hi friends, Recently I have to migrate my flex3 project to flex sdk4, after migration I came to know that look and feel of entire application changed, I did googling and found that is because of default theme of sdk4. I changed the theme to 'halo' but still few things are not working. After

[flex_india:31665] Re: datagrid cell text color

2010-10-07 Thread vikas
Hi Sidhu To change label color in grid you can use item renderer for those columns where you want to change color. I am posting you some code may this will help you. ?xml version=1.0 encoding=utf-8? mx:Application

[flex_india:31665] Re: HTTP service

2010-10-07 Thread vikas
Hi In Xamp environment we will put our code on Xamp/htdocs directory. When creating flex/php application good to put all swf,html and js files into the same directory where php code run. and when making httpService pass url = http://localhost/yourprojectname/yourphpfilename.php. On Oct 7,