Re: [flexcoders] flex 4 datagrid crash

2010-02-19 Thread Alex Harui
Make sure you have enough memory and do the sort in a pseudo-thread, or do the 
sort on the server.  I kind of doubt the sort will get done in  60 seconds 
which is the time limit in the player.


On 2/19/10 6:06 PM, "iloveyouwisconsin"  wrote:






I have a datagrid in Flex 4 with 2 million records. I am also using paging so 
that the data loads on demand. When I try to sort the columns, it takes a while 
and then finally the flash plugin will crash. (I am using localhost, if that 
makes any diff.). Is there any special trick to be able to sort columns on such 
a large datagrid?

thx






--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui


Re: [flexcoders] NetConnection.Call.Failed - Need to diagnose

2010-02-19 Thread Peeyush Tuli
Did you try to monitor the HTTP traffic in a test environment? It gives you
a good idea what goes behind the scenes.

http://soenkerohde.com/2008/04/debug-air-remote-traffic/


On Fri, Feb 19, 2010 at 9:02 PM, Battershall, Jeff <
jeff.battersh...@dowjones.com> wrote:

>
>
>  I’ve built an AIR app using Cairngorm 2.x.  My RemoteObjects are stored
> in the ServiceLocator singleton.  Intermittently, users will get
> “NetConnection.Call.Failed”. Possibly this is a performance issue with the
> ColdFusion service layer where specific calls are timing out or possibly the
> RO’s connection timing out on its own. One possible approach is simply to
> re-try on error but that kinda feels like a brute force approach.
>
>
>
> Any advice appreciated!
>
>
>
> Jeff Battershall
>
> Application Architect
>
> Dow Jones Indexes
>
> jeff.battersh...@dowjones.com
>
> (609) 520-5637 (p)
>
> (484) 477-9900 (c)
>
>
>  
>


Re: [flexcoders] Flex Builder build and search functions die on Vista

2010-02-19 Thread Peeyush Tuli
Does changing the workspace location and recreating it help?

Do you have any source linkages in any of the projects to folders located
outside the workspace?

On Fri, Feb 19, 2010 at 10:00 PM, Tom McNeer  wrote:

>
>
> Very strange.
>
> Vista, 32-bit. Flex Builder 3 plug-in. Eclipse 3.4 Ganymede. Flex SDKs 3.4
> and 3.5.
>
> A couple of days ago, I noticed that Flex Builder was not re-building
> projects before running them. I attempted to compile using Project > Build
> Project, and nothing happened. Build Automatically also had no effect.
>
> The only way I could force a compile was by choosing Clean - each time I
> needed to rebuild.
>
> Then, yesterday, the Eclipse Search > File function seemed to stop working
> when used while the Flex perspectives were active. I got 0 results on many
> phrases that I know to exist. These bad results persisted, whether the
> search was in the enclosing project or the entire workspace. Neither
> "regular expression" nor "case sensitive" were checked, but I made sure the
> case matched, anyway.
>
> So - last night, I uninstalled Flex Builder, installed a new copy of
> Eclipse, then re-installed Flex Builder within it. This morning, the first
> time I chose Build Project, it worked. But now it has stopped. I can once
> again only force a compile with Clean. And the search is dead again, too.
>
> As an aside, the Search function appears works on files other than .as or
> .mxml files.
>
> Also, prior to the emergence of this problem, nothing had really changed on
> the machine other than a few Windows security updates, which I have now
> removed. But the problems persist.
>
> I just reopened Flex Builder, made a minute change to a file, and clicked
> "Run." It said it was building the project, but took no time to do so. So
> I'm not sure it actually did. After that first attempt, once again, Build
> has no effect. And the Search is dead.
>
> Anyone have any thoughts?
>
> --
> Thanks,
>
> Tom
>
> Tom McNeer
> MediumCool
> http://www.mediumcool.com
> 1735 Johnson Road NE
> Atlanta, GA 30306
> 404.589.0560
>  
>


Re: [flexcoders] Best way to implement WebService Resend functionality?

2010-02-19 Thread Peeyush Tuli
An elegant design pattern would be to implement a request queue. All the
requests that your webservice needs to send should be put in a queue. This
queue can be a collection.Each item of this collection should have the
following properties -
-Request data
-Operation/Webmethod Name
-Function pointer to call in case of successful call(this is optional
depending upon where you process your results)
-unique identifier like an incremented counter
- flag which says response awaited
In the singleton class you can implement a timer based functionality which
will poll the queue at regular intervals and pick up the item from this
queue and call the  required operation. You can attach the unique id to an
asynctoken returned from the send operation. Once the result is received,
you can remove it from the queue. If its a fault,you can either place it
last or send it again depending on how you intend to implement it.
Hope this helps...

On Sat, Feb 20, 2010 at 4:48 AM, handitan  wrote:

>
>
> Hi all,
>
> I need some advices on how-to solve the issue that I am having.
> On my Flex application, I have a singleton class that contains 1 WebService
> instance which serves every services.
>
> It has been working fine but I miss-out a very important issue that I
> should have think of beforehand which is being able to resend the service
> again that was failed either due to a TimeOut or the infamous "2032"
>
> On the web, I found an example that I think it put me on the right track:
>
> http://flexmonkeypatches.com/flex-webservice-with-auto-repeat-and-increasing-timeout/
>
> It's a good solution but I just need to investigate more on how-to
> incorporate this to my singleton class because:
> 1) On each service call, I save lots of infos on the AsyncToken such as
> resultHandler, faultHandler, etc.
> 2) On that example, resending the service call by doing "op.send(args)." I
> don't know yet on how-to copy over all saved infos from the previous
> service-call's token into this new one.
>
> That's the approach that I am taking right now.
> But I am open to any suggestion.
>
> Thanks!
>
>  
>


[flexcoders] Re: Will Flash 10.1 do much for Flex or is it mostly for video?

2010-02-19 Thread Laurence
Assuming they bother to bring those optimizations to the big computers, of 
course...  But if they do, I think your theory has merit.


