[flexcoders] Duplicate Subscription error (Flex,CF9 with embedded BlazeDS)

2010-03-22 Thread wlbagent
Very simple Flex (FB3) application which subscribes to a ColdFusion 9 DataServicesMessaging Event Gateway using the CF9 embedded BlazeDS. Issue: When the Flex application starts, the mx:Consumer component returns the following faultSting Duplicate subscription. Another client has already

[flexcoders] Re: How to assign values from a result set to matching declared variables?

2007-10-08 Thread wlbagent
: This[pg + i + Title] = rs.getItemAt(i).VALUE; Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wlbagent Sent: Friday, October 05, 2007 1:32 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to assign values

[flexcoders] How to assign values from a result set to matching declared variables?

2007-10-05 Thread wlbagent
I can easily do this in ColdFusion but can't figure it out in FLEX. I have a database table containing settings for an application. The table has a Name field for the name of a declared variable in my MXML application and a Value field for the initial variable assignment. For example, the

[flexcoders] Repeater and RadioButtonGroup; Can it be done?

2007-01-18 Thread wlbagent
I'm trying to use Repeaters to create multiple RadioButtonGroups. I get the following compiler error Unable to generate initialization code within Repeater, due to id or data binding on a component that is not a visual child. RadioButtonGroup is non-visual so short of creating my own class how

[flexcoders] Flex 2 (production) Slowness

2006-07-06 Thread wlbagent
I have an application written in F2B3 that uses ColdFusion. I installed Flex Builder 2 (production) and CF7.0.2. I recompiled the application in FB 2. It compiles with no errors and runs on Flash Player 9 but it runs significantly slower now then when on beta 3. No changes were made to the Flex

[flexcoders] Re: flex2gateway woes on UNIX

2006-06-21 Thread wlbagent
I've found the solution (actually CheapEnergy on Adobe's CF-Flex Connectivity forum found it). Although I had reinstalled CF a couple of times, apparently there were a couple of processes that didn't get killed after stopping CF and the Web server prior to the reinstall. Killing these before

[flexcoders] Re: flex2gateway woes on UNIX

2006-06-19 Thread wlbagent
... --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 15 June 2006 21:49, wlbagent wrote: I ran across someone who appears to be having the same problem but on LINUX using apache. He hasn't found a resolution yet, either. Had this at work yesterday. Try by passing apache

[flexcoders] Re: flex2gateway woes on UNIX

2006-06-19 Thread wlbagent
] On Behalf Of wlbagent Sent: segunda-feira, 19 de Junho de 2006 12:14 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: flex2gateway woes on UNIX I'm not using apache, I'm using IPlanet (SunOne Web Server). However, I tried http://hostname:8500/flex2gateway and http://hostname:80

[flexcoders] Re: flex2gateway woes on UNIX

2006-06-15 Thread wlbagent
again for the reply. Let me know if you have any other ideas. Bill --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 14 June 2006 20:33, wlbagent wrote: /opt/coldfusionmx7/wwwroot/WEB-INF/flex directory. If I enter http://theunixservername/flex2gateway

[flexcoders] flex2gateway woes on UNIX

2006-06-14 Thread wlbagent
Sorry for this long post but I wanted to provide as much info as possible. On my WindowsXP workstation I have ColdFusion with the CF-FLEX connectivity update installed in the standalone configuration using the built-in web server. CF is installed in the usual C:\CFusionMX7 directory and

[flexcoders] Re: Flex2B3 Problem with beta3 and FileReferenceList

2006-05-15 Thread wlbagent
Just trying to keep this thread alive. Hopefully Adobe is reading it and working the problem. Bill --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: It's always frustrating when you try to hit a moving target. It is a privilege to be able to get up to speed on Flex, while

[flexcoders] Re: Beta 3 runtime error Error: Cannot add a child that is already parented.

2006-05-10 Thread wlbagent
Thanks for the reply, Ben. I had actually already changed all target properties to relativeTo but kept getting the error. I think I discovered why. Beta 3 (Flash Player 9?) seems to work a little differently than previous versions. Before when I got runtime errors, I would make changes to my

[flexcoders] Re: Beta 3 runtime error Error: Cannot add a child that is already parented.

2006-05-10 Thread wlbagent
Thanks, Ben --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL PROTECTED] wrote: http://kuwamoto.org/2006/05/08/tips-for-flex-2-beta-3/ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Beta 3 runtime error Error: Cannot add a child that is already parented.

2006-05-09 Thread wlbagent
I'm working thru the errors/warnings in migrating a Beta 2 application to Beta 3. I've cleared up all the Builder errors but get the following runtime error (there is no error number): Error: Cannot add a child that is already parented. at mx.states::AddChild/apply() at

[flexcoders] Re: action script error

2006-05-03 Thread wlbagent
Shreedhar, Are you by any chance using Flex with ColdFusion DevNet edition? I experienced a similar problem. I switched to the developer version of CF instead of the DevNet edition (just blank out the serial number in CF's license.properties file then restart CF) and the problem went away.

[flexcoders] Re: action script error

2006-05-03 Thread wlbagent
Sreedhar, Are you by any chance using Flex with ColdFusion DevNet edition? I experienced a similar problem. I switched to the developer version of CF instead of the DevNet edition (just blank out the serial number in CF's license.properties file then restart CF) and the problem went away.

[flexcoders] Flex2 Accordion focusOutHandler

2006-05-01 Thread wlbagent
I have a application that uses view states. One state has an accordion component. A button on one panel of this component takes me to a new state (completely away from the accordion) where I can do some data entry on a Form component. When I click the button, the form displays correctly but as

[flexcoders] Re: Flex2 Accordion focusOutHandler

2006-05-01 Thread wlbagent
Thanks, Manish. That worked. Bill... --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 5/1/06, wlbagent [EMAIL PROTECTED] wrote: I have a application that uses view states. One state has an accordion component. A button on one panel of this component takes me

[flexcoders] Re: Flex2 ButtonBar; Can its buttons be individually enabled or disabled?

2006-04-24 Thread wlbagent
(buttonIndex) as Button; Peace, Mike On 4/20/06, wlbagent [EMAIL PROTECTED] wrote: I know this can be done using individual buttons but can the individual buttons in a ButtonBar component (not the whole ButtonBar) be enabled or disabled? For example. You have a ButtonBar with 4 buttons

[flexcoders] Re: Flex2 ButtonBar; Can its buttons be individually enabled or disabled?

2006-04-24 Thread wlbagent
mx:Array mx:StringA/mx:String mx:StringB/mx:String mx:StringC/mx:String mx:StringD/mx:String /mx:Array /mx:dataProvider /mx:ButtonBar mx:TextArea id=ta width=200 height=100/ /mx:Application |-+- | | | | | wlbagent | | | [EMAIL PROTECTED

[flexcoders] Flex2 ButtonBar; Can its buttons be individually enabled or disabled?

2006-04-20 Thread wlbagent
I know this can be done using individual buttons but can the individual buttons in a ButtonBar component (not the whole ButtonBar) be enabled or disabled? For example. You have a ButtonBar with 4 buttons labeled A,B,C,and D. You want button A to always be enabled but the remaining buttons