RE: [flexcoders] Re: Compiler warning about unused CSS type selector

2006-10-01 Thread Matt Chotin
\DashboardAdmin.mxml: Warning: The type selector 'ComboBox' was not processed, because the type was not used in the application. [mxmlc] [mxmlc] D:\PerforceDepot\galiano\Galiano.Tobias_Patton\Client\DashboardJobsVi ew\DashboardAdmin.swf (382213 bytes) --- In [EMAIL PROTECTED]ups.com, "Matt

RE: [flexcoders] Coverage testing for AS3 implementation?

2006-10-01 Thread Matt Chotin
: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Coverage testing for AS3 implementation?   that would be hot!. anything I can do to help? On 9/30/06, Matt Chotin <[EMAIL PROTECTED]com> wrote: Not at the moment.  We had one internally for 1.5 but we haven't ported up

RE: [flexcoders] Re: issue with progress bar loader becoming stuck

2006-09-30 Thread Matt Chotin
You really need to break your function up into multiple calls so that a frame can draw in between.  There is no concept of forcing the UI to draw, your AS code has to exit.  Look into writing your function so that you can call it in phases using something like a timer or callLater.  

RE: [flexcoders] Stats on flash player 9 penetration.

2006-09-30 Thread Matt Chotin
Actually I’m not sure we’ve turned on auto-update yet.  But the downloads have been high without it.  We’re still figuring out the timing of auto-update.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of John Dowdell Sent: Friday, Se

RE: [flexcoders] plug-in detection not working for IE

2006-09-30 Thread Matt Chotin
Try uninstalling and re-installing the Player.  Maybe it didn’t get set up in the registry correctly?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of zenwarden Sent: Wednesday, September 27, 2006 9:21 AM To: flexcoders@yahoogroups.com Subjec

RE: [flexcoders] HTTPService outside of MXML

2006-09-30 Thread Matt Chotin
It should work.  The exception is obviously a bug in the compiler, I’ll see if they can reproduce this.  But we wrote HTTPService so that it didn’t have a dependency on the rest of the framework so that it could be used outside of MXML.  Try compiling maybe using mxmlc instead of FlexBu

RE: [flexcoders] DownloadProgressBar changing the bar color