--- In flexcoders@yahoogroups.com, "tntomek"  wrote:
>
> Meant more for all of our 'regular' web based apps. I would think that the 
> mobile work would carry through to standard browser players in terms of 
> optimizing vector CPU usage hence making our web Flex apps run a bit slicker.
> 
> 
> --- In flexcoders@yahoogroups.com, "Laurence"  wrote:
> >
> > Well, when they get 10.1 working on Mobile Phones, it'll mean all our Flex 
> > apps can go mobile.  And I believe AIR 2.0 is scheduled for a release at 
> > the same time as Flash 10.1, yes?  AIR 2.0 is also supposed to run on 
> > mobile platforms, if I'm not mistaken.
> > 
> > But other than the new mobile abilities, I'm not real sure there's going to 
> > be much that affects us Flex developers.
> > 
> > Laurence MacNeill
> > Mableton, Georgia, USA
> > 
> > --- In flexcoders@yahoogroups.com, "tntomek"  wrote:
> > >
> > > bump
> > > 
> > > --- In flexcoders@yahoogroups.com, "tntomek"  wrote:
> > > >
> > > > Seems like the recent Adobe vs Jobs fiasco brought up some good 
> > > > performance debates. So will 10.1 really improve core non-video line of 
> > > > business Flex apps? or is is mostly to help CPU of youtube down and 
> > > > enable better mobile flash
> > > >
> > >
> >
>




[flexcoders] Re: Best way to implement WebService Resend functionality?

2010-02-19 Thread Amy


--- In flexcoders@yahoogroups.com, "handitan"  wrote:
>
> Hi all,
> 
> I need some advices on how-to solve the issue that I am having.
> On my Flex application, I have a singleton class that contains 1 WebService 
> instance which serves every services.
> 
> It has been working fine but I miss-out a very important issue that I should 
> have think of beforehand which is being able to resend the service again that 
> was failed either due to a TimeOut or the infamous "2032"
> 
> On the web, I found an example that I think it put me on the right track:
> http://flexmonkeypatches.com/flex-webservice-with-auto-repeat-and-increasing-timeout/
> 
> It's a good solution but I just need to investigate more on how-to 
> incorporate this to my singleton class because:
> 1) On each service call, I save lots of infos on the AsyncToken such as 
> resultHandler, faultHandler, etc.
> 2) On that example, resending the service call by doing "op.send(args)." I 
> don't know yet on how-to copy over all saved infos from the previous 
> service-call's token into this new one.
> 

The token should have the Responder still attached.  I think you can probably 
just grab it and put it into the new token.

HTH;

Amy



[flexcoders] Re: Still getting Security Sandbox violations...

2010-02-19 Thread Laurence
Ok -- I figured out #2 below... "flex.messaging.endpoints.SecureAMFEndpoint" in 
the services-config.xml file only belongs there in ColdFusion 8.  For 
ColdFusion 9 it's different: "coldfusion.flash.messaging.SecureCFAMFEndPoint"  
(Warren's message earlier said my endpoints were funky -- I'm guessing he's 
using CF8.)

So I changed it, and now I'm not getting the 404 error.

But I still want to know about the secure="false" tag.  Will setting that 
prevent my channel from being secure?  Yet setting it seems to be the only way 
I can access my data, which is very stupid if that's going to un-secure my 
channel.  I mean, what's the point?

Thanks,
L.

  

--- In flexcoders@yahoogroups.com, "Laurence"  wrote:
> 2) If I go ahead and set secure="false" and leave the domain="*", instead of 
> getting the Security Sandbox violation, I'm getting a "Channel.Connect.Failed 
> error NetConnection.Call.Failed: HTTP: Status 404: url: 
> 'https://mydomain.com/flex2gateway/secureamf'"  So HTTP 404, that's 
> file-not-found...  What file is it not finding?



[flexcoders] Still getting Security Sandbox violations...

2010-02-19 Thread Laurence
Here's my crossdomain.xml file:

http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd";>




So how is it, with EVERY domain allowed, I'm getting the same old "Connection 
to https://mydomain.com/flex2gateway/secureamf halted - not permitted from 
http://mydomain.com/myappfolder/myapp.swf";?

Now, I've read some of the information on policy files...  They mentioned 
something about setting secure="false" in the  line if 
you're accessing https: data from an SWF file that was loaded with the http: 
protocol.

I have two questions about that:
1) If I set secure="false" won't that negate the whole point of using a secure 
channel in the first place?  I mean, why have a secure channel if you're going 
to set secure="false"?!  (Further, if I put my actual domain in there instead 
of "*", setting secure="false" still gives me the Security Sandbox violation 
anyway... So what's the point, really?  secure="false" doesn't seem to be what 
I want here.)

2) If I go ahead and set secure="false" and leave the domain="*", instead of 
getting the Security Sandbox violation, I'm getting a "Channel.Connect.Failed 
error NetConnection.Call.Failed: HTTP: Status 404: url: 
'https://mydomain.com/flex2gateway/secureamf'"  So HTTP 404, that's 
file-not-found...  What file is it not finding?

Did I mention that I truly despise dealing with network security?  Especially 
when it won't work correctly.  LOL

Thanks,
L.



[flexcoders] Re: Flex doesn't appear to be using my services-config.xml file...

2010-02-19 Thread Laurence
I was able to go into my compiler and point it to the proper place with the 
-services tag.  That seems to have fixed the "channel not defined" error that I 
was getting.

Thanks.

--- In flexcoders@yahoogroups.com, "Warren"  wrote:
> In our configurations I have no access to the web-inf so we had to fool 
> builder.  We placed a copy of the services-config.xml where I could get at 
> it.  Then I pointed builder at it by setting a compiler argument.  In your 
> project properties go to the Flex Compiler and put in something like 
> 
> -services "myfullyresolvedpath\services-config.xml" -locale en_US
> 




[flexcoders] Re: Will Flash 10.1 do much for Flex or is it mostly for video?

2010-02-19 Thread tntomek
Meant more for all of our 'regular' web based apps. I would think that the 
mobile work would carry through to standard browser players in terms of 
optimizing vector CPU usage hence making our web Flex apps run a bit slicker.


--- In flexcoders@yahoogroups.com, "Laurence"  wrote:
>
> Well, when they get 10.1 working on Mobile Phones, it'll mean all our Flex 
> apps can go mobile.  And I believe AIR 2.0 is scheduled for a release at the 
> same time as Flash 10.1, yes?  AIR 2.0 is also supposed to run on mobile 
> platforms, if I'm not mistaken.
> 
> But other than the new mobile abilities, I'm not real sure there's going to 
> be much that affects us Flex developers.
> 
> Laurence MacNeill
> Mableton, Georgia, USA
> 
> --- In flexcoders@yahoogroups.com, "tntomek"  wrote:
> >
> > bump
> > 
> > --- In flexcoders@yahoogroups.com, "tntomek"  wrote:
> > >
> > > Seems like the recent Adobe vs Jobs fiasco brought up some good 
> > > performance debates. So will 10.1 really improve core non-video line of 
> > > business Flex apps? or is is mostly to help CPU of youtube down and 
> > > enable better mobile flash
> > >
> >
>




