[flexcoders] Fastest Hardware for Flex compilation

2005-08-05 Thread Allen Manning
Hello, Im trying to get my flex compilation time down to as little as possible. We are using mxmlc via Ant to compile our flex code. What machine spec would be the best to build these swfs fast. Would a dual proc help at all? Thanks, Allen www.prismix.com/ --

RE: [flexcoders] Fastest Hardware for Flex compilation

2005-08-05 Thread Allen Manning
August 2005 10:17 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Fastest Hardware for Flex compilation Lots of CPUs and lots of memory! :) On 05/08/05, Allen Manning [EMAIL PROTECTED] wrote: Hello, I'm trying to get my flex compilation time down to as little as possible

RE: [flexcoders] equivalent to cfdump in Flex?

2005-08-05 Thread Allen Manning
Ghislain, There are many AS dump object functions. I would check out these two resources as a start: http://www.macromedia.com/devnet/flex/articles/client_debug_05.html http://www.richinternet.de/blog/index.cfm?entry=EB3BA9D6-A212-C5FA-A9B1B5DB4 BB7F555 HTH, Allen www.prismix.com/

RE: [flexcoders] Re: Fastest Hardware for Flex compilation

2005-08-08 Thread Allen Manning
on every load, however should I need to recompile every time in production? Or can I compile once and save the swf to be distributed to the clients? -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Allen Manning Sent: Friday, August 05, 2005 4:14 PM

[flexcoders] Filtering Dataprovider with Large Datasets

