[flex_india:19619] Progress event for webservice call

2009-02-23 Thread riaflexible
Hi friends , Is there any way to add a progress event for a web service call That is , When ever we make a webservice call , We have to wait until it returns a result , In the mean time we have to show an busy cursor . What i need is to show a progress for the web service call , Is it possible

[flex_india:19618] Re: faultDetail = "Channel.Connect.Failed error NetConnection.Call.Failed:

2009-02-23 Thread Akhil Agrawal
i have the same problem plz give any solution On Jan 3, 4:58 pm, neeru wrote: > Hai to all, > > I have developed an application using hibernate,springs,flex in flex > builder for eclipse plug-in. > > And my code in the main application is as given below. > > http://www.adobe.com/2006/mxml";

[flex_india:19617] remote object error

2009-02-23 Thread Akhil Agrawal
i am getting this error The services configuration includes a channel-definition 'my-amf' that has an endpoint with a context.root token but a context root has not been defined. Please specify a context-root compiler argument how to fix it thanx --~--~-~--~~~---~--~-

[flex_india:19616] Re: (LCData Services)Problem with mapping a java POJO class that has java.util.Set property with the action script class.

2009-02-23 Thread
use RemoteClass at the top of AS file. [Bindable] [RemoteClass (alias = "Role")]//Make sure to give complete package path of your java class HTH Anand On Feb 24, 3:24 am, chandu wrote: > Hi, > > I am using LCDS in my app. I have a POJO class that has a property of > type java.util.Set and i wa

[flex_india:19615] Re: suggest a good book

2009-02-23 Thread
There are Many, however, Flex 3 in Action Programming Flex 3 and Flex 3 Cookbook might be a good reference point. Apart from these you may be interested in Essential ActionScript 3.0 for core AS reference. HTH Anand On Feb 24, 10:42 am, kid in flex wrote: > hi friends > i'm new to flex, > i wa

[flex_india:19614] Re: trace

2009-02-23 Thread amrish Jaiswal
You will get the trace output in Console, However for getting output, you have to run the application in debug mode. On Tue, Feb 24, 2009 at 10:40 AM, akshay gore wrote: > > Hi all, > Where could i get the output of the trace.. means in which > file i will get the output.. > Thanks, > Re

[flex_india:19611] Re: bring to front in flex

2009-02-23 Thread kalpesh mahida
hi, I think you can also make use of swapChildren() method to swaps the z-order. Kalpesh Mahida On Mon, Feb 23, 2009 at 7:10 PM, wrote: > > use setChildIndex/GetChildIndex property to manipulate z-index values > inside a container. > > Anand > > On Feb 23, 6:13 pm, flex wrote: > > hi all, >

[flex_india:19610] (LCData Services)Problem with mapping a java POJO class that has java.util.Set property with the action script class.

