[flexcoders] CFC Mappings???

2006-03-20 Thread Ryan Pieszak
Hello all, I've been working with Ben Forta's phones example application, and I'm trying to convert the app so it doesn't use the localhost, but rather the development website on the same server, where we will be developing our flex apps. So, I simply move the entire project into a folder

[flexcoders] WebService vs. RemoteObject ??

2006-03-21 Thread Ryan Pieszak
Greetings all, I'm brand-spankin' new to Flex, and I'm really pumped to be learning it as it seems very powerful. I'm in the process of digging through some sample apps, and I noticed that some use mx:WebService and some use mx:RemoteObject... can somebody explain the difference to me?

[flexcoders] What is the basic flow of Flex?

2006-03-21 Thread Ryan Pieszak
Hello again, I'm very new to Flex, and I've spent the past few days just getting it installed, but I'm having trouble fitting it into our development environment. All the sample apps make the assumption that you're developing on the server, but we don't, and I can't get the apps to work (and

[flexcoders] Re: Looks Like Flex 2.0 Beta 2 is Releasing soon

2006-03-21 Thread Ryan Pieszak
Is it a safe assumption to say that all aspects of Beta 2 should be reinstalled? In other words, they did more than just change the names (FES2 - FDS2, FCC2 - FC2, FF2 - FSDK2) of these things right? We should start going through the uninstall/reinstall process for all of these? --- In

[flexcoders] Uninstalling Flex 2.0 Beta 1 (for upgrade to Beta 2)

2006-03-21 Thread Ryan Pieszak
Hello all, Here it says to simply use the Add/Remove programs to uninstall the Beta 1 pieces: http://labs.macromedia.com/wiki/index.php/Flex:Install_Instructions#Unin stalling ...but, I don't see any of them available for uninstall on the Add/Remove screen. Anybody else have this problem?

[flexcoders] Re: Uninstalling Flex 2.0 Beta 1 (for upgrade to Beta 2)

2006-03-21 Thread Ryan Pieszak
Upon further review... all the install logs for these packages have an entry stating the uninstaller install failed. Is there anyway around this? Do have I have reformat the machines, or will installing Beta 2 on top of Beta 1 still work? --- In flexcoders@yahoogroups.com, Ryan Pieszak [EMAIL

[flexcoders] Re: What is the basic flow of Flex?

2006-03-21 Thread Ryan Pieszak
PROTECTED] On Behalf Of Ryan Pieszak Sent: Tuesday, March 21, 2006 6:33 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] What is the basic flow of Flex? Hello again, I'm very new to Flex, and I've spent the past few days just getting it installed, but I'm having trouble fitting

[flexcoders] Re: What is the basic flow of Flex?

2006-03-22 Thread Ryan Pieszak
-Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Pieszak Sent: Tuesday, March 21, 2006 1:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: What is the basic flow of Flex? Sorry, it's for Flex 2. And I'm talking specifically

[flexcoders] Re: : Flex and Coldfusion : where to ask ?

2006-03-24 Thread Ryan Pieszak
I have experienced this also. With the exception of a couple people, it's very difficult to find assistance or sufficient documentation with CF/Flex integration. I've had a very difficult time just getting started, let alone finding/reporting bugs. Our struggles are hurting the long-term

[flexcoders] Re: FlexBuilder Beta2 - starting new project, cannot find flex-enterprise-services

2006-03-24 Thread Ryan Pieszak
de Desenvolvimento Cofina media Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL Tel (+351) 213 185 200 . Fax (+351) 213 540 370 [EMAIL PROTECTED] -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Pieszak Sent: sexta-feira

[flexcoders] Page Not Found after compile (Flex2 Beta2)

2006-03-29 Thread Ryan Pieszak
Hello all, me again. :) I'm just starting to get into building projects and I can't get my test app to compile properly. I created a new project, added a panel to the canvas, and then hit the Run.. button, and when the browser opens, I get a page cannot be found error. It is a problem with

[flexcoders] Re: Page Not Found after compile (Flex2 Beta2)

