Re: [flexcoders] how to implement the copypaste of chart in flex

2006-04-29 Thread Tariq Ahmed
Not possible as far as I know. Snag-It is your next best bet. anjicn wrote: I want to add the copypaste support for charts in order to let user select any chart, copy it and then paste it to some other editors like Office Word or MS Paint for further use. Is it possible to do so, or

[flexcoders] Could not resolve mx:Application to a component implementation

2006-04-29 Thread Chris Velevitch
I'm using Flex 2 Beta 2 and I create an empty project and the default created application contains the error:- Could not resolve mx:Application to a component implementation for the line mx:Application xmlns:mx=http://www.adobe.com/2006/mxml Why is this error occurring? Chris -- Chris

Re: [flexcoders] how to implement the copypaste of chart in flex

2006-04-29 Thread jeremy lu
genearting jpg or png is possible, then let user download the file and import into word or paint.On 4/29/06, Tariq Ahmed [EMAIL PROTECTED] wrote:Not possible as far as I know. Snag-It is your next best bet. anjicn wrote: I want to add the copypaste support for charts in order to let user

RE: [flexcoders] how to implement the copypaste of chart in flex

2006-04-29 Thread David Mendels
Hi, It can be done, but a few extra steps. Convert to JPEG first. This can help you get started:http://www.kaourantin.net/2005/10/more-fun-with-image-formats-in-as3.html -David From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tariq AhmedSent:

Re: [flexcoders] Could not resolve mx:Application to a component implementation

2006-04-29 Thread Ralf Bokelberg
Hi Chris, i've seen this error before because of a wrong namespace. I'm not sure what the correct namepace is, doublecheck it with the docs. Cheers,Ralf. On 4/29/06, Chris Velevitch [EMAIL PROTECTED] wrote: I'm using Flex 2 Beta 2 and I create an empty project and the defaultcreated

[flexcoders] Flex 2 problems

2006-04-29 Thread Kevin Roche
I am in the process of learning flex using the Beta installation. There seems to be a problem and I am not sure if its a bug or a bad installation. When I click on Run in Eclipse I get a new browser window which immediately crashes. If I go to the page directly it runs correctly. Anyone any

Re: [flexcoders] Flex 2 problems

2006-04-29 Thread JesterXL
What browser? I've been using Firefox 1.5 with no problems. - Original Message - From: Kevin Roche [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, April 29, 2006 12:39 PM Subject: [flexcoders] Flex 2 problems I am in the process of learning flex using the Beta

[flexcoders] Re: Could not resolve mx:Application to a component implementation

2006-04-29 Thread Jeremy Rottman
Did you import this project. I was getting this exact same error when I tried to import a project from f2b1 into f2b2. If you are importing this is what I did. I would create a new project, then take all the mxml code only and dump it into my new project, and it would build just fine.

[flexcoders] Flex 2.0 net meeting and question

2006-04-29 Thread sank xuan
HI , I write a simply net meeting base on flex 2.0 and java socket nio the site url: http://sankmeeting.go.3322.orgIf you are interesting with it,you can contact mewith my gmail: [EMAIL PROTECTED], because my yahoo mail only for flexcoder maillistand my problem, How I use rtmp

Re: [flexcoders] Flex 2.0 net meeting and question

2006-04-29 Thread JesterXL
Nice app! That's pretty cool you can create a shared whiteboard chat with just a java socket. http://www.osflash.org/red5 - Original Message - From: sank xuan To: flexcoders@yahoogroups.com Sent: Saturday, April 29, 2006 3:50 PM Subject: [flexcoders] Flex 2.0 net meeting and

[flexcoders] DisplayObject serialization

2006-04-29 Thread twgonzalez01
Has anyone come up with a way to serialze DisplayObjects so they can both be copied AND so they could potentially be saved in a persistent data store and then fetched later to be re-used? In looking through the archives I have seen the ByteArray method, but that just takes advantage of the

[flexcoders] how to read gutter size of chart?

2006-04-29 Thread shemeshkale
in charts (flex 1.5) - if not expicilty writing gutter size flex calculate it alone. how can i read this value? it is actually a style and if i dont write it (like gutterLeft=30) flex retrives me 'Undifiend'. how do i find the gutter size that flex calculate by itself? -- Flexcoders

[flexcoders] for in on FB2

2006-04-29 Thread Bruno Martins
I need to do this in AS3: [CodeAS2] public class MyClassextends UIComponent{ for(var p:String in this){mx.controls.Alert.show(p); } } Tks... -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Flex 2: How do I make a List that has different heights?

2006-04-29 Thread rigidcode
If you make a List control, and you put some options in it, and one of your options is long and happens to wrap, it doesn't wrap the text! It just cuts off the end of the text. How do I make it wrap?? I even tried making a custom IDropInListItemRenderer. If I set the height differently for

Re: [flexcoders] for in on FB2

