[flex_india:26957] I'm now an Adobe Certified Expert in Flex 3 with AIR

2009-12-01 Thread flexwiz
I'm now an Adobe Certified Expert in Flex 3 with AIR Thanks everyone, this group has some real good discussions about Flex/ AIR and definitely helped me to get to know more into Flex. Satish -- You received this message because you are subscribed to the Google Groups "Flex India Community" gr

[flex_india:25508] flex: how do i enable different colors for different date selections in datechooser component

2009-09-26 Thread flexwiz
I tried this but is not working pearls.blogspot.com/2008/03/datechooser-with-support-for.html the problem is building the app; when i include the swc from this, the build works fine, when i run the app, flash player is crashing with Gradient Fill error (parameter colors must be non null). any id

[flex_india:24851] Re: url root hardcoded in flex client. How to change it?

2009-08-28 Thread flexwiz
a) You need to re-compile the source without any hard-coded url strings; instead read a config xml on app-startup and use url values from that b) try to use the web-server re-direction rules to point to the actual url whenever requests arrive for localhost:8080. hope this helps Satish On Aug

[flex_india:19398] Re: Detecting browser version in Flex application?

2009-02-17 Thread flexwiz
; ); var appName:String = ExternalInterface.call( "function getAppName(){ return navigator.appName; }" ) http://flexflashvideo.com/codesamples/flex/flex3/browserinfo/ Satish On Feb 17, 3:51 pm, flexwiz wrote: > How do i detect the browser /user-agent i

[flex_india:19397] Detecting browser version in Flex application?

2009-02-17 Thread flexwiz
How do i detect the browser /user-agent information from Flex ? Satish --~--~-~--~~~---~--~~ 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

[flex_india:18160] Re: flex with gif problem

2009-01-12 Thread flexwiz
Gif's wont be rendered well in Flex; I had similar issue; I converted the Gif to swf and embedded it. use gif2swf tool on swftools . org website On Jan 12, 7:47 am, "dhileepen chakravarthy" wrote: > Dear All, > > I have one gif image. Its not shown Image as GIF. It shows like jpeg. > > Regards,

[flex_india:18074] How do I add a Global RemoteObject fault handler?

2009-01-09 Thread flexwiz
I have a large bunch of RemoteObject calls in the code; similar to this; Methods themselves have fault event handlers associated; but not the remote objects; Is there any way; where I can add a Global RemoteObject Fault Handler in the applicationComplete or i

[flex_india:14799] Flex Application penetration testing?

2008-10-06 Thread flexwiz
any ideas/thoughts/info related to application penetration testing Flex applications? Satish Boston, MA --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send emai

[flex_india:14716] Re: as3corelib

2008-10-02 Thread flexwiz
You need to import the code as a Flex Library project and do a build, you will get a as3corelib.swc :-) Satish Boston, MA On Oct 1, 8:14 pm, karthik <[EMAIL PROTECTED]> wrote: > Hi guys, >                 I'm trying to use JSON  in flex. I read that the > as3corelib is necessary for using JSON a

[flex_india:14694] Re: any code example like HistoryManager class does but I don't want to use History manager Becoz.....

2008-10-01 Thread flexwiz
Check this out. http://livedocs.adobe.com/flex/3/html/help.html?content=deep_linking_8.html You need to implement IHistoryManagerClient interface Satish On Oct 1, 11:44 am, Flexian_me <[EMAIL PROTECTED]> wrote: > I am making an application in which I am having several canvases ...I > am navig

[flex_india:14691] Re: Moudles with Caringorm or PureMVC

2008-10-01 Thread flexwiz
Cairngorm is simple, compared to pure-mvc. I did split my app into multiple modules and am using Cairngorm Cairngorm: Model View Controller Command CairngormEvent Delegate Service PureMVC: Model View Controller Command Facade Proxy Mediator Observer Notification On Oct 1, 7:51 am, Mor <[E

[flex_india:14690] Re: Remove all datagrid rows

2008-10-01 Thread flexwiz
Is the DataGrid is using DataBinding with a ArrayCollection? use removeAll() to clear the collection; it will reflect immediately in data-grid similarly use any remove method on the data-structure with which the DataGrid is bound Satish On Oct 1, 9:38 am, hardeep thakur <[EMAIL PROTECTED]> w

[flex_india:14442] Flex IDE Hot Code Replacement?

2008-09-25 Thread flexwiz
does Flex IDE support Hot Code Replacement without app-restart? while debugging? --~--~-~--~~~---~--~~ 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@googleg