2006-09-30 Thread Matt Chotin
I believe by default we’ll match the same background color as the SWF for the progress bar.  So if you change the application backgroundColor it should work itself out.  Otherwise change the color as specified in the HTML wrapper, that might do the trick (we use the application backgrou

RE: [flexcoders] Re: issue with progress bar loader becoming stuck

2006-09-30 Thread Matt Chotin
Sorry, we can’t respond to everything rapidly and may not always know the answer.  We have seen this occasionally (Jesse Warden has talked about it in the past) but I’m not sure we’ve figured out what’s going on.  Our best guess is something about how the web server returns the SWF caus

RE: [flexcoders] FlashPlayer security puzzle

2006-09-30 Thread Matt Chotin
If you debug your server you’ll see that the first request coming from the player is something like .  You need to react to that by returning the crossdomain xml syntax that allows access to the domain where the SWF was served from (or *).  This would look like the same crossdomain as w

RE: [flexcoders] Re: Invalid Root problem

2006-09-30 Thread Matt Chotin
So this is a FDS project with compilation on the server?  This means that you need to be able to have FB access the files on the server, usually via a mapped drive.  If you don’t then really you should do a FB project that’s compiled locally and then finally copy the output (or source I

RE: [flexcoders] Coverage testing for AS3 implementation?

2006-09-30 Thread Matt Chotin
Not at the moment.  We had one internally for 1.5 but we haven’t ported up to 2.0 yet.  Some day…   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of aaron smith Sent: Friday, September 22, 2006 4:53 PM To: flexcoders@yahoogroups.com Subject: [f

RE: [flexcoders] Re: Flex2 - "unconverted Bindable metadata in class"

2006-09-30 Thread Matt Chotin
We’re having trouble tracking down the warning in our own source code.  Can you give us a code example so we can reproduce?   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of thunderstumpgesatwork Sent: Thursday, September 21, 2006 8:0

RE: [flexcoders] File - flexcodersFAQ.txt

2006-09-25 Thread Matt Chotin
File - flexcodersFAQ.txt Flexcoders Frequently Asked Questions Last Updated: 30th May 2005 Contributors: Matt Chotin, Steven Webster, Alistair McLeod, Tariq Ahmed,

RE: [flexcoders] Re: FDS and web service.

2006-09-22 Thread Matt Chotin
This feels like you don’t have your services-config set up correctly, or maybe you need a context-root argument when you compile?   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of secolaha Sent: Wednesday, September 20, 2006 5:41 AM T

RE: [flexcoders] Flex swf caching

2006-09-21 Thread Matt Chotin
For one thing I would make sure that your web server is sending the right cache headers on your previous version.  But your suggestion of adding a random string (like the build version) on the end is also better as a guaranteed mechanism.  You’ll notice that a lot of popular webapps do

RE: [flexcoders] FP 9 Sandbox Bug Between Firefox and IE?

2006-09-21 Thread Matt Chotin
?   On 9/20/06, Matt Chotin <[EMAIL PROTECTED]com> wrote: > > I think this is a known issue. The viewSource SWF itself was probably not re-published with the network settings so even though the first SWF comes up correctly our view source logic is pre-compiled to use the network.

RE: [flexcoders] photo gallery example

2006-09-21 Thread Matt Chotin
Check to see if there are any funky characters in the XML file that you load?  It may be that it’s having problems parsing the XML file depending on how the server sent it?   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of b0b0bb0b Se

RE: [flexcoders] Can we run our existing Flex1.5 application on Flex2.0 platform?

2006-09-21 Thread Matt Chotin
Unfortunately no, the changes between 1.5 and 2.0 are pretty extensive.  We do have a migration guide available as part of the docs.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of anjicn Sent: Thursday, September 21, 2006 3:17 AM T

RE: [flexcoders] IDE

2006-09-21 Thread Matt Chotin
We are hoping that the Windows build will support 3.1 and 3.2, Mac will only support 3.2 (which is the first version officially supported by Eclipse on the Mac).     MAX is often a good time for announcements J   But the real reason to go to MAX is 3 words: Ely Chicken Suit   Matt

RE: [flexcoders] Configuring Destination for Remote Object

2006-09-21 Thread Matt Chotin
Why did you change the endpoint URI?  Change that back to the default value, or if you re-aliased the MessageBroker servlet adjust accordingly.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Madhuri Chamarty Sent: Wednesday, Septem

RE: [flexcoders] Error when trying to implement Flex PhotoViewer as shown on Adobe site

2006-09-21 Thread Matt Chotin
The full source along with setup instructions comes with Flex Builder or the SDK.  Check in the samples directories.  The README that comes with it should have instructions to solve this.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf

RE: [flexcoders] HTTPService content type = text/xml

2006-09-21 Thread Matt Chotin
If you want to send XML you need to make sure to actually pass the HTTPService XML.  It will serialize an object structure into XML (if possible) but if you’re constructing the XML yourself you should just go ahead and write the string, then do new XML(myXMLStr) and pass that to the htt

RE: [flexcoders] suppressing Status Error?

2006-09-21 Thread Matt Chotin
A fault handler should catch this for you.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of aaron smith Sent: Wednesday, September 20, 2006 7:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] suppressing Status Error?   hey

RE: [Junk E-Mail - LOW] [flexcoders] Re: Compiler warning about unused CSS type selector

2006-09-21 Thread Matt Chotin
There’s a filesize penalty for unused type selectors.  Tobias, I saw you had –compiler.keep-all-type-selectors but you didn’t follow it with =true.  Can you try adding the =true?  It should do what you want.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

RE: [flexcoders] Custom Component Updates...

2006-09-20 Thread Matt Chotin
would want to do. I am pretty green with this; can you point me to some resources that will get me going on this?? -Ken   From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED]ups.com] On Behalf Of Matt Chotin Sent: Tuesday, September 19, 2006 11:40 PM To: [EMAIL PROTECTED]ups.com

