RE: [flexcoders] Is there any event fired after sorting the datagrid ?

2007-04-21 Thread Alex Harui
You should get a COLLECTION_CHANGE with CollectionEventKind = REFRESH From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of arpan srivastava Sent: Friday, April 20, 2007 10:45 PM To: Flex Coders Subject: [flexcoders] Is there any event fired

RE: [flexcoders] Reload (reinitialize) application

2007-04-21 Thread Alex Harui
in a model/view architecture, you would return the model to its initial state and the view would respond accordingly. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of roman_dolgov Sent: Friday, April 20, 2007 7:30 PM To:

Re: [flexcoders] Prana: IoC container for AS3

2007-04-21 Thread Christophe Herreman
Hi Brian, The way I see it, the current implementation has some problems: - As you say, your custom combobox will always know about the RoleFilter. (On a sidenote, it might be even better to pass in an instance of an IRoleFilter so that you have more flexibility in the way the filter is

RE: [flexcoders] Flash 9 Stage size - 2880 x 2880 limitation

2007-04-21 Thread Alex Harui
That is correct +/-8191 pixels. 2880 is bitmap max From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Claus Wahlers Sent: Friday, April 20, 2007 8:56 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flash 9 Stage size - 2880 x

Re: [flexcoders] Prana: IoC container for AS3

2007-04-21 Thread Christophe Herreman
Hi Brian, there might indeed be a difference between Flex projects that use Flex Data Services vs. compiled Flex/Flash/AS3 projects. The FDS projects have a huge advantage of having the code compiled on the server. For instance to change Cairngorm's ServiceLocator and define where to find

[flexcoders] Using TabNavigator to switch view states

2007-04-21 Thread munene_uk
i've got two canvases in a tabnavigator which are named students and courses the student canvas contains alot more information than the courses canvas my idea is that when the user click on the course tab the tabnavigator should resize(shrink) to fit. does anyone know how i can achieve this? my

[flexcoders] Class inheritance UML diagrams - Request - I insist!

2007-04-21 Thread Miguel Gonzalez
Hello guys. This is more a request for Adobe's engineers. I would like to have a UML diagram showing the class inheritance for each package. I see that there are 4 packages adobe, com, flash and mx. I need those class inheritance charts to have an overall view of how the different classes are

Re: [flexcoders] Class inheritance UML diagrams - Request - I insist!

2007-04-21 Thread Muzak
Is this good enough? http://www.onflex.org/ted/2006/10/cube-wallpaper-as3-and-flex-api.php http://www.flex.org/download/AS3API_01.pdf http://www.flex.org/download/FX2API_01.pdf regards, Muzak - Original Message - From: Miguel Gonzalez [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

[flexcoders] Slow and jumpy scrolling in DataGrid. Is it possible to cache more?

2007-04-21 Thread harfga
I have an application with DataGrid components that have many columns, with a horizontal scroll bar. The performance of horizontal scrolling is bad. It is markedly bad if I use custom item renderers. As a comparison, scrolling within a large Canvas component is very smooth and quick. I believe

RE: [flexcoders] Slow and jumpy scrolling in DataGrid. Is it possible to cache more?

2007-04-21 Thread Alex Harui
Some folks make the DG very wide and stick it a canvas and use Canvas's scrollbar. It might be worth looking into optimizing your custom renderers. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of harfga Sent: Friday, April 20, 2007 8:14

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-21 Thread Brian Lesser
I personally don't see any reason to be newly concerned about LiveCycle + FLEX as opposed to Flex Data Services and Flex. LiveCycle is a suite of products including: Adobe LiveCycle Workflow, Assembler, Policy Server, Designer, Document Security, Form Manager, PDF Generator, etc. It appears

[flexcoders] Re: Class inheritance UML diagrams - Request - I insist!

2007-04-21 Thread Miguel Gonzalez
Ohhh YES! Thanks a lot Muzak. Miguel Gonzalez.

Re: [flexcoders] Flash 9 Stage size - 2880 x 2880 limitation

2007-04-21 Thread Daniel Wabyick
Thanks guys ... ! I am still waiting to get my CS3, so I wasn't able to test yet. Alex Harui wrote: That is correct +/-8191 pixels. 2880 is bitmap max *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

Re: [flexcoders] Prana: IoC container for AS3

2007-04-21 Thread Brian Lesser
Hi Christophe, Thanks for your thoughts on this. It has been helpful. In Flash 8 I have been using a very large XML file to define all the forms, controls, and security for a Flash client. A single XMLAssembler class within each container would create and secure everything based on its chunk

Re: [flexcoders] Prana: IoC container for AS3

2007-04-21 Thread Brian Lesser
Hi Christophe, My first impression is that you would not need ServiceLocator at all and would end up cutting most of Cairngorm out of your application. I need to think about this some more though. Right now I do something like what you describe as write custom configuration code that reads an

[flexcoders] QTP 9.2 Eval version and Flex

2007-04-21 Thread Robert Cadena
Hello, has anyone had a chance to try the QTP 9.2 14-day Evaluation version with Flex? In short, I can record a test but i cannot play it back because QTP can't find the flex app/flash object. Here are more details: Installed QTP 9.2 eval version Installed Flex Automation Installed QTP

[flexcoders] How to change the transparency of the container from a combobox ?

2007-04-21 Thread Claude Hussenet
Is there a way to modify the transparency of the container displaying the list of option in a combobox so the controls behind the option list can be seen ? Thank you for your help. Claude Hussenet

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-21 Thread Scott Barnes
Brian, I got could point for point with you and sound like a goose, but overall, I'll push back with a question. How many people on this list are in need of PDF work flow generation vs Remoting that's easier to work with on both JAVA and .Net while at the same time have a low cost barrier. I'd

[flexcoders] getting UIComponent to react to mouse events

2007-04-21 Thread male_salmon
Hi, I want to layer an UIComponent on top of a Canvas in order to process mouse events (e.g., for panning). However, the UIComponent only reacts to mouse events in non-transparent areas, i.e., areas where I've drawn something. How can I get the UIComponent to react to mouse events throughout the

[flexcoders] itemRenderer not provided with newValue

2007-04-21 Thread sid_flex
I have a problem with the synchronisation of a DataGrid and the itemRenderer, using a itemEditor is used? Here's my (simplified) case: I have a datagrid showing StatusVO objects. A statusVO consists of a status_code and a status_description. The datagrid shows the status_description while the

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-21 Thread dorkie dork from dorktown
I'd like to say me too to the FDS thing. It really is an issue. They only address Java while ignoring the .NET, PHP and Ruby crowd. They also market FDS way above what the market can bear. In marketing you have to know what clients are willing to pay for your solution over another solution.

[flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-21 Thread Paul DeCoursey
I agree that Adobe is ignoring a large market. The low cost remoting product kind of already exists in open source, third party, and in house solutions. What Adobe is doing with Live Cycle is capturing the niche markets that do need PDF workflow in their RIA Applications. These companies have

[flexcoders] xml FROM arraycollection?

2007-04-21 Thread Matt Maher
If I have an arrayCollection, is there an easy way to get an XML object created from it? arrayCollection.toXML() you know, something like that! Thanks

[flexcoders] Why does my Flex applet never gets cached ?

2007-04-21 Thread helihobby
My Flex Apps allways get download from server and never get cached by the browser. Is there something ( like a javascript flag or something ) that one can turn on to have Flex load .swf from local cache as long as the .swf did not get modified ? Thanks all, Sean.

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-21 Thread Scott Barnes
Paul, How many enterprise / companies do you know are shopping around for electronic forms built in PDF vs SAAS solutions? PDF is a danger in some organisations, it's something they want to put as much distance away from as possible and prefer to leave them buried in the Document Management

[flexcoders] Resize Effect for Percentages?

2007-04-21 Thread Matt
Is there any way to use the Resize effect to either resize from 0 to a percentage or from a percentage to 0?

[flexcoders] FDS/LCDS First Time Set Up

2007-04-21 Thread Kevin
I have been using Flex for about 6 months and feel very confident with the basics of it. I am now interested in trying to integrate Flex Data Services/LCDS (with Hibernate) in my applications, HOWEVER, I am having a hard time understanding how to put all the pieces together. I have dug

Re: [flexcoders] getting UIComponent to react to mouse events

2007-04-21 Thread Daniel Freiman
I've got a FAQ on this on my site, http://nondocs.blogspot.com/2007/04/flexfaqmouseevents.html but the short answer is that you do need to fill in the transparent areas with pixels that are drawn explicitly transparent. So you could do something like this: uicomponent.graphics.beginFill(0,0);

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-21 Thread John C. Bland II
Scott, you are right about co-existence. I've been following WPF (and /e) for a year now. Silverlight has quite a ways before competing with Flash but it is clear there is a market for Silverlight. Bottom line, competition breeds innovation, IMO. With Silverlight being here...Flash HAS to step

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-21 Thread Scott Barnes
John I agree with you on a lot of the points, but I am driven by the past, present and future and it's murky on both brands to be honest. I get were Microsoft are going, I don't get were Adobe ar going so I'm affiliated to the MS Brand for my RIA going forward Want to know why?

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-21 Thread Weyert de Boer
I only care about WPF not the crossplatform part of it WPF/e or silverlight. WPF is so much fun with XAML. I am even using it as the user interface engine for one Win32 project which hosting WPF content. Yours, Weyert

Re: [flexcoders] Model and Forms

2007-04-21 Thread Michael Wills
Hi Luis, It's been a few days so perhaps you already have a solution to this. I'm also just learning myself so I haven't tested this sample code. If it's something that is just defined in the model, and won't change, then it doesn't need to be bound. You can make a constant in your model if

[flexcoders] Re: Resize Effect for Percentages?

2007-04-21 Thread iko_knyphausen
I have struggled with the same and ended up doing the percentage math on my own. The effects don't provide percentage properties, and they don't have a from/toConstraint either...which could be handy at times... --- In flexcoders@yahoogroups.com, Matt [EMAIL PROTECTED] wrote: Is there any way

Re: [flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-21 Thread John C. Bland II
I'll respond on the blog. :-D On 4/21/07, Scott Barnes [EMAIL PROTECTED] wrote: John I agree with you on a lot of the points, but I am driven by the past, present and future and it's murky on both brands to be honest. I get were Microsoft are going, I don't get were Adobe ar going so I'm

Re: [flexcoders] PopupButton, newbie can't get selected data

2007-04-21 Thread Michael Wills
Yeah I see what you mean. It seems like you should be able to pull the currently selected item like from a drop down list. It looks like you would have to make a variable to capture the data from the return event. So it could be something like private var selectedItem : Object = new Object();

Re: [flexcoders] Root sprite not responding to MouseEvent ?

2007-04-21 Thread Ronnie Liew
Hi Troy, U mentioned that the parent Sprite (root of app) doesn't receive mouse events because bitmap as a child object doesn't count as a drawn hitarea. In that case, how come when i create a child sprite with a bitmap child, that child spirite does receive mouse events? Going by your argument,