[flexcoders] Flex 2 not maintaining order of web service parameters.

2006-04-25 Thread ilia_papas
Hello, I've been unable to get Flex to submit parameters to a web service method in a consistent order. I'm using Flex 2 beta 2 and a web service running on JBoss 4.0.4CR2 using annotations. This problem has been described in the following locations: -Macromedia Forum: Webservice always

[flexcoders] Re: Flex 2 not maintaining order of web service parameters.

2006-04-25 Thread ilia_papas
PROTECTED] On Behalf Of ilia_papas Sent: dinsdag 25 april 2006 17:06 To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex 2 not maintaining order of web service parameters. Hello, I've been unable to get Flex to submit parameters to a web service method in a consistent order. I'm using Flex

[flexcoders] Re: Flex 2 Beta 3 - MenuBar rollover text color not changing

2006-06-19 Thread ilia_papas
I am encountering the same problem with datagrids. Even if I specify the style in the root Application tag of the style sheet, everything (Trees, Comboboxes, Buttons, etc) behaves properly, except for the datagrid. This is for both text-roll-over-color and text-selected-color. selection-color

[flexcoders] F2B3: Array within a complex object from a WebService result

2006-06-27 Thread ilia_papas
Has anyone been able to successfully parse an array of complex objects within a complex object returned from a web service? Basically, I have a collection of items, and I'd like to include some information about the items in a complex object, which also contains the collection. ie:

[flexcoders] Re: F2B3: Array within a complex object from a WebService result

2006-06-28 Thread ilia_papas
]: ---Addr1: 123 Church St ---Addr2: Anytown, MA 02555 ---Active: true __ --- In flexcoders@yahoogroups.com, ilia_papas [EMAIL PROTECTED] wrote: Has anyone been able to successfully parse