Re: [flexcoders] Dynamically create a Value Object...

2010-03-03 Thread Laurence MacNeill
At 11:24 PM 3/2/2010, you wrote: First, let me say that I have been roundly criticized for taking the approach of NOT using VOs. Second, I use .NET FluorineFX. Yes, well, unfortunately it's way too late in this project to change our back-end. It's gonna be CF9... Period... My bosses

Re: [flexcoders] Dynamically create a Value Object...

2010-03-03 Thread Laurence MacNeill
This blog-post describes pretty much what I want to do: http://justinjmoses.wordpress.com/2008/10/10/flex-dynamic-bindable-value-objects/ Dynamic, bindable value objects. Perfect! Except he's implementing it with LINQ and .NET 3.5 Anyone know how to do this with CF9? (I've already asked the

Re: [flexcoders] Credit Card number encryption

2010-02-11 Thread Laurence MacNeill
the CC issuers (dozens of 'em? Hundreds?) all have the time to audit every company that uses CC info for any purpose whatsoever? Doesn't sound possible to me. Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Re: Credit Card number encryption

2010-02-11 Thread Laurence MacNeill
At 12:51 PM 2/11/2010, you wrote: You need to make your superiors aware of the PCI Compliance regulations. You're not actually breaking the law, but you may be breaking your contract with your merchant provider. I read all 80+ pages or so of my merchant account contract. Someone at your

[flexcoders] Another security question...

2010-02-11 Thread Laurence MacNeill
the computer, just in case that was it. Anyone dealt with this before? Got any tips? Thanks, Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Flash 10.1 - When???

2010-02-09 Thread Laurence MacNeill
for my Motorola Droid. I want it NOW! :-) Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Re: Custom ItemRenderer still not working... [1 Attachment]

2010-02-09 Thread Laurence MacNeill
I fear I'm not explaining the problem properly. So I'm attaching a screen-shot of what the problem is, exactly. As you can see from the screen-shot, the selected combo-box is displaying a number -- the correct number ($275.00) -- in the main display area. But in the combo-box's drop down,

Re: [flexcoders] Re: Custom ItemRenderer still not working...

2010-02-09 Thread Laurence MacNeill
At 12:48 PM 2/9/2010, you wrote: That was exactly what I was expecting to experience from your instructions. Of course, I don't get that experience. I also tried it in IE6 with the same result. Have you confirmed that others have actually seen the problem? I'm pretty sure Alex Hauri saw it

Re: [flexcoders] Re: Custom ItemRenderer still not working...

2010-02-09 Thread Laurence MacNeill
At 01:10 PM 2/9/2010, you wrote: At 12:48 PM 2/9/2010, you wrote: That was exactly what I was expecting to experience from your instructions. Of course, I don't get that experience. I also tried it in IE6 with the same result. Just for kicks, I downloaded and installed Firefox 3.6. The

Re: [flexcoders] Re: Custom ItemRenderer still not working...

2010-02-09 Thread Laurence MacNeill
I just installed the latest nightly-build for Flex 3.6 -- version 3.6.0.13443. THAT FIXED THE PROBLEM!!! Weird that 3.6.x would fix the problem, whereas 4.0.x didn't... And I still don't know where to get that 3.5.0.13209 or later that Alex Hauri talked about... Latest 3.5 build I can find is

Re: [flexcoders] Custom ItemRenderer still not working... [1 Attachment]

2010-02-08 Thread Laurence MacNeill
of importing it to your FB, then you can see what I'm dealing with... Thanks again, guys, for all your help. And please let me know if the attachment doesn't come through... Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Custom ItemRenderer still not working... [1 Attachment]

2010-02-08 Thread Laurence MacNeill
Ok -- the first file I sent didn't include the XML data... Sorry 'bout that. Trying again... Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Searching a DataGrid...

2009-09-09 Thread Laurence MacNeill
and the Button are no problem of course, but how do I get the DataGrid to scroll down to the closest match in the list? Thanks, Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Re: Value Objects

2009-05-28 Thread Laurence MacNeill
well for me. Just a newbie's $0.02 worth. Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Resetting IViewCursor

2009-05-25 Thread Laurence MacNeill
so it will be able to find everything? I would think that FindAny() would find any instance of the search object, no matter where it is in the collection, but maybe I'm wrong. So, do I need to reset the cursor to use FindAny twice? And, if so, how do I do that? Thanks, Laurence MacNeill

Re: [flexcoders] Resetting IViewCursor

2009-05-25 Thread Laurence MacNeill
as it was sorted on any field first. But apparently you must sort the ArrayCollection on the field you're searching for, every time you use FindAny(). So there's no need to respond to my query. Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Confused about ArrayCollection Filters...

2009-05-23 Thread Laurence MacNeill
elements that have 'part_no == r'. Is there a way to do this without separating the original ArrayCollection into two different ArrayCollections? Laurence MacNeill Mableton, Georgia, USA

