Re: valdhor [flexcoders] Re: domain problem in remoteobject application

2009-06-26 Thread Vikram Singh
would recommend changing to WebORB for a more robust, well tested and reliable remoting experience (www.themidnightcod ers.com) --- In flexcod...@yahoogro ups.com, Vikram Singh vikisingh169@ ... wrote: hello valdhor in my amfphp directory there is only one globals.php file and it contains

Re:valdhor [flexcoders] Re: domain problem in remoteobject application

2009-06-24 Thread Vikram Singh
, 2009 7:19:43 PM Subject: [flexcoders] Re: domain problem in remoteobject application Inside your amfphp directory you will find a file globals.php. Change the $servicesPath variable to the full path to your services directory. HTH Steve --- In flexcod...@yahoogro ups.com, Vikram Singh

[flexcoders] domain problem in remoteobject application

2009-06-22 Thread Vikram Singh
Hello friends, I have a query regarding domain problem. My database is at primarydomain (www.primarydomain.com) I also have subdomain and place all at subdomain directory. like this.. scenario 1: Current file arrangement is: Exported release build flex project at

Re: [flexcoders] domain problem in remoteobject application

2009-06-22 Thread Vikram Singh
directories in a way that amfphp would search for them. HTH On Mon, Jun 22, 2009 at 9:07 AM, Vikram Singh vikisingh169@ yahoo.in wrote: Hello friends, I have a query regarding domain problem. My database is at primarydomain (www..primarydomain. com) I also have subdomain and place all

Re: [flexcoders] chart labelRotation problem

2009-05-26 Thread Vikram Singh
The right vertical axis has rotation applied. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtoo ls.com 402-408-3733 x103 From:flexcod...@yahoogro ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Vikram Singh Sent: Saturday, May 23, 2009 5:32

Re: [flexcoders] chart labelRotation problem

2009-05-26 Thread Vikram Singh
rotation applied. Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Vikram Singh Sent: Saturday, May 23, 2009 5:32 AM To: Flex

[flexcoders] chart labelRotation problem

2009-05-23 Thread Vikram Singh
Hello Friends, I am facing problem in labelRotation of ColumnChart. Can we use labelRotation with ColumnChart ?? If no, which one is suitable option? I want to display label (Text type as well as Numbers) of horizontal axis at 45 degree of rotation. any idea please Regards, Vikram

Re: [flexcoders] PDF and XL

2009-05-19 Thread Vikram Singh
Go through this link for printing flex component: http://examples.adobe.com/flex3/componentexplorer/explorer.html http://livedocs.adobe.com/flex/3/html/help.html?content=Part2_DevApps_1.html I hope you will get your solution from here. Regards, Vikram From:

[flexcoders] Flex to excel sheet report

2009-05-18 Thread Vikram Singh
I need to create excel report from flex data. When clicked on Excel Button, particular data fetched from database using amfphp. And put that data in Excel (.csv is preferable) file and ask to save it on system. Is it possible with actionscript? any other idea to implement this functionality.

[flexcoders] chart presentation problem

2009-05-11 Thread Vikram Singh
Hello Flexers, I am representing data using Chart and want to display Horizontal axis label at some specific angle rotation. i have try this. but not getting perfect output. Horizontal axis label are of long text. mx:ColumnChart id=DataChart showDataTips=true width=100% height=100%

[flexcoders] .csv import stuff

2009-05-09 Thread Vikram Singh
is there any nice and easy way to 'Browse' .csv file on flex and after that send 'Import Request' to php and php will import this .csv file's data to database.? any thought on this stuff!!? Cricket on your mind? Visit the ultimate cricket website. Enter http://beta.cricket.yahoo.com

Re: [flexcoders] problem when execute on server.

2009-04-22 Thread Vikram Singh
the data? Tracy Spratt, Lariat Services, development services available From:flexcod...@yahoogro ups.com [mailto: flexcod...@yahoogro ups.com ] On Behalf Of Vikram Singh Sent: Tuesday, April 21, 2009 7:44 AM To: Flex Coders Subject: [flexcoders] problem when

[flexcoders] problem when execute on server.

