[flexcoders] Re: Flex 2.0 b2: DataGrid ( verticalScrollPosition property )

2006-04-08 Thread tyombria
Thanks very much. It works. --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: You may need to call validateNow() on the DG before setting the scroll position. See if that helps. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

RE: [flexcoders] Flash Media 2 Server + Flex 2 (Beta 2) connection problem

2006-04-08 Thread Stefan Richter
This is probably FMS related, nothing to do with crossdomain. Your NetConnection is failing, let's find out why. Have you made sure that other machines on your network can connect to 'normal' FMS apps before trying the Flex setup? Also what does your rtmp string look like when you try and

Re: [flexcoders] Flex 2 on Mac OS X

2006-04-08 Thread Bolo Michelin
Hello, I also tried the fCompile, but never got it working. I think that it was an applescript that called the terminal, but who knows. I use ANT to compile, which works great. What is it ? Can u give me a url ? Bolo -- Flexcoders Mailing List FAQ:

Re: [flexcoders] The replacement for the DataSet

2006-04-08 Thread Manuel Saint-Victor
Thans MattOn 4/7/06, Matt Chotin [EMAIL PROTECTED] wrote: Yes, it's gone. The FDS offering along with the Collections classes are meant to replace it. It can be a somewhat different development model than the DataSet though. Matt From: flexcoders@yahoogroups.com

RE: [flexcoders] Flash 8 swf in Flex 2.0 App?

2006-04-08 Thread Torben Nielsen
Hi, I am wrestling with the same kind of problem. Anyone got some code examples for the kind of solution mentioned below? I would be most greatfull, since this is a crucial issue to the application I am working on. Best regards. Torben Nielsen From:

[flexcoders] Flex2b2 : Icon Manipulation

2006-04-08 Thread Harald Dehn
Hi, I try to manipulate the Icon of a subclass of a Linkbutton to generate a disabledIcon. Could anyone help me, to convert an Image to a Class to set as a disabled Image? Harry   public class LinkButtonEx extends LinkButton {     private var _DisabledImage:Image;  

[flexcoders] Accessing methods/properties (Flash 8 movies in Loader component)

2006-04-08 Thread Torben Nielsen
Hi, maybe it would be better if I specified what it is that I am trying to do. I am developing an application that loads external Flash 8 movies that contains some movieclips, methods and properties. I load them into a Loader component like this: mx:Loader id=detailClip

[flexcoders] How far are we from the Flex 2 books?

2006-04-08 Thread Manuel Saint-Victor
I was just wondering when some of the Flex two books would be hitting the shelves. I've seen mention of the RIA book which seems more geared to the Java developers. Has there been any updates on the timeline on EAS3.0 or v2 of FlexBook?Mani -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Link Error: unresolved symbol ...

2006-04-08 Thread Roger Gonzalez
playerglobal.swc needs to be in external-library-path, because it only contains class intrinsics for definitions that are actually in the player itself. -rg -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hari Krishna Dara Sent: Friday,

RE: [flexcoders] Accessing methods/properties (Flash 8 movies in Loader component)

2006-04-08 Thread Roger Gonzalez
Flash 8 SWFs and Flash 8.5 SWFs run different versions of Actionscript, and cannot communicate directly. You need to build a layer using LocalConnection to proxycommunications between the two different virtual machines. (Once the next version of Flash Authoring is out, this won't be

[flexcoders] Cairngorm 2, Flex 2 Beta 2 and RemoteObject (java)

2006-04-08 Thread sof4real03
I'm trying to access a server-side java object via the RPC Data Service RemoteObject. I have the following definitions: Services.mxml: mx:RemoteObject id=securityFacade destination=lsSecurity result=event.call.resultHandler( event )

RE: [flexcoders] Cairngorm 2, Flex 2 Beta 2 and RemoteObject (java)

2006-04-08 Thread João Fernandes
Look at your web.xml if you have your servlet ( MessageBrokerServlet )and servlet mapping defined ( /messagebroker/* ). João Fernandes -Original Message- From: flexcoders@yahoogroups.com on behalf of sof4real03 Sent: Sun 09-Apr-06 1:08 AM To: flexcoders@yahoogroups.com Subject:

[flexcoders] Re: Cairngorm 2, Flex 2 Beta 2 and RemoteObject (java)

2006-04-08 Thread sof4real03
Yup that's all there. It's defined by default. Anything else? --- In flexcoders@yahoogroups.com, João Fernandes [EMAIL PROTECTED] wrote: Look at your web.xml if you have your servlet ( MessageBrokerServlet )and servlet mapping defined ( /messagebroker/* ). João Fernandes

Re: [flexcoders] How far are we from the Flex 2 books?

2006-04-08 Thread jeremy lu
well, regarding update to EAS2 book, I'm pretty sure Mr.Moock is working hard on it, but as the title suggest, that might be an Actionscript 3 book, don't know how deepit will touch on flex 2 (and the framework)On 4/9/06, Manuel Saint-Victor [EMAIL PROTECTED] wrote: I was just wondering

[flexcoders] Re: FLEX and UPS online tools XML integration

2006-04-08 Thread Corey
Hi Doug, I wanted to report back that with your help I was finally able to solve my problem. You were right the problem is not with FLEX or UPS but with the environment. Therefore I made the switch from WebSphere to Tomcat. Now this wasn't as easy as I had wished for. I have been working

[flexcoders] Browser crash: scrollRect and UIComponent/DisplayObject (Flex 2 Beta)

2006-04-08 Thread mark_g_wales
Has anyone else had trouble using a scrollRect in conjunction with a UIComponent/DisplayObject? It appears it is not working as advertised (coordinates I apply to the associated Rectangle are at least partially ignored) and while the code I've written compiles, when I attempt to execute it, it