Re: [flexcoders] Flex component that encapsulates DENG?

2006-02-25 Thread Scott Barnes
Last I heard, Claus Co are ontop of it and have been holding out due to the limitations of pre-8.5 world of luv. I've had a crack at it approx 6 times and i get overwhelmed by the complexities of turning FLEX code into an DOM Engine. I've managed to absorb parts of XHTML and render them

[flexcoders] Developing Rich Clients book

2006-02-25 Thread pixelgeek
Maybe a potentially touchy subject considering the group mods but is the Developing Rich Clients with Macromedia Flex book a worthwhile purchase now? I ask primarily because I am not able to get the sample app from Chapter 2 to run (or compile) and if the rest of the book has similar issues due

[flexcoders] Comparator error in datagrid

2006-02-25 Thread pixelgeek
I am getting the following error when I try to sort a column in a datagrid Cannot determine comparator for SortField with name 'armyname' The other three columns sort correctly. The name of the column is 'armyname' as is the data field in the datasource. Anyone have any idea why this would

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

2006-02-25 Thread Jignesh Dodiya
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 has done this and there is example code available. I believethe name is TreeGrid. Check out FlexAuthority, I think that is where

Re: [flexcoders] Strange Error on compiling Flex-2 project

2006-02-25 Thread Jignesh Dodiya
makeObjectsBindable property is use with remoteObject or HTTPService or WebService.but there is no any remoteObject in my code I m simply using following code as AMFPHP-remoting var gatewayURL:String = http://localhost/jignesh/superStore/gateway.php;var gateway_conn:* = new

Re: [flexcoders] Re: Full dynamic tree example

2006-02-25 Thread Pat Buchanan
Brendan - thank you so much for the additional information. I'm sure it will prove helpful. Do you know if this FAST architecture is compatible with Flex 2?However, if anyone out there happens to run into a self contained, fully running simple example (with source) please pass along the URL. If

[flexcoders] Re: Chart printing options - how to in Flex 1.5?

2006-02-25 Thread wujunjr
I have a similar question: How to print a chart/element without show it in the screen? Since the UI element can be zoom in/out so the printed effect is not so good. I'm using Flex 1.5. Thanks a lot. --- In flexcoders@yahoogroups.com, kronos113 [EMAIL PROTECTED] wrote: Thank you Ely. I

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

2006-02-25 Thread wujunjr
I'm currently using Flex 1.5 but would like to know the solution for all version if possible. Thanks a lot. John --- In flexcoders@yahoogroups.com, wujunjr [EMAIL PROTECTED] wrote: Hello, I tried following issues for several days but failed. 1.add a lable on the top of each column in a

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

2006-02-25 Thread Teoti Graphix
Ok, WHEW! I wasted 2 'partial' days trying to recover my componet project. Man, this is something you people need to get on top of becasue people with be screaming if this situation happens to them! After I sliced and diced my project to all (**) I found an interesting thing in a sub mxml

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

2006-02-25 Thread Teoti Graphix
oh yeah, The reason I found this is becasue I had suspisions of this class but I added the public modifier to it and THEN actually got the error of a duplicated id. So maybe the problem is you ar not checking both var and public var for duplications of id's ? Peace, MikeOn 2/25/06, Teoti

Re: [flexcoders] Anybody willing to field a Flex2/CF noobs architectural questions?

2006-02-25 Thread jeremy lu
hi Ian, I use java and php (amfphp) as the backend, but can take a look at your code and see what I can do. jeremy.On 2/25/06, Ian Skinner [EMAIL PROTECTED] wrote: I am studying the phones example, the documentation, and all web resources I know of as fast as I can in order to get my 25

[flexcoders] Re: Animation Sequence Problem.

2006-02-25 Thread quasimotoca
Hi JesterXL: You're a good man. Worked like a charm. Thanks for all your help, this is a really great forum... Cheers, Dave --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: Try using the mx.effects.Sequence. If you don't want to use any of the Flex classes, then build

