Re: [flexcoders] mx.messaging.AdvancedChannelSet

2010-07-28 Thread Bill Sahlas
The variable declaration should look like this import mx.messaging.AdvancedChannelSet; // New AdvancedChannelSet. var channelSet:AdvancedChannelSet = new AdvancedChannelSet(); You have // New AdvancedChannelSet. var channelSet:ChannelSet = new

Re: [flexcoders] how to filter our a column in datagrid?

2010-07-01 Thread Bill Sahlas
Filtering a copy of the ArrayCollection and set the dataProvider to that filtered copy is one way. On 7/1/10 2:36 PM, coder3 rrhu...@hotmail.com wrote: Hi it's a little complicated. i have a datagrid with student info: name | class | grade what i want is, if the row has no class and

RE: [flexcoders] Re: WSDLError:Element not resolvable = LoadEvent doesn't imply service ready

2006-08-15 Thread Bill Sahlas
Howdy, Id like to reproduce this internally here in the FDS QA lab using some of your examples.  Can someone on this list forward me a link to a WSDL that is publicly accessible with sample code to execute? Thanks, Bill FDS QA Adobe Systems Inc. From:

[flexcoders] Re: [Flex2Beta3] CF/Flex integration - 500 NULL

2006-06-20 Thread Bill Sahlas
Are you attempting the Sample app called SessionTracker? Can you give me more details? Bill Sahlas ColdFusion QA Adobe Systems Inc. 275 Grove Street Newton MA 02246 p: 617.219.2167 [EMAIL

RE: [flexcoders] Re: Question on CF components created by the Flex Wizard

2006-05-31 Thread Bill Sahlas
! Thank you again for all of your time! Joe --- In flexcoders@yahoogroups.com, Bill Sahlas [EMAIL PROTECTED] wrote: In the save_result function,the Event object has the ID returned by the CFC's save method. Do an Alert.show( ObjectUtil.toString(event) ) for the save_result method ResultEvent

RE: [flexcoders] Re: Question on CF components created by the Flex Wizard

2006-05-30 Thread Bill Sahlas
! :) --- In flexcoders@yahoogroups.com, Bill Sahlas [EMAIL PROTECTED] wrote: When this line executes in the BEAN's create method ... cfset variables.ID = qGetID.ID ... It is setting the BEAN's ID property. You access it using the Remote Object method - cffunction name=getID output=false

RE: [flexcoders] Error - ColdFusion/Flex Application Wizard

2006-05-28 Thread Bill Sahlas
First, it means that the wizard didnt complete generating all the files needed for the application. Even though there are references to the generated.views.masterdetail:Users_MasterDetail in the navigation.mxml file, it wasnt created for some reason. To figure that out we can look at

RE: [flexcoders] F2/CF VO's

2006-05-26 Thread Bill Sahlas
Are you also utilizing the cfproperty tag in the CFC itself? This blog talks about it in more detail http://mrmx.blogspot.com/2006/03/getting-cfcas-auto-conversion-working.html From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Bjorn Schultheiss

RE: [flexcoders] Question on CF components created by the Flex Wizard

2006-05-26 Thread Bill Sahlas
We thought about exposing the returned ID (ID that gets created for AUTOINCREMENT keys) in the CFQUERY RESULT, a new attribute available as part of CFMX 7.x. But, the process to get this is not always supported by the backend DBs so we backed off this feature for now. Youll need to code

RE: [flexcoders] Re: Question on CF components created by the Flex Wizard

2006-05-26 Thread Bill Sahlas
to the automatically created gateway component and then back to Flex. Does that make any sense? Thanks again!!! --- In flexcoders@yahoogroups.com, Bill Sahlas [EMAIL PROTECTED] wrote: We thought about exposing the returned ID (ID that gets created for AUTOINCREMENT keys) in the CFQUERY RESULT

RE: [flexcoders] Re: Login System

