[flexcoders] Cairngen Ant tasks 1.2 Release

2007-05-09 Thread efeminella
I have updated Cairngen, an Ant based code generation tool for Adobe Cairngorm, to version 1.2. The latest version includes support for all Cairngorm 2+ versions as well as logging features. You can learn more at: http://www.ericfeminella.com/blog/2007/05/09/cairngen-ant-tasks-12-release/

[flexcoders] Cairngen Ant tasks 1.2 Release

2007-05-09 Thread efeminella
I have updated Cairngen, an Ant based code generation tool for Adobe Cairngorm, to version 1.2. The latest version includes support for all Cairngorm 2+ versions as well as logging features. You can learn more at: http://www.ericfeminella.com/blog/2007/05/09/cairngen-ant-tasks-12-release/

[flexcoders] Re: Is there any service that format ActionScript code as HTML?

2006-12-13 Thread efeminella
Hey Sergey, This may or may not be the best solution but you could publish your applications source files and link out to the generated html files. However I believe that what you are looking for is a tag which will format code that you can copy and paste in your Blog editor. If you find that

[flexcoders] Flex Utilities available

2006-12-12 Thread efeminella
If anyone is interested I have compiled my utilites package and made it available for other Flex developers to use as needed. The utils package contains common utility API's such as various Iterators, a HashMap implementation, an Introspection package, a DeepCopy util as well as Sorting and

[flexcoders] Free LocalDebugger for Flex 2 available

2006-11-07 Thread efeminella
I have developed a simple local debugger for Flex 2 which handles recursively tracing objects of complex type from an application to a console window. The debugger runs in a browser so if you are using firefox you can easily tab between your application and the debugger. The debugger is free so

[flexcoders] AS3 Custom Tween API Available for download

2006-10-15 Thread efeminella
If you have had problems with the new Tween classes in Flex 2 and are looking for an alternative then this is for you. I have had some issues myself with the new Tween API so I developed a simple Custom Tween API which you can download at:

[flexcoders] Problem with Flash Player 9 in IE6

2006-09-18 Thread efeminella
Has anyone had any problems running Flex 2.0 apps in IE6? I have a relatively big Flex 2.0 application that runs absolutely fine in Firefox but when the app runs in IE6 and sits idel (i.e. there are no processes running in the app) the CPU fluctuates from 0 - 25 - 75 - 100% Does anyone know what

[flexcoders] Re: mx.effects.tween

2006-09-07 Thread efeminella
No problem, glad I could help. - Eric --- In flexcoders@yahoogroups.com, Samúel Jónasson [EMAIL PROTECTED] wrote: Thank you Eric :) This is cool. efeminella wrote: Hey Sammi, I had the same problem so I wrote a simple Tween API of my own. You can download the .swc from my

[flexcoders] Re: mx.effects.tween

2006-09-06 Thread efeminella
Hey Sammi, I had the same problem so I wrote a simple Tween API of my own. You can download the .swc from my blog at: http://www.ericfeminella.com/blog/2006/09/04/as3-custom-tween-api/ Below is a very simple usage example: ?xml version=1.0 encoding=utf-8? mx:Application

[flexcoders] Re: pop-up window x and y settings

