[flexcoders] Flex developer position with fun NYC company

2006-06-09 Thread Jim Phelan
Hi all,   We have an opportunity for a Flex developer over here at Stream57. If you're into a position that offers great creative opportunities, an unsurpassed work environment, and the ability to work on cutting edge collaboration and rich media applications with Flex and Flash Media Ser

[flexcoders] When is Flex better suited than AJAX (was AJAX versus Flex)

2006-05-26 Thread Jim Phelan
I’m actually giving a presentation on this topic in a couple of weeks at the SOA WebServices Edge Conference in New York. My talk is titled “When AJAX Isn’t Enough: Cases for Rich Clients with the Flash Platform”   My contention in this talk is that there are some cases when you simply

[flexcoders] Fp8.5 a3 ignores rtmpt protocol

2006-02-21 Thread Jim Phelan
Not sure if this has been documented or not, but I thought I’d post it here in addition to submitting a bug report.   We are working with a client who has an FMS client application that connects explicitly to rtmpt:80. This is a Flash 8 application. With fp8 the connection works: a conn

RE: [flexcoders] easiest way to build SWF file for flex 1.5?

2006-02-18 Thread Jim Phelan
Yeah that’s the easiest way. You can do this in Firefox by entering the address in your address bar (http://somehost.com/your.mxml.swf) and then choose file…save page as. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL Sent: Saturday, Fe

[flexcoders] RslBuild - an automated build report parser and SWS generator for Flex 1.5

2006-02-12 Thread Jim Phelan
Hi all,   I had some free time to work on this utility recently. Basically, it reads your Flex build reports and generates a SWS file for classes that are common to a specified number of applications. I’d like to offer it to anyone who would find it useful. It’s pretty preliminary and m

RE: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-18 Thread Jim Phelan
x27;." Oh well.  Perhaps I need to figure out these custom header classes! Thanks for the help. Cheers Niklas On 17/11/05, Jim Phelan <[EMAIL PROTECTED]> wrote: > > > > The custom class might not benefit you (it has some other features like a > close button), but tr

RE: [flexcoders] ComboBox and Icons

2005-11-17 Thread Jim Phelan
Hey Andre,   I just had to address this earlier this week, and I had to write two custom subclasses to make it work. If you’re interested I might be able to clean them up and share it, but it might take a day or two to get around to it.   Jim   From: flexcoders@yahoogroups.c

RE: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-17 Thread Jim Phelan
t object. Would you be willing to share your custom header class? Thanks Niklas On 17/11/05, Jim Phelan <[EMAIL PROTECTED]> wrote: > > > > Hey Niklas, > > > > I've done this before. I'm accomplishing it with a custom class for the > header, but if all

RE: [flexcoders] Accordion Header Icons - Changing during runtime

2005-11-17 Thread Jim Phelan
Hey Niklas,   I’ve done this before. I’m accomplishing it with a custom class for the header, but if all you need is the icon you should be able to use something like accd.getHeaderAt(0).icon = “iconLinkage” Since AccordianHeader is a subclass of Button, it should work just fine.   Ji

RE: [flexcoders] Using the ColorPicker component in Flex 1.5 extras

2005-11-12 Thread Jim Phelan
: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jim Phelan Sent: Saturday, November 12, 2005 3:14 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Using the ColorPicker component in Flex 1.5 extras   Well I gave up with trying to compile it in Flash, as there were

RE: [flexcoders] Using the ColorPicker component in Flex 1.5 extras

2005-11-12 Thread Jim Phelan
Jim Phelan Sent: Saturday, November 12, 2005 5:03 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Using the ColorPicker component in Flex 1.5 extras   Hi all,   I’d like to use the ColorPicker component that ships in the extras folder of Flex 1.5.   Although the readme states

[flexcoders] Using the ColorPicker component in Flex 1.5 extras

2005-11-12 Thread Jim Phelan
Hi all,   I’d like to use the ColorPicker component that ships in the extras folder of Flex 1.5.   Although the readme states: “The colorpicker folder contains: The ActionScript source, the .PNG and .AS files, along with the compiled component swc.” I don’t have the SWC file.  

[flexcoders] Case insensitive sorting on DataGrid

2005-11-09 Thread Jim Phelan
Hi,   I’m sure that this must have come up a million times before, but I couldn’t find anything on the issue so I thought I’d ask here.   Has anyone come up with a good way to do case insensitive sorting in a DataGrid? Is creating a hidden column for each sortable value the way to go?

[flexcoders] Licensing and dev server compilation

2005-11-03 Thread Jim Phelan
Hello all,   We have a client who has a Flex license for their server. We only wish for the compiled SWF to be deployed on their server, so they don’t have access to the MXML / AS source files. My question is: is there a way to compile our application on either a) our unlicensed develop

[flexcoders] Cyclical reference error

2005-10-12 Thread Jim Phelan
Hello,   We’ve been getting a strange error recently   When compiling for the first time after starting JRUN / Flex, we get an error similar to:   Cyclical reference to class…. Two MXML Files cannot reference each other as child tags.   As far as I can tell, no MXML files are refe

RE: [flexcoders] Submit Using Enter Key.

2005-10-07 Thread Jim Phelan
You can also use defaultPushButton   getFocusManager().defaultPushButton = btnMyButton;   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Joe Sent: Thursday, October 06, 2005 7:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Submit

RE: [flexcoders] Help to create an object instance dynamically

2005-09-15 Thread Jim Phelan
Title: Help to create an object instance dynamically Hi Michel,   Are you referencing this class elsewhere? If not, you need to in order for flex to compile it.   A simple reference like:   com.datasul.framework.custom.view.LoanForm;   Might do the trick. Not sure about the rest o

RE: [flexcoders] Remote objects and ASP

2005-09-07 Thread Jim Phelan
I don’t think there is a solution for classic ASP other than web services. You should use Macromedia’s Flash Remoting MX for .NET. You can tie a remote object into this by setting the endpoint attribute to the uri of the flash gateway.   Jim   From: flexcoders@yahoogroups.com

RE: [flexcoders] Combining graphic and programmatic themes - a better way?

2005-09-05 Thread Jim Phelan
ring)?  I don't see any real reason why you cannot add both of these to a SWC file.  Can you tell me where this is in the documentation?  Thanks, Brian   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jim Phelan Sent: Sunday, September 04, 2