[flexcoders] flex time-out Issue...????

2011-09-07 Thread Varun
-load-config in the compiler arguments in the project---no result. I m using flash builder 4.5 version. Any solution or suggestions always welcome.Earliest response is highly appreciated. Thanks Varun

[flexcoders] Flex time out issue

2011-09-07 Thread Varun

[flexcoders] Error running project from FB3 [1 Attachment]

2009-11-18 Thread varun mc
to reinstall fb. :( Thanks, Varun The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/

[flexcoders] Flex Builder 3 XMLDecoding problem

2008-09-26 Thread Varun Shetty
/jira/browse/FB-12319 has anyone encountered this and found any appropriate solution to this. any clue when this would be fixed. I am having this problem with Flex builder 3 and Oracle JAXB web services. regards, Varun Shetty

Re: [flexcoders] Re: Flex is time consuming

2008-08-18 Thread Varun Shetty
i usually switch off autobuild on save... and only build when i am ready.. also breaking up into swc files seem to have helped. Flex is definitely slow for me on a 4 GB RAM + 4 Core (Quadro/Xeon)Processor.. i wish there was some tweaks that would make flex use all the processors. regards, Varun

Re: [flexcoders] Send crypted password

2008-08-18 Thread Varun Shetty
I believe you dont require to encrypt if you are already sending it in HTTPS... well u can .. just to make it more secure.. check this code base out.. mebbe it will help. http://code.google.com/p/as3crypto/ regards, Varun Shetty On Mon, Aug 18, 2008 at 5:20 PM, Aymen [EMAIL PROTECTED] wrote

[flexcoders] Re: ASDocs problem Unable to locate specified base class

2008-07-09 Thread Varun Shetty
:137) any clue, what would be the problem..!!! isnt there a ASDoc GUI tool that can just get all this right? regards, Varun Shetty On Tue, Jul 8, 2008 at 9:50 PM, Varun Shetty [EMAIL PROTECTED] wrote: Hi, I am trying to create ASDocs for my project and I am receiving the following error

[flexcoders] ASDocs problem Unable to locate specified base class

2008-07-08 Thread Varun Shetty
of pnpPanel.mxml customPanel xmlns=view.panels.* xmlns:mx=http://www.adobe.com/2006/mxml mx:Script . . . Is there a problem, If I have developed the project in such a manner. How else can we solve this ASDocs 'Unable to locate specified base class' issue. regards, Varun

Re: [flexcoders] fixed sized VBox

2008-06-07 Thread Varun Shetty
specify height in pixels to the VBox and dont keep it blank or in percentage. (percentage should be good too, but can create a problem) regards, Varun Shetty On Sat, Jun 7, 2008 at 11:00 PM, hworke [EMAIL PROTECTED] wrote: Hi I have declared a VBox which is a child of a canvas

[flexcoders] Flex 2 Development on Flex 3

2008-06-06 Thread Varun Shetty
for available ram in flash or javascript and redirect users to appropriate (html) version of the application. thank you Varun Shetty

Re: [flexcoders] pulling my hair out with e4x!!!