2006-03-30 Thread Ryan Pieszak
Anybody have any insight on this? This hasn't happened to anybody else? Thanks. --- In flexcoders@yahoogroups.com, Ryan Pieszak [EMAIL PROTECTED] wrote: Hello all, me again. :) I'm just starting to get into building projects and I can't get my test app to compile properly. I created a new

[flexcoders] Re: Page Not Found after compile (Flex2 Beta2)

2006-03-30 Thread Ryan Pieszak
Hehe, in case anybody has the same issue in the future: I had the root folder and root URL pointing to different places. --- In flexcoders@yahoogroups.com, Ryan Pieszak [EMAIL PROTECTED] wrote: Anybody have any insight on this? This hasn't happened to anybody else? Thanks

[flexcoders] Beta2: Beginning of project, associating .as files

2006-03-31 Thread Ryan Pieszak
Hello all. I created a project, dragged a few objects to the canvas, and now I'd like to start calling some CFC's. Before trying to call remote objects, I thought I'd just try to pop up an alert, so I've added a new .as file to the project with the following: function getdata(){

[flexcoders] Re: Beta2: Beginning of project, associating .as files

2006-03-31 Thread Ryan Pieszak
A-ha! I knew it was something simple! Mucho thanks! --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 3/31/06, Ryan Pieszak [EMAIL PROTECTED] wrote: so I've added a new .as file to the project with the following: function getdata(){ alert

[flexcoders] Init?

2006-03-31 Thread Ryan Pieszak
How can call a function (which will then remote call a CFC) when the swf is loaded. In other words, I want to prepopulate the application's data on load. Thanks. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] RemoteObject (Beta2)

2006-03-31 Thread Ryan Pieszak
Can somebody point me to an updated, complete explanation on how to use RemoteObject? I can't seem to find any recent and thorough documentation on it. Thanks. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: RemoteObject (Beta2)

2006-04-05 Thread Ryan Pieszak
"Matt Chotin" [EMAIL PROTECTED] wrote: Have you read the RPC components chapters in the docs? I believe they're pretty up-to-date. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Pieszak Sent: Friday, March 31, 2006 1:35 PM To: flexcod

[flexcoders] Beta 2.0 - CFC's

2006-04-06 Thread Ryan Pieszak
Hello, I'm trying to connect to a CFC, but I can't seem to get the mappings/settings right. I have this configured in the flex-enterprise-services.xml... destination id=zipflex channels channel ref=my-cfamf/ /channels properties source*/source access

[flexcoders] Re: RemoteObject (Beta2)

2006-04-07 Thread Ryan Pieszak
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Pieszak Sent: Wednesday, April 05, 2006 1:47 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: RemoteObject (Beta2) Thanks Matt, that had what I needed. I'm still having one issue

[flexcoders] Re: RemoteObject (Beta2) - cannot find CFC

2006-04-07 Thread Ryan Pieszak
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Pieszak Sent: Friday, April 07, 2006 2:51 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: RemoteObject (Beta2) Hey Matt, Yeah, I've installed the CF/Flex Connectivity, but it is still having

[flexcoders] Beta2 - CFC's - Send failed - HTTP Status 405???

2006-04-07 Thread Ryan Pieszak
When testing the weatherFF sample app and my own custom app, I get the following error for both: faultString:'Send failed' faultDetail:'Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Status 405' It throws the error when trying to connect to a CFC. Any ideas? Thanks. --

[flexcoders] Re: Beta2 - CFC's - Send failed - HTTP Status 405???

2006-04-07 Thread Ryan Pieszak
I guess 1.5 wasn't fully uninstalled??? If it doesn't exist in the Add/Remove programs, am I forced to reformat the machine??? --- In flexcoders@yahoogroups.com, Ryan Pieszak [EMAIL PROTECTED] wrote: When testing the weatherFF sample app and my own custom app, I get the following error

[flexcoders] Re: RemoteObject (Beta2)

2006-04-10 Thread Ryan Pieszak
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Pieszak Sent: Friday, April 07, 2006 2:51 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: RemoteObject (Beta2) Hey Matt, Yeah, I've installed the CF/Flex Connectivity, but it is still having trouble. I

[flexcoders] Beta2 - How to access a dataGrid cell?

2006-04-11 Thread Ryan Pieszak
Very simple question... Have a dataGrid with three columns, one visible. When the user clicks on an item, it should populate two textInputs with the values of the two hidden columns in the row they clicked. Can somebody help with the syntax? Thanks. -- Flexcoders Mailing List FAQ:

[flexcoders] Beta2 - How to access a dataGrid cell?

2006-04-11 Thread Ryan Pieszak
Very simple question... Have a dataGrid with three columns, one visible. When the user clicks on an item, it should populate two textInputs with the values of the two hidden columns in the row they clicked. Can somebody help with the syntax? Thanks. -- Flexcoders Mailing List FAQ:

[flexcoders] Beta2 - Date manipulation functions?

2006-04-12 Thread Ryan Pieszak
Hey all, Are there any date manipulation functions in Flex / ActionScript? I need a DateDiff function that will find the difference between two dates in hours, and also a DateAdd function that will add hours to a date. I can't find anything on this, do such beasts exist? Thanks. Ryan

[flexcoders] Re: Beta2 - Date manipulation functions?

2006-04-12 Thread Ryan Pieszak
@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de Ryan Pieszak Envoyé : mercredi 12 avril 2006 19:58 À : flexcoders@yahoogroups.com Objet : [flexcoders] Beta2 - Date manipulation functions? Hey all, Are there any date manipulation functions in Flex / ActionScript? I need a DateDiff

[flexcoders] Beta2 - DateField events

2006-04-12 Thread Ryan Pieszak
] De la part de Ryan Pieszak Envoyé : mercredi 12 avril 2006 20:12 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: Beta2 - Date manipulation functions? Hey Benoit, Thanks for the link! Have you implemented the code yet? It says on the page that it's AS2, and I think Flex 2.0