Re: [flexcoders] Re: A popupbutton without arrow?

2010-02-19 Thread Angelo Anolin
Mind sharing your code / scripts?

Thanks.




From: Leonardo Camargo 
To: flexcoders@yahoogroups.com
Sent: Tue, 19 January, 2010 11:06:03
Subject: Re: [flexcoders] Re: A popupbutton without arrow?

  

Yep! But I had already figured it out myself.. :)
Thanks anyway



2010/1/19 peeyushtuli 

>
>
>
>
>
>
>
>
>
>
>
>
>
>
>  >
>
>>
> 
>>  
> 
>
>
>>Are you looking for something similar to this?
>http://www.metadesi gnsolutions. com/samples/ flex/popbutton/ controls. html
>
>
>>--- In flexcod...@yahoogro ups.com, Leonardo Camargo  
>>wrote:
>>>
>>> Hi folks, I'm looking for ideas... I need to have a button(skinnned with an
>>> icon), that when clicked will show a "layer" with two options, pretty much
>>> like a combobox or a popupbutton. But I need the button to be, "clean",
>>> without the arrow.
>>> 
>>> Any Ideas on how to go about doing this?
>>> 
>>> Regards,
>>> Leonardo C.
>>>
>
>

 


  

Re: [flexcoders] Re: Flex doesn't appear to be using my services-config.xml file...

2010-02-19 Thread Warren
Hmmm 

I would first troubleshoot by going back to the original file and making sure 
the destinations are still working.  I suspect it is an problem in the 
services-config file.  

Your secure endpoint looks a little funky to me.  That may be the issue.  Mine 
looks like (in uisng Flex 3):


 
  http://{server.name}:{server.port}/flex2gateway/amf"; 
class="flex.messaging.endpoints.AMFEndpoint"/>
  
   false
   false
   
false
   
  
 
 
  https://{server.name}:{server.port}/flex2gateway/secureamf"; 
class="flex.messaging.endpoints.SecureAMFEndpoint"/>
  
   false
   false
   
false
   
  
 


I don't think there is a flex2gateway/cfamfsecure or SecureCFAMFEndpoint


And.  

In our configurations I have no access to the web-inf so we had to fool 
builder.  We placed a copy of the services-config.xml where I could get at it.  
Then I pointed builder at it by setting a compiler argument.  In your project 
properties go to the Flex Compiler and put in something like 

-services "myfullyresolvedpath\services-config.xml" -locale en_US

Just make sure it is an exact copy.  We use the same services--config.xml on 
all our installs.  I can compile something on dev and drop the swf into prod -- 
works fine.

It may not be the best solution but it is one that works


Warren

  - Original Message - 
  From: Laurence 
  To: flexcoders@yahoogroups.com 
  Sent: Friday, February 19, 2010 3:24 PM
  Subject: [flexcoders] Re: Flex doesn't appear to be using my 
services-config.xml file...



  You say "within Flex." Where, exactly? I thought the only place 
services-config.XML was supposed to be was in the WEB-INF folder?

  So maybe that's my problem -- Flex is looking for servces-config.xml 
somewhere else. But I did a search and it doesn't appear anywhere but in 
WEB-INF... So where should it be?

  Thanks,
  L.

  --- In flexcoders@yahoogroups.com, "valdhor"  wrote:
  >
  > I don't know whether it is the same in ColdFusion or not but in my case 
with WebORB I have to have the destination set in the services-config.xml file 
in the WEB-INF directory on the server as well as within Flex.
  > 
  > --- In flexcoders@yahoogroups.com, "Laurence"  wrote:
  > >
  > > I've added a secure channel to my services-config.xml file, yet Flex 
tells me the channel doesn't exist when I try to use it. No Security Sandbox 
errors or anything -- just "Destination 'SecureColdFusion' either does not 
exist or the destination has no channels defined"
  > > 
  > > But it does exist, and the channel is defined:
  > > 
  > > 
  > > 
  > > 
  > > 
  > > *
  > > 
  > > 
  > > 
  > > 
  > > https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure";
 class="coldfusion.flash.messaging.SecureCFAMFEndPoint"/>
  > > 
  > > false
  > > false
  > > 
  > > false
  > > 
  > > 
  > > 
  > > 
  > > 
  > > true
  > > 
  > > remote
  > > 
  > > 
  > > 
  > > true
  > > 
  > > false
  > > 
  > > 
  > > 
  > > false
  > > 
  > > false
  > > 
  > > false
  > > 
  > > 
  > > 
  > > 
  > > 
  > > So why is Flex telling me this destination has no defined channels?
  > >
  >



  

[flexcoders] flex 4 datagrid crash

2010-02-19 Thread iloveyouwisconsin
I have a datagrid in Flex 4 with 2 million records. I am also using paging so 
that the data loads on demand. When I try to sort the columns, it takes a while 
and then finally the flash plugin will crash. (I am using localhost, if that 
makes any diff.). Is there any special trick to be able to sort columns on such 
a large datagrid?

thx



[flexcoders] AIR update for non-admin users?

2010-02-19 Thread handitan
Hi all,

I am too late to realize that AIR automatic-updater could only be done by users 
with admin rights.
>From my reading so far, there's no indication that it's going to change.

So I hope there're people out there would be willing to share some alternative 
ways to update AIR app other than using AIR automatic-updater.

While I am waiting, I am going to politely answering my clients who are asking 
"Why I couldn't update??" questions.

Thank you for reading.



Re: [flexcoders] Collapsible Panel

2010-02-19 Thread Jake Churchill
just make your layout then look at animateProperty.  You can build one of
those from scratch in about 10 minutes.

2010/2/19 Jose adriano Alves 