[flexcoders] Flex Enterprise Services: Airplane Chat

2006-02-25 Thread JesterXL
I'm sure Adobe didn't intend for it to be used this way, but I'm looking at alternatives to Flash Media Server, and since this is in the Flex product family, I figured it might fit the bill. I haven't, however, read the manual. If anyone has, anyone know if the server supports any kind of

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

2006-02-25 Thread Jignesh Dodiya
the codes [Embed(source=your.swf#LinkageName)] just don't work its work if i remove LinkageNamecan u give more detail how to combile the linkage name.its clear the linkage name is the Linkage Identifier of the symbol in the Library of Flash.. but it not work in above format

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

2006-02-25 Thread Dmitry Miller
Jignesh, hi you can use mx:Loader e.g. mx:Loader source=yourswif.swc id=linkageName ... Hope it helps, --- Dmitry --- In flexcoders@yahoogroups.com, Jignesh Dodiya [EMAIL PROTECTED] wrote: the codes [Embed(source=your.swf#LinkageName)] just don't work its work if i remove

[flexcoders] Custom DataGrid to sort items on an add

2006-02-25 Thread Jaime Bermudez
Hey Flexcoders, I'm working on custom datagrid that will add items in sorted order. Specifically, this order is determined by either the initial order defined by the developer or the last order defined by the user via header clicks. For columns without a sortCompareFunction the code works

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

2006-02-25 Thread Jignesh Dodiya
Still gives the Error on compiling .mxml..really confused On 2/26/06, Dmitry Miller [EMAIL PROTECTED] wrote: Jignesh, hiyou can use mx:Loadere.g.mx:Loader source=yourswif.swc id=linkageName ... Hope it helps,--- Dmitry--- In flexcoders@yahoogroups.com, Jignesh Dodiya [EMAIL

[flexcoders] Tree+ datas from mySQL

2006-02-25 Thread Jignesh M. Dodiya
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 COntrol; regards, jignesh -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

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

2006-02-25 Thread Roger Gonzalez
Please don't use Embed(source=file#sym). This syntax was not supported in 1.5, and I really want it to remain unsupported in 2.0. The correct syntax is either Embed(file#sym) or Embed(source=file, symbol=sym). -rg -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL

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

2006-02-25 Thread Roger Gonzalez
This wouldn't work. The player doesn't know anything about SWCs. SWCs are for linking. -rg -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller Sent: Saturday, February 25, 2006 1:52 PM To: flexcoders@yahoogroups.com Subject:

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

2006-02-25 Thread Roger Gonzalez
Hi All, how to use a movie clip in flex as we use in flash(like, keeping movie clip in library doing attachMovie() function).i got to know that this can be done by converting movieclip in to swc.. but i m really confused how should i use swc in my flex application What version of

[flexcoders] Re: Anybody willing to field a Flex2/CF noobs architectural questions?

2006-02-25 Thread Brendan Meutzner
Ian, Can send me the files to have a look at as well... brendan at esria dot com Brendan --- In flexcoders@yahoogroups.com, Ian Skinner [EMAIL PROTECTED] wrote: I am studying the phones example, the documentation, and all web resources I know of as fast as I can in order to get my 25 year

[flexcoders] Re: Full dynamic tree example

2006-02-25 Thread Brendan Meutzner
It doesn't work for 2.0 Brendan --- In flexcoders@yahoogroups.com, Pat Buchanan [EMAIL PROTECTED] wrote: Brendan - thank you so much for the additional information. I'm sure it will prove helpful. Do you know if this FAST architecture is compatible with Flex 2? However, if anyone out

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

2006-02-25 Thread Brendan Meutzner
Jaime, The compare function that the datagrid uses on a headerRelease and the compare function that is called from the sortItems method are different. When called through the sortCompareFunction property in the DataGridColumn it is passing strings as the first two arguments, where as it's