[flexcoders] Re: How to use precompiled mxml with Remote Object?

2006-01-25 Thread Caroline
Thanks All!..got it working, yay! --- In flexcoders@yahoogroups.com, "Peter Watson" <[EMAIL PROTECTED]> wrote: > > Caroline, > > The default RemoteObject proxy (AMF gateway) is a relative path in > flex-config.xml > > {context.root}/amfgateway >

[flexcoders] How to use precompiled mxml with Remote Object?

2006-01-24 Thread Caroline
Hi All, Can someone give me a few examples or point me to some? Much appreciated! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your

[flexcoders] Re: Flex reloading in tomcat Memory Leak

2006-01-24 Thread Caroline
stems, Inc. > Macromedia Flex Alliance Partner > http://www.cynergysystems.com > > Email: [EMAIL PROTECTED] > Office: 866-CYNERGY > > --- In flexcoders@yahoogroups.com, "Caroline" <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > > > I'm using Flex

[flexcoders] Flex reloading in tomcat Memory Leak

2006-01-24 Thread Caroline
Hi All, I'm using Flex 1.5 and there seems to be a memory leak happening whenever Flex recompiles mxmls (as in when you reload the webapp) at least in Tomcat 5.5 Anyone have any ideas on fixing this? Its getting annoying having to restart tomcat after a number of deployments. Thanks! -- F

[flexcoders] Re: Handling Base Class (Low level Events)

2005-12-05 Thread Caroline
7;t really creating the listener object there... > > > > Matt > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Caroline > Sent: Monday, December 05, 2005 2:21 AM > To: flexcoders@yahoogrou

[flexcoders] Handling Base Class (Low level Events)

2005-12-05 Thread Caroline
Hi, It seems that we cannot handle low-level events (keyUp, keyDown, etc) in Flex through the listener objects. For example, I cannot get the following to work: http://www.macromedia.com/2003/mxml"; creationComplete="initApp()"> I know that this works: According to Flash 8 Documentat

[flexcoders] Event Handler Functions

2005-12-05 Thread Caroline
Can anyone tell me why the following doesnt work: import mx.controls.CalendarLayout; import de.richinternet.utils.Dumper; class com.dr.containers.MultiCalendarLayout extends CalendarLayout { function keyUpHandler(e:Object) trace("IN KEY UP"); // Does NOT get called.

[flexcoders] Multi-Selectable DateChooser

2005-12-02 Thread Caroline
This is for Flex 1.5, I know that Flex 2.0 seem to have it. Has anyone extended this component to have this ability? Thanks Yahoo! Groups Sponsor ~--> Most low income households are not online. Help bridge the digital divide today! http://us.cli

[flexcoders] Extending DateChooser and SimpleButton.buttonDownHandler

2005-12-02 Thread Caroline
Hi, Im trying to extend the DateChooser and in the createChildren method, it creates a simple button and assign a buttonDown handler like so: localBackMonthButton.buttonDownHandler = backMonthButtonDownHandler; function backMonthButtonDownHandler(pFlag:Boolean):Void super.backMonthButtonDownHan