RE: [flexcoders] Issue while tring to filter an arrayCollection...

2006-11-02 Thread Matt Chotin
Why is the error in a textFilter function when you’re writing arrayFilter?  Typo in your post?   Run this in the debugger so you get more info including a line number in the error.  You’ll probably find the line and it may be that the contactID isn’t an object with a search function o

RE: [flexcoders] local SWF files cannot use the LoaderContext.securityDomain property

2006-11-02 Thread Matt Chotin
I think you probably need to get your first app served over http as well so that it isn’t local.  The mix of local and network will always be limited.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of twgonzalez01 Sent: Wednesday, November 01,

RE: [flexcoders] view PDF in Flex App

2006-11-02 Thread Matt Chotin
I’m pretty sure we used an IFRAME to place the PDF over the SWF.  This technique is shown in more detail on Christophe’s blog, http://coenraets.org.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Parth Pandya Sent: Thursday, Novemb

RE: [flexcoders] selectedIndex not updated upon column sort in custom dataGrid

2006-11-02 Thread Matt Chotin
Try calling validateNow() on the DataGrid before requesting the selectedIndex?  It might delay the calculation of the index for performance reasons.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of iko_knyphausen Sent: Thursday, Nove

RE: [flexcoders] Flex2 Framework design issue ?

2006-11-02 Thread Matt Chotin
I think that the upcoming module support in 2.0.1 is going to address your issues.  Since Roger put all of this together I feel confident that things will be OK J   Now if you use your own module system the same may not be true, I’d recommend using ours.  If you’re actively developing

RE: [flexcoders] Re: TextArea in Grid - too big

2006-11-02 Thread Matt Chotin
TextField supports bolding and word wrap, use htmlText and the wordWrap property.  You’ll probably want to use a UITextField though since we’ve put more in it.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of app.developer Sent: Thursday, Nov

RE: [flexcoders] mxml Application under a package

2006-11-02 Thread Matt Chotin
Unfortunately applications can’t be packaged if they’re mxml, they’ll always be the root of a classpath.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeff Krueger Sent: Thursday, November 02, 2006 5:29 AM To: flexcoders@yahoogroups.com S

RE: [flexcoders] Experience with the Adobe Developer Support Program

2006-11-01 Thread Matt Chotin
I think we’re an important share.  Lots of existing and new products are using Flex for various pieces, it’s been exciting to see so many folks internally using Flex, not just on the outside J   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of

RE: [flexcoders] Experience with the Adobe Developer Support Program

2006-11-01 Thread Matt Chotin
I believe that the enterprise developer support is not going to provide coaching.  It should provide bug support though (the turnaround is approximately 1 business day).  I think it could be a good thing, but you may want to keep an eye on flexcoders and the Adobe forums for a while and

RE: [flexcoders] Code Coverage Testing Tool For Flex...

2006-11-01 Thread Matt Chotin
We have not put out a code coverage tool for Flex 2.  It’s something that we have on our roadmap, but timing is unknown.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of kristoffersingleton Sent: Monday, October 30, 2006 5:29 PM To:

RE: [flexcoders] Re: proxy servlet reuse for flex 2?

2006-10-30 Thread Matt Chotin
I'm a basic newbie) Thanks! Christine --- In [EMAIL PROTECTED]ups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > Yep, FDS includes a proxy similar to the one that you used in 1.5. > > > > Matt > > > >

RE: [flexcoders] MAX examples

2006-10-30 Thread Matt Chotin
It is going to take me a while but I will be working to get all of the MAX presentations for the Flex talks outside of password protection.  Gotta work through some hurdles to make it happen but it is the team’s goal.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Can I dock anything to the BOTTOM of the screen

2006-10-24 Thread Matt Chotin
That’s how I would recommend it J   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Anderson Sent: Monday, October 23, 2006 9:27 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Can I dock anything to the BOTTOM of the screen  

RE: [flexcoders] Can I dock anything to the BOTTOM of the screen

2006-10-24 Thread Matt Chotin
Also if you don’t want to use absolute layout you can use a Spacer in a vertical orientation, put the spacer before your application control bar, height to 100%, and voila.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Anderson Sent: Monday, Oc

RE: [flexcoders] Flex Data Services painfully slow?