2005-08-10 Thread Allen Manning
Hello Flex Coders, I want to be able to expand the Type-ahead filtering concept of a filtering custom dataprovider to a dataset of about 5,000 items. Im in the early stages of planning this and am thinking of a combination of an Implicit Paging Dataprovider (aka Matt Chotins large

RE: [flexcoders] Caret positioning problem

2005-08-10 Thread Allen Manning
Mika, Have you looked at: Selection.setSelection(stringLength,stringLength) HTH, Allen www.prismix.com/ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mika Kiljunen Sent: 10 August 2005 13:25 To: flexcoders@yahoogroups.com

RE: [flexcoders] Cairgorm command question.

2005-08-10 Thread Allen Manning
Omar, I think 'onFault' or 'onStatus' is a method of the Responder. Allen www.prismix.com/ -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Omar Ramos Sent: 10 August 2005 18:10 To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairgorm

RE: [flexcoders] Dinamically adding itens to a grid

2005-08-15 Thread Allen Manning
Title: Dinamically adding itens to a grid Hello Michael, You should use the DataProvider API to get the databinding to fire. HTH, Allen www.prismix.com/ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michel Bertrand Sent: 15 August 2005 19:25

[flexcoders] Testing Flex Applications

2005-08-16 Thread Allen Manning
Hello Flex Coders, Im using FlexUnit to do unit testing of my Flex applications. The QA team that Im working with would like to use a screen-reader style tool to check the state of the Flash application and set it up in regressions. Do any tools exist that do this type of

RE: [flexcoders] Is it possible to return multiple recordsets to Flex from one Remote Object call

2005-08-19 Thread Allen Manning
Darius, I dont know, passing back an uber array feels a bit monolithic (but maybe good for performance?). Why not break them down into different Arrays of Value Objects. For example: EmployeeListVO array of Employee VOs InvoiceListVO array of Invoice VOs FooListVO array of

RE: [flexcoders] Is it possible to return multiple recordsets to Flex from one Remote Object call

2005-08-19 Thread Allen Manning
. Please ensure your own checks are carried out before any attachments are opened. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Allen Manning Sent: 19 August 2005 13:19 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Is it possible

RE: [flexcoders] Cairngorm woes =\

2005-08-22 Thread Allen Manning
A left tab nav singleton? Maybe there are some Singleton UI management classes which are used to build the UI dynamically rather than using good 'ole MXML. I would love to see the arguments as to why that is a good way to go... Maybe they are dynamically building the UIs from some other

RE: [flexcoders] dispatchEvent with parameter

2005-08-22 Thread Allen Manning
componentName eventName=clicked(event.param)/ -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stanislav Zayarsky Sent: 22 August 2005 15:15 To: flexcoders@yahoogroups.com Subject: [flexcoders] dispatchEvent with parameter Dear Flex Coders, I

RE: [flexcoders] dispatchEvent with parameter

2005-08-22 Thread Allen Manning
, Allen Manning [EMAIL PROTECTED] wrote: componentName eventName=clicked(event.param)/ -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stanislav Zayarsky Sent: 22 August 2005 15:15 To: flexcoders@yahoogroups.com Subject: [flexcoders

RE: [flexcoders] How to properly use dispatchEvent

2005-09-15 Thread Allen Manning
Jeremy, Why would you want to skip a step in your bubbling? Best, Allen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jcrane Sent: 15 September 2005 14:30 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to properly use

RE: [flexcoders] doLater and deletePopUp with Cairngorm

2005-09-15 Thread Allen Manning
Are any exceptions being thrown in the flash log from Cairngorm? In particular anything about ViewHelpers? Best, Allen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of fowleryj Sent: 15 September 2005 14:26 To: flexcoders@yahoogroups.com

RE: [flexcoders] Re: doLater and deletePopUp with Cairngorm

2005-09-15 Thread Allen Manning
and deletePopUp with Cairngorm Allen, Nothing in WEB-INF\flex\logs\flex.log has anything of that nature-- is there another log I should look at? Thanks --- In flexcoders@yahoogroups.com, Allen Manning [EMAIL PROTECTED] wrote: Are any exceptions being thrown in the flash log from Cairngorm

RE: [flexcoders] 'show' event called on creation complete or init?

2005-09-16 Thread Allen Manning
Hello Steve, What is the creationPolicy on the TabNav? If it is all, then all of the containers will be rendered, that might be it. Best, Allen www.prismix.com/ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Steve Cox Sent: 16

[flexcoders] Capturing Events from Cell Renderers

2005-09-16 Thread Allen Manning
Hello, I want to dispatch and event from a cell renderer and call it in the view which has the parent datagrid. Any advice on how to do this? I dont need code, just a brief explanation would do. J Many thanks, Allen www.prismix.com/ -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Capturing Events from Cell Renderers

2005-09-16 Thread Allen Manning
On 9/16/05, Allen Manning [EMAIL PROTECTED] wrote: Hello, I want to dispatch and event from a cell renderer and call it in the view which has the parent datagrid. Any advice on how to do this? I don't need code, just a brief explanation would do. J Many thanks, Allen

RE: [flexcoders] Capturing Events from Cell Renderers

2005-09-16 Thread Allen Manning
using addEventListener. You could do this on your tag mx:DataGrid id=grdload=grd.addEventListner(MyEvent,MyMethod); .. / On 9/16/05, Allen Manning [EMAIL PROTECTED] wrote: Omar, Thanks for the reply. Would I need to register that event with my list, won't the complier

RE: [flexcoders] Re: doLater and deletePopUp with Cairngorm

2005-09-20 Thread Allen Manning
is having similar issues. --- In flexcoders@yahoogroups.com, Allen Manning [EMAIL PROTECTED] wrote: Fire up the Flash log: http://www.macromedia.com/devnet/flex/articles/client_debug_03.html -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] Datagrid bug, two rows selected at the same time.

2005-10-10 Thread Allen Manning
Hello Flexcoders, If I could only give you a simple snippet which could reproduce this Mandelbug, it certainly would make my life easier. But alas, I can only give you a textual explanation with the hope that someone can help shed some light on this. Basically I have a datagrid in

RE: [flexcoders] Please Help!!!!

2005-10-10 Thread Allen Manning
Alfie, You need to talk to the server for that. I would look in the docs under Remote Object. Best, al -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of AlfrED Sent: 10 October 2005 03:08 To: flexcoders@yahoogroups.com Subject: [flexcoders]

RE: [flexcoders] Datagrid bug, two rows selected at the same time.

2005-10-11 Thread Allen Manning
any effect. Thanks, al -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: 10 October 2005 17:52 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Datagrid bug, two rows selected at the same time. On 10/10/05, Allen Manning

[flexcoders] FlexUnit Test Runner inside of a flex application

2005-10-11 Thread Allen Manning
Hello Flexcoders, Has anyone been able to get the FlexUnit test runner working along-side a flex application? Basically I would like to run tests against a loaded application. I tried putting the test runner into a TitleWindow and then open the title window via a pop-up. When the

RE: [flexcoders] Why you shouldn't set creationPolicy=all to solve your deferred instantiation problems

2005-10-14 Thread Allen Manning
Gordon, The reason why I normally set creation policy to all is to work around flex bugs. Two of them this week: Repeater in a VBox in a view stack. Layout gets messed up on auto, but seems to draw a bit more properly with an all. ViewStack in a ViewStack, the

RE: [flexcoders] DataGridColumn display issue

2005-10-14 Thread Allen Manning
Custom cell renderer might be a bit OTT for this, labelFunction would be a good start. Best, Allen -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Darron J. Schall Sent: 14 October 2005 14:10 To: flexcoders@yahoogroups.com Subject: Re:

RE: [flexcoders] Why you shouldn't set creationPolicy=all to solve your deferred instantiation problems

2005-10-14 Thread Allen Manning
creationPolicy=all to solve your deferred instantiation problems On 10/14/05, Allen Manning [EMAIL PROTECTED] wrote: Repeater in a VBox in a view stack. Layout gets messed up on auto, but seems to draw a bit more properly with an all. Do you have a test case to reproduce this bug? At least we

RE: [flexcoders] Disabling dragging on mx:HSlider

2005-10-18 Thread Allen Manning
Does this mean you want to disable the component? If so, you may just want to set the 'enabled' property from UIComponent. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sandip_patil01 Sent: 18 October 2005 14:20 To: flexcoders@yahoogroups.com

[flexcoders] Cursor change problem

2005-11-25 Thread Allen Manning
Hello, I saw the below post on Flexcoders, but didnt see an answer. Anyone know how to use the hand cursor? Is there a reference to the hand cursor to use in setCursor - hand or something like that? I couldnt find it in the docs. Best, Allen Probably an easy question for those

RE: [flexcoders] Re: Cursor change problem

2005-11-25 Thread Allen Manning
, buttonMode property also needs to be set to true to show the hand cursor. It is property available on Sprite hence available with all UI components in Flex. -Sreenivas. --- In flexcoders@yahoogroups.com, Allen Manning [EMAIL PROTECTED] wrote: Hello, I saw the below post on Flexcoders

[flexcoders] Un-Registering View Helpers with a ViewLocator

2005-04-21 Thread Allen Manning
with...' What is the best way to un-register this view from the ViewLocator, so that I can open up my pop-up again? Many thanks, Allen Allen

RE: [flexcoders] Un-Registering View Helpers with a ViewLocator

2005-04-21 Thread Allen Manning
Thanks, that's it! From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dirk EismannSent: 21 April 2005 16:46To: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Un-Registering View Helpers with a ViewLocator Hi Allenthere's a bug fix for this issue available. See

RE: [flexcoders] Un-Registering View Helpers with a ViewLocator

2005-04-21 Thread Allen Manning
from the ViewLocator, so that I can open up my pop-up again? Many thanks, Allen Allen Manning, Technical Director Certified Flex Instructor

RE: [flexcoders] Datagridcolumn sortCompareFunction

2005-05-04 Thread Allen Manning
performant this would be, but the approach is worth mentioning... HTH, Allen Allen Manning, Technical Director Prismix Ltd t: +44 (0)870 749 1100 f: +44 (0)870 749 1200 w

RE: [flexcoders] Internal popups

2005-05-13 Thread Allen Manning
and more usable. HTH, Allen Allen Manning, Technical Director Prismix Ltd t: +44 (0)870 749 1100 f: +44 (0)870 749 1200 w: www.prismix.com From: flexcoders

RE: [flexcoders] Cairngorm + Tartan Thread

2005-05-16 Thread Allen Manning
Hello David, Is this the one you are looking for? http://groups.yahoo.com/group/flexcoders/message/8408 HTH, Allen Allen Manning, Technical Director Prismix Ltd t: +44 (0)870

RE: [flexcoders] Style Question

2005-05-16 Thread Allen Manning
Allen Manning, Technical Director Prismix Ltd t: +44 (0)870 749 1100 f: +44 (0)870 749 1200 w: www.prismix.com From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rich TretolaSent: 16 May 2005 10

RE: [flexcoders] Cairngorm + Tartan Thread

2005-05-16 Thread Allen Manning
Allen Manning, Technical Director Prismix Ltd t: +44 (0)870 749 1100 f: +44 (0)870 749 1200 w: www.prismix.com From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Cliff MeyersSent: 16 May 2005 13

RE: [flexcoders] Cairngorm + Tartan Thread

2005-05-16 Thread Allen Manning
sure we will get there somehow. :) Allen Allen Manning, Technical Director Prismix Ltd t: +44 (0)870 749 1100 f: +44 (0)870 749 1200 w: www.prismix.com

RE: [flexcoders] Looking for a critique

2005-05-16 Thread Allen Manning
Jeff, I like it. It reminds me of the new weather widget that you can get in Tiger. I agree with changing the first pane, it does seem like it should be interactive. Best, Allen Allen Manning, Technical

RE: [flexcoders] combobox selectedIndex

2005-05-17 Thread Allen Manning
ntervals' changes it fires off a call to the local function getMySelectedIndex via databinding. HTH, Allen Allen Manning, Technical Director Prismix Ltd t: +44 (0)870 749 1100 f: +44

RE: [flexcoders] Fully qualified URL

2005-05-19 Thread Allen Manning
uot;/ mx:Label text="{getPageDomain()}"/ mx:Label text="http://{getPageDomain()}/"/ /mx:Panel/mx:Application HTH, Allen Allen Manning, Technical Director Pr

RE: [flexcoders] Flex on the Web

2005-05-19 Thread Allen Manning
Hello Michel, The examples on the Macromedia Flex Development centre is a start: http://www.macromedia.com/devnet/flex/example_apps.html HTH, Allen Allen Manning, Technical Director Prismix

RE: [flexcoders] Fully qualified URL

2005-05-19 Thread Allen Manning
the root URL are prepended. Otherwise, the host, port, and path are prepended. ' HTH, Allen Allen Manning, Technical Director Prismix Ltd t: +44 (0)870 749 1100 f: +44 (0)870 749

RE: [flexcoders] Flex as a Windows Service?

2005-05-20 Thread Allen Manning
Allen Manning, Technical Director Prismix Ltd t: +44 (0)870 749 1100 f: +44 (0)870 749 1200 w: www.prismix.com From: flexcoders@yahoogroups.com [mailto:[EMAIL

RE: [flexcoders] Flex best with which server side technology ? (CFM/Java/ASPX?)

2005-06-06 Thread Allen Manning
Allen Manning, Technical Director - Certified Instructor Prismix Ltd t: +44 (0)870 749 1100 f: +44 (0)870 749 1200 w: www.prismix.com From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Flex best with which server side technology ? (CFM/Java/ASPX?)

2005-06-07 Thread Allen Manning
is that ColdFusion is not strongly typed. So although it allows you to whip up server - side Java code rapidly, the compiler doesn't support you in catching typing issues. HTH, Allen Allen

RE: [flexcoders] CrossDomain.xml file question

2005-06-10 Thread Allen Manning
Hello Mike, Tom Link has a good blog on this topic, HTH http://tomlink.net/blog/index.cfm?mode=entryentry=6EC95F69-7E97-A3B0-E2DF6C783163B393 Best, Allen Allen Manning Prismix

RE: [flexcoders] Re: okay, so I can't beleive that......

2005-06-10 Thread Allen Manning
Craig, Can you try calling the RO in AS using an anon object in the call rather than MXML. Also, just drop the type attribute for now in your CFC while you are debugging. ... Thrust_Query({ThrustName:thrustCB.selectedItems}) ... cfargument name="ThrustName" required="no" Check the

RE: [flexcoders] Cairngorm Store missing link?

2005-06-20 Thread Allen Manning
this broadcasts events which tell the Flex UI to update itself. Hope this helps, Al Allen Manning Technical Director Prismix Ltd t +44 (0)870 749 1100 f +44 (0)870 749 1200 w http://www.prismix.com/ -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: New to Flex, Questions for datagrid

2005-06-21 Thread Allen Manning
also heard that the actual reality of this is pretty far off, like years and years away. Well that's my limited knowledge, only rumours at this point. Anyone have the real inside scoop? Thanks, Al Allen Manning

[flexcoders] Extending Datagrid Column

2005-07-12 Thread Allen Manning
Hello Flex Coders, I am trying to extend the Datagrid column so that I can set a custom property iconName which will refer to an icon that I would like to appear in each row. Here is how I would like to use it, and below that is my error message it appears I cant extend

RE: [flexcoders] Extending Datagrid Column

2005-07-12 Thread Allen Manning
] On Behalf Of Allen Manning Sent: Tuesday, July 12, 2005 1:30 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Extending Datagrid Column Hello Flex Coders, I am trying to extend the Datagrid column so that I can set a custom property iconName which will refer to an icon that I would like

[flexcoders] Closing Title Popup with [Escape], works in Mozilla but not IE??

2005-07-20 Thread Allen Manning
Hello Flexcoders, I can close the pop-up with the Escape key in Mozilla but not IE. Any ideas? Index.mxml ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml mx:Script private function openPopup():Void { /*

[flexcoders] Automatic Scrolling via Tab in a Container

2005-07-20 Thread Allen Manning
Hello Flexcoders, I did a bit of research sorry if it has been posted already. Any idea how can I make a containers view port automatically scroll when I tab to a control outside of the view port? ?xml version=1.0 encoding=utf-8? mx:Application

RE: [flexcoders] Automatic Scrolling via Tab in a Container

2005-07-20 Thread Allen Manning
/ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Clint Modien Sent: 20 July 2005 18:19 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Automatic Scrolling via Tab in a Container have a peek @ vPosition On 7/20/05, Allen Manning [EMAIL

RE: [flexcoders] Closing Title Popup with [Escape], works in Mozilla but not IE??

2005-07-21 Thread Allen Manning
Matt Clint, I tried the below code, and I cant get it to work for me in Mozilla or IE. Am I missing something? Thanks for your help! Allen Manning http://www.prismix.com/ ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.macromedia.com

RE: [flexcoders] Flex and CFCs -- problems displaying recordsets in datagrids

2005-07-22 Thread Allen Manning
Darius, Rather than passing ColdFusion recordsets directly back to Flex, what we did is transform the results into an array of CFCs or an array of structs and let the automatic AS type translation transform these results into native AS value objects. I would be weary of too tightly coupling your

RE: [flexcoders] Using Value Objects CFC's

2005-07-25 Thread Allen Manning
Malcolm, We are doing this very thing and it is working well for us. We use CFCs as our VOs and it allows us to type them in and out of CFC method calls. Can you post how the CFC is being called by Flex? You need to use an anon object with a named param, so this might be the problem.

RE: [flexcoders] Using Value Objects CFC's

2005-07-26 Thread Allen Manning
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Allen Manning Sent: Tuesday, 26 July 2005 3:11 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Using Value Objects CFC's Malcolm, We are doing this very thing and it is working well for us. We use CFCs as our VOs and it allows

RE: [flexcoders] Using Value Objects CFC's

2005-07-27 Thread Allen Manning
= loginVO.username /cffunction Thanks Allen. Malcolm -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Allen Manning Sent: Tuesday, 26 July 2005 7:49 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Using Value Objects CFC's Malcom

[flexcoders] Form Control focus and Default Button

2005-07-28 Thread Allen Manning
Hello Flexcoders, Im working on a simple login form and attempting to accomplish the following: + Assign a default button to login so after page loads and you hit enter the form submits, no need to click in to the page. + Assign selection to the first of the two text fields that

RE: [flexcoders] Form Control focus and Default Button

2005-07-28 Thread Allen Manning
]/ /mx:FormItem mx:FormItem label=Password mx:TextInput id=password text=/ /mx:FormItem /mx:Form mx:Button click=mx.controls.Alert.show('You just logged in'); label=Login id=login/ /mx:Panel /mx:Application At 12:04 PM 7/28/2005, Allen

RE: [flexcoders] Form Control focus and Default Button

2005-07-28 Thread Allen Manning
mx:Button click=mx.controls.Alert.show('You just logged in'); label=Login id=login/ /mx:Panel /mx:Application At 12:04 PM 7/28/2005, Allen Manning wrote: Hello Flexcoders, I'm working on a simple login form and attempting to accomplish the following: + Assign a default button

RE: [flexcoders] Remote object problem

2005-02-23 Thread Allen Manning
Kleber, Have you tried looking at the traffic in the Net Connection Debugger? There may be a request that is attempting to be made, but the end point can't be found. HTH, Allen Allen Manning, Technical Director Prismix Ltd t: +44 (0)870 749 1100 f:+44 (0)870 749 1200 w

RE: [flexcoders] dateField questions?

2005-02-23 Thread Allen Manning
I think 'new Date()' is today, no? Allen Allen Manning, Technical Director Prismix Ltd t: +44 (0)870 749 1100 f:+44 (0)870 749 1200 w: www.prismix.com From: Clint Tredway [mailto:[EMAIL PROTECTED] Sent: 23 February 2005 18:21To: flexcoders@yahoogroups.comSubject

Property elements may not have attributes

2005-03-08 Thread Allen Manning
Allen Manning, Technical Director Certified Flex Instructor Prismix Ltd t: +44 (0)870 749 1100 f: +44 (0)870 749 1200 w: www.prismix.com http://www.prismix.com/ --_=_NextPart_002_01C523FB.3449B99C Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: quoted-printable

RE: [flexcoders] Validator + ValueObject

2005-01-29 Thread Allen Manning
James, Please see the below code snippets, this works for us... HTH, Allen vo:PaymentVO id="editedPayment" label="{labelTextInput.text}" mx:StringValidator field="editedPayment.label"/ import mx.validators.Validator; public function addHandler( event ):Void { if

Credit Card Validator for Switch/Solo

2005-01-31 Thread Allen Manning
thanks, Allen Allen Manning, Technical Director Prismix Ltd t: +44 (0)870 749 1100 f: +44 (0)870 749 1200 w: www.prismix.com http://www.prismix.com/ --_=_NextPart_002_01C507A2.4EEF0BB4 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: quoted-printable

RE: [flexcoders] Installing Flex under a full Jrun

2005-02-07 Thread Allen Manning
server requires a unique port. There's extensive JRun documentation about installing, configuring,and using JRun servers in the JRun Administrator's Guide here: http://livedocs.macromedia.com/jrun/4/JRun_Administrators_Guide/contents.htm hth, matt h From: Allen Manning [mailto:[EMAIL PROTECTED

RE: [flexcoders] Using FlexUnit with Cairngorm

2005-04-12 Thread Allen Manning
Allen Manning, Technical Director Prismix Ltd t: +44 (0)870 749 1100 f: +44 (0)870 749 1200 w: www.prismix.com From: Dan Tropp [mailto:[EMAIL PROTECTED] Sent: 12 April 2005 03:49To

RE: [flexcoders] Re: Flex Cairngorm question

2005-04-13 Thread Allen Manning
Allen Manning, Technical Director Prismix Ltd t: +44 (0)870 749 1100 f: +44 (0)870 749 1200 w: www.prismix.com From: flexcoding [mailto:[EMAIL PROTECTED] Sent: 13 April 2005 16:41To: flexcoders@yahoogroups.comSubject