RE: [flexcoders] Remote Object caching the results?

2006-09-19 Thread Matt Chotin
You need to make sure that a frame passes between the two calls.  If you call one right after another in your AS code they will be sent in the same network request and therefore will be combined in their responses.  So what you can do is call the first method, then do a callLater to cal

RE: [flexcoders] Flex 2.0 Hosting ( Cheap / Inexpensive )

2006-09-19 Thread Matt Chotin
Yes, CFDynamics has been considering it.  I’m not sure if others have been considering it recently, I’ll ask Eric but we haven’t seen a massive request for it recently.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brendan Meutzner Sent: Tu

RE: [flexcoders] FDS Running as a Service?

2006-09-19 Thread Matt Chotin
You really need your application server to start as a service.  If you have the commercial version of JRun it comes with instructions on how to do this.  If you’re using something like Tomcat there are instructions on how to run that server as a service within its own docs.  So it’s the

RE: [flexcoders] Data Binding Question - will both work?

2006-09-19 Thread Matt Chotin
I think we made that change between beta3 and release so if things are working for you now I believe you’re set.  But your preferred choice is preferred by us too I think J   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nwebb Sent: Tuesday,

RE: [flexcoders] Custom Component Updates...

2006-09-19 Thread Matt Chotin
What property is the combo box supposed to pay attention to.  Should you just be overriding a setter on the ComboBox so that you’re aware when the data changes?  Or is this binding to the variable that’s used in the filterFunction that you want to do?  Maybe rather than making that vari

RE: [flexcoders] FP 9 Sandbox Bug Between Firefox and IE?

2006-09-19 Thread Matt Chotin
I think this is a known issue.  The viewSource SWF itself was probably not re-published with the network settings so even though the first SWF comes up correctly our view source logic is pre-compiled to use the network.  I’ll forward this in to be sure.   Matt   From: flexco

RE: [flexcoders] Implementation of Concept: Grid

