Layer Positioning

2005-02-24 Thread goran187
I have two panels that overlap each other. Does anybody know how to programmatically decide which panel will be on top (or behind) based on conditions? Thanks, Goran

Re: Web service listener

2005-02-22 Thread goran187
that } -Original Message- From: goran187 [mailto:[EMAIL PROTECTED] Sent: Monday, February 21, 2005 3:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Web service listener Does anyone know how to create a listener for a Web service? To be more precise: I have a web

Web service listener

2005-02-21 Thread goran187
Does anyone know how to create a listener for a Web service? To be more precise: I have a web service called WS. When I call a method WS.MethodName.send() I want to be able to listen to WS.MethodName.result. When the result is returned I want to executre a function. Thanks, Goran

Alert event handling

2005-02-16 Thread goran187
Is anyone familiar with event handling on Alert boxes (buttons)? I have a form with an alert box with two button choices (OK and NO) I want to be able to execute a function based on the selected option. Thanks, Goran

Re: Alert event handling

2005-02-16 Thread goran187
, mx.utils.Delegate.create( this, confirm ) ); private function confirm( event ) { switch ( event.detail ) case 1: break; case2: break; } _ From: goran187 [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 8:03 PM To: flexcoders@yahoogroups.com Subject

Re: FLEX - NEW VERSION

2005-02-08 Thread goran187
at this point. We will be talking a lot about the roadmap as we get into the spring and summer. Do you have a specific question or request? Regards, David macromedia -Original Message- From: goran187 [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 8:25 AM

Out Of Memory: Message

2005-02-03 Thread goran187
I am running Flex 1.5 on Apache Tomcat/5.0.28. Occasionally, I get the following error message: 'Requested page cannot be displayed An unexpected error occurred that prevented /AdTags/Adt.mxml from being displayed. --

Re: Datagrid hidden columns

2005-02-01 Thread goran187
:/ mx:Array /mx:columns /mx:DataGrid Dirk. -Original Message- From: goran187 [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 5:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Datagrid hidden columns Is there a possibility of having hidden