2009-02-23 Thread chandu
Hi, I am using LCDS in my app. I have a POJO class that has a property of type java.util.Set and i want to map this to an actionscipt class. The following is the exact scenario. I have a role object and I have a Set of permissions in that. Role.java public class Role { private String roleNam

[flex_india:19612] Re: trace

2009-02-23 Thread Dinesh Kumar
Hi , You can get the trace value in: 1. Console window in flex builder 2. you can use flash tracer addon for firefox 3. else use log file...you can get information under this thread[flex_india:19154] Writing Log files at Client Side.. Groups if there are some others ways please share under t

[flex_india:19613] suggest a good book

2009-02-23 Thread kid in flex
hi friends i'm new to flex, i want to create an custom component in flex using action script alone, without using mxml, suggest me an easy way or atleast suggest me a good book which describes how to create custom components using action script, reply as soon as possible --~--~-~--~~-

[flex_india:19609] Re: trace

2009-02-23 Thread GnanaPrakasam T
Hi SivaGanesh Go through this post ,then if you need any clarifications then ask http://groups.google.com/group/flex_india/browse_thread/thread/8f646c8f77ce52f9?q=#f4eba8c9fc84c0e1 Gnanz.../ http://gnanz-flexworld.blogspot.com Flex Baby wrote: > In Flex How Trace values like .NET > > > >

[flex_india:19608] Re: trace

2009-02-23 Thread sudhi
If you trace somethiong the output will be shown in the console window... Regards Sudhi. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_india@g

[flex_india:19607] Re: trace

2009-02-23 Thread Karthik K
hi instead of trace use Alert.show("value of num is: "+num) you will get the result of num trace will work when you debug the file will output the same as in Alert On 2/24/09, akshay gore wrote: > > > Hi all, > Where could i get the output of the trace.. means in which > file i will get

[flex_india:19606] Re: trace

2009-02-23 Thread akshay gore
Hi all, Where could i get the output of the trace.. means in which file i will get the output.. Thanks, Regards, Akshay On Feb 24, 8:26 am, Shaleen Jain wrote: > something like this > > var num:int = 5; > trace("value of num is: "+num); > or > trace(num); > > Thanks, > Shaleen Jainhttp:

[flex_india:19605] Re: rotation of component

2009-02-23 Thread sudhi
Add an event listener for the rotating object. Then in the event listener function just rotate the object using img.addEventListener(MouseEvent.DOUBLE_CLICK, dcHandler) ; dcHandler(e:MouseEvent):void { e.target.rotation += 15 ; } Hope this will help you solve the problem... Regards Su

[flex_india:19604] Re: trace

2009-02-23 Thread Shaleen Jain
something like this var num:int = 5; trace("value of num is: "+num); or trace(num); Thanks, Shaleen Jain http://shaleenjain.blogspot.com On Feb 23, 6:38 pm, "" wrote: > use trace and debug > Anand > > On Feb 23, 6:30 pm, Flex Baby wrote: > > > In Flex How Trace values like .NET --~--~

[flex_india:19603] Re: How to find number of parameters a function takes?

2009-02-23 Thread Tolgahan ALBAYRAK
:) nice question gets nice answer! here it is.. var target:* = Application.application; var methodName:String = "getChildren"; var type:XML = flash.utils.describeType(target); var paramLength:int = type.method.(@name == methodName).parameter.length();

[flex_india:19602] Need a threshold line in a line graph

2009-02-23 Thread Pradeep
Hi, I need a threshold line in a line graph in Flex. Is there anything inbuit in Flex for line graphs, or we need to manually code this? If any one has worked on such kind of requirement then pls. help me. All that I need is, I have a line graph and I want a reference line for each line series whi

[flex_india:19601] Re: rotation of component