2006-09-19 Thread Matt Chotin
I guess what I’d do is define the columns of the DataGrid explicitly where each column is for an individual width.  Your dataProvider to the grid would then be a collection of items where each item is for a given length (you might want to lock the leftmost column and have that value be

RE: [flexcoders] using an OCX with Flex

2006-09-19 Thread Matt Chotin
Hi Bruce,   You might need to look at it differently and have your original OCX hoist up Flex (or use another hosting tool and communicate using ExternalInterface).  Flex itself (running in the Flash Player) doesn’t get access to native OS commands, so you need to do some bridging you

RE: [flexcoders] compiler warnings with [Bindable] internal

2006-09-19 Thread Matt Chotin
Paul said he tried a simple example and it worked OK so we might need more info to see if there’s a bug.                                   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Tapper Sent: Monday, Sept

RE: [flexcoders] Scrollbar thickness

2006-09-18 Thread Matt Chotin
Yep, it’s a constant and we’ve filed a bug to get it exposed better.  In the meantime you can see some of the work we did in another app to get the scrollbar thinner, you’ll need to adjust.  (three files attached)   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

RE: [flexcoders] flash player 9 security?

2006-09-18 Thread Matt Chotin
Yep, -use-network is still a valid flag and depending on where your data is located you’ll need to set it to true or false.     Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of aaron smith Sent: Monday, September 18, 2006 2:09 PM To: flexcoders@

RE: [flexcoders] script running structure

2006-09-18 Thread Matt Chotin
Hi,   These are full classes so there isn’t code that executes outside of the class initialization.  You should use the different events like creationComplete on the Application to kick off your code.  Check the explorer and other samples to see examples.   Matt   From: fl

RE: [flexcoders] modularizing code

2006-09-18 Thread Matt Chotin
Have you looked into the Flex library project type?  Check that out, and if you’re not using Flex Builder check out the docs for compc.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williams Sent: Friday, September 15, 2006 11:16 AM To

RE: [flexcoders] getDefinitionByName

2006-09-18 Thread Matt Chotin
You need to make sure that the class gets linked into your SWF.  You don’t need to instantiate it but you need to declare a variable with the type of the class that you want.  You can also use the –include-classes directive to the compiler to force the class to be available.  Check the

RE: [flexcoders] Adobe SystemManager example

2006-09-18 Thread Matt Chotin
You may have to use [“varname”] syntax instead of .varname because the compiler is going to look for classes when this application doesn’t actually have them (because it’s loaded later via SWFLoader).   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Beh

RE: [flexcoders] Re: Posting data with HTTPService....Please help!

2006-09-18 Thread Matt Chotin
Are you sending parameters?  If you don’t send any parameters the POST will be ignored and will be sent as a GET.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of btkracker Sent: Friday, September 15, 2006 8:53 AM To: flexcoders@yahoogroups.co

RE: [flexcoders] Re: Deploying a Flex Application making rpc.remoting calls

2006-09-18 Thread Matt Chotin
rong process for compilation? But I am unable to decipher the problem. Please advice and help. Thanks and Regards, Paromita --- In [EMAIL PROTECTED]ups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > Nope, you only need to deploy the SWF and HTML wrappers. Sounds like

RE: [flexcoders] Re: idiotic flex fires 2 event handlers for buttons of a substate !!!

2006-09-18 Thread Matt Chotin
Yes, someone pointed this confusion out to us a few weeks ago and I’ve filed a usability bug.  SetEventHandler would be better named AddEventHandler.  When you call Set you do not overwrite a handler that was set in a base state.  What you can do is set the event handler function and th

RE: [flexcoders] Re: Posting patched versions of framework code to this list?

2006-09-17 Thread Matt Chotin
but I would definitely be down for a more open bug tracking system for released codebases such as the Flex 2 framework code. I know that is by no means a small initiative, but it would be very cool. Thanks, -Daniel Matt Chotin wrote: > > Hi, > > The section in the license that ta

RE: [flexcoders] Re: Posting patched versions of framework code to this list?

2006-09-17 Thread Matt Chotin
Hi,   The section in the license that talks about this is 2.1.1, you can read it in its ugly detail here: http://www.adobe.com/products/eulas/pdfs/AdobeFlexBuilder2_0-FlexCharting2_0.pdf.     The bottom line is: yes you can modify, yes you can publish your modifications, and yes you

RE: [flexcoders] AutoSuggest TextField

2006-09-14 Thread Matt Chotin
We’ll actually be posting something to the component exchange (and will post to a blog) hopefully next week.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of DJ Lift Sent: Thursday, September 14, 2006 4:34 AM To: flexcoders@yahoogroups.com Sub

RE: [flexcoders] calendar component

2006-09-14 Thread Matt Chotin
The weblogs server ran out of disk space yesterday.  Many of us on there have to rebuild them (but data wasn’t lost).  So might be tomorrow before his blog is back up.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of hank williams Se

RE: [flexcoders] Request for flex modification?

2006-09-13 Thread Matt Chotin
Sure, file away at http://www.adobe.com/go/wish.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Samuel Colak Sent: Wednesday, September 13, 2006 2:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Request for flex modifica

RE: [flexcoders] Re: Fw: WatcherSetupUtil issue

2006-09-13 Thread Matt Chotin
generated until after the component class is // done compiling. Can you ask Paul why he didn't use reflections to reference WatcherSetupUtil??? It looks much more reliable then generated code approach. - Max --- In [EMAIL PROTECTED]ups.com, "Matt Chotin" <[EMAIL PROTECTED]>

RE: [flexcoders] Re: Fw: WatcherSetupUtil issue

2006-09-12 Thread Matt Chotin
that such dependency can involve. It's a kind of logic that has to be executed before first load of the component (in static constructor emulation). --- In [EMAIL PROTECTED]ups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > It'd be for any MXML class that has bind

RE: [flexcoders] Re: Need help using XML files without embedding them in SWF

2006-09-12 Thread Matt Chotin
Er, use HTTPService rather than URLLoader, it will take care of more for you.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of e_baggg Sent: Tuesday, September 12, 2006 7:35 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re:

RE: [flexcoders] Public getter, private setter?

2006-09-11 Thread Matt Chotin
?   Hah! So in my post a couple days ago... > This is just a guess but, I would be willing to bet this is a Player bug. I was right. hehe Peace, Mike On 9/8/06, Matt Chotin <[EMAIL PROTECTED]com> wrote: So actually we investigated further and it turns out this is a

RE: [flexcoders] Can someone help me understand this price info and what I get for it?

2006-09-10 Thread Matt Chotin
Per application means a conceptual application.  Each one of our samples is an application.  While the component explorer is made up of over 100 small application.mxml files it is still conceptually 1 application because it’s delivered through that one URL.   So for departmental it d

RE: [flexcoders] Deploying a Flex Application making rpc.remoting calls

2006-09-10 Thread Matt Chotin
Nope, you only need to deploy the SWF and HTML wrappers.  Sounds like you’re compiling using Flex Builder which may mean that it’s not pointing at the service-config.xml which I saw mentioned in some other posts recently.  Make sure you your –services-config compiler argument is set up

RE: [flexcoders] Error #2032 HTTPS IE only

2006-09-10 Thread Matt Chotin
It might be a problem with a self-signed certificate.  You may need to update your computer to accept self-signed without prompting (I don’t remember how to do that at the moment).  If this isn’t set no prompt will appear but no connection to the HTTPS destination will work either.  

RE: [flexcoders] Macromedia Flex 2.0 Charts Explorer

2006-09-08 Thread Matt Chotin
That was meant for an old beta.  We should take it down.  The proper samples are all linked from the dev center: http://www.adobe.com/devnet/flex/?tab:samples=1   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pramod Sent: Friday, September 0

RE: [flexcoders] Public getter, private setter?

2006-09-08 Thread Matt Chotin
s a relatively minor issue).   Paul - Original Message - From: Matt Chotin To: [EMAIL PROTECTED]ups.com Sent: Friday, September 08, 2006 4:48 AM Subject: RE: [flexcoders] Public getter, private setter?   It’s intentional right now that a gette

