Re: [flexcoders] Flex component that encapsulates DENG?

2006-02-26 Thread Claus Wahlers
Flex needs a way to embed html based content in the app. As far as I know, no solution exists except IFRAMES. After trying everything I could think of for a week, I've come to the conclusion what's needed is a scalable component that uses something like DENG ( http://claus.packts.net/ ) to

[flexcoders] Flex 2: Large Scale Development

2006-02-26 Thread javanatic23
Are there some recomendations or papers related to Large Scale Developments with flex2? How to architect a very large application? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] mx:TitleWindow -- SizeGrip?

2006-02-26 Thread sigges25
Hi! Does anybody know how to add a size-grip to Title-Windows? I want the user to be able to resize a window like in other windowing-systems. Regards Sascha Sigges -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] mx:TitleWindow -- SizeGrip?

2006-02-26 Thread Brian Lesser
Hi Sascha, Sorry, I haven't done it so can't help. But I did file a feature request for that and a more flexible window title bar here: http://www.macromedia.com/cfusion/mmform/index.cfm?name=wishform I'd like to encourage anyone who thinks a more advanced window component would be useful to

Re: [flexcoders] how to use MovieClip / swc in flex???

2006-02-26 Thread Jignesh Dodiya
Thanx all for replying in this post, Explaining Again the Problem:: my_swf is my swf file, my_symbol is my linkage Identifier in FLA library of the file my_swf.. I am using flash 8.. now in flex 2 :: if i use follow: in Script --CDATA: [Embed(my_swf)] var my_clip:Class it gives me an

[flexcoders] Re: Merger of Datagrid Tree - Urgent !

2006-02-26 Thread Robs
Thanks a ton Jignesh...u made my day :) --- In flexcoders@yahoogroups.com, Jignesh Dodiya [EMAIL PROTECTED] wrote: Rob, Its here http://www.flexauthority.com/samplesIndex.cfm click on the Advanced and pick from the list On 2/24/06, Tracy Spratt [EMAIL PROTECTED] wrote: Someone

[flexcoders] Re: mx:TitleWindow -- SizeGrip?

2006-02-26 Thread jgraham_us
Check here. I don't think it's complete, but you might be able to finish it with a little work. http://www.flexdaddy.info/2005/03/06/resizable-and-collapsable- titlewindow-flex-15/ --- In flexcoders@yahoogroups.com, sigges25 [EMAIL PROTECTED] wrote: Hi! Does anybody know how to add a

[flexcoders] Flex2: AS Number to Java Long mapping

2006-02-26 Thread Jim Schneider
Im experiencing the following behavior. I set an AS Number variable to null prior to sending to a remote object. On the backend (Java), the Number is converted to a 0. The expected data type on the Java end is a Long (object, not primitive). This is causing us problems since we expect a

[flexcoders] File - flexcodersFAQ.txt

2006-02-26 Thread flexcoders
Flexcoders Frequently Asked Questions Last Updated: 30th May 2005 Contributors: Matt Chotin, Steven Webster, Alistair McLeod, Tariq Ahmed, Jeff Tapper,

Re: [flexcoders] Flex 2: Large Scale Development

2006-02-26 Thread Anatole Tartakovsky
Large scale development with Flex ( or any UI environment) is more of an art form at this point as the environment is too large and has to be integrated with existing infrastructure. 1. You need to define the way back-end integration will occur 2. What parts of the project are crucial for

Re: [flexcoders] Re: Custom DataGrid to sort items on an add

2006-02-26 Thread Jaime Bermudez
You sure this worked for you? I copied over your code and it didn't do anything different... On 2/26/06, Brendan Meutzner [EMAIL PROTECTED] wrote: Jaime,The compare function that the datagrid uses on a headerRelease and thecompare function that is called from the sortItems method are different.

[flexcoders] ServiceCapture, Firefox, Flash Player 8.5

2006-02-26 Thread JesterXL
Anyone used ServiceCapture 1.2.8 with Firefox and Flash Player 8.5 beta? I'm getting nothing, but works just fine with Flash Player 7 in IE... ??? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] ServiceCapture, Firefox, Flash Player 8.5

2006-02-26 Thread Benoit Hediard
I'm successfully using ServiceCapture 1.2.8 with Firefox 1.5.0.1 and the latest Flash Player 8.5 (from Flex2 beta1). Have you added the file:///C://Program%20Files/ServiceCapture/firefox.js in your Firefox proxy connection parameter? Benoit Hediard -Message d'origine- De :

Re: [flexcoders] ServiceCapture, Firefox, Flash Player 8.5