>
>
> Hello,
>
> I need a collpsible panel, like ExtJS Panel [1].
>
> It´s been hard to find one... I am a newbee yet in Flex and I use Adobe
> Flash Builder 4.
>
>
> [1] http://www.extjs.com/deploy/dev/examples/layout/complex.html
>
> Take a look at "West" and "East Side"  Panels.
>
> --
> 
>
> Att.
> José Adriano Alves
> Analista de Sistemas - Móveis Gazin.
> Cel..:  +55 44 8802 3994
> Fone: + 55 44 3663 8000 - 2319
> Mail: alves.jadri...@gazin.com.br
> MSN: jose.adri...@gazin.com.br
>
>
>
> Este e-mail, seu conteúdo e seus anexos estão sujeitos à privilégio de
> comunicação podendo este documento incluir informação confidencial e de
> propriedade restrita da GAZIN e apenas pode ser lido por aqueles a qual o
> mesmo tenha sido endereçado. Se você recebeu essa mensagem de e-mail
> indevidamente, por favor avise-nos imediatamente. Quaisquer dados, opiniões
> ou informações expressadas neste e-mail pertencem ao seu remetente e não
> necessariamente coincidem com aquelas da GAZIN, são de exclusiva
> responsabilidade do signatário. Este documento não pode ser reproduzido,
> copiado, distribuído, publicado ou modificado por terceiros, sem a prévia
> autorização por escrito da GAZIN.
>
>
> Antes de imprimir pense em seu compromisso com o Meio Ambiente
>
>  
>


[flexcoders] Collapsible Panel

2010-02-19 Thread Jose adriano Alves
Hello,

I need a collpsible panel, like ExtJS Panel [1].

It´s been hard to find one... I am a newbee yet in Flex and I use Adobe
Flash Builder 4.


[1] http://www.extjs.com/deploy/dev/examples/layout/complex.html

Take a look at "West" and "East Side"  Panels.

-- 


Att.
José Adriano Alves
Analista de Sistemas - Móveis Gazin.
Cel..:  +55 44 8802 3994
Fone: + 55 44 3663 8000 - 2319
Mail: alves.jadri...@gazin.com.br
MSN: jose.adri...@gazin.com.br



Este e-mail, seu conteúdo e seus anexos estão sujeitos à privilégio de
comunicação podendo este documento incluir informação confidencial e de
propriedade restrita da GAZIN e apenas pode ser lido por aqueles a qual o
mesmo tenha sido endereçado. Se você recebeu essa mensagem de e-mail
indevidamente, por favor avise-nos imediatamente. Quaisquer dados, opiniões
ou informações expressadas neste e-mail pertencem ao seu remetente e não
necessariamente coincidem com aquelas da GAZIN, são de exclusiva
responsabilidade do signatário. Este documento não pode ser reproduzido,
copiado, distribuído, publicado ou modificado por terceiros, sem a prévia
autorização por escrito da GAZIN.


Antes de imprimir pense em seu compromisso com o Meio Ambiente


Re: [flexcoders] Photo gallery

2010-02-19 Thread Jake Churchill
Here's an example from adobe.
http://examples.adobe.com/flex2/inproduct/sdk/photoviewer/PhotoViewer.html

right click and view the source.  There will be a link to download all
source code.

On Fri, Feb 19, 2010 at 9:30 AM, Juan  wrote:

>
>
>
> How to created a picture gallery
> With thumbnails on the felf side an the picture shows on the right !
>
> Some links and advice !
> Sent from my iPhone
>
>  
>


[flexcoders] Photo gallery

2010-02-19 Thread Juan

How to created a picture gallery 
With thumbnails on the felf side an the picture shows on the right ! 

Some links and advice ! 
Sent from my iPhone


  


RE: [flexcoders] Detecting Events in Flex

2010-02-19 Thread Gordon Smith
addEventListener() requires you to specify what kind of event you're listening 
for. However, any event dispatched by a UIComponent can be intercepted because 
UIComponent overrides dispatchEvent() to pass the event to an dispatchEventHook 
function that you can set. The static var for this hook function is mx_internal 
and therefore undocumented and subject to change or removal without warning.

Gordon Smith
Adobe Flex SDK Team

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Nick Middleweek
Sent: Friday, February 19, 2010 10:26 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Detecting Events in Flex



Hello,

Is it possible to put a generic listener on an Object so that a function is 
fired and I can trace(event.type) from that function to see exactly what events 
are being fired and in what order so I can then read about the events to see 
which is appropriate for my needs?


Cheers and have a good weekend!

Nick



Re: [flexcoders] Detecting Events in Flex

2010-02-19 Thread Alex Harui
No, but we did put a hook on UIComponent so you can see all events dispatched 
from most Flex display objects.


On 2/19/10 10:25 AM, "Nick Middleweek"  wrote:






Hello,

Is it possible to put a generic listener on an Object so that a function is 
fired and I can trace(event.type) from that function to see exactly what events 
are being fired and in what order so I can then read about the events to see 
which is appropriate for my needs?


Cheers and have a good weekend!

Nick






--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui


[flexcoders] Best way to implement WebService Resend functionality?

2010-02-19 Thread handitan
Hi all,

I need some advices on how-to solve the issue that I am having.
On my Flex application, I have a singleton class that contains 1 WebService 
instance which serves every services.

It has been working fine but I miss-out a very important issue that I should 
have think of beforehand which is being able to resend the service again that 
was failed either due to a TimeOut or the infamous "2032"

On the web, I found an example that I think it put me on the right track:
http://flexmonkeypatches.com/flex-webservice-with-auto-repeat-and-increasing-timeout/

It's a good solution but I just need to investigate more on how-to incorporate 
this to my singleton class because:
1) On each service call, I save lots of infos on the AsyncToken such as 
resultHandler, faultHandler, etc.
2) On that example, resending the service call by doing "op.send(args)." I 
don't know yet on how-to copy over all saved infos from the previous 
service-call's token into this new one.

That's the approach that I am taking right now.
But I am open to any suggestion.

Thanks!



Re: [flexcoders] Re: A question about stage resizing

2010-02-19 Thread Alex Harui
Flex has code that will display scrollbars.  CS3 does not.


On 2/19/10 9:53 AM, "Rohit Sharma"  wrote:






Hi George,

 i) The screen resolution was 1024 * 768 pixels.

ii)  Width is 800 pixels for both the screens. The height increases from 600 to 
950 pixels.
 the 600 px screen looks fine and the 950 px screen comes cropped.

I guess I have answered your questions.
Looking for some suggestions.

