[flex_india:23639] Re: Dispatching new event upon sending request to HTTPService

2009-07-09 Thread tzack
Hi, May be this is what you are looking for.. To dispatch the event AppName(Application.application).dispatchEvent("CustomEvent")); here replace the AppName with your application name. To handle this event in your Main App addEventListener("CustomEvent",handleCustomEvent); private function

[flex_india:23555] Re: Rotating axis of chart

2009-07-07 Thread tzack
Hi By default y-axis of flex charts start from bottom. There is no provision to start the y-axis from the top by default. Only way to do this is to modify the chart classes that comes along with flex builder. regards tariq On Jul 7, 9:54 am, Akhil Agrawal wrote: > when i tried this > > >    

[flex_india:23548] Re: Error #2044 Unhandled IOErrorEvent

2009-07-07 Thread tzack
Hi, i think this error is probably because of wrong url specified. Check whether the url specified is correct. thanks On Jul 7, 12:18 pm, Jagadish M wrote: > Hi EveryBody, > > I'm getting this error, can anybody share your ideas regarding this Error: > > Error #2044: Unhandled IOErrorEvent:.

[flex_india:21144] Re: creating object with multiple field

2009-04-02 Thread tzack
Hi, I think this is what you require.. var arr:Array = new Array(); var obj:Object = new Object(); obj.name = "abc"; obj.age = 18; obj.group = "group1"; arr.push(obj); Thanks & Regards Tariq On Apr 2, 8:53 am, Akhil Agrawal wrote: > Hi, > i am new to flex. I want to create an object with m

[flex_india:21138] Re: how to upload image file using flex in Linux os client to server

2009-04-02 Thread tzack
just wondering whether file permissions in linux server is the problem? Thanks and Regards Tariq On Apr 1, 10:30 am, kanti wrote: > Hi, >        i am using FileReference.Upload(request) to upload file in > server using Linux client but it is not working. Same is working in > Windows. > how to

[flex_india:21103] Re: Screen Resolution

2009-04-01 Thread tzack
hi pradeep, i wonder if you have tried setting width="100%" and height="100%" for application tag. Thanks and Regards tariq On Apr 1, 3:21 pm, "pradeep.pa...@gmail.com" wrote: > Hi All, > I need some help on Screen resolution for my application. > When my application is opened on a machine w