RE: [flexcoders] Why is import mandatory?

2006-09-07 Thread Matt Chotin
You can learn more about the actual language construct in the directives section of the ES4 spec: http://developer.mozilla.org/es4/spec/chapter_16_directives.html   The language designers decided that introducing a class into the system requires explicitly bringing it in (we actually

RE: [flexcoders] Public getter, private setter?

2006-09-07 Thread Matt Chotin
It’s intentional right now that a getter/setter pair must have a matching visibility modifier.  You can’t change whether a variable is visible to the compiler based on whether it’s being read or being written.  While we understand the use-case (and debated it internally ourselves) this

RE: [flexcoders] Re: Fw: WatcherSetupUtil issue

2006-09-07 Thread Matt Chotin
It’d be for any MXML class that has binding in it.  So there must be errors with how binding is initializing based on how your system is set up.  Are you using the techniques for modules that Roger mentioned in his blog postings?   Matt   From: flexcoders@yahoogroups.com [ma

RE: [flexcoders] mxmlc -increment not working.

2006-09-06 Thread Matt Chotin
I sent this on to the engineer and he thinks it should work.  If you can send us more details as a bug filed via the wish page (http://www.adobe.com/go/wish) we can take a look.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Lance

RE: [flexcoders] Error when trying to run Notes Sample application

2006-09-04 Thread Matt Chotin
Check to make sure the config file has the right settings in it for your endpoints?  This should work out of the box.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ghose, Sanjucta Sent: Monday, September 04, 2006 2:53 AM To: flexcoders@yahoogroups.c

RE: [flexcoders] Re: Validator._init method

2006-09-04 Thread Matt Chotin
10:38 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Validator._init method   Yeah this is Flex 1.5 only. So is there any other way to validate the dynamically created controls? --- In [EMAIL PROTECTED]ups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: >

RE: [flexcoders] Quick Validator Question

2006-09-04 Thread Matt Chotin
You can re-use validators but you’ll need to call validate() on your own instead of relying on the automatic behavior.  You can only have the validator work automatically for one thing at a time.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lostinr

RE: [flexcoders] ADOBE: Version of Distributable Player is Incorrect

2006-09-04 Thread Matt Chotin
I believe the version that is available is now correct.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of David Mendels Sent: Friday, September 01, 2006 1:57 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] ADOBE: Version o

RE: [flexcoders] web service result type=Object,E4X,XML and the conversion function

2006-08-31 Thread Matt Chotin
We have the SimpleXMLEncoder and SimpleXMLDecoder classes.  They only use the old XML format, they don’t use e4x.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tom Ortega Sent: Thursday, August 31, 2006 11:46 AM To: flexcoders@yah

RE: [flexcoders] Incremental compiling -- should I have long build times?

2006-08-31 Thread Matt Chotin
Do you see the cache files being created?  You’re using the command line?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jrjazzman23 Sent: Thursday, August 31, 2006 7:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Incremental co

RE: [flexcoders] Validator._init method

2006-08-31 Thread Matt Chotin
This is Flex 1.5?  Validators really aren’t meant to be created in ActionScript in Flex 1.5.  Maybe you can define your component in MXML so that it can have the Validator tag?   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of bharg.

RE: [flexcoders] Problems calling a RemoteObject within a loop

2006-08-31 Thread Matt Chotin
Is your fault handler being called?     I think the point from Fernando was for you to add another method in your CFC that could take an array of the objects that you’re updating.  Then in the CFC you would loop through that array so that more work is done on the server.  This would r

RE: [flexcoders] Flex client cache and new versions

2006-08-31 Thread Matt Chotin
The browser will cache your app according to the HTTP headers your web server sends.  So it’s just like any other HTML page or image file.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of shrefler Sent: Wednesday, August 30, 2006 5:2

RE: [flexcoders] Problem: Flex no connection???

2006-08-31 Thread Matt Chotin
Thanks for your answer!!! On 8/30/06, Matt Chotin <[EMAIL PROTECTED]com> wrote: Did you use a named remote object?  Is it stateful or stateless?  Maybe you need to put some debugging to make sure that your call to close the connection is actually happening?    Matt  

RE: [Junk E-Mail - LOW] RE: [flexcoders] Flex 2 patch timeline

2006-08-30 Thread Matt Chotin
sing bug fixes.   My .02 or actually $ 749 for Flex Builder 2 w/charting.   Thanks,   Jack   From: [EMAIL PROTECTED]ups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin Sent: Wednesday, August 30, 2006 10:21 AM To: [EMAIL PROTECTED]ups.com Subject: RE: [flexcoders] Fle

RE: [flexcoders] Flex 2 patch timeline

2006-08-30 Thread Matt Chotin
Are there specific bugs you’re looking to be addressed?  Based on direct feedback as well as observation from the various public forums we’ve been pretty pleased with the quality of the release so we’ve held off on rushing out an updater while we work on things like the Mac release of F

RE: [flexcoders] Re: i can not find flex 1.5 SDK

2006-08-30 Thread Matt Chotin
: Re: [flexcoders] Re: i can not find flex 1.5 SDK On Tuesday 29 August 2006 06:49, Matt Chotin wrote: > You can download the developer edition of Flex 1.5 from here: > http://www.stage.adobe.com/support/flex/downloads_updaters.html#flex15 "If you feel you should have access, please

RE: [flexcoders] Can Flex Data Services Compile on the Fly?

2006-08-30 Thread Matt Chotin
Nope, no enforced limit to the number of clients in FDS Express.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dorkie dork from dorktown Sent: Tuesday, August 29, 2006 9:32 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Can Fle

RE: [flexcoders] Re: i can not find flex 1.5 SDK

2006-08-30 Thread Matt Chotin
You can download the developer edition of Flex 1.5 from here: http://www.stage.adobe.com/support/flex/downloads_updaters.html#flex15   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of greg dunf Sent: Saturday, August 26, 2006 5:43 AM T

RE: [flexcoders] Problem: Flex no connection???

2006-08-29 Thread Matt Chotin
Did you use a named remote object?  Is it stateful or stateless?  Maybe you need to put some debugging to make sure that your call to close the connection is actually happening?    Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rafael M. Mar

RE: [flexcoders] Can I create a stack of ICollectionViews?

2006-08-28 Thread Matt Chotin
ListCollectionView can essentially handle this case.  Since it is both an IList and an ICV you can do LCV of LCV and it will work.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Aldo Bucchi Sent: Sunday, August 27, 2006 5:08 PM To:

RE: [flexcoders] Re: Asynchronous TestCase.setUp in FlexUnit (and another use case)

2006-08-28 Thread Matt Chotin
more natural given the number of async events that need to be dealt with in Flex Thanks for the help everyone. --Kaleb --- In [EMAIL PROTECTED]ups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > Doing a while loop won't work, if it did we wouldn't have all the &g

RE: [flexcoders] What is the best invalidation technique for non-UI classes?

2006-08-28 Thread Matt Chotin
, August 25, 2006 7:22 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] What is the best invalidation technique for non-UI classes?   Any source example? What delay do you use? On 8/24/06, Matt Chotin <[EMAIL PROTECTED]com> wrote: We use a Timer in our non-visual co