Thanks,
Rohit

On Fri, Feb 19, 2010 at 8:26 PM, GeorgeB  wrote:





Hi Rohit,

Let's clear out some few details:
You say:


1. The application has two screens , first one being 800 * 600 and
> second one being 800 * 950. In the html file I have provided the
> width and height as 100%. Now, when I move from screen 1 to screen > 2, I am 
> not seeing a scroll bar. The second screen comes as cropped.
Q. What is your actual screen resolution at the time? (I mean the one your 
system is setup for?)

2. First canvas is of height 600 and second canvas
> is of height 950.
Your screen setup in the first place is Width 800pix by Height 600pix
and in the second is Width 950pix by Height 800pix

So, what is that you think it's happening?

Thanks

George


--- In flexcoders@yahoogroups.com, Rohit Sharma  wrote:
>
> Hello All,
>
> I have a question about the way stage resizing occurs in flex.
>
> Please consider the two scenarios :-
>
> i) In Flash CS3, I gave my application a stage size of 800 * 950. The
> application has two screens , first one being 800 * 600 and
> second one being 800 * 950. In the html file I have provided the width
> and height as 100%. Now, when I move from screen 1 to screen 2,
> I am not seeing a scroll bar. The second screen comes as cropped.
>
> ii) Whereas in Flex, I provide my application width and height as 100% and
> html width and height also as 100%. I am using a viewstack whose
> height and width also is 100% and inside the viewstack I have individual
> canvas for each screens. First canvas is of height 600 and second canvas
> is of height 950. In this case I am able to see scroll bars when I move
> from first screen to second screen.
>
> I am not able to see why its not happening in CS3 whereas its happening in
> Flex.
> Looking for some pointers.
>
> Thanks,
> Rohit
>









--
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui


Re: [flexcoders] Re: Why most Flex Developer job ads ask now for Knowledge in Java??

2010-02-19 Thread Wesley Acheson
I can say which our company picks when given that choice but the mailing
list isn't going to like it.



2010/2/17 Jake Churchill 

>
>
> I think the server technology experience part of the requirements are
> usually cut and paste.  But if you have a large system already built in Java
> and they want to integrate some Flex UI stuff into the mix, they probably
> want someone who at least understands how the backend works.  If the company
> gets 2 applicants, one with just flex and one with flex and java experience,
> which do you think they'll pick?
>
> More food for thought :)
>
>
> On Wed, Feb 17, 2010 at 9:53 AM, djhatrick  wrote:
>
>>
>>
>> Don't you think those requirements are cut and paste? Being a good flex
>> developer with experience in other structured languages is good, but usually
>> isn't a deal-breaker, I mean really, are you going to be crafting a backend
>> unit and doing all the ui too? If you are, well more power to you, I find
>> the flex/air sandbox enough work to keep my nose out of most of the backend,
>> on big projects anyway.
>>
>> Food for thought.
>>
>> --- In flexcoders@yahoogroups.com ,
>> "fred44455"  wrote:
>> >
>> > Since this year you don't seems to be able to find a Job Offer in Flex
>> without the requirement: Knowledge in Java, JEE2 etc.. required( Most job
>> ads in Dice.com) Is that mean that now not only I need to learn Flex but
>> also Java to be able to find a Flex Developer job??
>> >
>>
>>
>
>
> 


[flexcoders] Re: Flex doesn't appear to be using my services-config.xml file...

2010-02-19 Thread Laurence
You say "within Flex."  Where, exactly?  I thought the only place 
services-config.XML was supposed to be was in the WEB-INF folder?

So maybe that's my problem -- Flex is looking for servces-config.xml somewhere 
else.  But I did a search and it doesn't appear anywhere but in WEB-INF...  So 
where should it be?

Thanks,
L.


--- In flexcoders@yahoogroups.com, "valdhor"  wrote:
>
> I don't know whether it is the same in ColdFusion or not but in my case with 
> WebORB I have to have the destination set in the services-config.xml file in 
> the WEB-INF directory on the server as well as within Flex.
> 
> --- In flexcoders@yahoogroups.com, "Laurence"  wrote:
> >
> > I've added a secure channel to my services-config.xml file, yet Flex tells 
> > me the channel doesn't exist when I try to use it.  No Security Sandbox 
> > errors or anything -- just "Destination 'SecureColdFusion' either does not 
> > exist or the destination has no channels defined"
> > 
> > But it does exist, and the channel is defined:
> > 
> > 
> > 
> > 
> > 
> > *
> > 
> > 
> > 
> >  > class="mx.messaging.channels.SecureAMFChannel">
> >  > uri="https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure";
> >  class="coldfusion.flash.messaging.SecureCFAMFEndPoint"/>
> > 
> > false
> > 
> > false
> > 
> > 
> > false
> > 
> > 
> > 
> > 
> > 
> > 
> > true
> > 
> > 
> > remote
> > 
> > 
> > 
> > true
> > 
> > false
> > 
> > 
> > 
> > false
> > 
> > false
> > 
> > 
> > false
> > 
> > 
> > 
> > 
> >
> > So why is Flex telling me this destination has no defined channels?
> >
>




[flexcoders] Re: A question about stage resizing

2010-02-19 Thread Sunil D
I think you're comparing apples and oranges here.

On the Flex side you're using Canvas inside a ViewStack. I don't have much 
experience w/Flash CS3, but I think it's safe to assume you're not using these 
controls on the CS3 side.

The ViewStack's dimensions will be that of the "initial active child" (per the 
docs). So when you switch to the larger Canvas, the larger Canvas knows there 
is not enough room and adds the scroll bars.

I can't say what's happening in your second case with CS3, but my guess is that 
the app is being sized to 800x600 and when you switch to the other view the 
stage or the HTML wrapper is not growing... so you need to either size the CS3 
app to 800x950 or build in some logic to add scrollbars when in the larger 
state.

