RE: [flexcoders] MXML namespace

2008-06-02 Thread Tim Stewart
The code looks cleaner when you set MX as the default, but some things in the design mode no longer work. Look at the custom view of properties for a Button, for example. No Icon, On Click etc. Tim From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS

2008-05-25 Thread Tim Stewart
@yahoogroups.com mailto:flexcoders%40yahoogroups.com ] On Behalf Of Tim Stewart Sent: Thursday, May 22, 2008 9:56 PM To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: RE: [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS Hi Seth, could you say whether

RE: [flexcoders] Re: Async Concurrent Requests with AMF for BlazeDS or LCDS

2008-05-22 Thread Tim Stewart
Hi Seth, could you say whether this is similar to the limitation in LiveCycle / Blaze proxy service, which causes multiple web service calls to be queued and executed in sequence rather than simultaneously - and whether there could be a similar approach to working around this? I have an

RE: [flexcoders] Advanced Data Grid Item Editor

2008-05-14 Thread Tim Stewart
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim Stewart Sent: Tuesday, 13 May 2008 4:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Advanced Data Grid Item Editor Hi, I have an advanced data grid which I populate from an array of objects, each with a collection of child objects

[flexcoders] Advanced Data Grid Item Editor

2008-05-13 Thread Tim Stewart
Hi, I have an advanced data grid which I populate from an array of objects, each with a collection of child objects, and it displays fine. The problem is when I start to make it editable. It seems that setting the AdvancedDataGrid.editable property to item should make my child objects editable,

[flexcoders] Data Services Proxy not asyncrhonous!?

2008-04-21 Thread Tim Stewart
function ws_fault (event : FaultEvent) : void { trace (event.fault.toString()); } ]] /mx:Script /mx:Application Tim Stewart Solution Architect Tel: \+61 2 9976 4500 ext. 2032 Fax: \+61 2 9976 5055 Mobile : 0424 225924 Web: www.avoka.com Email: [EMAIL

[flexcoders] ASDoc Ambiguous reference

2008-04-04 Thread Tim Stewart
to template. return Plan: status= + status + ,template= + template; ^ C:\Workspaces\...\model\dom\MyClass.as(64): col: 8 Error: Ambiguous reference to status. if (status == null) { ^ Tim

[flexcoders] LCDS / Blaze Proxy service external proxy

2008-04-03 Thread Tim Stewart
with the MessageBroker. Any ideas? Cheers, Tim Tim Stewart Solution Architect Tel: \+61 2 9976 4500 ext. 2032 Fax: \+61 2 9976 5055 Mobile : 0424 225924 Web: www.avoka.com Email: [EMAIL PROTECTED] newavoka_logo_email.jpg

RE: [flexcoders] LCDS / Blaze Proxy service external proxy

2008-04-03 Thread Tim Stewart
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim Stewart Sent: Thursday, 3 April 2008 10:48 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] LCDS / Blaze Proxy service external proxy Hi, I've got an application that needs to access several different web

RE: [flexcoders] Re: Duplicate HTTP response headers

2008-03-12 Thread Tim Stewart
-contrib.sourceforge.net/ http://ant-contrib.sourceforge.net/ -Mete --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Tim Stewart [EMAIL PROTECTED] wrote: Hi Mete. I tried this, having followed the text file instructions about setting up JAVA_HOME, ANT_HOME etc, but just

RE: [flexcoders] Re: Duplicate HTTP response headers

2008-03-11 Thread Tim Stewart
main. -Mete --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com , Tim Stewart [EMAIL PROTECTED] wrote: Hi Seth OK, I've created a bug within JIRA, it is number BLZ-82 http://bugs.adobe.com/jira/browse/BLZ-82 http://bugs.adobe.com/jira/browse/BLZ-82 As far as I can see

[flexcoders] Siebel integration

2008-03-04 Thread Tim Stewart
Has anyone done calls to Siebel services via Flex and LCDS proxy? I have a working LCDS proxy setup enabled for HTTPS, which allows me to make a HTTPService call to the relevant Siebel host, and I can get it to retrieve, for example, the source of the JSP login page as text, but as soon as I try

RE: [flexcoders] headless mode

2008-02-17 Thread Tim Stewart
You can create and work with display objects, including Flex UIComponents, without adding them to the display list, so they are in memory only not on the screen. Or you can add them to the display but set visible=false. Cheers, Tim From:

RE: [flexcoders] Accessing Multi Dimensional Array Collection Data in a DataGrid

2008-02-17 Thread Tim Stewart
Hi, I too was frustratetd by this. I think it ought to work in the way you've coded it. You can get it to work with labelFunction as follows, but its more long-winded. mx:DataGridColumn labelFunction=practiceName headerText=Practice / private function labelFunction (case : Object, column :