Re: [flex_india:33875] How Flex compiler works

2011-05-28 Thread Paritosh Bisi
Hi, Read here... http://opensource.adobe.com/wiki/display/flexsdk/Flex+3+Compiler+Design -Paritosh On Fri, May 27, 2011 at 7:38 PM, Ramesh Vavila rameshvav...@gmail.comwrote: Hi friends, can any body explain how flex compiler work.please help me this. Regards, ramesh

[flex_india:33771] Vizzy Flash Tracer - To trace flash/flex application.

2011-05-18 Thread Paritosh Bisi
Hi All, Please check out this app to trace flash/flex application, which runs out of the box, requires no installation or configuration. http://code.google.com/p/flash-tracer/ Thanks, Paritosh -- You received this message because you are subscribed to the Google Groups Flex India Community

[flex_india:26816] Re: Module - class doubt

2009-11-23 Thread Paritosh Bisi
class TestClass  {    public function testing():void    {             var yourInstance:TestModule =new TestModule();             trace(yourInstance.getModuleName());    }  } } regards Gehan On 11/19/09, Paritosh Bisi paritosh.b...@gmail.com wrote: Hi All, I have a doubt in module

[flex_india:26745] Module - class doubt

2009-11-18 Thread Paritosh Bisi
Hi All, I have a doubt in module. My module has a public method, I want to call this method from one as class which is included in the module. --- TestModule.mxml --- ?xml version=1.0? mx:Module name=TestModule xmlns:mx=http://www.adobe.com/2006/ mxml mx:Script

[flex_india:25743] Reg: Flex 3 Framework caching

2009-10-07 Thread Paritosh Bisi
Hi All, Any one using Flex 3 Framework caching in production? And is there any way to know programmatically that Flex Framework is cached in client flash player? Thanks, Paritosh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[flex_india:24436] Re: Doubt with module

2009-08-12 Thread Paritosh Bisi
. Module Implements a  common interface, The caller can invoke methods on the interface. This would be a preferred method coz u'll program to an interface. Regards, Kaushik K On Wed, Aug 12, 2009 at 10:07 AM, Paritosh Bisi paritosh.b...@gmail.comwrote: Hi All, I am trying to develop

[flex_india:24427] Doubt with module

2009-08-11 Thread Paritosh Bisi
Hi All, I am trying to develop a module, suppose the main application is module1.mxml, the module has some .as classes also. My doubt is how can I call a method in module1.mxml from these classes. If a normal application I can access the properties and methods by calling like

[flex_india:23436] Re: Exciting job opportunity for Software Engineer (Flex - User Interface)

2009-07-02 Thread Paritosh Bisi
Hi, Please send your profile to me if interested in the opening. Best Regards, Paritosh On Jun 30, 12:49 pm, Paritosh Bisi paritosh.b...@gmail.com wrote: Hi All, FYI, Please check the following link. http://www.jobsbyref.com/Software-Engineer-(Flex)/job/3953start=reg Best Regards

[flex_india:23386] Exciting job opportunity for Software Engineer (Flex - User Interface)

2009-06-30 Thread Paritosh Bisi
Hi All, FYI, Please check the following link. http://www.jobsbyref.com/Software-Engineer-(Flex)/job/3953start=reg Best Regards, Paritosh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group.

[flex_india:22872] Repeating SWF image