2006-05-23 Thread Bill Sahlas
@yahoogroups.com Subject: [flexcoders] Re: Login System Hey Bill, In beta 3 where is the coldfusion wizard because it doesn't show on the create new poject menu? --- In flexcoders@yahoogroups.com, Bill Sahlas [EMAIL PROTECTED] wrote: Here's a Login sample app that uses

RE: [flexcoders] Re: Beta3 - Remoting error when running from local build

2006-05-23 Thread Bill Sahlas
This was posted by Pete Farland Peter Farland wrote: You may need to specify what the {context.root} is at compile time depending on how you're compiling. If you're using mxmlc or Flex Builder you need to specify --context-root=/cfmx (or whatever the context root

RE: [flexcoders] CF Flex Connectivity : CRM Example

2006-05-19 Thread Bill Sahlas
I posted on this thread From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dirtmediaworld Sent: Thursday, May 18, 2006 10:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] CF Flex Connectivity : CRM Example Has anyone successfully

RESENDING: RE: [flexcoders] Login System

2006-05-19 Thread Bill Sahlas
Heres a Login sample app (rename to samples.zip) that uses the RemoteObject.setRemoteCredentials(username, password) and the ColdFusion CFLOGIN container. Unzip it to your web servers doc root. In flex builder create a new Flex project of type ColdFusion Flash Remoting Service. Fill

RE: [flexcoders] Re: sending arguments to a webservice

2006-05-18 Thread Bill Sahlas
Try argument1{toDateField.selectedDate as Date}/argument1 argument2{fromDateField.selectedDate as Date}/argument2 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim Hoff Sent: Wednesday, May 17, 2006 8:44 PM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Flash Remoting w/o FDS

2006-05-18 Thread Bill Sahlas
http://labs.adobe.com/wiki/index.php/ColdFusion/Flex_Connectivity From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Doug Arthur Sent: Thursday, May 18, 2006 6:02 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flash Remoting w/o FDS

RE: [flexcoders] Mystic CFC Wizard

2006-05-15 Thread Bill Sahlas
These objects cab be built based not only tables but on Views as well and these are a great alternative. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bjorn Schultheiss Sent: Sunday, May 14, 2006 4:40 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Bill Sahlas
When the flash app is compiled it uses this compiler flag -services C:\iPlanet\Servers\docs\WEB-INF\flex\flex-enterprise-services.xml and in that file is the connection (end-point URI) information. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom

RE: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Bill Sahlas
Of Bill Sahlas Sent: Monday, May 15, 2006 10:51 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Mystic CFC remoting When the flash app is compiled it uses this compiler flag -services C:\iPlanet\Servers\docs\WEB-INF\flex\flex-enterprise-services.xml and in that file is the connection

RE: [flexcoders] Mystic CFC remoting

2006-05-15 Thread Bill Sahlas
Yes - From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Monday, May 15, 2006 11:36 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Mystic CFC remoting On Mon, May 15, 2006 at 4:14 PM, in message [EMAIL PROTECTED],

RE: [flexcoders] Re: FDS Beta 3 with ColdFusion Issues

2006-05-12 Thread Bill Sahlas
You need to enable the logging filters DataService.coldfusion, Message.coldfusion. Refer to flex-enterprise-services.xml in the C:\fds2\resources\config folder for all the sample configs attributes. Flex can watch certain configs files for changes and will redeploy the web-app whose file

RE: [flexcoders] Reporting options

2006-05-12 Thread Bill Sahlas
Hi Jeff Heres much more on the Flex_CF solution http://www.dcooper.org/blog/client/index.cfm?mode=entryentry=609B9952-DC57-D79E-83886B7D4E700834 Let us know if this helps to get you going in the right direction, Bill From: flexcoders@yahoogroups.com

RE: [flexcoders] Close a flex app