RE: [flexcoders] Re: how to set button colors - flex 1.5

2006-08-28 Thread Matt Chotin
olor be blue. how do i do this? --- In [EMAIL PROTECTED]ups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > Maybe try the selectedFillColors style? Otherwise you may need to > re-skin. > > > > Matt > > > > __

RE: [flexcoders] java.lang.OutOfMemoryError

2006-08-28 Thread Matt Chotin
Have you upped the memory allocated to the Tomcat process?  You might want to give it 256m or 512m and see how that goes.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dbarenboym Sent: Monday, August 28, 2006 11:29 AM To: flexcode

RE: [flexcoders] AWT-EventQueue-0" java.lang.NullPointerException

2006-08-23 Thread Matt Chotin
I sometimes see that when I shut down the tomcat server.  It’s usually nothing to worry about.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Valy Sivec Sent: Wednesday, August 23, 2006 6:21 AM To: flexcoders@yahoogroups.com Subjec

RE: [flexcoders] Don't bindings work both ways??

2006-08-23 Thread Matt Chotin
No, binding is only one-way, you’ll need to set up the 2-way yourself.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mike Anderson Sent: Wednesday, August 23, 2006 9:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Don't

RE: [flexcoders] AS HTTPService ignoring method propety

2006-08-23 Thread Matt Chotin
Ah, I believe HTTPService does a for..in loop over the parameters, and if you use a strongly typed class the for..in won’t return anything.  Then when you try to send no parameters to a POST request it will be turned into a GET by the Player.   We should make sure that’s mentioned in