2006-10-23 Thread Matt Chotin
Is there a proxy server involved somehow maybe?  There is no licensing throttling or anything like that.  It just sounds like you’re having routing problems or something similar?   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ryanharlin Sent: Monday,

RE: [flexcoders] Flex Deployment Best Practices

2006-10-23 Thread Matt Chotin
The modules will help reduce your app and can be used to help reduce break the framework up as well so that only pieces that are needed will be in modules that you’re using.  We will have improved support + docs for that in the next release.  We are also working on some ideas/documentat

RE: [flexcoders] How to programmatically scroll back to top of page?

2006-10-21 Thread Matt Chotin
Check out the verticalScrollPosition property on the various containers and controls.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of andrewstuartblah Sent: Saturday, October 21, 2006 9:14 PM To: flexcoders@yahoogroups.com Subject: [flexcode

RE: [flexcoders] Subclassing DataGrid Observations

2006-10-21 Thread Matt Chotin
Thanks for the feedback Tim.  I’ve forwarded these on so we can have the suggestions added into the bugbase.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tim Hoff Sent: Saturday, October 21, 2006 8:27 PM To: flexcoders@yahoogroups.com Sub

RE: [flexcoders] proxy servlet reuse for flex 2?

2006-10-21 Thread Matt Chotin
Yep, FDS includes a proxy similar to the one that you used in 1.5.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of tinkiknit Sent: Friday, October 20, 2006 1:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] proxy servlet r

RE: [flexcoders] Errors exist in required project(s)

2006-10-21 Thread Matt Chotin
Do you have the problems panel showing in the bottom?  Any errors should be listed there.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jnewport Sent: Friday, October 20, 2006 10:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] E

RE: [flexcoders] Drag/Drop within a viewstack goes a bit awry?

2006-10-21 Thread Matt Chotin
but wait when they’ve paid a lot of money for Flex/FDS etc.   -Original Message- From: [EMAIL PROTECTED]ups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin Sent: 20 October 2006 05:49 To: [EMAIL PROTECTED]ups.com Subject: RE: [flexcoders] Drag/Drop within a viewstack goes

RE: [flexcoders] Uploads Needed Greater than 100 MB

2006-10-21 Thread Matt Chotin
So the 100 MB is what we support and test, but it is not enforced.     As for the number of files, it turns out that the limit is the total length of the names of the files being uploaded.  Basically all the names are jammed into a single string, so it’s the string limit (which we ch

RE: [flexcoders] Cannot get Accept-Language from HTTP header with httpService

2006-10-20 Thread Matt Chotin
Someone also pointed out to me that we have the flash.system.Capabilities.language value which provides some benefit if not the whole header.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jfournet Sent: Friday, October 13, 2006 12:46 PM To:

RE: [flexcoders] Set icon without using @Embed?

2006-10-19 Thread Matt Chotin
At the moment, yes, that’s easiest I think.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of zzwi89 Sent: Thursday, October 19, 2006 12:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Set icon without using @Embed?   Instead of usi

RE: [flexcoders] Problem invoking any webservice operation if the API contains a method called 'logout'

2006-10-19 Thread Matt Chotin
Yes, logout is a reserved method that we have on the AbstractService class.  If your WebService has a logout method you’ll need to call service.getOperation(“logout”).send(arg1, arg2, …).   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Vishwa

RE: [flexcoders] Drag/Drop within a viewstack goes a bit awry?

2006-10-19 Thread Matt Chotin
I believe it might have turned into a bug that we’ve fixed internally.  Not sure there was a workaround for it.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 7:15 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] [Bindable] Compile error: 1046

2006-10-19 Thread Matt Chotin
I believe if you make something [Bindable] you can’t do an assignment on the same line.  You’ll need to assign the initial value to the items collection in an initialize handler.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of quasimotoca Sent: Wednes

RE: [flexcoders] Help! Problem reinstalling FlexBuilder

2006-10-19 Thread Matt Chotin
You’re sure you’re selecting the root of the eclipse directory for your install?  Remember that the plugin wants two directories: first the directory where it will drop the Flex SDK and all the other non-eclipse stuff, second the actual eclipse directory.  If I exploded Eclipse in

RE: [flexcoders] Re: Flash Player 9 Beta Available

2006-10-19 Thread Matt Chotin
See http://labs.adobe.com/wiki/index.php/Flex_2_for_Linux.   “Adobe has not publicly announced plans to release versions of its desktop tools on Linux.”   It’s something we are certainly thinking about but nothing to announce now.   From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] FDS and clustering