--- In flexcoders@yahoogroups.com, Rohit Sharma  wrote:
>
> Hi George,
> 
>  i) The screen resolution was 1024 * 768 pixels.
> 
> ii)  Width is 800 pixels for both the screens. The height increases from 600
> to 950 pixels.
>  the 600 px screen looks fine and the 950 px screen comes cropped.
> 
> I guess I have answered your questions.
> Looking for some suggestions.
> 
> Thanks,
> Rohit
> 
> On Fri, Feb 19, 2010 at 8:26 PM, GeorgeB  wrote:
> 
> >
> >
> > Hi Rohit,
> >
> > Let's clear out some few details:
> > You say:
> >
> > 1. *The application has two screens , first one being 800 * 600 and
> > > second one being 800 * 950. In the html file I have provided the
> > > width and height as 100%. Now, when I move from screen 1 to screen > 2, I
> > am not seeing a scroll bar. The second screen comes as cropped.
> > *
> > Q. What is your actual screen resolution at the time? (I mean the one your
> > system is setup for?)
> >
> > 2. *First canvas is of height 600 and second canvas
> > > is of height 950.
> > *
> > Your screen setup in the first place is *Width* 800pix by *Height* 600pix
> > and in the second is *Width* 950pix by *Height* 800pix
> >
> > So, what is that you think it's happening?
> >
> > Thanks
> >
> > George
> >
> >
> > --- In flexcoders@yahoogroups.com, Rohit Sharma 
> > wrote:
> > >
> > > Hello All,
> > >
> > > I have a question about the way stage resizing occurs in flex.
> > >
> > > Please consider the two scenarios :-
> > >
> > > i) In Flash CS3, I gave my application a stage size of 800 * 950. The
> > > application has two screens , first one being 800 * 600 and
> > > second one being 800 * 950. In the html file I have provided the width
> > > and height as 100%. Now, when I move from screen 1 to screen 2,
> > > I am not seeing a scroll bar. The second screen comes as cropped.
> > >
> > > ii) Whereas in Flex, I provide my application width and height as 100%
> > and
> > > html width and height also as 100%. I am using a viewstack whose
> > > height and width also is 100% and inside the viewstack I have individual
> > > canvas for each screens. First canvas is of height 600 and second canvas
> > > is of height 950. In this case I am able to see scroll bars when I move
> > > from first screen to second screen.
> > >
> > > I am not able to see why its not happening in CS3 whereas its happening
> > in
> > > Flex.
> > > Looking for some pointers.
> > >
> > > Thanks,
> > > Rohit
> > >
> >  
> >
>




[flexcoders] Re: TextArea text "change" event doesn't work in all cases

2010-02-19 Thread valdhor
That didn't seem right so I just tried this. If I right click and then
either select Cut, Paste or Delete a change event fires.

This is my test app:

http://www.adobe.com/2006/mxml";
layout="absolute">
 
 
 
 


--- In flexcoders@yahoogroups.com, "s_grollins"  wrote:
>
> Hello everyone,
>
> I've recently come across a problem wherein we have a textarea with a
listener listening for Event.CHANGE events - the problem with this is
that an event isn't dispatched when a user selects text in the textarea
using their mouse, and then right-clicks and deletes text using the
menu. I've tried attaching MouseEvent listeners but have had no luck -
does anyone have any suggestions? Am I overlooking something?
>



Re: [flexcoders] Re: A question about stage resizing

2010-02-19 Thread Rohit Sharma
Hi George,

 i) The screen resolution was 1024 * 768 pixels.

ii)  Width is 800 pixels for both the screens. The height increases from 600
to 950 pixels.
 the 600 px screen looks fine and the 950 px screen comes cropped.

I guess I have answered your questions.
Looking for some suggestions.

Thanks,
Rohit

On Fri, Feb 19, 2010 at 8:26 PM, GeorgeB  wrote:

>
>
> Hi Rohit,
>
> Let's clear out some few details:
> You say:
>
> 1. *The application has two screens , first one being 800 * 600 and
> > second one being 800 * 950. In the html file I have provided the
> > width and height as 100%. Now, when I move from screen 1 to screen > 2, I
> am not seeing a scroll bar. The second screen comes as cropped.
> *
> Q. What is your actual screen resolution at the time? (I mean the one your
> system is setup for?)
>
> 2. *First canvas is of height 600 and second canvas
> > is of height 950.
> *
> Your screen setup in the first place is *Width* 800pix by *Height* 600pix
> and in the second is *Width* 950pix by *Height* 800pix
>
> So, what is that you think it's happening?
>
> Thanks
>
> George
>
>
> --- In flexcoders@yahoogroups.com, Rohit Sharma 
> wrote:
> >
> > Hello All,
> >
> > I have a question about the way stage resizing occurs in flex.
> >
> > Please consider the two scenarios :-
> >
> > i) In Flash CS3, I gave my application a stage size of 800 * 950. The
> > application has two screens , first one being 800 * 600 and
> > second one being 800 * 950. In the html file I have provided the width
> > and height as 100%. Now, when I move from screen 1 to screen 2,
> > I am not seeing a scroll bar. The second screen comes as cropped.
> >
> > ii) Whereas in Flex, I provide my application width and height as 100%
> and
> > html width and height also as 100%. I am using a viewstack whose
> > height and width also is 100% and inside the viewstack I have individual
> > canvas for each screens. First canvas is of height 600 and second canvas
> > is of height 950. In this case I am able to see scroll bars when I move
> > from first screen to second screen.
> >
> > I am not able to see why its not happening in CS3 whereas its happening
> in
> > Flex.
> > Looking for some pointers.
> >
> > Thanks,
> > Rohit
> >
>  
>


[flexcoders] Detecting Events in Flex

2010-02-19 Thread Nick Middleweek
Hello,

Is it possible to put a generic listener on an Object so that a function is
fired and I can trace(event.type) from that function to see exactly what
events are being fired and in what order so I can then read about the events
to see which is appropriate for my needs?


Cheers and have a good weekend!

Nick


[flexcoders] Re: TextArea text "change" event doesn't work in all cases

2010-02-19 Thread s_grollins
We're using Flex SDK 3.2 - these event types aren't present. I also tried:

textArea.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, handler, false, 0, 
true);

This did not work either.

--- In flexcoders@yahoogroups.com, "seanmcmonahan"  wrote:
>
> Maybe Event.CUT or Event.CLEAR?
> 
> --- In flexcoders@yahoogroups.com, "s_grollins"  wrote:
> >
> > Hello everyone,
> > 
> > I've recently come across a problem wherein we have a textarea with a 
> > listener listening for Event.CHANGE events - the problem with this is that 
> > an event isn't dispatched when a user selects text in the textarea using 
> > their mouse, and then right-clicks and deletes text using the menu. I've 
> > tried attaching MouseEvent listeners but have had no luck - does anyone 
> > have any suggestions? Am I overlooking something?
> >
>