2009-04-21 Thread Vikram Singh
flex-amfphp application is working very fine on Localhost but after putting this application code on server, not working properly. and it also not showing any error message. is there any special configuration between Flex and amfphp.?? Now surf faster and smarter ! Check out the new

[flexcoders] problem with mx:horizontalAxisRenderers

2009-04-13 Thread Vikram Singh
Hello Friends, there are many items on X-Axis so can't see clearly name of each and every item. I have tried to implement mx:horizontalAxisRenderers to view chart very clear. But its not perfectly implemented on chart having very long name. how can i implement on it? please give some idea.

[flexcoders] flex chart problem

2009-04-10 Thread Vikram Singh
chart having dynamic Yaxis and Xaxis range. max range is get from database. problem is if max. Yaxis is small like(3,2,1), it will display in decimal sequence. (1, 1.2, 1.4, 1.6, 1.8, 2, 2.2like) want to display only pure numbers in charts. I have tried many things but not get it. Is there

[flexcoders] get print of chart in different format file

2009-04-04 Thread Vikram Singh
Hello Friends, how can we get printout of chart object? also is it possible to get current status of chart in pdf format OR Excel format file? From Chandigarh to Chennai - find friends all over India. Go to http://in.promos.yahoo.com/groups/citygroups/

Re: [flexcoders] Re: Application.application.parameters.

2009-04-01 Thread Vikram Singh
: flashvars, _sPassedUrlParms, Tracy Spratt, Lariat Services, development services available _ From: flexcod...@yahoogro ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Vikram Singh Sent: Wednesday, April 01, 2009 1:13 AM To: Flex Coders Subject: [flexcoders

[flexcoders] Application.application.parameters.

2009-03-31 Thread Vikram Singh
Hello Everybody. I am facing problem in getting value using Application.application.parameters. I will run my application with http://www.XYZ.com/home.html?user_id=10 in Flex at initialize() function i wrote like this user = Application.application.parameters.user_id but i don't get value 10 in

[flexcoders] magnify text data?

2009-03-25 Thread Vikram Singh
in my application there is chart with many entity on 'X' Axis. so name of entity is not display in readable size. therefore i want to implement Magnify Text feature on my application. User just put mouse over text and those text is magnify and user can read it perfectly. do you have any idea to

Re: {Disarmed} [flexcoders] remoteobject and parameters

2009-03-24 Thread Vikram Singh
in Flex: mx:RemoteObject id=ro destination=amfphpcodesource=DemoClass mx:method name=setData result=setDataResultHandler(event); / /mx:RemoteObject mx:Text id=txt1 / mx:Text id=txt2 / mx:Text id=anstxt text={ans} / mx:Button label=”Send Data” click=”btnClick( )” / private function btnClick() :

[flexcoders] which one is better to use?

2009-03-23 Thread Vikram Singh
hello friends... i am passing data request to php using RemoteObject from flex. and php send back processed data to Flex. which one is better in performance for flex application operation?? 1. ArrayCollection OR 2. XML which one is easy and fast accesable?? all the data are storing in

[flexcoders] problem with XML in flex

2009-03-20 Thread Vikram Singh
I need to generate XML with data fetch from database. I am using PHP. then send this generated XML to Flex application and display in flex component like (tree, list or Grid). but i am not getting how to generate XML and passed to Flex? any easy protocol for communicating between Flex and PHP??

Re: [flexcoders] Re: problem with XML in flex

2009-03-20 Thread Vikram Singh
Thanks :) From: Michael mem4...@cox.net To: flexcoders@yahoogroups.com Sent: Friday, 20 March, 2009 1:23:39 PM Subject: [flexcoders] Re: problem with XML in flex Type adobe flex cms into youtube and you will find a member mikenku who created a cms in flex but

[flexcoders] unable to get hierarchical data using AMFPHP and displayed to tree in flex

2009-03-18 Thread Vikram Singh
Hello friends, I got data in array from database now convert to XML format and passed to Flex. and displayed it to Tree component. I have tried many times by different way but unable to get. Please help me. any idea? Add more friends to your messenger and enjoy! Go to