2006-10-18 Thread Matt Chotin
Yep, that’s how you do it.  What different setup were you looking for?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios Gianninas Sent: Wednesday, October 18, 2006 1:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] FDS an

RE: [flexcoders] Flex academic/volune licensing

2006-10-17 Thread Matt Chotin
Hi,   Dave Gruber from Adobe tried to respond but I haven’t seen his post come through so let me re-post it.   Hi – As I’m sure you are aware, the list pricing for Flex Data Services is: Department Edition - $6000/cpu (up to 100 concurrent users); Enterprise Edition - $2/cpu

RE: [flexcoders] Flex modules

2006-10-16 Thread Matt Chotin
It’s finished in the next release, timing not yet announced.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios Gianninas Sent: Monday, October 16, 2006 5:20 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex modul

RE: [flexcoders] Location of Flex Data Service Load Test Tool???

2006-10-16 Thread Matt Chotin
Hi, I think I responded yesterday but if I didn’t we don’t have anything out right now, we’re hoping to put a version out in the next few months (timing unknown).   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Steven Toth Sent: Sun

RE: [flexcoders] Cannot get Accept-Language from HTTP header with httpService

2006-10-16 Thread Matt Chotin
@yahoogroups.com] On Behalf Of Paul Hastings Sent: Saturday, October 14, 2006 11:17 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cannot get Accept-Language from HTTP header with httpService   On 10/15/06, Matt Chotin <[EMAIL PROTECTED]com> wrote: > Maybe you can

RE: [flexcoders] Location of Flex Data Service Load Test Tool???

2006-10-15 Thread Matt Chotin
It’s not something we’ve publicly released yet.  I’m not sure what are plans are on that front, I’ll ask internally.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Steven Toth Sent: Sunday, October 15, 2006 10:00 PM To: flexcoders@

RE: [flexcoders] FDS Shared Development License

2006-10-15 Thread Matt Chotin
Hi, it’s $10K per server as the list price.  Of course, everything is negotiable with your sales rep.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jermlawhorn Sent: Friday, October 13, 2006 8:05 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Acceptance testing

2006-10-14 Thread Matt Chotin
If you're interested in functional testing with Mercury QTP I can get you on our beta, let me know off-list. Note that you need to be a QTP user (or talk to their sales about becoming one) for this to be of value. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PR

RE: [flexcoders] Cannot get Accept-Language from HTTP header with httpService

2006-10-14 Thread Matt Chotin
Maybe you can just use ExternalInterface to read the browser’s language?  I think there’s navigator.language or navigator.userLanguage?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jfournet Sent: Friday, October 13, 2006 12:46 PM To: flex

RE: [flexcoders] Reusing Custom ItemRenderer in a DataGrid

2006-10-14 Thread Matt Chotin
You might want to look at the listData which will give you more info as to which column the checkbox represents.  The data is shared across columns, so I think cbSelected will be true as soon as any of your properties is not null.   From: flexcoders@yahoogroups.com [mailto:flexc

RE: [flexcoders] my event isn't "sufficiently loaded to provide this information."

2006-10-14 Thread Matt Chotin
I see it.  It may be that the deep recursive printing in the MouseEvent is hitting something it shouldn’t be.  Maybe try excluding some of the properties like target so it doesn’t go too deep?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of

RE: [flexcoders] binding to an element of an array (Flex 1.5)

2006-10-14 Thread Matt Chotin
Nope, with Arrays what you did is exactly the right thing.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, October 12, 2006 8:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] binding to an element

RE: [flexcoders] Am I expecting too much from data binding?

2006-10-14 Thread Matt Chotin
There should be a collectionChange event coming from the XMLListCollection that you could use to re-trigger what’s necessary in just the Repeater?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Marlon Moyer Sent: Thursday, October 12, 2006

RE: [flexcoders] Unable to pull up API in FlexBuilder with Ctrl + Spacebar

2006-10-14 Thread Matt Chotin
I’ll ask the FB team.  What happens if you backspace over readyTimer, then re-type?  I think I’ve found that often it needs to be typing as opposed to go to something that already exists.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of e_bag

RE: [flexcoders] Re: getDefinitionByName(): Variable ... is not defined.