[flexcoders] FlexBuilder design-mode wierdness...

2009-05-22 Thread Laurence MacNeill
this one file that won't render at all in Design Mode - no errors or anything, just a blank screen when I try to go into Design Mode to look at the file... Anyone have any clue at all as to why it's suddenly doing this? Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Various problems with DataGrid

2009-05-21 Thread Laurence MacNeill
(data.reg_fee4); } if (data.reg_fee5 != 0) { feeCollection.addItem(data.reg_fee5); } this.dataProvider = feeCollection; this.selectedItem = data.reg_fee_chosen; } ]] /mx:Script /mx:ComboBox Thanks for any and all help you can provide, Laurence MacNeill

[flexcoders] Still more problems with DataGrid

2009-05-21 Thread Laurence MacNeill
, it'd be nice, whenever I delete a value from the DataProvider, to completely reset the DataGrid. Make it re-render itself completely from scratch, including the custom ItemRenderer in the 3rd column. How do I do this? Thanks, Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Still more problems with DataGrid

2009-05-21 Thread Laurence MacNeill
, with no success... Laurence MacNeill Mableton, Georgia, USA

re: [flexcoders] Still more problems with DataGrid

2009-05-21 Thread Laurence MacNeill
enough questions here? Hopefully someone will be able to help me out with this, because I'm completely baffled. I can't think of what to do next. Thanks, Laurence MacNeill Mableton, Georgia, USA

RE: [flexcoders] Still more problems with DataGrid

2009-05-21 Thread Laurence MacNeill
)' method. Laurence MacNeill Mableton, Georgia, USA

RE: [flexcoders] Various problems with DataGrid

2009-05-21 Thread Laurence MacNeill
on custom ItemRenderers mention this? I'm terribly confused now. Can anyone help un-confuse me? :-) Thanks, Laurence MacNeill Mableton, Georgia, USA

RE: [flexcoders] Various problems with DataGrid

2009-05-21 Thread Laurence MacNeill
for pointing me in the right direction. What a long way to go just to put a simple ComboBox into a DataGrid. (Oh, and FYI -- yeah, there were problems with scrolling, which I hadn't noticed before. This fixed those problems too.) Thanks, Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Re: Printing PDF417 barcodes in Flex...

2009-05-20 Thread Laurence MacNeill
Thanks! That's perfect! Laurence MacNeill Mableton, Georgia, USA At 05:30 AM 5/20/2009, you wrote: Here you have it http://bumpslide.com/blog/tag/flex/http://bumpslide.com/blog/tag/flex/ --- In mailto:flexcoders%40yahoogroups.comflexcoders@yahoogroups.com, Laurence MacNeill lmacne

[flexcoders] TextArea Line-breaks

2009-05-20 Thread Laurence MacNeill
How do I add line-breaks to a text area? In ActionScript, I mean -- I want something like the following: myTextArea.text = Line one. + lineBreak + Line two. I just don't know what to put in place of 'lineBreak' above. Thanks for any and all help, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Printing PDF417 barcodes in Flex...

2009-05-19 Thread Laurence MacNeill
it? Thanks, Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Printing PDF417 barcodes in Flex...

2009-05-19 Thread Laurence MacNeill
it probably was, but that's why I asked this question. Can you give me an example of how that would work? I have no clue how to do such a thing. Thanks, Laurence MacNeill Mableton, Georgia, USA -- Howard Fore, mailto:howard.f...@hofo.comhoward.f...@hofo.com The universe tends toward maximum irony

Re: [flexcoders] Pure MVC vs Cairgorm

2009-05-19 Thread Laurence MacNeill
references to Cairgorm and others, but I have no idea what they'd be used for... Or how... Is it like an add-on to Flex Builder, or something? Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Form validation before submitting...

2009-05-18 Thread Laurence MacNeill
Ok, I figured I could loop through all the children of my form, checking their .errorString to make sure it's blank, and if it's not blank then assuming there's an error on the form. So, why won't this code work? It won't compile -- gives me two errors, Attempted access of inaccessible method

Re: [flexcoders] Re: Form validation before submitting...

2009-05-18 Thread Laurence MacNeill
not a method. Thanks for pointing that out. :-) And, errorString is what gets set when a validator pops up one of those little red error messages. You can set it yourself, too, if you want, after manually using a valdiator to check for a .VALID condition. Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Re: Form validation before submitting...

2009-05-18 Thread Laurence MacNeill
!= ) { validForm = false; } } return validForm; } -TH Thanks, Tim! Exactly what I was looking for. Much obliged. Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Using RegExp's...

2009-05-18 Thread Laurence MacNeill
I want to check to see that data has been entered into a textInput. Specifically, I want to ensure that only letters, not spaces, commas, or anything else has been entered into this textInput. How do I do that with RegExp's in Flex 3? Thanks, Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Re: Form validation before submitting...

