[flexcoders] PureMVC

2009-06-18 Thread Ashish Verma
Hello All, I am very new for PureMVC architecture. After reading about Model, View and controller and their progressive actor proxy, mediator and command I am looking for some big demo application in PureMVC. Please provide me link, archive or something similar. Best, Ashish

RE: [flexcoders] Flying text or passing text??

2009-06-17 Thread Ashish Verma
The very simple trick to do that. Place the label at the bottom of the Canvas and take the label text in string. Here is the source code: ?xml version=1.0 encoding=utf-8? mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute

[flexcoders] Component with Text and Image in sameline

2009-03-10 Thread Ashish Verma
Hello All, Want to make a component in Flex 3: Here is the specification of the application – 1. We need to develop a windows/web application in which we want to have a component which can accommodate images in line with the text. 2. We can move/drag the images/text in that component

Re: [flexcoders] Flex Interview Questions

2009-03-09 Thread Ashish Verma
They could ask you about the followings: Advanced Datagrid functionalities Basic Operators like is, typeof, instanceof, , ===, !== Basic function and constants like random(), Nan, indexOf() Datatypes: Array, Number Architecture: Cairngorm, PureMVC, Event Delegation Model: bubble, traget and

[flexcoders] Holi Hai ...............................

2009-03-09 Thread Ashish Verma
[image: http://www.bindaaspoll.com/festivals/images/holi-greeting5.jpg] [image: http://www.bindaaspoll.com/festivals/images/holi-greeting1.jpg] [image: http://www.bindaaspoll.com/festivals/images/holi-greeting2.jpg] [image: http://www.bindaaspoll.com/festivals/images/holi-greeting3.jpg]

Re: [flexcoders] Credit card processing in Flex

2009-03-04 Thread Ashish Verma
I think you have to integrate with some Payment Gateway. Contact with Paypal or other CC service provider they could give you sample account for testing and URL also on their you could redirect you payment request from Flex using navigateURL() or ExternalInterface. Best, Ashish On Wed, Mar 4,

Re: [flexcoders] Re: Error #1034: Type Coercion failed: cannot convert JSON Data

2009-03-03 Thread Ashish Verma
You can use code like this // Update the waiting window status splashWindow.msgForUser =Perparing Wixi Desktop Folder Structure ...; // taking the evet's current targate tempURLLoader = URLLoader(event.currentTarget); // taking dataString = String(tempURLLoader.data); dataFromWixi =

Re: [flexcoders] SWF in a Panel

2009-02-27 Thread Ashish Verma
And also if you want to access properties of Panel from the SWF use parentApplication.propertyName from SWF file On Fri, Feb 27, 2009 at 3:38 PM, christophe_jacquelin christophe_jacque...@yahoo.fr wrote: Hello, How to draw an existing SWF file into a Panel ? Thank you, Christophe,

Re: [flexcoders] accessing flex functions from outside an app

2009-02-27 Thread Ashish Verma
You can take advantage of following things 1. navigateToURL() - fro calling javascript function from Flex check browser comptability 2. flash.netExternalInterface - with call () and callable () to call function flex to javascript and vis versa 3. FA Bridge - Flez AJAX bridge : wraped

Re: [flexcoders] Dynamic Advanced Datagrid

2009-02-27 Thread Ashish Verma
May be helpful to you http://prosameer.googlepages.com/MasterGrid.html Best, Ashish On Fri, Feb 27, 2009 at 7:22 PM, Adrian Williams adri...@familytreedna.comwrote: Venkat, More details about what you want to do would help elicit a better response. Adrian venkat eswar wrote:

Re: [flexcoders] Reading the output of an AIR application in C#

2009-02-26 Thread Ashish Verma
I think there is AxInterop.ShockwaveFlashObjects.dll that would be useful On Thu, Feb 26, 2009 at 4:46 PM, akila_ksri akila_k...@yahoo.co.in wrote: Hi, I have an Air application which is launched from a C# application using System.Diagnostics.Process.Start(myAirApp.exe). I need to be

Re: [flexcoders] Flex RAM memory use - (probably a question for the player engineers?)

2009-02-26 Thread Ashish Verma
For the first problem I don't have clue but for second problem I can say that it's due to weird behaviour of Flash Garbage Collector. On Thu, Feb 26, 2009 at 2:48 PM, nwebb neilw...@gmail.com wrote: Hi, we're having 2 issues with memory in Flex: 1) Part way through our Flex application we

Re: [flexcoders] How to find the actual type of a custom flex component?

2009-02-26 Thread Ashish Verma
You can use is operator to compare that object with your desired set of classes using if - else if conditions Best, Ashish On Thu, Feb 26, 2009 at 3:30 PM, Gregor Kiddie gkid...@inpses.co.uk wrote: I think describeType() gives the inheritance list. You could pick it out of that. It

Re: [flexcoders] VBox question

2009-02-25 Thread Ashish Verma
Using percentWidth and percentHeight proerties you cam set in ActionScript. On Thu, Feb 26, 2009 at 12:20 PM, elevight i...@pilby.us wrote: In MXML, you set a VBox's width to 100% by: mx:VBox width=100%/ But if you instantiated a VBox in actionscript as in: var vbox:VBox = new VBox():

[flexcoders] In AIR Application fonts getting distort

2009-02-17 Thread Ashish Verma
Hello All, Facing a strange problem. Actually I made an application using Flex - 3.0 later I build it Flex SDK 3.2 now on MAC system the font is getting distort what is wrong with application. I can see only the font with bold weight getting distort. Please advice me. Best, Ashish

[flexcoders] AIR Application is not Appearing

2009-02-13 Thread Ashish Verma
Hello All, I created an AIR Application which was previously based on AIR 1.0 and I am some more features in that application and compiling with the update of Flex 3 and targeting it for AIR 1.5. After making air file I am putting it onto sever to access by users. But when any user trying to run

[flexcoders] Birthday Please

2009-01-27 Thread Ashish Verma
Hello I am creating a birthday calendar for myself. Can you please click on the link below and enter your birthday for me? http://www.birthdayalarm.com/bd2/84448129a626903632b1454856004c699364312d1386 Ashish

Re: [flexcoders] Re: Flex 3 Certification

2008-12-24 Thread Ashish Verma
Question Papers. Please kindly let me know. Sended Request in Gtalk , Add me for any doubts and Queries in Flex. Regards, R.Denesh Kumar rdene2...@... ,rden...@... --- On Wed, 12/24/08, Ashish Verma verma.lu...@... wrote: From: Ashish Verma verma.lu...@... Subject: Re

[flexcoders] Flex 3 Certification

2008-12-23 Thread Ashish Verma
Hello All, I want to give Flex 3 certification exam. I know the details about the promatic center and all. what I want to know from where I can download the sample question papares for flex 3 if not available could you tell me site for flex 2 at least. Regards, Ashish

Re: [flexcoders] Flex 3 Certification

2008-12-23 Thread Ashish Verma
PM, Ashish Verma verma.lu...@gmail.com wrote: Hello All, I want to give Flex 3 certification exam. I know the details about the promatic center and all. what I want to know from where I can download the sample question papares for flex 3 if not available could you tell me site for flex 2

Re: [flexcoders] Button with Icon and two labels one with Left align while Other with right Align

2008-12-19 Thread Ashish Verma
Jethani manish.jeth...@gmail.comwrote: On Fri, Dec 19, 2008 at 5:36 PM, Ashish Verma verma.lu...@gmail.comverma.lucky%40gmail.com wrote: I am creating a button in flex. which would have an icon and two labels. The First label will contain the command text while other could contain

Re: [flexcoders] Directory selection in FLEX

2008-12-16 Thread Ashish Verma
I don't think so that you can do the same from FLEX application since Browser security sandbox won't allow you for the same. but same you could using AIR with javascript. Best, Ashish On Tue, Dec 16, 2008 at 3:29 PM, shruti shety shruti.she...@yahoo.comwrote: Hi, I need a way in my FLEX

Re: [flexcoders] Directory selection in FLEX

2008-12-16 Thread Ashish Verma
like, but was just hoping against hope to see if there is any other way of doing it from FLEX apps. --- On *Tue, 12/16/08, Ashish Verma verma.lu...@gmail.com* wrote: From: Ashish Verma verma.lu...@gmail.com Subject: Re: [flexcoders] Directory selection in FLEX To: flexcoders@yahoogroups.com

Re: [flexcoders] Removing an item from a sorted ArrayCollection?

2008-11-25 Thread Ashish Verma
Hello All, I want to be Flex Certified. from where i can get the Demo Test Papers. Thanks Ashish On Fri, Nov 21, 2008 at 10:51 PM, bjorn [EMAIL PROTECTED] wrote: I experienced some problems with ArrayCollection's removeItemAt(). It seemed to work... randomly. Tucked away in the