2006-10-14 Thread Matt Chotin
You could also look into the –includes compiler directive.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of gustavo.saume Sent: Wednesday, October 11, 2006 5:11 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: getDefinitio

RE: [flexcoders] DataGrid change events

2006-10-14 Thread Matt Chotin
The valueCommit event will fire in this case, “change” is only when it was user-interaction that caused the selection, not programmatic changes.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Adam Royle Sent: Tuesday, October 10, 2006 6:31

RE: [flexcoders] Data binding issue

2006-10-14 Thread Matt Chotin
Are you relying on knowing when the 0th element of image changes?  If not you can ignore the warning.  If you do care you may need to write your own collectionChange event handler on the XMLListCollection to update correctly.   From: flexcoders@yahoogroups.com [mailto:flexcode

RE: [flexcoders] auto update of flash

2006-10-14 Thread Matt Chotin
ssage- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Wednesday, October 11, 2006 2:07 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] auto update of flash On Wednesday 11 October 2006 01:45, Matt Chotin wrote: > Do you have express

RE: [flexcoders] modular apps > trouble making swc's small and usable

2006-10-14 Thread Matt Chotin
Do you have the TextInput and its dependencies linked in to the application somehow?  If everything is external you still need something to bring it in.  So make sure your shell has the TextInput available.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]

RE: [flexcoders] strange list error

2006-10-14 Thread Matt Chotin
] On Behalf Of Paul Hastings Sent: Tuesday, October 10, 2006 7:47 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] strange list error   On 10/11/06, Matt Chotin <[EMAIL PROTECTED]com> wrote: > How did you populate the list? remoting, cf query. we have one "list&

RE: [flexcoders] Trash/bugs in Flashplayer 9 filters

2006-10-14 Thread Matt Chotin
ight and width = integers, of course. Do masks behind images have any affect because i am using a mask behind the filters. That seems how this bug was introduced. Thanks, Patrick Matt Chotin wrote: > The feedback I got from an engineer is that this can often happen when > you're not

[flexcoders] Flex Marketing Response

2006-10-13 Thread Matt Chotin
Hi all, I mentioned before that I had asked our marketing folks to come up with a response to your questions from last week. It took a little while but I think they have provided more info than you could possibly imagine. It was so much that we decided to put it on the blog. http://snipurl.com/f

RE: [flexcoders] FlexBuilder Flintstone

2006-10-11 Thread Matt Chotin
Those are features we’d hope to add in the future.  Also folks are welcome to write extensions and plugins that might add that functionality J   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Bjorn Schultheiss Sent: Wednesday, October 11, 200

RE: [flexcoders] Flex Documentation Team - Showing Related Technology

2006-10-11 Thread Matt Chotin
Re the Addendum, if there are folks out there interested in writing these kinds of books we’re certainly interested in hearing from you.  There are plenty of publishers out there looking to build Flex book lines…   ---   ADDENDUM: Another idea I had, because I know the documentation

RE: [flexcoders] Creating custom logger target

2006-10-10 Thread Matt Chotin
Look at the source for TraceTarget or MiniDebugTarget.  You just want to change where the internalLog function writes to probably (Create your own subclass of LineFormattedTarget probably).   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Beha

RE: [flexcoders] Problems with DateField Control in Flex 1.5

2006-10-10 Thread Matt Chotin
You could listen for the change event and store the current value.  If you see a change event and the new value is null, just reset to the previous value.   To reset the selectedDate just assign it to today for example.  myDateField.selectedDate = new Date();   From: flexcod

RE: [flexcoders] How to create Pageable RecordSets in DataGrid?

2006-10-10 Thread Matt Chotin
This gives an example for Flex 1.5 (which is not the same as Flex 2).  http://weblogs.macromedia.com/mchotin/archives/2004/03/large_data_sets.cfm.  Look at this implementation and see how you might adjust the ArrayCollection or something like it to meet your needs.   At the same time,

RE: [flexcoders] strange list error

2006-10-10 Thread Matt Chotin
thing happens as described here though.  Wait a while, come back and you will get this error.   Dustin Mercer   From: [EMAIL PROTECTED]ups.com [mailto:[EMAIL PROTECTED]ups.com] On Behalf Of Matt Chotin Sent: Tuesday, October 10, 2006 5:38 PM To: [EMAIL PROTECTED]ups.com Subject: RE