RE: [flexcoders] What is the best invalidation technique for non-UI classes?

2006-08-23 Thread Matt Chotin
We use a Timer in our non-visual code for this.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Sergey Kovalyov Sent: Wednesday, August 23, 2006 8:40 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] What is the best invalidat

RE: [flexcoders] FlexBuilder 2.0 SDK plugin with IBM RAD 6.0?

2006-08-23 Thread Matt Chotin
Yeah, RAD 6.0 is based on Eclipse 3.0.2, I believe they are updating in their next release.  We will be working with them to try to make things compatible.  So for now you do need two versions of Eclipse.  Sorry!   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@

RE: [flexcoders] service class PendingCall

2006-08-23 Thread Matt Chotin
It will be an AsyncToken.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of moni_singhal Sent: Tuesday, August 22, 2006 9:47 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] service class PendingCall   Hi All, Actuall

RE: [flexcoders] RTE in List when filtering ArrayCollection

2006-08-23 Thread Matt Chotin
nd of workaround but I think this should be handle by the listclass. João Fernandes On 8/22/06, Matt Chotin <[EMAIL PROTECTED]com> wrote: Is the filter removing items?  So now your collection would appear to have less items than there were earlier?  That'd be a bug in the list

RE: [flexcoders] event error

2006-08-23 Thread Matt Chotin
There should be some samples that use these classes to help you out (or check the ASDoc).  ResultEvent and FaultEvent are the common ones though.   Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of moni_singhal Sent: Tuesday, August 22, 2