2009-05-18 Thread Laurence MacNeill
At 05:13 PM 5/18/2009, you wrote: Why not stop and return when validForm just turns false, like this: On Mon, May 18, 2009 at 5:54 PM, Tim Hoff mailto:timh...@aol.comtimh...@aol.com wrote: import mx.core.UIComponent; private function formIsValid():Boolean { for (var i:int = 0; i

Re: [flexcoders] Re: Using RegExp's...

2009-05-18 Thread Laurence MacNeill
At 07:01 PM 5/18/2009, you wrote: For this particular case, you can catch it before you validate: mx:TextInput restrict=A-Z/ Good idea -- thanks! Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Re: Form validation before submitting...

2009-05-18 Thread Laurence MacNeill
I loop thru all those? Thanks, Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Re: Form validation before submitting...

2009-05-18 Thread Laurence MacNeill
At 08:13 PM 5/18/2009, you wrote: Almost seems like you'd want to loop through the validators instead, huh? -TH Didn't know I could do that... How would I go about doing that? Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Doing math with Date()

2009-05-18 Thread Laurence MacNeill
? Thanks, Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Doing math with Date()

2009-05-18 Thread Laurence MacNeill
-and-time functions in Flex? Never mind -- I finally found it in LiveDocs. Man, I wish that was easier to find stuff in. Thanks, Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Re: Storing an array in a Database?

2009-05-17 Thread Laurence MacNeill
At 02:08 PM 5/17/2009, you wrote: --- In mailto:flexcoders%40yahoogroups.comflexcoders@yahoogroups.com, Laurence MacNeill lmacne...@... wrote: At 06:26 PM 5/15/2009, you wrote: How that is different from a database table with 25 rows? Because it just is. LOL With 25 rows, you

Re: [flexcoders] Re: Storing an array in a Database?

2009-05-17 Thread Laurence MacNeill
At 04:38 PM 5/17/2009, you wrote: The only thing I don't know how to do is have a CFC loop thru the array to store each element in the DB. Can you help? Never mind -- I figured out how to loop thru an array in a CFC. Thank God for Google. GRIN Laurence MacNeill Mableton, Georgia, USA

[flexcoders] HyperThreading...

2009-05-17 Thread Laurence MacNeill
Does anyone know if the Flash Player supports HyperThreading? In other words, will my program run faster on a CPU that has HyperThreading? Or will it not make any difference? Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Centering my app on the screen...

2009-05-16 Thread Laurence MacNeill
Is there a way I can center my app in the browser window? And keep it there if/when the browser is re-sized? Thanks, Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Centering my app on the screen...

2009-05-16 Thread Laurence MacNeill
in property like creationComplete on mx:Application tag   }   private function centerIt(e:ResizeEvent):void {    centerMyContainer(yourComp);   }  }  Regards Igor http://www.igorcosta.org/www.igorcosta.org  On Sat, May 16, 2009 at 8:13 PM, Laurence MacNeill mailto:lmacne...@comcast.netlmacne

RE: [flexcoders] Problems with getChildByName();

2009-05-15 Thread Laurence MacNeill
properly. Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Storing an array in a Database?

2009-05-15 Thread Laurence MacNeill
to be a better way. Please help. Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Re: Storing an array in a Database?

2009-05-15 Thread Laurence MacNeill
myself well. But I don't know how else to explain it. L. --- In mailto:flexcoders%40yahoogroups.comflexcoders@yahoogroups.com, Laurence MacNeill lmacne...@... wrote: Ok, I think maybe I'm over-thinking this and confusing myself... But how do I store an array in a Database? I have

[flexcoders] Form with 3 Custom Components...

2009-05-14 Thread Laurence MacNeill
out how to do it. Thanks for any help you can offer, Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Re: Form with 3 Custom Components...

2009-05-14 Thread Laurence MacNeill
. So how do you set an EventListener to listen for events in the parent? Thanks, Laurence MacNeill Mableton, Georgia, USA

Re: [flexcoders] Re: Form with 3 Custom Components...

2009-05-14 Thread Laurence MacNeill
I'm getting confused. Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Problems with getChildByName();

2009-05-14 Thread Laurence MacNeill
field of the VBox to find it... In which case, I have no clue how I'm gonna find it again. HELP! :-) Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Adding a child to a child...

2009-05-13 Thread Laurence MacNeill
Let's say I want to add, in actionScript, a VBox to my Canvas. var tempVBox = new VBox(); tempVBox.id = myVBox this.addChildAt(tempVBox, 0); Ok, fine. That's all well and good. Now, how do I add children to the VBox I just created? Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] HTTPService not behaving properly?

2009-05-12 Thread Laurence MacNeill
is there a way to force my program to stop and wait for this thing to load? Laurence MacNeill Mableton, Georgia, USA