[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

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

2006-05-26 Thread Jim Phelan
Im 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 Isnt Enough: Cases for Rich Clients with the Flash Platform My contention in this talk is that there are some cases when you simply cant

[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 Id 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

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

2006-02-18 Thread Jim Phelan
Yeah thats 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 filesave page as. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL Sent: Saturday,

[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. Id like to offer it to anyone who would find it useful. Its pretty preliminary and

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

2005-11-18 Thread Jim Phelan
with the name 'icon'. 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 try this: Button

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

2005-11-17 Thread Jim Phelan
Hey Niklas, Ive done this before. Im 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. Jim

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

2005-11-17 Thread Jim Phelan
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 you need is the icon you should be able to use something like accd.getHeaderAt(0

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 youre 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.com

[flexcoders] Using the ColorPicker component in Flex 1.5 extras

2005-11-12 Thread Jim Phelan
Hi all, Id 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 dont have the SWC file. I

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

2005-11-12 Thread Jim Phelan
(flexforflash.zip) and the compiler throws a bunch of other nasty messages about the UIObject methods createClassObjectWithStyles, getNonInheritingStyle, etc. SWCRepair didnt fix it in this case. ?? Thanks. Jim From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jim

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

2005-11-12 Thread Jim Phelan
@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 too many

[flexcoders] Case insensitive sorting on DataGrid

2005-11-09 Thread Jim Phelan
Hi, Im sure that this must have come up a million times before, but I couldnt find anything on the issue so I thought Id 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 dont have access to the MXML / AS source files. My question is: is there a way to compile our application on either a) our unlicensed

[flexcoders] Cyclical reference error

2005-10-12 Thread Jim Phelan
Hello, Weve 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

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 of

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

2005-09-05 Thread Jim Phelan
reasonwhy 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, 2005 1:17 AM To: flexcoders@yahoogroups.com