2006-04-29 Thread Ralf Bokelberg
take a look at describeType. r. On 4/30/06, Bruno Martins [EMAIL PROTECTED] wrote: I need to do this in AS3: [CodeAS2] public class MyClassextends UIComponent{ for(var p:String in this){mx.controls.Alert.show(p); } } Tks... -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Flex 2: How do I make a List that has different heights?

2006-04-29 Thread jeremy lu
I believe there's a property called variableRowHeight, set it to true and try again.On 4/30/06, rigidcode [EMAIL PROTECTED] wrote:If you make a List control, and you put some options in it, and one of your options is long and happens to wrap, it doesn't wrap the text!It just cuts off the end

RE: [flexcoders] Flex 1.5 development, hardware question

2006-04-29 Thread Matt Chotin
Make sure that your JVM has enough memory allocated. Your specs seem fine, so maybe allocate more RAM using -Xmx512m for example. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stanislav Zayarsky Sent: Friday, April 28, 2006 2:41 AM

RE: [flexcoders] Flex 2.0 b2: List, itemEditEnd event

2006-04-29 Thread Matt Chotin
If the item was null we didn't do anything to create the item. The DataGrid doesn't know how to create a new item of your class so it may have just filled in the itemRenderer without doing anything. This allows you to create the object yourself, which you should probably do in the

RE: [flexcoders] Building a complex chat application on Fx2 FDS

2006-04-29 Thread Matt Chotin
We cannot guarantee any dates so please don't commit yourself to something where you're at risk of the product not shipping in time. Previous guidance has said 1st half of 2006 and David Mendels recently said in a post middle of the year. If you take those two together you should get a sense of

RE: [flexcoders] Re: dataGridInstance.setVPosition(dataGridInstance.maxVPosition);

2006-04-29 Thread Matt Chotin
Yep, multiple frames is probably the way to go, I think I've used 3 as a safe number. Sorry! V2 is better, I promise! Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bhaq1972 Sent: Friday, April 28, 2006 3:58 AM To:

RE: [flexcoders] Re: player 8.5 difficulty

2006-04-29 Thread Matt Chotin
Sorry, yes sometimes you need to run the uninstaller depending on what previous version of Flash Player you had. Especially since we've had different system/security settings in the different 8.5 betas it might be necessary to get the system clean and then install again. Your customers should

RE: [flexcoders] Re: Using Hibernate, Gateway pushing out two Error: null

2006-04-29 Thread Matt Chotin
When you return an object to Flex it's going to do a deep traversal of the object graph, so any objects that are lazy are going to be requested. That may end up causing problems I guess, so your workaround is probably correct. Matt -Original Message- From: flexcoders@yahoogroups.com

RE: [flexcoders] data service in craingorm

2006-04-29 Thread Matt Chotin
I don't know how many folks have tried the DataService using a Cairngorm approach yet. But in this case I think if you want your second app to hear changes it's going to need to add event listeners to the service itself, not just the token that's returned from an individual service call. So

RE: [flexcoders] Problems with Flex2 serializing ActionScript objects to SOAP elements

2006-04-29 Thread Matt Chotin
I believe this is a known bug in Beta 2 that we've fixed in B3. Sorry, I'm not sure of a workaround right now... Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of yomahz Sent: Friday, April 28, 2006 8:34 AM To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: Adding a child to a vbox

2006-04-29 Thread Matt Chotin
Based on the code you provided you only have to do parentApplication.closing.mainBox.addChild(newCanvas). After that you could do newCanvas.addChild(...) Etc without doing the parentApplication stuff. It's hard to tell what other problems you might be having without seeing what errors are

RE: [flexcoders] Re: mx:ComboBox selectedItem ={blah} (flex 2)

2006-04-29 Thread Matt Chotin
If the contents of the list is a string setting selectedItem should just work. If its an object and you have a ref to the same object in the CB, setting selectedItem should work. If you just have matching values youll probably need to loop, unless the objects in the dataProvider

RE: [flexcoders] Re: lazy associations in FDS

2006-04-29 Thread Matt Chotin
Assuming you set up your relationships correctly (and it may be that you need to externalize some of the relationships and have your own fill statements instead of relying on nested properties) this should all work without much difficulty. Matt -Original Message- From:

RE: [flexcoders] Re: namespaces and sub-classes

2006-04-29 Thread Matt Chotin
http://livedocs.macromedia.com/labs/1/flex20beta2/2788.html http://livedocs.macromedia.com/labs/1/flex20beta2/2775.html Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of nz_mehere Sent: Friday, April 28, 2006 1:38 PM To:

[flexcoders] New to Flex and deciding...

2006-04-29 Thread nasirk09
Hi, I am new to Flex, bought the Flex book and started using the 2.0 beta. I love it. I am however confused by the Flex2.0 licensing. What is free and what is not? 1. Somewhere they say that the SDK is now free but the builder is priced and with that will be one framework license. I don't