2006-09-06 Thread efeminella
There are a few different ways in which you can specify the x and y coordinates of a Pop-up window. One easy way to do it is as follows: import mx.containers.TitleWindow; import mx.managers.PopUpManager; import mx.core.IFlexDisplayObject; public function displayForm():void { var

[flexcoders] How to launch an executable file in ActionScript 3?

2006-09-05 Thread efeminella
I was wondering if anyone has previously launched an .exe from ActionScript 3.0 / Flex 2. I am currently building an application in which the user will need to have the ability to launch JDeveloper from Flex 2. I know that this was possible in ActionScript 2.0 via FSCommand as long as the swf

[flexcoders] FLEX 2: Databinding problem???

2006-07-24 Thread efeminella
I have a class with a property of type object which declared with [bindable] compiler directive above it. This propert is binded to a webservice tag in mxml. The problem that I am having is that when any of the bindable object properties change the new values are never reassigned when I do a save

[flexcoders] FLEX 2: Databinding return values

2006-07-21 Thread efeminella
Does anyone have any simple examples demonstrating how to use the new bindable directive to bind a value returned by a method? Thanks in advance, Eric Yahoo! Groups Sponsor ~-- Check out the new improvements in Yahoo! Groups email.

[flexcoders] FLEX 2: Does anyone know what happened to the Data Panel in Flex 2?

2006-07-18 Thread efeminella
I was wondering if anyone knows what happened to the Data Panel that was available in Flex 1.5? In Flex 1.5 I could see all of the methods available in a wsdl as well as all of the parameters that each method required. Is this panle available in FLEx 2.0. Also is the Results panel which contained

[flexcoders] Re: Loading WSDL using Flex 2.0 Data Services

2006-07-14 Thread efeminella
http://www.cynergysystems.com/ Email: [EMAIL PROTECTED] Office: 866-CYNERGY Mobile: 1.703.489.6466 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of efeminella Sent: Thursday, July 13, 2006 12:34 PM To: flexcoders

[flexcoders] Re: Loading WSDL using Flex 2.0 Data Services

2006-07-14 Thread efeminella
{this.bindingHandler.selectedTextRuleUqName}/payload /mx:request /mx:operation /mx:WebService --- In flexcoders@yahoogroups.com, efeminella [EMAIL PROTECTED] wrote: Hey Carson, I can load the wsdl locally and call methods on the wsdl successfully when not using the Flex 2 Data Services. But once I

[flexcoders] Can anyone explain how to load a wsdl in flex 2.0 using Flex 2 Data Services

2006-07-14 Thread efeminella
Can anyone explain how to load a wsdl in flex 2.0 using Flex 2 Data Services? How do I set up a proxy for the srvice, and do I need to set up anything else? Thanks, Eric -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] Re: Can anyone explain how to load a wsdl in flex 2.0 using Flex 2 Data Services

2006-07-14 Thread efeminella
/flex/2/docs/1162.html http://livedocs.macromedia.com/flex/2/docs/1163.html http://livedocs.macromedia.com/flex/2/docs/1164.html From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of efeminella Sent: Friday

[flexcoders] Loading WSDL using Flex 2.0 Data Services

2006-07-13 Thread efeminella
I am running a Flex 2.0 Application on JRUN and I continue to recieve the following error when attempting to load a wsdl: Error loading WSDL: [RPC Fault faultString=Send failed faultCode=Client.Error.MessageSend faultDetail=Unable to load WSDL. If currently online, please verify the URI and/or

[flexcoders] Re: Simple Event Listener Examples between 2 classes

2006-07-11 Thread efeminella
= new TestDispatcherClass(); test = new TestHandler(this.dispatcher); dispatcher.runDispatch(); } ]] /mx:Script /mx:Application _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of efeminella Sent: Monday, July 10, 2006 10:12 PM To: flexcoders

[flexcoders] ActionScript 3: Has anyone been using the new Tween Class

2006-07-11 Thread efeminella
I was wondering if anyone had any quick examples of how to use the new Tween class API Thanks in advance, Eric Feminella Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make over. See the new email design.

[flexcoders] Using WebServers in Flex 2.0

2006-07-10 Thread efeminella
I am building an application in Flex 2.0 which requires loading a wsdl and calling methods on the wsdl. I have been doing this in Flex 1.5 for along time as well. When running locally the wsdl loads and I am able to call methods successfully but once deployed to a webserver outside of the domain

[flexcoders] Flex 2: Problem binding data to a wsdl operation

2006-07-10 Thread efeminella
I am trying to bind a class property to a wsdl opertion parameter but recieve the following warning: Data binding will not be able to detect assignments to bindingHandler. - whereas bindingHandler is an instance of a custom class BindingHandler which I am callling a getter method on to

[flexcoders] Simple Event Listener Examples between 2 classes

2006-07-10 Thread efeminella
Does anyone have any simple examples of how to dispatch and handle events between 2 classes. For example how can I have a class that loads and parses xml and then dispatch an event which another class handles and the event and displays the data. Sort of like we did in AS 2 with event.target...

[flexcoders] Re: Simple Event Listener Examples between 2 classes

2006-07-10 Thread efeminella
a look at how Cairngorm use Cairngorm Event dispatcher as a cetralized event center to dispatch event for every class. Jeremy. On 7/11/06, efeminella [EMAIL PROTECTED] wrote: Does anyone have any simple examples of how to dispatch and handle events between 2 classes. For example how

[flexcoders] Re: Simple Event Listener Examples between 2 classes

2006-07-10 Thread efeminella
AS --- In flexcoders@yahoogroups.com, JesterXL [EMAIL PROTECTED] wrote: MXML or AS? - Original Message - From: efeminella [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 10, 2006 9:37 PM Subject: [flexcoders] Simple Event Listener Examples between 2 classes