Re: [flexcoders] Flash Templates

2010-02-19 Thread Clark Stevenson
Flash templates are almost always horrifically coded and because of that id
say you will never be able to import it into FB4.


On 19 February 2010 16:45, Dan Pride  wrote:

>
>
> I have a customer who wants to upgrade a flash template website.
>
> How far off is it to program this for a Flex Developer, or are there
> facilities to import it so I can work it in Flex 4 ?
> Tips appreciated, including if I should pass this one off.
>
> Dan
>
>  
>


[flexcoders] Re: styleFunction AdvancedDataGridColumn

2010-02-19 Thread tntomek
Be careful with column styleFunction, it can be REALLY slow. Better to just put 
all style changes in renderer.

--- In flexcoders@yahoogroups.com, "csmarvz"  wrote:
>
> Hi,
> 
> I have myCustomADGC that extends AdvancedDataGridColumn.
> 
> Where in myCustomADGC can I put something like :
> 
> if (styleFunction == null)
>   {
>   styleFunction = myStyleFunction;
>   }
> 
> 
> and to be called one time? (like onCreationComplete)
> 
> (same question for headerRenderer and itemRenderer)
> 
> thanks!
>




[flexcoders] Flash Templates

2010-02-19 Thread Dan Pride
I have a customer who wants to upgrade a flash template website. 

How far off is it to program this for a Flex Developer, or are there facilities 
to import it so I can work it in Flex 4 ?
Tips appreciated, including if I should pass this one off.

Dan



  


[flexcoders] Flex Builder build and search functions die on Vista

2010-02-19 Thread Tom McNeer
Very strange.

Vista, 32-bit. Flex Builder 3 plug-in. Eclipse 3.4 Ganymede. Flex SDKs 3.4
and 3.5.

A couple of days ago, I noticed that Flex Builder was not re-building
projects before running them. I attempted to compile using Project > Build
Project, and nothing happened. Build Automatically also had no effect.

The only way I could force a compile was by choosing Clean - each time I
needed to rebuild.

Then, yesterday, the Eclipse Search > File function seemed to stop working
when used while the Flex perspectives were active. I got 0 results on many
phrases that I know to exist. These bad results persisted, whether the
search was in the enclosing project or the entire workspace. Neither
"regular expression" nor "case sensitive" were checked, but I made sure the
case matched, anyway.

So - last night, I uninstalled Flex Builder, installed a new copy of
Eclipse, then re-installed Flex Builder within it. This morning, the first
time I chose Build Project, it worked. But now it has stopped. I can once
again only force a compile with Clean. And the search is dead again, too.

As an aside, the Search function appears works on files other than .as or
.mxml files.

Also, prior to the emergence of this problem, nothing had really changed on
the machine other than a few Windows security updates, which I have now
removed. But the problems persist.

I just reopened Flex Builder, made a minute change to a file, and clicked
"Run." It said it was building the project, but took no time to do so. So
I'm not sure it actually did. After that first attempt, once again, Build
has no effect. And the Search is dead.

Anyone have any thoughts?

-- 
Thanks,

Tom

Tom McNeer
MediumCool
http://www.mediumcool.com
1735 Johnson Road NE
Atlanta, GA 30306
404.589.0560


[flexcoders] NetConnection.Call.Failed - Need to diagnose

2010-02-19 Thread Battershall, Jeff
I've built an AIR app using Cairngorm 2.x.  My RemoteObjects are stored in the 
ServiceLocator singleton.  Intermittently, users will get 
"NetConnection.Call.Failed". Possibly this is a performance issue with the 
ColdFusion service layer where specific calls are timing out or possibly the 
RO's connection timing out on its own. One possible approach is simply to 
re-try on error but that kinda feels like a brute force approach.

Any advice appreciated!

Jeff Battershall
Application Architect
Dow Jones Indexes
jeff.battersh...@dowjones.com
(609) 520-5637 (p)

(484) 477-9900 (c)



[flexcoders] Re: A question about stage resizing

2010-02-19 Thread GeorgeB

Hi Rohit,

Let's clear out some few details:
You say:
1. The application has two screens , first one being 800 * 600 and
> second one being 800 * 950. In the html file I have provided the
> width and height as 100%. Now, when I move from screen 1 to screen >
2, I am not seeing a scroll bar. The second screen comes as cropped.
Q. What is your actual screen resolution at the time? (I mean the one
your system is setup for?)

2. First canvas is of height 600 and second canvas
> is of height 950.
Your screen setup in the first place is Width 800pix by Height 600pix
and in the second is Width 950pix by Height 800pix

So, what is that you think it's happening?

Thanks

George


--- In flexcoders@yahoogroups.com, Rohit Sharma 
wrote:
>
> Hello All,
>
> I have a question about the way stage resizing occurs in flex.
>
> Please consider the two scenarios :-
>
> i) In Flash CS3, I gave my application a stage size of 800 * 950. The
> application has two screens , first one being 800 * 600 and
> second one being 800 * 950. In the html file I have provided the width
> and height as 100%. Now, when I move from screen 1 to screen 2,
> I am not seeing a scroll bar. The second screen comes as cropped.
>
> ii) Whereas in Flex, I provide my application width and height as 100%
and
> html width and height also as 100%. I am using a viewstack whose
> height and width also is 100% and inside the viewstack I have
individual
> canvas for each screens. First canvas is of height 600 and second
canvas
> is of height 950. In this case I am able to see scroll bars when I
move
> from first screen to second screen.
>
> I am not able to see why its not happening in CS3 whereas its
happening in
> Flex.
> Looking for some pointers.
>
> Thanks,
> Rohit
>




[flexcoders] loading transparent swf through swf REFdn3005773759

2010-02-19 Thread dennis
How to load a swf from another swf (I mean, from another AS code, not from
html code), in order to be transparent? What properties should I have in
loaded swf and how should I load it in order to be transparent? 

 

With word transparent, I mean, the color of the stage of the loaded swf must
be transparent.

Also, with this way of load, it is possible to play with "alpha" property?

 

dennis

...we are what we are doing...  P Think! before you print. 

 



[flexcoders] Re: Flex doesn't appear to be using my services-config.xml file...