[flexcoders] Re: Beta2 - DateField events

2006-04-12 Thread Ryan Pieszak
Bingo! Thanks Tim --- In flexcoders@yahoogroups.com, turbo_vb [EMAIL PROTECTED] wrote: Ryan, Try using the valueCommit event. Tim Hoff --- In flexcoders@yahoogroups.com, Ryan Pieszak ryanpieszak@ wrote: Okay, part of the same process mentioned below... I need to calc

[flexcoders] Flex2 Beta2 - Looping through dataGrid to bold cells

2006-04-14 Thread Ryan Pieszak
Hello all, if there's a better way to do this, please let me know. I'd prefer not to loop everytime the grid is refreshed. So, if I'm trying to bold certain cells based on their value (by looping), these are the problems I'm having... 1) I can't find a property that holds the total row count

[flexcoders] Re: Flex2 Beta2 - Looping through dataGrid to bold cells

2006-04-14 Thread Ryan Pieszak
] On Behalf Of Ryan Pieszak Sent: Friday, April 14, 2006 10:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Flex2 Beta2 - Looping through dataGrid to bold cells Hey Karl, thanks for the quick response! Ideally, I'd like certain rows to be bold when the data is populated, but I

[flexcoders] Call an effect on a different object

2006-04-14 Thread Ryan Pieszak
I'm trying to get a LineSeries to fade away with the Fade effect when I click on a button, but I can only do it through an event that happens on that line series. Is there any way to define an effect such that it happens on the same object regardless of how that effect is called? Thanks in

[flexcoders] Release date for Beta 3?

2006-04-14 Thread Ryan Pieszak
Anybody know when Flex 2.0 Beta 3 is going to be released? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] Deleted project files, uncompile swf?

2006-04-18 Thread Ryan Pieszak
In one of my brighter moments, I deleted my project files. The swf, html, etc. was posted to a different server. Is there anyway of uncompiling the swf to get the mxml or as files back? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search