[flexcoders] passing data to dynamically created TabNavigator children

2005-07-21 Thread Cliff Meyers
I have a class that dynamically adds several components to a TabNavigator via AS. I need to pass some data into these components. If they were static (ie, created with MXML) I'd just add an attribute and so some databinding. How can I accomplish the same thing with AS? There doesn't seem to be

Re: [flexcoders] Passings args to an Alert.show() handler

2005-07-21 Thread Cliff Meyers
r variable, and thus you can use that arg in your delete > function. > > - Original Message ----- > From: "Cliff Meyers" <[EMAIL PROTECTED]> > To: > Sent: Thursday, July 21, 2005 9:42 AM > Subject: [flexcoders] Passings args to an Alert.show() handler >

[flexcoders] Passings args to an Alert.show() handler

2005-07-21 Thread Cliff Meyers
I'm using Alert.show() to provide the user with a confirmation dialog before I make a method call to delete a user from the DB. Right now I have some code like this: mx.controls.Alert.show( "Are you sure you want to delete this user?", "Confirm Delete", mx.controls.Alert.YES | mx.controls.A

[flexcoders] custom renderer for list

2005-06-20 Thread Cliff Meyers
I'm having some problems getting a custom renderer to work for a List. All I'd like to show for each item are mx:Image and mx:Label tags. However I'm having some problems getting it to work... First off I'm not sure if a rowRenderer or cellRenderer is appropriate here. The documentation seems t

Re: [flexcoders] Datagrid, custom cell renderer, horizontal alignment

2005-06-18 Thread Cliff Meyers
> > I have not tested it and it seems, it might require some changes in > preferredWidth/preferredHeight to show the icon properly. > > -abdul > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Cliff Meyers &g

[flexcoders] Datagrid, custom cell renderer, horizontal alignment

2005-06-17 Thread Cliff Meyers
I am trying to set up a Datagrid that uses a custom cell renderer to display an image based on the value of a property for the object bound to each row of the grid. I have the image working fine, however I can't seem to affect the horizontal alignment of the cell. If I use "textAlign" on the mx:D

Re: [flexcoders] Cairngorm + Tartan Thread

2005-05-16 Thread Cliff Meyers
Yeah, I'd love to get my greedy mits on those too if they're available somewhere. -Cliff On 5/16/05, dave buhler <[EMAIL PROTECTED]> wrote: > Thanks very much Allen. It is! > > Are Agha's Zips still available? > > Dave > > > On 5/16/05, Allen Manning <[EMAIL PROTECTED]> wrote: > > >

Re: [flexcoders] FLEX and CF7..

2005-05-11 Thread Cliff Meyers
X license is being sent > > (currently FEDEX) but i have the serial, and simply used the > > downloadable version to install. > > > > that being said, once i provide the serial it doesn't ask how i want > > it installed, but simply installs the WAR? > >

Re: [flexcoders] New Guy

2005-05-11 Thread Cliff Meyers
Do you have CFMX7 installed in standalone mode, J2EE "multiserver mode" (with JRun4 under the hood) or on a different J2EE web server (Websphere, Weblogic, JBoss, etc)? -Cliff On 5/12/05, lamynes03 <[EMAIL PROTECTED]> wrote: > I have coldfusion mx7 and now flex 1.5, I can't seem to get flex to

Re: [flexcoders] FLEX and CF7..

2005-05-11 Thread Cliff Meyers
MM would "throw in" JRun4 with a CF ENT license but not for a Flex license. Alternatively you may want to e-mail or call MM's sales department and pose the question to them. Their salespeople are generally pretty helpful. -Cliff On 5/12/05, Scott Barnes <[EMAIL PROTECTED]

Re: [flexcoders] FLEX and CF7..

2005-05-11 Thread Cliff Meyers
i have the serial, and simply used the > downloadable version to install. > > that being said, once i provide the serial it doesn't ask how i want > it installed, but simply installs the WAR? > > am i missing something from this equation? > > On 5/12/05, Cliff Meyers &l

Re: [flexcoders] Deploying flex Apps on JBOSS

2005-05-11 Thread Cliff Meyers
What version of JBoss are you using? I experienced the exact same problem with JBoss 4.0.1sp1 but when I tested it under 4.0.2 I found that the issue had been resolved. I think this was caused by a class loader bug in the JBoss 4.0.1sp1 release. -Cliff On 5/8/05, ADEWALE SHOBAJO <[EMAIL PROT

Re: [flexcoders] FLEX and CF7..

2005-05-11 Thread Cliff Meyers
If you purchase a Flex license it comes with a full license of JRun. When you run the Flex installer you can either have it create a .war file to deploy to an existing J2EE server, or choose to install JRun4 on your server and then put Flex on top of it. The same is true of ColdFusion MX7: if you

Re: [flexcoders] Flex on JBoss

2005-05-07 Thread Cliff Meyers
I should have said "it sounds like the error you're getting isn't due to a bad address." Maybe I shouldn't post to lists at 3 AM :) Another idea: did you check flex-config.xml to make sure that the services in question are actually defined there? -Cliff On 5/8

Re: [flexcoders] Flex on JBoss

2005-05-07 Thread Cliff Meyers
I remember running into a similar problem when I was playing with Flex on JBoss and I can't recall right now if I got it working or not. Did you check the flex-config.xml file to see if the addresses are pointing to the correct hostname? Although admittedly, it sounds like the error you're gettin