2009-06-09 Thread Paritosh Bisi
Hi All, Using the RepeatingImage.as control from the following blog (http:// renaun.com/blog/2006/12/08/165/), I am able to repeat(both horizontally and vertically at the same time) an PNG image in a UIComponet, but I want the same functionality using SWF images. Any one has any idea, please

[flex_india:22072] Scaling Component

2009-05-07 Thread Paritosh Bisi
in my application, I want only one canvas to scale and other two should remain fixed size. Any idea? Best Regards, Paritosh Bisi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Flex India Community group. To post

[flex_india:22102] Re: Scaling Component

2009-05-07 Thread Paritosh Bisi
 pm, HISSAM hissam.sher...@gmail.com wrote: Set the height and width to the fixed canvass and set height,width to 100% to the 3rd On Thu, May 7, 2009 at 12:00 AM, Paritosh Bisi paritosh.b...@gmail.comwrote: All, I one component in my application to scale according to the browser size

[flex_india:20234] Re: Word to SWF converter

2009-03-10 Thread Paritosh Bisi
Check SWFTools... http://www.swftools.org/ On Mar 10, 10:48 am, Mohammed Mudassir Hussain mudassir.m...@gmail.com wrote: Hi Paritosh, I want to do pdf to swf can u send me a sample on how to do pdf to swf Thx in advance On Tue, Mar 10, 2009 at 9:49 AM, Paritosh Bisi paritosh.b

[flex_india:20220] Word to SWF converter

2009-03-09 Thread Paritosh Bisi
Hi, I use swftools (http://www.swftools.org/) to convert PDFs and images to SWFs and use it in my Flex Application. But, I am not getting a tool to convert Word/Excel Files to SWF. One work around is to convert Word/Excel files first to PDF, then to SWF. Anybody know about any good tools to

[flex_india:20039] Re: Problem with wmode=opaque

2009-03-04 Thread Paritosh Bisi
All, I filed a Bug in Adobe Bug management System. Please vote for quick resolution. http://bugs.adobe.com/jira/browse/FP-1648 Thanks, Paritosh On Mar 4, 10:52 am, Paritosh Bisi paritosh.b...@gmail.com wrote: Yeah.. This is a very old Bug. But exactly I am not sure whether it is an Adobe

[flex_india:19937] Re: Text area change character at runtime

2009-03-03 Thread Paritosh Bisi
        mx:TextInput id=t1 change=onChange(event)/ /mx:Application On Mar 3, 8:57 am, Paritosh Bisi paritosh.b...@gmail.com wrote: Hi, In a textarea is there any way to change character at runtime? Suppose If I try to type abc*xyz, it sholuld look like, abc_xyz. That is I have to replace the character

[flex_india:19940] Problem with wmode=opaque

2009-03-03 Thread Paritosh Bisi
Hi, I came across a very silly bug in Firefox 3. Thought of sharing with all. When we make the flex application wrapper's wmode=opaque, we can not enter the character ' = ' in textarea. Please try it out... Build a simple application which contains a text area. Edit the wrapper to support

[flex_india:19988] Re: Problem with wmode=opaque

2009-03-03 Thread Paritosh Bisi
, Venkatwww.venkatv.com On Tue, Mar 3, 2009 at 3:41 PM, Paritosh Bisi paritosh.b...@gmail.comwrote: Hi, I came across a very silly bug in Firefox 3. Thought of sharing with all. When we make the flex application wrapper's wmode=opaque, we can not enter the character

[flex_india:19901] Text area change character at runtime

2009-03-02 Thread Paritosh Bisi
Hi, In a textarea is there any way to change character at runtime? Suppose If I try to type abc*xyz, it sholuld look like, abc_xyz. That is I have to replace the character * with _ (At runtime - while typing, that is when user tries to type * it should appear as _ ). Thanks in advance,

[flex_india:19233] Re: Changing color of graphics at run time.

2009-02-13 Thread Paritosh Bisi
- From: flex_india@googlegroups.com [mailto:flex_in...@googlegroups.com] On Behalf Of Paritosh Bisi Sent: Friday, February 13, 2009 4:22 PM To: Flex India Community Subject: [flex_india:19222] Changing color of graphics at run time. Hi, I have a canvas, I am creating an UIComponent. Then I

[flex_india:19238] Re: Changing color of graphics at run time.

2009-02-13 Thread Paritosh Bisi
{                 // Your Logic of Drawing Line         } } Let me know if it helps you or you will find some better solutions Kalpesh Mahida -Original Message- From: flex_india@googlegroups.com [mailto:flex_in...@googlegroups.com] On Behalf Of Paritosh Bisi Sent: Friday, February 13

[flex_india:19262] Re: Changing color of graphics at run time.

2009-02-13 Thread Paritosh Bisi
); uicomp.transform.colorTransform = ct; Any color to blue: var ct:ColorTransform = new ColorTransform(1,1,1,1,-255,-255,255,0); uicomp.transform.colorTransform = ct; I could also provide a complete example if you want. On Fri, Feb 13, 2009 at 6:22 PM, Paritosh Bisi paritosh.b...@gmail.comwrote: Thanks

[flex_india:18877] Re: new stunning AIR Apps @ Sourcebits Technologies pvt ltd, Bangalore

2009-02-03 Thread Paritosh Bisi
Hi Flexian, Looks cool. But when I try to download the app from http://sourcebits.com/livequotes/, it is throwing exception. --- Error #2044: Unhandled ErrorEvent:. text=Error #2074: The stage is too small to fit the download ui. at AIR/installApplication() at

[flex_india:18457] Re: Help required to capture part of screen shot into clipboard

2009-01-22 Thread Paritosh Bisi
: Paritosh Bisi paritosh.b...@gmail.com To: Flex India Community flex_india@googlegroups.com Sent: Wednesday, January 21, 2009 12:15 PM Subject: [flex_india:18378] Re: Help required to capture part of screen shot into clipboard Hi Mallikc, Check these links You can capture any

[flex_india:18366] Re: adding event listener to an instance of shape class

2009-01-20 Thread Paritosh Bisi
Hi Yogesh, As Virat suggested instead of use UIComponents. Add UIComponents as child to canvas container. You can name each UIComponents to identify also. Regards, Paritosh On Jan 20, 10:09 am, v...@t vira...@gmail.com wrote: hello try to use UIComponent rather than Shape. UIComponent is

[flex_india:17838] Re: need of paint tools...information..!!!

2008-12-30 Thread Paritosh Bisi
Hi Rajiv, Check the following link... http://www.flexibleexperiments.com/Flex/PrimitiveExplorer/Flex2PrimitiveExplorer.html Regards, Paritosh On Dec 30, 4:52 pm, Rajveer Goud. rajve...@gmail.com wrote: Hi...all..!!! I am working paint application...till now everything is fine for just

[flex_india:17839] Re: Migration from Flex2 to Flex3

2008-12-30 Thread Paritosh Bisi
Hi, Check these links before proceeding. http://learn.adobe.com/wiki/display/Flex/Backwards+Compatibility+Issues http://blogs.adobe.com/flexdoc/2008/02/migrating_from_flex_2_to_flex.html Regards, Paritosh On Dec 29, 3:42 pm, DAM chauhan.i...@gmail.com wrote: Hi All,          I have to

[flex_india:17465] Re: fileRef.upload() not working in Safari browser

2008-12-16 Thread Paritosh Bisi
Hi, Not sure about problem on your side, but once we also faced this type of problem. Try using property 'name' instead of property 'type' of filereference class, to get the file name / type. Regards, Paritosh Bisi On Dec 16, 10:57 am, sony sonyj2...@gmail.com wrote: Hi Friends, I am

[flex_india:17423] Re: Can you manipulate images using Flex programs?

2008-12-15 Thread Paritosh Bisi
mkoteshwar...@gmail.com wrote: Hi Paritosh, can you give the code examples or any links which gives these examples. On Dec 14, 8:32 pm, Paritosh Bisi paritosh.b...@gmail.com wrote: Hi, Check the link..http://www.picnik.com/ Regards, Paritosh On Dec 15, 8:57 am, koteshwar Rao myneni

[flex_india:17377] Re: whats FlexUnit, Allurent and ASUnit ??

2008-12-14 Thread Paritosh Bisi
Hi, Just Google the keywords, and you will get the answers by yourself. Regards, Paritosh On Dec 14, 7:17 pm, HISSAM hissam.sher...@gmail.com wrote:  heard of FlexUnit, Allurent and ASUnit ?? --~--~-~--~~~---~--~~ You received this message because you are

[flex_india:16935] Chrome - Movie not loaded.

2008-12-02 Thread Paritosh Bisi
Hi all, When I try to launch my flex application in google chrome, most of the times I am getting only a white area. If I right click, I can see the flash player context menu, with a label Movie not loaded at the top. My application works fine with all other browsers. Anybody has any idea about

[flex_india:16246] Re: Can we customize very first preloader???

2008-11-17 Thread Paritosh Bisi
Hi, It is possible...:-) Check these links... http://www.onflex.org/ted/2006/07/flex-2-preloaders-swf-png-gif-examples.php http://iamjosh.wordpress.com/2007/12/18/flex-custom-preloader/ Regards, Paritosh On Nov 18, 3:55 am, ManInAction [EMAIL PROTECTED] wrote: Hi friends, I am creating

[flex_india:15373] Re: Browse file...

2008-10-22 Thread Paritosh Bisi
for your fast reply. What do i need to code if i want to send the file location information to php ?? Or just upload the file from flex then retrieve the file from the server to php to process ?? Any suggestion ?? Thanks.!! On Oct 21, 4:02 pm, Paritosh Bisi [EMAIL PROTECTED] wrote: Hi

[flex_india:15318] Re: Browse file...

2008-10-21 Thread Paritosh Bisi
Hi William, AFAIK, you can't get full path information, intentionally. Filereference class is granting permission to upload a file, not granting permission to send a file path, since the path could contain personal information. Thanks and regards, Paritosh On Oct 20, 6:51 pm, William [EMAIL

[flex_india:14402] Re: Changing slider pointer icon (triangle).

2008-09-25 Thread Paritosh Bisi
.      Thanks      Arvind On Wed, Sep 24, 2008 at 5:58 PM, Paritosh Bisi [EMAIL PROTECTED]wrote: Hi All, Is there any way to Change slider pointer icon (triangle shape), to like bar shape or something else? Please let me know, Regards, Paritosh