2006-05-12 Thread Bill Sahlas
Try adding this private function closeApp():void { // var urlString:String = _javascript_:self.close(); var request:URLRequest = new URLRequest(urlString); navigateToURL(request, _self); } mx:LinkButton id=CloseApp label=Close Application click=closeApp();/

RE: [flexcoders] Close a flex app

2006-05-12 Thread Bill Sahlas
Use this version to avoid the Warning/Prompt private function closeApp():void { // var urlString:String = _javascript_:window.opener = self; self.close();; var request:URLRequest = new URLRequest(urlString); navigateToURL(request, _self); } From: Bill Sahlas

RE: [flexcoders] Reporting options

2006-05-12 Thread Bill Sahlas
for that little app. Seems kind of like what I am wanting to do. Thanks Jeff - Original Message From: Bill Sahlas [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, May 12, 2006 9:53:06 AM Subject: RE: [flexcoders] Reporting options Hi Jeff

RE: [flexcoders] F2B3 - Problem with ColdFusion/Flex Connectivity Beta 3

2006-05-10 Thread Bill Sahlas
Hi John This throws the error - http://localhost/flex2gateway  The URL is not terminated with the / This gives a blank page - http://localhost/flex2gateway/ as the URL is properly terminated.  This is only useful as an internal reference for CF. My question to you is why do

RE: [flexcoders] Getting Error with Beta 3 ColdFusion update.

2006-05-10 Thread Bill Sahlas
Hi Gareth, Lets try to put this into some kind of context. When exactly does this error occur? What are you running that returns/throws this error? If you turn debugging on in the CF Administrator youll find that lots more information to help diagnose the problems will reveal itself.

RE: [flexcoders] Flex2 Beta3: Mystic installation

2006-05-09 Thread Bill Sahlas
Please review the release notes for J2EE installs @ http://mmbeta.macromedia.com/downloader.cfm?r=4463#j2ee From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Thomas Rühl -akitogo- Sent: Tuesday, May 09, 2006 10:17 AM To:

RE: [flexcoders] Flex2 Beta3: Mystic installation

2006-05-09 Thread Bill Sahlas
the labs site. can you possibly quicken my signup there ;) or just tell me another ressource where I can find more information regarding installation issues? greetings, thomas Bill Sahlas wrote: Please review the release notes for J2EE installs @ http://mmbeta.macromedia.com/downloader.cfm?r

RE: [flexcoders] Flex2 Beta3: Mystic installation

2006-05-09 Thread Bill Sahlas
Already done Dave From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dave Carabetta Sent: Tuesday, May 09, 2006 11:44 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex2 Beta3: Mystic installation On 5/9/06, Bill Sahlas

RE: [flexcoders] F2B3 - Problem with ColdFusion/Flex Connectivity Beta 3

2006-05-09 Thread Bill Sahlas
Hello The URL youve referenced is not to be accessed directly by any application or program other than CF itself. This is what CF uses internally for the Flex2Gateway Servlet communication with other CF Server functionality. For an understanding of how to correctly use this feature I

RE: [flexcoders] DataService.fill params

2006-05-03 Thread Bill Sahlas
The way that CF works is you define the fill method with as many arguments (or no arguments for that matter) and just pass them in the dataseravice call, for example - ds.fill(myarg1, myarg2, etc...) The param element isnt necessary for destinations defined to be used with CF as the

RE: [flexcoders] Re: DataService.fill params

2006-05-03 Thread Bill Sahlas
Right. What you want to do is first create the Array (an AS3 Object) that you want to pass over to CF as the second arg to the ds.fill() method. This object will contain an array of arguments and their values. var myArgs:Object = {isActive:true, foo:'bar'}; // OR you can dynamically

RE: [flexcoders] Re: DataService.fill params

2006-05-03 Thread Bill Sahlas
) cfreturn dao.read(isActive=arguments.isActive) cfelse cfreturn dao.read() /cfif The DAO code is the same as below. --Bill From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bill Sahlas Sent: Wednesday, May 03, 2006 2:14 PM To: flexcoders

RE: [flexcoders] Flex 2: ColdFusion Updater Install Issues with FES

2006-03-14 Thread Bill Sahlas
Hi Dave - The current beta installer is designed to only update the initial CF instance in your multi-instance CFMX install - not a JRun 4 deployment. Currently the beta 1 version has a bug and doesn't make the correct modification to the web.xml file on the "multi-server installer"