RE: [flexcoders] auto update of flash

2006-10-10 Thread Matt Chotin
The first 3 numbers are the public numbers for revisions while the last number is usually internal build numbers.  Except during some betas you shouldn’t see any builds with the first 3 the same but the last one different.   Do you have express install checked on your Flex Builder com

RE: [flexcoders] strange list error

2006-10-10 Thread Matt Chotin
How did you populate the list?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of coldfusionpaul Sent: Tuesday, October 10, 2006 1:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] strange list error   we're getting a strangr

RE: [flexcoders] FLEX BUG: Nested switch case statements fail to compile correctly

2006-10-10 Thread Matt Chotin
Turns out this is a Player bug.  An engineer investigated and filed it.  Some notes:   In this case, it turns out the bug is in the player, not the compiler.  It's actually even worse than he says: you can have a single switch statement, not a nested one, and still reproduce the probl

RE: [flexcoders] ASDoc problems with embeded resources

2006-10-10 Thread Matt Chotin
ss is an a package inside flex folder. This folder is configured as a source folder, so to access assets I have to use the path /../assets. Thx. X. On 10/10/06, Matt Chotin <[EMAIL PROTECTED]com> wrote: Unfortunately there's no asset path so you'll need to make sure th

RE: [flexcoders] Relative paths in IDE compiler args