2010-02-19 Thread valdhor
I don't know whether it is the same in ColdFusion or not but in my case with 
WebORB I have to have the destination set in the services-config.xml file in 
the WEB-INF directory on the server as well as within Flex.

--- In flexcoders@yahoogroups.com, "Laurence"  wrote:
>
> I've added a secure channel to my services-config.xml file, yet Flex tells me 
> the channel doesn't exist when I try to use it.  No Security Sandbox errors 
> or anything -- just "Destination 'SecureColdFusion' either does not exist or 
> the destination has no channels defined"
> 
> But it does exist, and the channel is defined:
>   
>   
>   
>   
>   
>   *
>   
>   
> 
>  class="mx.messaging.channels.SecureAMFChannel">
>  uri="https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure";
>  class="coldfusion.flash.messaging.SecureCFAMFEndPoint"/>
> 
> false
>   
> false
>   
>   
> false
>   
>   
>   
>   
>   
>   
> true
>   
>   
> remote
>   
> 
>   
>   true
>   
>   false
>   
>   
> 
> false
> 
> false
> 
> false
> 
>   
> 
> 
>
> So why is Flex telling me this destination has no defined channels?
>




[flexcoders] A question about stage resizing

2010-02-19 Thread Rohit Sharma
Hello All,

I have a question about the way stage resizing occurs in flex.

Please consider the two scenarios :-

i)   In Flash CS3, I gave my application a stage size of 800 * 950. The
application has two screens , first one being 800 * 600 and
 second one being 800 * 950. In the html file I have provided the width
and height as 100%. Now, when I move from screen 1 to screen 2,
 I am not seeing a scroll bar. The second screen comes as cropped.

ii) Whereas in Flex, I provide my application width and height as 100% and
html width and height also as 100%. I am using a viewstack whose
   height and width also is 100% and inside the viewstack I have individual
canvas for each screens. First canvas is of height 600 and second canvas
   is of height 950. In this case I am able to see scroll bars when I move
from first screen to second screen.

  I am not able to see why its not happening in CS3 whereas its happening in
Flex.
Looking for some pointers.

Thanks,
Rohit


Re: [flexcoders] error in consumer

2010-02-19 Thread Peeyush Tuli
you need to be more detailed. Check section 5 on how to post a query which
will fetch you helpful replies as explained here-

https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847

On Wed, Feb 17, 2010 at 9:49 AM, Abhishek Saxena <
abhisheksaxena...@yahoo.co.in> wrote:

>
>
> hey i m working with consumer which subscribe to a destination...
>
> i get this error
>
> channel.connect.failed error undefined url:'rtmp://localhost:2037'
>
> the consumer was not able to subscribe to its target destination
> --
> The INTERNET now has a personality. YOURS! See your Yahoo! 
> Homepage.
>
> 
>


[flexcoders] Flex doesn't appear to be using my services-config.xml file...

2010-02-19 Thread Laurence
I've added a secure channel to my services-config.xml file, yet Flex tells me 
the channel doesn't exist when I try to use it.  No Security Sandbox errors or 
anything -- just "Destination 'SecureColdFusion' either does not exist or the 
destination has no channels defined"

But it does exist, and the channel is defined:





*




https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure";
 class="coldfusion.flash.messaging.SecureCFAMFEndPoint"/>

false

false


false






true


remote



true

false



false

false

false




   
So why is Flex telling me this destination has no defined channels?




[flexcoders] Re: .CFC cannot be accessed remotely...

2010-02-19 Thread Laurence
Very weird...  The access was set to "public".  Don't know how that was working 
on my old server -- I didn't change any code at all...  And it worked fine on 
the old setup...  So now, I have to set the access to "remote", and it works 
fine...

Thanks a bunch!!
L.


--- In flexcoders@yahoogroups.com, Darrin Kay  wrote:
>
> I wouold need to see the code, but I would check the path.  You did make the
> function access="remote"?
> 
> Darrin
> 



Re: [flexcoders] .CFC cannot be accessed remotely...

2010-02-19 Thread Darrin Kay
I wouold need to see the code, but I would check the path.  You did make the
function access="remote"?

Darrin

On Fri, Feb 19, 2010 at 10:17 AM, Laurence  wrote:

>
>
> I've reinstalled everything on my server, including FlexBuilder and
> ColdFusion...
>
> Now, when I run my app from within FlexBuilder, I get the following error
> message:
> "The method 'updateLoginInfo' in component
> C:\Inetpub\wwwroot\QMS\cfcs\dao\LoginDAO.cfc cannot be accessed remotely."
>
> What does that mean? It accesses the .CFC file when it reads the login
> info, but won't access it when it updates (writes) login info? I really
> don't get that...
>
> One note: I did have a problem importing the project into FlexBuilder. It
> kept looking for a file called
> {CFROOT_FLEX}/wwwroot/WEB-INF/flex/libs/fds.swc but that file (and the
> entire folder, for that matter) isn't on this computer anymore... Is that
> causing the remote-access problem? If so, where/how do I get my CF
> "web-inf/flex/libs" stuff back? I've installed CF9, and I was running CF8
> before, so is there something in FB3 that I have to change for it to realize
> I'm now using CF9? Should I have installed FB3 before I installed CF9?
>
> Thanks for any help you can give me.
> L.
>
> 
>


[flexcoders] .CFC cannot be accessed remotely...

2010-02-19 Thread Laurence
I've reinstalled everything on my server, including FlexBuilder and 
ColdFusion...

Now, when I run my app from within FlexBuilder, I get the following error 
message:
"The method 'updateLoginInfo' in component 
C:\Inetpub\wwwroot\QMS\cfcs\dao\LoginDAO.cfc cannot be accessed remotely."

What does that mean?  It accesses the .CFC file when it reads the login info, 
but won't access it when it updates (writes) login info?  I really don't get 
that...

One note: I did have a problem importing the project into FlexBuilder.  It kept 
looking for a file called {CFROOT_FLEX}/wwwroot/WEB-INF/flex/libs/fds.swc but 
that file (and the entire folder, for that matter) isn't on this computer 
anymore...  Is that causing the remote-access problem?  If so, where/how do I 
get my CF "web-inf/flex/libs" stuff back?  I've installed CF9, and I was 
running CF8 before, so is there something in FB3 that I have to change for it 
to realize I'm now using CF9?  Should I have installed FB3 before I installed 
CF9?

Thanks for any help you can give me.
L.