2006-02-26 Thread JesterXL
That did it, thanks! - Original Message - From: Benoit Hediard [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, February 26, 2006 5:43 PM Subject: RE: [flexcoders] ServiceCapture, Firefox, Flash Player 8.5 I'm successfully using ServiceCapture 1.2.8 with Firefox 1.5.0.1

[flexcoders] Re: Custom DataGrid to sort items on an add

2006-02-26 Thread Brendan Meutzner
Dunno man... I load up the page, add an item with a last name that starts with C and it gets added correctly (between Aoe and Doe). The only funky thing that I see is that when the any column is sorted by DESC order, when you add an item, it automatically reverst back to ASC... but you'd

Re: [flexcoders] Tree+ datas from mySQL

2006-02-26 Thread Jignesh Dodiya
I think , it seems really very difficult or just it may be wrong wayor bad stuffs On 2/26/06, Jignesh M. Dodiya [EMAIL PROTECTED] wrote: hi,Is there any idea how to provide data provider to tree component in mySQL based datas...how can i use 2-3 COllection Array in to single tree

RE: [flexcoders] problem with DataService

2006-02-26 Thread Matt Chotin
You're missing the opening mx:Application and mx:Script tags aren't you? Generally a prolog error is because the top of the MXML file is invalid. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cplus_developer Sent: Friday, February 24, 2006

RE: [flexcoders] DataGrid automatic height

2006-02-26 Thread Matt Chotin
Have you guys set rowCount to be the same as dataProvider.length?  That should get the DG to start attempting to draw all rows. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Miranda Sent: Friday, February 24, 2006 10:33 AM To:

RE: [flexcoders] Flex 2.0 and Flash 8

2006-02-26 Thread Matt Chotin
We havent publicly distributed the 8.5 players on macromedia.com because its in Beta, and wont until we go final. If you want customers to look theyll need to install the Player themselves manually. And yes, Player installs generally require admin rights I believe. Larger enterprises

RE: [flexcoders] Re: Unable to use custom cell renders

2006-02-26 Thread Matt Chotin
I think you'll probably want to write your own ComboBox cell renderer if you're trying to provide the list of options dynamically. The explorer had an example in it in the cellrenderer directory. Just copy that and edit away. Matt -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] SWF Object/Embed tags (Flex/Flex 2/Flash 7+)

2006-02-26 Thread Matt Chotin
I'd use the HTML template that we provide from FB as a guideline for what we recommend. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Darin Kohles Sent: Friday, February 24, 2006 8:41 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] LinkBar for viewStack

2006-02-26 Thread Matt Chotin
Is this 1.5 or 2.0? I don't remember, it's possible the selected property will keep the link highlighted? So you could then do linkBar.getChildAt(event.index).selected = true. There isn't a direct way to get that id that you're looking for. But you can take the event's index to find the right

RE: [flexcoders] Runtime Error #1068: void and * cannot be reconciled

2006-02-26 Thread Matt Chotin
This sounds like a bug in the AS3 verifier. I'll forward the thread on. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Vadim Melnik Sent: Friday, February 24, 2006 10:55 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Runtime

RE: [flexcoders] Digest Number 1550

2006-02-26 Thread Matt Chotin
Well the bug fix wont go out in 1.5, were only fixing things in 2.0 right now. When Beta 2 comes out you guys should take a look and see how it works on your doc/lit services and if there are problems please provide us with example wsdls so we can investigate. Matt From:

RE: [flexcoders] Digest Number 1550

2006-02-26 Thread Carson Hager
I'm sorry to hear it won't be fixed for 1.5 but I guess I can understand that given all of the other changes that are likely intertwined. We'll absolutely check this out with beta 2. Thanks for letting us know. Carson Carson Hager Cynergy

RE: [flexcoders] Delegation and Callbacks

2006-02-26 Thread Matt Chotin
Yes, the thisObj parameter in call and apply is generally not needed anymore, I usually pass null. But I think there may be cases where it still applys (perhaps you defined the function on its own as opposed to pulling off of an object) so the API still needs it. I haven't tried that though. I

RE: [flexcoders] Flex2 Tree Bug crashes browser

2006-02-26 Thread Matt Chotin
You haven't already added that node elsewhere have you? Can you send an example? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sufibaba Sent: Friday, February 24, 2006 6:46 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex2 Tree Bug

RE: [flexcoders] Developing Rich Clients book

2006-02-26 Thread Matt Chotin
I think it depends on your goal for reading the book. If you want to just copy sample code and run it then the book now serves less of a purpose. But I think the approaches that are talked about in the book still hold in Flex 2 so for general background it's still worthwhile. Matt