RE: [flexcoders] Re: Downloadable Flexcoders List Archive ??

2006-08-23 Thread Matt Chotin
Flexcoders is archives at the mail-archive which does say that you can download the archive to your own harddrive: http://www.mail-archive.com/faq.html#download.  I don’t follow what website mirroring tools are out there but if you’re willing to play by their rules it’s one option.  

RE: [flexcoders] RE: Asynchronous TestCase.setUp in FlexUnit (and another use case)

2006-08-22 Thread Matt Chotin
ssues? I'll gladly modify code if I need to -- I'm just trying to avoid having to understand all the code from the ground up to come up with a solution. Thanks for the help. --Kaleb -Original Message- From: Matt Chotin [EMAIL PROTECTED] Sent: Mon, 06 Mar 2006 22:4

RE: [flexcoders] 1119 - ERROR - Please Help

2006-08-22 Thread Matt Chotin
This looks like bad code for Flex 2, it appears to be written for Flex 1.5 but the error is from Flex 2.  Check a more recent copy of the Flex Explorer for an example.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rashmi_nraj Sent: Tuesday,

RE: [flexcoders] Re: how to set button colors - flex 1.5

2006-08-22 Thread Matt Chotin
Maybe try the selectedFillColors style?  Otherwise you may need to re-skin.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shemeshkale Sent: Tuesday, August 22, 2006 1:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: how to set

RE: [flexcoders] Migration Action Script 2.0 and ActionScript

2006-08-21 Thread Matt Chotin
I don’t think we have the row classes anymore.  You’re going to want to take a look at the actual ListBase implementation classes with the use of ItemRenderers to see what you might want to change.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]

RE: [flexcoders] addEventListener quirk?

2006-08-21 Thread Matt Chotin
Did you remove the original event handler so that you only have one listener at a time?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of coldfusionpaul Sent: Monday, August 21, 2006 12:26 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

RE: [flexcoders] RTE in List when filtering ArrayCollection

2006-08-21 Thread Matt Chotin
Is the filter removing items?  So now your collection would appear to have less items than there were earlier?  That’d be a bug in the list class, it should be able to handle the reduction.  Maybe you can detach the dataProvider, filter it, and then re-assign it?   Matt   Fr

RE: [flexcoders] Event to detect data was loaded in a tree

2006-08-21 Thread Matt Chotin
the tree itself?  Or to footree.dataProvider?  Or to myDP some how? DK On 8/17/06, Matt Chotin <[EMAIL PROTECTED]com> wrote: There should be an appropriate CollectionEvent.CHANGE event coming from the dataProvider when data becomes available.   Matt   From: [EMAIL PRO

RE: [flexcoders] FDS, VOs, and ignoring client-side properties

2006-08-21 Thread Matt Chotin
hat I want ( i.e. having the DataStore ignore that property). Even if I could make the bindings with with my custom binding event, I'm not sure it would accomplish what I want. Jim 2006/8/17, Matt Chotin < [EMAIL PROTECTED]com>: If you do [Bindable(event="unmanaged"

RE: [flexcoders] Instantiating object in MXML

2006-08-21 Thread Matt Chotin
Hmm, I thought we had removed that rule, but it’s generally just a parsing restriction.  A faceless component isn’t contained by visual containers so it shouldn’t be nested inside of them in MXML.   Beyond coding style this shouldn’t really affect you, right?   Matt   From

<    3   4   5   6   7   8   9   10   11   12   >