2006-10-10 Thread Matt Chotin
Sounds like a reasonable wishlist request (http://www.adobe.com/go/wish).   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Paul Spitzer Sent: Monday, October 09, 2006 11:43 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Relative

RE: [flexcoders] Relative paths in IDE compiler args

2006-10-10 Thread Matt Chotin
The compiler defaults its root to the source path, not the project path (think of it as just running mxmlc where mxmlc doesn’t know about the project path).  I’ll ping someone on the documentation.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behal

RE: [flexcoders] Switching View States - Destroying Resources

2006-10-09 Thread Matt Chotin
Can you please file this as an enhancement at http://www.adobe.com/go/wish?   An engineer said that you should be able to get close by setting the target to null and the instanceCreated property (which is mx_internal) to false when you’re leaving the state.  I haven’t experimented, no

RE: [flexcoders] Avoiding Error 1502 - timeout: How can I increase the timeout period

2006-10-09 Thread Matt Chotin
The scriptTimeLimit property on the Application tag should do it I think.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jamiebadman Sent: Monday, October 09, 2006 10:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Avoiding Error

RE: [flexcoders] Passing parameters to a SWF using SWFLoader.

2006-10-09 Thread Matt Chotin
Use the XML entity: &   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of greenfishinwater Sent: Monday, October 09, 2006 7:53 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Passing parameters to a SWF using SWFLoader.   I ha

RE: [flexcoders] Re: Transfer Images with FDS

2006-10-09 Thread Matt Chotin
I guess you could probably send it as a binary array and then convert it on the client-side?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of cheftimbob Sent: Monday, October 09, 2006 5:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoder

RE: [flexcoders] Error(s) not shown as error(s)

2006-10-09 Thread Matt Chotin
There should have been another error indicating that there were two public definitions in the file (one for dummyClass and one for the public var foo).  I’m not sure that the red X will show up for that though.  Sometimes you need to just look in the problems panel, the red X’s may not

RE: [flexcoders] Can Flex play rtmp camera video?

2006-10-09 Thread Matt Chotin
Have you checked out the video display component?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of eccentricwade Sent: Sunday, October 08, 2006 8:30 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Can Flex play rtmp camera video?  

RE: [flexcoders] Licensing and Distribution of SWFs created by Flex Builder 2

2006-10-09 Thread Matt Chotin
Yep, Paul is right.  What you’re building is a “developer program” and you can distribute it as you see fit.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Paul Andrews Sent: Saturday, October 07, 2006 3:30 PM To: flexcoders@yahoog

RE: [flexcoders] Trash/bugs in Flashplayer 9 filters

2006-10-09 Thread Matt Chotin
The feedback I got from an engineer is that this can often happen when you’re not using integers for values into the filters (or the x/y/width/height of the object being affected is not an integer).  When you have non-integer values the object will not be on pixel boundaries, thus you s

RE: [flexcoders] Flex 1.5 Error: '...actions.ConstantPool...'

2006-10-09 Thread Matt Chotin
Looks like maybe the compiler is trying too parse too big a block of text.  This happened in 1.5, it doesn’t happen in 2.0.  Can you introduce maybe another resource file instead of adding to the existing?  I don’t know Cairngorm all that well so not sure what the resource is doing.  

RE: [flexcoders] IE Browser crashes while using LocalConnection

2006-10-09 Thread Matt Chotin
Can you try this on the beta of the Player 9 update?  http://labs.adobe.com/technologies/flashplayer9/   If it still crashes hopefully you can work with us and we can try to figure out what’s going on.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroup

RE: [flexcoders] Is data binding a one-way street from vars to component properties?

2006-10-09 Thread Matt Chotin
Sorry, data binding is one-way.  You can use a mx:Binding tag to set up two-way pretty easily though.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of tombaggett Sent: Thursday, October 05, 2006 12:50 PM To: flexcoders@yahoogroups.co

RE: [flexcoders] Icons formerly included in Flex SDK (Beta)

2006-10-09 Thread Matt Chotin
I think the icons were only in 1.5, I’m not sure of any icons we included in Flex 2 unless it was by mistake.   If you have the icons you are probably welcome to use them though, I don’t remember there being restrictions.   Matt   From: flexcoders@yahoogroups.com [mailto:f

RE: [flexcoders] Runtime loading of an SWF with embedded font

2006-10-09 Thread Matt Chotin
I think if you embed the font onto a class, then load the SWF that has that class, then do getDefinitionByName for the class it should work?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of mitchgrasso Sent: Thursday, October 05, 2006 9:57 AM

RE: [flexcoders] ASDoc problems with embeded resources

2006-10-09 Thread Matt Chotin
Unfortunately there’s no asset path so you’ll need to make sure that the thing which you are embedding is in the same directory or a relative directory to the source.  It can’t handle the full filepath I think.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yah

RE: [flexcoders] Where is FlexTagLib in Flex 2.0

2006-10-08 Thread Matt Chotin
We didn’t ship the JSP taglib in Flex 2.  We’re hoping to get it out in a later release.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jfournet Sent: Friday, October 06, 2006 2:41 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Wher

RE: [flexcoders] Databinding will not be able to detect assignments to ....

2006-10-08 Thread Matt Chotin
Is subTotals a typed property of ModelLocator?   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of boy_trike Sent: Friday, October 06, 2006 9:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Databinding will not be able to detect assignments to

RE: [flexcoders] Flex Marketing

2006-10-08 Thread Matt Chotin
Hey guys, I’m trying to get a better statement of our marketing plans and what we’re doing currently so you can see that we’re not exactly sitting idle here.  In the meantime, I hear you guys say that none of your friends tend to hear of Flex, but they know other technologies.  So where

RE: [flexcoders] Sorting Functionality in FlexStore 2

2006-10-06 Thread Matt Chotin
In FlexStore I believe there is a filtered list which is the list of data displayed, then there is the real data.  You should just sort the filtered list and have everything redraw, I would imagine that’d work fine.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PR

RE: [flexcoders] Re: Confusion about 'Security error accessing url'

2006-10-06 Thread Matt Chotin
Browsers shouldn’t make a difference.  Are you running from the same location?   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joe Sent: Wednesday, October 04, 2006 4:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Confusion about 'Secu

RE: [flexcoders] generating a size report

2006-10-06 Thread Matt Chotin
Add -link-report outputfile.xml to your compile arguments.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Bourne Sent: Wednesday, October 04, 2006 12:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] generating a size report

RE: [flexcoders] Flex 2 Calendar Component

2006-10-06 Thread Matt Chotin
They’re trying to get it out in the next few weeks I think.  No commitment…   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shannon Hicks Sent: Wednesday, October 04, 2006 11:32 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex 2 Calend

RE: [flexcoders] Google Code Search

2006-10-06 Thread Matt Chotin
Looks like folks have started requesting via their discussion group: http://groups.google.com/group/Google-Code-Search/browse_thread/thread/6c42af4d795f1508/896e1281f141f729?lnk=raot#896e1281f141f729   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pra

RE: [flexcoders] Urgent! Flex 1.5 Help

2006-10-05 Thread Matt Chotin
You can get them here: http://www.adobe.com/support/flex/downloads_updaters.html#flex15   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Nick Collins Sent: Thursday, October 05, 2006 5:09 PM To: flexcoders Subject: [flexcoders] Urgent! Flex 1

RE: [flexcoders] WSDL 2 ActionScript classes?

2006-10-03 Thread Matt Chotin
There isn’t something like that yet.  It’s something we’re investigating for a future release.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Leo Sent: Tuesday, October 03, 2006 7:54 AM To: flexcoders@yahoogroups.com Subject: [flex

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

2006-10-03 Thread Matt Chotin
refox. Chris --- In [EMAIL PROTECTED]ups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > Try uninstalling and re-installing the Player. Maybe it didn't get set > up in the registry correctly? > > > > > > From: [EMAIL P

RE: [flexcoders] Flex Deployment problem.

2006-10-03 Thread Matt Chotin
You may need to have a lot of the Flex files duplicated into the other webapp.  In order for the remote calls to work with classes defined in your main WAR the FDS stuff will have to be running in that WAR.  The MXML/AS could still live in a separate WAR, but you’ll basically need to ha

RE: [flexcoders] preloader bar becomes stuck at times

2006-10-03 Thread Matt Chotin
Can you expose the SWF on your web server so we can try loading it ourselves?   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dan Rossi Sent: Tuesday, October 03, 2006 8:00 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] preloader ba

RE: [flexcoders] Bugs in Panel Component

2006-10-03 Thread Matt Chotin
We’ve filed a bug for the 50% thing.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle Sent: Sunday, October 01, 2006 3:33 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Bugs in Panel Component  

RE: [flexcoders] Re: Binding bug?

2006-10-02 Thread Matt Chotin
It’s a bug that we have fixed internally.  Next release.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tom Bray Sent: Sunday, October 01, 2006 5:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Binding bug?  

RE: [flexcoders] Technical Problems - Flex IDE Keeps Crashing, any ideas?

2006-10-02 Thread Matt Chotin
Only suggestion for the moment is to try to increase the available memory.  In the Flex Builder 2 directory I believe is a config file where you’ll see the –Xmx512M and you can change that to be something bigger (like 1024M).  How many projects do you have open, can you reduce those?  

RE: [flexcoders] Re: FlashPlayer security puzzle

2006-10-02 Thread Matt Chotin
wf through Flex Builder 2? Regards, Jason --- In [EMAIL PROTECTED]ups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > If you debug your server you'll see that the first request coming from > the player is something like request/>. You need to react > to that

RE: [flexcoders] Re: Flash Debugger Crashing IE! Please Help!

2006-10-02 Thread Matt Chotin
arent issues. I could probably send you just the files that are causing the issue with a sample wrapper app to build up the necessary data structure and pass it to the offending class. Wayne --- In [EMAIL PROTECTED]ups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > N

RE: [flexcoders] WebService case sensitive

2006-10-02 Thread Matt Chotin
Sorry, ActionScript is case-sensitive so you’ll probably need to fix your code.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Krueger Sent: Sunday, October 01, 2006 7:03 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] WebServic

RE: [flexcoders] Flash Debugger Crashing IE! Please Help!

2006-10-02 Thread Matt Chotin
Nothing should cause a crash (so it’s a bug in the Player for that to happen).  Had you been debugging up until this point?  Maybe you can remove some of the recent code and see if the crash goes away, then slowly add back in?   Does it crash at runtime?   Would we be able to run yo

RE: [flexcoders] Pure ActionScript binding for protected and private properties

2006-10-02 Thread Matt Chotin
I don’t think moving that binding logic into the VM is on the near-term roadmap.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sergey Kovalyov Sent: Monday, October 02, 2006 2:14 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Pure

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

2006-10-01 Thread Matt Chotin
ld fire a call for the CreationComplete event to call my rescursion. So there's two steps before the recursion gets called and still no progress bar. I'd be more than happy to send you the code, because something definitely isn't right. Wayne --- In [EMAIL PROTECTED]ups.com, &

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

2006-10-01 Thread Matt Chotin
x27;m totally confused now.  Isn't the only thing requiring a player upgrade to 9.0 flex 2?  Without auto-update turned on what is causing such a blazing fast adoption rate?     On 9/30/06, Matt Chotin <[EMAIL PROTECTED]com> wrote: Actually I'm not sure we

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