2009-02-23 Thread peter.du...@googlemail.com
for example i have { if(event.dragSource.hasFormat("items")) { var items:Array = event.dragSource.dataForFormat("items") as Array; trace(items[0].src); var img:SWFLoader = new SWFLoader()

[flex_india:19600] Re: # symbol in end

2009-02-23 Thread
Right click on your flex project go to Flex compiler uncheck the option saying HTML integration. Anand On Feb 23, 7:05 pm, Flex Baby wrote: > i run my appli in browser.in the end of the title il have # symbol.wat > is the reason of that > exfile://r/bin-debug/index.html# --~

[flex_india:19599] Re: problem with busy cursor

2009-02-23 Thread dhileepen chakravarthy
Sorry for the late response... I am busy with some other issue... Your concept is not helpful for me... Bcz i am initiated 2 or 3 httpservice one by one... i cant change that one... I am doesnt know which will come last. So i am unable to use your visible code. 2nd thing if i using this also it

[flex_india:19598] # symbol in end

2009-02-23 Thread Flex Baby
i run my appli in browser.in the end of the title il have # symbol.wat is the reason of that exfile://r/bin-debug/index.html# --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community"

[flex_india:19597] Re: Google Map Display problem

2009-02-23 Thread
Can you paste the entire error msg. so that we could get the line number. Anand On Feb 23, 5:26 pm, Dinesh Kumar wrote: > Hi rakshith, > > I tried from my end its working finecan you tell at which stage you are > clicking the button..like after map loaded or entering some text then > clicki

[flex_india:19596] Re: how to get the reference of child

2009-02-23 Thread
it is because of eventPropagation. If the event is captured on child as well as parent it propagates from child to parent, and hence the result is similar like yours. Try using event.stopPropagation before capturing the target. Anand On Feb 23, 5:35 pm, Ramesh A wrote: > hi akshay > > assign e

[flex_india:19595] Re: bring to front in flex

2009-02-23 Thread
use setChildIndex/GetChildIndex property to manipulate z-index values inside a container. Anand On Feb 23, 6:13 pm, flex wrote: > hi all, > i have 2 containers one below the anather, and i have 1 button, > when user click this button, the container which is below should come > to front , > i

[flex_india:19594] Re: rotation of component

2009-02-23 Thread
isnt the rotate property working for you? Anand On Feb 23, 6:22 pm, "peter.du...@googlemail.com" wrote: > i made app with grid and canvas, where i drop component from grid to > canvas. i can move components on canvas, but how do i rotate them?? i > took a look at ObjectHandles, but i still too

[flex_india:19593] Re: trace

2009-02-23 Thread
use trace and debug Anand On Feb 23, 6:30 pm, Flex Baby wrote: > In Flex How Trace values like .NET --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to

[flex_india:19592] trace

2009-02-23 Thread Flex Baby
In Flex How Trace values like .NET --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_india@googlegroups.com To unsubscribe from this group, send e

[flex_india:19591] rotation of component

2009-02-23 Thread peter.du...@googlemail.com
i made app with grid and canvas, where i drop component from grid to canvas. i can move components on canvas, but how do i rotate them?? i took a look at ObjectHandles, but i still too confused from code, is there any other way how to rotate my components?? thanx --~--~-~--~~

[flex_india:19590] bring to front in flex

2009-02-23 Thread flex
hi all, i have 2 containers one below the anather, and i have 1 button, when user click this button, the container which is below should come to front , is there any property in flex for component bring to front ? thx, --~--~-~--~~~---~--~~ You received this me

[flex_india:19589] Re: Autocomplete

2009-02-23 Thread dhileepen chakravarthy
Thank you christian and Ramesh Now it is working. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_india@googlegroups.com To unsubscribe from th

[flex_india:19587] Re: how to get the reference of child

2009-02-23 Thread Ramesh A
hi akshay assign eventListener(FocusEvent) to each boxes when u create boxes in dynamically. On Fri, Feb 13, 2009 at 6:59 PM, akshay gore wrote: > > Hi all, > I hv a canvas in my application in that i am adding boxes > dynamically.. if particular box is selected then i am dividing t

[flex_india:19586] Re: Google Map Display problem

2009-02-23 Thread Dinesh Kumar
Hi rakshith, I tried from my end its working finecan you tell at which stage you are clicking the button..like after map loaded or entering some text then clicking. Thanks, -dinesh On Sun, Feb 22, 2009 at 12:57 PM, rakshith wrote: > > Hi guys, > I want to display Google maps in a cont

[flex_india:19585] Re: How to add scrollbar

2009-02-23 Thread
just add HScrollPolicy and VerticalScrollpolicy to true of the wrote: > Hi all, > I have canvas in my application in that i want to add > scrollbar.. here i have added but the problem is that i am not > understood which property should i so that i will see scrolling page > means which pr

[flex_india:19584] error in remoteobject call

2009-02-23 Thread Akhil Agrawal
hi, i am using remoteobject for calling a function in java but getting this error Received fault: [RPC Fault faultString="flex/samples/StringUnzip/ StringUnzip (wrong name: StringUnzip)" faultCode="Server.Processing" faultDetail="null"] hw to fix it thanx --~--~-~--~~~--

[flex_india:19583] How to add scrollbar

2009-02-23 Thread akshay gore
Hi all, I have canvas in my application in that i want to add scrollbar.. here i have added but the problem is that i am not understood which property should i so that i will see scrolling page means which property should set which decides how much size of page should see in one scroll ev

[flex_india:19582] Re: unzip image

2009-02-23 Thread
Yes Sure. http://www.adobe.com/devnet/flex/articles/complex_data.html HTH Anand On Feb 23, 2:49 pm, Akhil Agrawal wrote: > can u plz tell me the complete procedure how to do this > > On Feb 23, 2:07 pm, "" > wrote: > > > Use HTTPService or any standard remote service call for the same. > > >

[flex_india:19581] Re: unzip image

2009-02-23 Thread Akhil Agrawal
can u plz tell me the complete procedure how to do this On Feb 23, 2:07 pm, "" wrote: > Use HTTPService or any standard remote service call for the same. > > Anand > > On Feb 23, 12:18 pm, Akhil Agrawal wrote: > > > hi, > > i have string of gzipped image in an xml file like > > > H4sIAO

[flex_india:19580] Re: Get id of components of .mxml file to the actionscript file

2009-02-23 Thread akshay gore
Hi Vishal, You could get the access to ur component in another way also.. where u can pass the reference of the component to ur action script class.. I think it will be easiest way .. if that include stmt isnt working.. Lets take one example; say u have declared one Canv

[flex_india:19579] Re: Calling C++ app or service from flex on Mac

2009-02-23 Thread Karthik K
hi is that an External Service outside your AIR application? -- Karthik.k Mobile - +91-9894991640 On 2/23/09, Priya Shah wrote: > > > Hi everyone, > > I am in dire need of being able to call a C++ app or service on Mac > from flex. I am willing to go the AIR way for this though that's not > opt

[flex_india:19578] Re: Get id of components of .mxml file to the actionscript file

2009-02-23 Thread Nargis
surprising coz it works for me even with flex components. i create one flex component and in side my component i have object with id. "cmbStatus". and i have one AS file which contains function and inside that function i access properties of the "cmbStatus" and for that i add line in to my

[flex_india:19576] Re: Facing some problem while accessing simple web service

2009-02-23 Thread Nargis
Oh i am not used to JBOSS but i know tomcat and in tomcat you need to put that crossdomain.xml inside wabapps folder where your project directory should locate. for example \wabapps\crossdomain.xml and for JBoss check this out http://www.mail-archive.com/flexcod...@yahoogroups.com/msg43926.html

[flex_india:19575] Re: button click->New window

2009-02-23 Thread Karthik K
hi i am sorry i thought you are asking in AIR -- Karthik.k Mobile - +91-9894991640 On 2/23/09, wrote: > > > only work in AIR > > Anand > > On Feb 23, 2:14 pm, Karthik K wrote: > > hey > > > > there is another option you can create instance in main > > application and call this will be > >

[flex_india:19577] Calling C++ app or service from flex on Mac

2009-02-23 Thread Priya Shah
Hi everyone, I am in dire need of being able to call a C++ app or service on Mac from flex. I am willing to go the AIR way for this though that's not optimal. I have spent some time trying to figure out the Netscape plugin architecture which is supported on safari but it's sub-optimal for me to g

[flex_india:19574] Re: Can i add scrollbar as component in mxml

2009-02-23 Thread akshay gore
Hey thanks a lot On Feb 23, 2:22 pm, "" wrote: > > > http://www.adobe.com/2006/mxml";> > >       >         >     > >             width="100%" >         color="blue" >         text="Click on the ScrollBar control to view its properties."/ > > > >             height="100%" >         minScrol

[flex_india:19573] Re: Damaged AIR file

2009-02-23 Thread
@Shanker: Please do not hijack the thread. This post is regarding corrupt AIR file. Anand On Feb 22, 6:44 pm, shanker shanker wrote: > what are the files needed while developing with flex--struts--springs--db. > > please help me, --~--~-~--~~~---~--~~ You receive

[flex_india:19572] Re: button click->New window

2009-02-23 Thread
only work in AIR Anand On Feb 23, 2:14 pm, Karthik K wrote: > hey > > there is another option you can create instance in main > application and call this will be > better than PopUpManager because inside you can do many stuffs > > On 2/23/09, wrote: > > > > > > > if you wish to open a po

[flex_india:19571] Re: Can i add scrollbar as component in mxml

2009-02-23 Thread
http://www.adobe.com/2006/mxml";> On Feb 23, 10:26 am, "Flexian_NGL ,@Bangalore" wrote: > yes, you can add scrollbar as an separate component in mxml. > > -- > Thanks & Regards > GK --~--~-~--~~~---~--~~ You received this

[flex_india:19570] Re: button click->New window

2009-02-23 Thread Karthik K
hey there is another option you can create instance in main application and call this will be better than PopUpManager because inside you can do many stuffs On 2/23/09, wrote: > > > if you wish to open a popup inside flex then you might need to use > PopUpManager.createPopup() method to ope

[flex_india:19569] Re: button click->New window

2009-02-23 Thread
if you wish to open a popup inside flex then you might need to use PopUpManager.createPopup() method to open a new window. Anand On Feb 23, 9:41 am, "v...@t" wrote: > Hello > > // set your url in URLRequest > var url:URLRequest = new URLRequest("http://www.adobe.com";); > navigateToURL(url,"_bl

[flex_india:19568] Re: unzip image

2009-02-23 Thread
Use HTTPService or any standard remote service call for the same. Anand On Feb 23, 12:18 pm, Akhil Agrawal wrote: > hi, > i have string of gzipped image in an xml file like > > H4sIAOy6aVgTadcuGiYhqAxJ7G5thgApoGgFxajIDKKkKgmRCmq3ijiAGgdADJMgCMYBWhmKQiYBxVQi2Go3jYJCg6A0BgckODQIyDyJyKASmg