RE: [flexcoders] Comparator error in datagrid

2006-02-26 Thread Matt Chotin
This means that the data passed into the comparator to figure out how to do the sort (the field value of the first item in the DP) is null or not a simple type. So what is the value of dp[0].armyname? If it's null or if it is an object where you then used a labelFunction you may need to specify

RE: [flexcoders] Re: add lable on column/set color of specified row

2006-02-26 Thread Matt Chotin
Setting the color of the specified row in 1.5 you can do by calling myDG.editField(rowNum, backgroundColor, value); Sorry, don't know about the column chart inline label. That might need to be custom box renderer in 1.5 or the new techniques which I don't know in 2.0. Matt -Original

RE: [flexcoders] Flex2 :: Internal Build Error :: Adobe Engineers?

2006-02-26 Thread Matt Chotin
Glad you got it fixed. If you have a smaller testcase that can demonstrate the problem well be glad to take a look and make sure we catch it more accurately. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Teoti Graphix Sent: Saturday, February

RE: [flexcoders] Flex Enterprise Services: Airplane Chat

2006-02-26 Thread Matt Chotin
What kind of server-side coding were you looking for? FES is all about server-side coding, the whole point is to integrate with backend J2EE logic. We have the messaging plain messaging which can solve some problems and ASObject adapters for DataService which can act as RSO, but as you get more

RE: [flexcoders] Flex2: AS Number to Java Long mapping

2006-02-26 Thread Matt Chotin
What happens if you set the Number to NaN in AS? I believe null will coerce to 0 in AS3. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jim Schneider Sent: Sunday, February 26, 2006 9:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex2: AS

RE: [flexcoders] Tree+ datas from mySQL

2006-02-26 Thread Matt Chotin
Flex 2 allows you to specify a TreeDataDescriptor for this exact purpose, specify the top-level data to the Tree and then use the descriptor to read into those other arrays as necessary for the children (or other parts of the data). MAtt From: flexcoders@yahoogroups.com

Re: [flexcoders] Flex Enterprise Services: Airplane Chat

2006-02-26 Thread JesterXL
F'me... you mean I have to learn Java? Ok... Flash Media Server has a case-sensitive JavaScript 1 implementation via the Rhino engine. ...any other options other than Java, or no since it's J2EE specific? - Original Message - From: Matt Chotin [EMAIL PROTECTED] To:

[flexcoders] DG cellrendered Combobox

2006-02-26 Thread Jeremy Rottman
I have a combo box that I am using with in my search results datagrid that will allow users teh ability to set the side of hte agent being attached to the file. How can I populate the combobox in the dg with a simple bindable array I have made. The array is below. Datagrid:

Re: [flexcoders] Developing Rich Clients book

2006-02-26 Thread jeremy lu
second that, recently re-read this book again, still very useful for application structure concepts and some neat tricks.jeremy.On 2/27/06, Matt Chotin [EMAIL PROTECTED] wrote:I think it depends on your goal for reading the book.If you want to just copy sample code and run it then the book now

Re: [flexcoders] Developing Rich Clients book

2006-02-26 Thread Scott Barnes
Agreed. I considered myself a flex developer early on in the piece that knew flex, but i'm happy to put hand on heart and declare that I still have it on my bookshelf and at times refer to it for min-refresh-my-memory style queries. Semantics of the book hold, just syntax is a lot different. Plus

RE: [flexcoders] Flex Enterprise Services: Airplane Chat

2006-02-26 Thread Matt Chotin
Ah, yeah no other options for this product. It's goal is to integrate with J2EE, introducing a new language tends to go against what most of our customers want in this case I think. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL

RE: [flexcoders] DG cellrendered Combobox

2006-02-26 Thread Matt Chotin
Can we do Flex 2? Something like this: mx:DataGridColumn headerText=Side columnName=agentType mx:itemRenderer mx:Component mx:ComboBox mx:dataProvider mx:Array mx:Object label=Buyer data=buyer / mx:Object label=Seller data=seller /

Re: [flexcoders] Flex Enterprise Services: Airplane Chat

2006-02-26 Thread Chris Velevitch
What about Coldfusion? Doesn't FES work with Coldfusion? Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Flex Enterprise Services: Airplane Chat

2006-02-26 Thread Matt Chotin
Yes, I guess I considered the CF integration part of the J2EE integration since CF is built on top, but I guess they should be considered separate. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Velevitch Sent: Sunday, February 26, 2006