2008-04-15 Thread Varun Shetty
make sure that your xml is wellformed it did work for me. --- code ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical initialize=runthis(); mx:Script ![CDATA[ public var

[flexcoders] Loading XML in preloader/ before application onComplete

2008-04-03 Thread Varun Shetty
. Appreciate a lead on how to go about it. Thank you, Varun Shetty

Re: [flexcoders] Loading XML in preloader/ before application onComplete

2008-04-03 Thread Varun Shetty
Wow, that is pretty descriptive... thank you very much Rico...! umm.. so Extending the downloadprogressbar class is the way... I will try it out in sometime. Thank you very much for your help.. regards, Varun Shetty On Thu, Apr 3, 2008 at 1:26 PM, Rico Leuthold [EMAIL PROTECTED] wrote

Re: [flexcoders] Re: pause not working in sequence of Iris effects?

2008-03-06 Thread Varun Shetty
can you simulate your problem in someway and post the code.. i am much more efficient in fixing the problem when i see one .. :) regards, Varun Shetty On Wed, Mar 5, 2008 at 1:57 PM, Brian [EMAIL PROTECTED] wrote: Hi, thanks for your reply. What is the importance of ending the effect? I

Re: [flexcoders] Re: pause not working in sequence of Iris effects?

2008-03-03 Thread Varun Shetty
heya ... well couple of things i did.. cleaned ur code.. 'cause i dont like it with warnings on my flex .. :D (u dont have to do it) created a canvas outside the map.. since u are doing too many things on the map canvas . i would recommend keeping it separate from the iris effect.. also you need

Re: [flexcoders] Re: Move effect

2008-02-12 Thread Varun Shetty
the tweener classes in ur project folder. regards, Varun Shetty www.paranoidart.com On Jan 24, 2008 10:39 PM, jovialrandor [EMAIL PROTECTED] wrote: Varun, this is exactly what I needed! A few questions. 1. Do you have examples of tweener class for movements? 2. Can I set the speed

[flexcoders] Customizing DateCooser/DateField Component

2008-02-01 Thread Varun Shetty
component to look like the calendar component in kayak.com... regards, Varun Shetty

[flexcoders] Accessing Methods of a Custom Components

2008-01-29 Thread Varun Shetty
be doing.. ? also any insights on how to make global eventdispatchers..? regards, Varun

Re: [flexcoders] Accessing Methods of a Custom Components

2008-01-29 Thread Varun Shetty
... here this is what I was trying. http://www.paranoidart.com/lab/flex/001/index.html // click on the 'show details' btn.. right click to view the source. I had another question mebbe, i will post it in a different thread.. regards, Varun Shetty On Jan 29, 2008 7:42 PM, Tracy Spratt [EMAIL

Re: [flexcoders] Move effect

2008-01-17 Thread Varun Shetty
/mx:Application regards, Varun Shetty On Jan 17, 2008 7:09 AM, Hem S [EMAIL PROTECTED] wrote: Irrespective of screen resolution the components can be moved from outside of the flex application. mx:Move id=moveIn xFrom={-can.width } yFrom=0 duration=1000 / mx:Move id=moveOut / mx:Button

Re: [flexcoders] Killing Browser based popups

2008-01-17 Thread Varun Shetty
if u can edit ur php page or not. regards, varun On Jan 17, 2008 5:06 PM, markcavins [EMAIL PROTECTED] wrote: Hey, I have this flex app that accesses an existing backend program to get it's information. One of the fail safes we have in this backend is a browser based pop up

[flexcoders] How to Access Child Objects and its properties...?

2008-01-17 Thread Varun Shetty
); dtiPersonal.addEventListener(nextItem, sharedDataHandler); personDetails.addChild(dtiPersonal); } regards, Varun Shetty

Re: [flexcoders] Re: Moves Flex mouse cursor to a new position in the stage

2008-01-17 Thread Varun Shetty
If you mean to move the system mouse cursor to a new position. no it is not possible. 'cause it would be a security breach to the system. Flash Sandbox would not allow any such activity. Mebbe in Adobe AIR you can .. not really sure about that. regards, Varun Shetty On Jan 17, 2008 4:43 PM

[flexcoders] Styling Custom Components

2008-01-16 Thread Varun Shetty
input box, which would have the style built within the custom component itself. regards, Varun shetty

RE: [flexcoders] Using Remoting on Flex 2.0

2006-10-08 Thread Varun Shetty
to get the same result.. not really sure how to go about it, but will give it a shot first.. :) Thank you, Regards, VARUN SHETTY    From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Wabyick Sent: Friday, October 06, 2006 8

[flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread Varun Shetty
Do I need flex data services for Remoting in Flex? Can anyone lead me to an example code for Java - OpenAMF Remoting using FLEX 2.0 Thank you, Regards, VARUN SHETTY  -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

RE: [flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread Varun Shetty
calls should I use, then I can use the flex help to understand it more. Thank you, Regards, VARUN SHETTY -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Thursday, October 05, 2006 2:16 PM To: flexcoders@yahoogroups.com

[flexcoders] Error Opening URL on Flash Remoting. - not a flex question

2006-10-05 Thread Varun Shetty
change the port or make a wrong connection it too does give me an Error opening URL on output window but doesn't trap the error anywhere else so that I can show an appropriate message. Thank you, Regards, VARUN SHETTY  From: flexcoders@yahoogroups.com

[flexcoders] script running structure

2006-09-18 Thread Varun Shetty
What is the script running structure? Will the MX:Script run and load first before the flex structure loads.. ? Or does the flex structure load first ? I am trying to load an XML using AS 3.0 and then populate it to an datagrid obj on screen? Any good example for that been