[flexcoders] Controlling access to a Flex program...

2012-09-09 Thread Laurence
to go ahead and run normally... Thanks for any help you can give me. Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Flex 4.6 Image Panning and Zooming

2012-07-02 Thread Laurence
where I can find information on how to do this in Flex 4.6? Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Libspark QRCodeReader library, mobile devices, Flex 4.6...

2012-06-06 Thread Laurence
this .pbj file embed-statement, and you've gotten this LibSpark QRCodeReader stuff to work on a mobile device, and you have source-code that I can look at. Thanks for any help y'all can give, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Re: Calculating width of a child BEFORE it's added...

2010-08-31 Thread Laurence
getExplicitOrMeasuredWidth(). But why not use mx:Text? Why do you have to get the width exactly? If you stretch an mx:Text to the width of the Vbox it sounds like it would suit your needs. On 8/29/10 2:06 PM, Laurence lmacne...@... wrote: Using ActionScript, I want to add a Label

[flexcoders] AIR and Printing...

2010-08-31 Thread Laurence
Player and switch to AIR? Would that give me better control over the printing? Can AIR actually do all that I'm asking for here? What will switching to AIR mean for accessing our data from our ColdFusion/SQL server through https:, if anything? Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Re: AIR and Printing...

2010-08-31 Thread Laurence
control over printing. AIR requires installation, a web-hosted app does not. I don't know the security rules that well, but it isn't clear how you prevent someone from installing the app and accessing your server unless you require authentication first. On 8/31/10 1:10 PM, Laurence lmacne

[flexcoders] Re: AIR and Printing...

2010-08-31 Thread Laurence
/10 3:05 PM, Laurence lmacne...@... wrote: The installation/authorization stuff I can deal with... Not being able to control my print jobs properly, I can't deal with. I can find surprisingly little information about printing in AIR -- it's almost like printing was an afterthought

[flexcoders] Calculating width of a child BEFORE it's added...

2010-08-29 Thread Laurence
the width of a label I'll need, when given a string of text? I do know the font-family and font-size the label will have. Is there an easy way to go from a string of text to the width that a label will need to be to display that text? Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Re: HTTPService not updating...

2010-08-19 Thread Laurence
the cache. instead of this, url=reports/xml/{_reportInfo.fileName}.xml use this: url=reports/xml/{_reportInfo.fileName}.xml?time={getTimer()} that snippet might not be bindable so add the time in code whenever you access that file On Tue, Aug 17, 2010 at 6:17 PM, Laurence lmacne

[flexcoders] HTTPService not updating...

2010-08-17 Thread Laurence
. Can someone point me in the right direction? Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Printing without the pop-up window...

2010-05-02 Thread Laurence
? Would there maybe be a java-script I could use to disable that pop-up in the browser? Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-02 Thread Laurence
as Flex developers. That's really what it boils down to -- he's trying to put us out of business. We already can't write apps for Apple's portable devices -- and when he cuts off Flash support in OSX, there goes every Mac in the world. Thanks for ruining my job, Steve. Bastard. Laurence

[flexcoders] Re: Thoughts on Flash by Steve Jobs

2010-05-02 Thread Laurence
--- In flexcoders@yahoogroups.com, Guy Morton g...@... wrote: Jeez...it's *three* devices, and you *do* have a choice... It's gonna be a hell of a lot more than just 3 portable devices, when Jobs removes Flash from OSX. That's every Mac in the world. There are a LOT of Macs out there...

[flexcoders] Scrollbars, mx:DataGrid, and non-Halo themes...

2010-05-02 Thread Laurence
If I have a non-Halo theme (for example, Cobalt) in my Flex 4 app, there are no longer any scroll-bars on my Data Grid. How do I re-enable the vertical scroll bar, in particular? Thanks, Laurence MacNeill Mableton, Georiga, USA

[flexcoders] Re: Scrollbars, mx:DataGrid, and non-Halo themes...

2010-05-02 Thread Laurence
--- In flexcoders@yahoogroups.com, Laurence lmacne...@... wrote: If I have a non-Halo theme (for example, Cobalt) in my Flex 4 app, there are no longer any scroll-bars on my Data Grid. How do I re-enable the vertical scroll bar, in particular? Thanks, Laurence MacNeill Mableton

[flexcoders] Is it a ValueObject, or is it a String.

2010-03-27 Thread Laurence
is found } But I can't figure out how to word that 'if' statement -- how do you ask it if it is a String or a ValueObject, without knowing in advance what it's going to be? Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Re: Is it a ValueObject, or is it a String.

2010-03-27 Thread Laurence
I think I tried it already. Thanks for the suggestion, L. --- In flexcoders@yahoogroups.com, robert.vancuren...@... robert.vancuren...@... wrote: Use the is operatornbsp; If (returnedItem is String) -- Sent from my Palm Pre On Mar 27, 2010 4:23 PM, Laurence lmacne...@... wrote

[flexcoders] FocusOut event fires over and over...

2010-03-24 Thread Laurence
the pop-up window, but that does no good -- same exact results. This is incredibly frustrating! Anyone have any ideas? Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Re: From your own experience how long does it take to learn AS3?

2010-03-24 Thread Laurence
writing out your question.) Best of luck to you! A year from now, you'll look back on this and say to yourself Wow! I've really learned a LOT that I didn't know back then. It's a great feeling. Laurence MacNeill Mableton, Georgia, USA --- In flexcoders@yahoogroups.com, ellistein52 ellistei

[flexcoders] Re: FocusOut event fires over and over...

2010-03-24 Thread Laurence
from the text input. --- In flexcoders@yahoogroups.com, Laurence LMacNeill@ wrote: I want a pop-up window to appear when someone tabs out of a particular TextInput in my app. So I simply set its FocusOut event equal to the function that makes the pop-up window appear... Sounds simple

[flexcoders] Re: What book in Flex would you guys recommend for a newbie ?

2010-03-19 Thread Laurence
with, but it's a great reference to have when you've actually started working on your own projects. http://www.amazon.com/Flex-Cookbook-Code-Recipes-Developers-Developer/dp/0596529856/ref=sr_1_1?ie=UTF8s=booksqid=1269026139sr=1-1 Best of luck to you. Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Re: Automatically update ValueObjects...

2010-03-15 Thread Laurence
you have to change a package name? If you really did, the Flex Builder has some refactor feature, but not too much. You can try it, I'm not sure. - Original Message - From: Laurence mailto:LMacNeill@ To: flexcod...@yahoogro mailto:flexcoders

[flexcoders] Re: ViewStack and CreationComplete...

2010-03-12 Thread Laurence
it, yes. CreationComplete will only fire once (When the component is first created). From then on you will need to monitor the show event if you need to make changes based on when the component is displayed. --- In flexcoders@yahoogroups.com, Laurence LMacNeill@ wrote: I have not. show

[flexcoders] Labels and BackgroundColor...

2010-03-12 Thread Laurence
I have a Canvas with a background image. On that canvas are labels. If the background image is dark, you cannot see the text in the labels... I'd like to set the backgroundColor on the labels so that it's always black text on a white background, with none of the underlying backgroundImage

[flexcoders] Automatically update ValueObjects...

2010-03-12 Thread Laurence
, every time I want to export a release build... There has to be a better way that I'm just not aware of... Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] HTTPService not returning ArrayCollection...

2010-03-10 Thread Laurence
suggestions... Laurence MacNeill Mableton, Georgia, USA

[flexcoders] ViewStack and CreationComplete...

2010-03-10 Thread Laurence
, obviously... So what I need is an event that happens every time you jump to that view in the ViewStack... So I can intialize the view properly on the 2nd, 3rd, 4th, etc, time you jump to that view... Any ideas? Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Re: ViewStack and CreationComplete...

2010-03-10 Thread Laurence
assume after, but I don't want to guess incorrectly. Thanks, L. --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Have you tried the show event? --- In flexcoders@yahoogroups.com, Laurence LMacNeill@ wrote: I've been using a ViewStack to switch between views in my app

[flexcoders] Re: HTTPService not returning ArrayCollection...

2010-03-10 Thread Laurence
, thanks. L. --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: I use new ArrayCollection(ArrayUtil.toArray(event.result)). It works for 1 or more items in the result. --- In flexcoders@yahoogroups.com, Laurence LMacNeill@ wrote: I'm trying to read data from an XML file

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

[flexcoders] Dynamically create a Value Object...

2010-03-02 Thread Laurence
, Laurence MacNeill Mableton, Georgia, USA

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

2010-03-02 Thread Laurence
are pretty darn confusing, anyway... Heck, at this point I'd be willing to PAY someone to teach me how to do this, one-on-one. I really need someone who's an expert in both Flex 3.5a and ColdFusion 9. Thanks, L. --- In flexcoders@yahoogroups.com, Laurence lmacne...@... wrote: The program

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

2010-03-02 Thread Laurence
the entire program every time... And then, of course, how to reference these dynamically-modified VOs in my program. Thanks, L. --- In flexcoders@yahoogroups.com, Nick Middleweek n...@... wrote: Hi Laurence, I'm pretty new to Flex so there might be reasons to stick with Value Objects

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

2010-03-02 Thread Laurence
in that one extra VO property. You'd have to have some kind of parsing method on both ends but I'd think this would work without too much trouble. -Jake On Tue, Mar 2, 2010 at 3:21 PM, Laurence lmacne...@... wrote: We're using an SQL database with a ColdFusion intermediary between

[flexcoders] Re: Printing in Flex...

2010-02-27 Thread Laurence
--- In flexcoders@yahoogroups.com, Laurence lmacne...@... wrote: 1) Is there any way to control what printer a print job goes to? Or will it always go to the default printer? 2) Is there any way to configure it so that the browser's Print window doesn't come up? You know the one where

[flexcoders] Re: Accessing 'change' property in a dynamically-created TextInput.

2010-02-25 Thread Laurence
); On Thu, Feb 25, 2010 at 4:44 AM, Laurence lmacne...@... wrote: Suppose I have the following code: var myTextInput:TextInput = new TextInput(); this.addChild(myTextInput); How do I access the 'change' property of that TextInput? If I try: myTextInput.change=myChangeHandler

[flexcoders] Accessing 'change' property in a dynamically-created TextInput.

2010-02-24 Thread Laurence
change through a reference with static type mx.controls:TextInput. So, how do I tell that dynamically-created TextInput what to do when its value is changed? Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Re: Security issues SOLVED. (Mostly...)

2010-02-23 Thread Laurence
Message - From: Laurence To: flexcoders@yahoogroups.com Sent: Monday, February 22, 2010 3:16 PM Subject: [flexcoders] Re: Security issues SOLVED. (Mostly...) So, you're saying that serving the .SWF via HTTPS won't automatically make all my ColdFusion calls through

[flexcoders] Printing in Flex...

2010-02-22 Thread Laurence
OK to get it to print. Thanks for any info you can provide, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Re: Security issues SOLVED. (Mostly...)

2010-02-22 Thread Laurence
/). Of course, if you serve the SWF over HTTP, someone could analyze the SWF and find the encryption key. Again, for security reasons, I would move everything over to https. --- In flexcoders@yahoogroups.com, Laurence LMacNeill@ wrote: So, here's my crossdomain.xml in its final form

[flexcoders] Re: Security issues SOLVED. (Mostly...)

2010-02-22 Thread Laurence
to an HTTP server. I don't know how or even if that would work but it's worth a try. --- In flexcoders@yahoogroups.com, Laurence LMacNeill@ wrote: Yes but HTTPS is *so* much slower than HTTP... Some of the data that we don't need secured can get as high as 50,000 records... I only need one

[flexcoders] Re: Capturing a browser-refresh event...

2010-02-21 Thread Laurence
dont think there is a foolproof way to listen to this event directly in your swf. ~Peeyush http://www.mds.asia On Sun, Feb 21, 2010 at 12:40 PM, Laurence lmacne...@... wrote: In my app, if you click the browser's refresh button, it re-loads the app and starts it over from

[flexcoders] Re: .CFC cannot be accessed remotely...

2010-02-20 Thread Laurence
somewhere that lists all the patches that have been released for CF9? I'd like to do a better job of keeping this server up-to-date. Thanks, L. --- In flexcoders@yahoogroups.com, Jochem van Dieten joch...@... wrote: On Fri, Feb 19, 2010 at 12:11 PM, Laurence wrote: Very weird...  The access

[flexcoders] Re: SQL Question

2010-02-20 Thread Laurence
head, and this will force you to see it one step at a time, so you can figure out why it's doing what it's doing... Best of luck, Laurence MacNeill Mableton, Georgia, USA --- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: I know this is out of the core topic, but I am banging my

[flexcoders] Re: Still getting Security Sandbox violations...

2010-02-20 Thread Laurence
, Warren warrenony...@... wrote: Yes, I'm using CF8. I didn't know the endpoints changed in. When you get all this to work, could you post it. Soon I will be transitioning to CF9 and would like the benefit of your lessons learned. - Original Message - From: Laurence

[flexcoders] Security issues SOLVED. (Mostly...)

2010-02-20 Thread Laurence
So, here's my crossdomain.xml in its final form: cross-domain-policy site-control permitted-cross-domain-policies=master-only / allow-http-request-headers-from domain=www.mydomain.com headers=* secure=false/ allow-access-from domain=www.mydomain.com secure=false /

[flexcoders] Capturing a browser-refresh event...

2010-02-20 Thread Laurence
if they accidentally click the browser's refresh button. Ideally it would give them a pop-up window telling them that they're about to lose all their data, and allow them to cancel the refresh if they desire. Is this possible? How can I do that from my Flex app? Thanks, Laurence MacNeill Mableton, Georgia

[flexcoders] Re: .CFC cannot be accessed remotely...

2010-02-20 Thread Laurence
Thanks! L. --- In flexcoders@yahoogroups.com, Jochem van Dieten joch...@... wrote: On Sun, Feb 21, 2010 at 5:27 AM, Laurence wrote: Where do I go to keep up with the patches for CF9?  Is there a single page somewhere that lists all the patches that have been released for CF9

[flexcoders] .CFC cannot be accessed remotely...

2010-02-19 Thread Laurence
I've reinstalled everything on my server, including FlexBuilder and ColdFusion... Now, when I run my app from within FlexBuilder, I get the following error message: The method 'updateLoginInfo' in component C:\Inetpub\wwwroot\QMS\cfcs\dao\LoginDAO.cfc cannot be accessed remotely. What does

[flexcoders] Re: .CFC cannot be accessed remotely...

2010-02-19 Thread Laurence
Very weird... The access was set to public. Don't know how that was working on my old server -- I didn't change any code at all... And it worked fine on the old setup... So now, I have to set the access to remote, and it works fine... Thanks a bunch!! L. --- In

[flexcoders] Flex doesn't appear to be using my services-config.xml file...

2010-02-19 Thread Laurence
I've added a secure channel to my services-config.xml file, yet Flex tells me the channel doesn't exist when I try to use it. No Security Sandbox errors or anything -- just Destination 'SecureColdFusion' either does not exist or the destination has no channels defined But it does exist, and

[flexcoders] Re: Flex doesn't appear to be using my services-config.xml file...

2010-02-19 Thread Laurence
as within Flex. --- In flexcoders@yahoogroups.com, Laurence LMacNeill@ wrote: I've added a secure channel to my services-config.xml file, yet Flex tells me the channel doesn't exist when I try to use it. No Security Sandbox errors or anything -- just Destination 'SecureColdFusion

[flexcoders] Re: Flex doesn't appear to be using my services-config.xml file...

2010-02-19 Thread Laurence
I was able to go into my compiler and point it to the proper place with the -services tag. That seems to have fixed the channel not defined error that I was getting. Thanks. --- In flexcoders@yahoogroups.com, Warren warrenony...@... wrote: In our configurations I have no access to the

[flexcoders] Still getting Security Sandbox violations...

2010-02-19 Thread Laurence
Here's my crossdomain.xml file: ?xml version=1.0? !DOCTYPE cross-domain-policy SYSTEM http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd; cross-domain-policy allow-access-from domain=*/ /cross-domain-policy So how is it, with EVERY domain allowed, I'm getting the same old

[flexcoders] Re: Still getting Security Sandbox violations...

2010-02-19 Thread Laurence
-secure my channel. I mean, what's the point? Thanks, L. --- In flexcoders@yahoogroups.com, Laurence lmacne...@... wrote: 2) If I go ahead and set secure=false and leave the domain=*, instead of getting the Security Sandbox violation, I'm getting a Channel.Connect.Failed error

[flexcoders] Re: Will Flash 10.1 do much for Flex or is it mostly for video?

2010-02-19 Thread Laurence
carry through to standard browser players in terms of optimizing vector CPU usage hence making our web Flex apps run a bit slicker. --- In flexcoders@yahoogroups.com, Laurence LMacNeill@ wrote: Well, when they get 10.1 working on Mobile Phones, it'll mean all our Flex apps can go mobile

[flexcoders] Any Adobe folks on here?

2010-02-18 Thread Laurence
How hard is it to understand? I purchased a copy of ColdFusion 8 about two years ago. We've been running it this entire time. I had been running the 32-bit version of CF8, and recently discovered that enabling 32-bit apps on our 64-bit version of IIS is what was causing all the security

[flexcoders] Re: Any Adobe folks on here?

2010-02-18 Thread Laurence
? LOL I think I'll do that right now. But if there are any folks in the Flex group here who've dealt with this problem, please feel free to e-mail me. Thanks, L. --- In flexcoders@yahoogroups.com, Laurence lmacne...@... wrote: How hard is it to understand? I purchased a copy of ColdFusion 8

[flexcoders] Re: Will Flash 10.1 do much for Flex or is it mostly for video?

2010-02-18 Thread Laurence
abilities, I'm not real sure there's going to be much that affects us Flex developers. Laurence MacNeill Mableton, Georgia, USA --- In flexcoders@yahoogroups.com, tntomek tnto...@... wrote: bump --- In flexcoders@yahoogroups.com, tntomek tntomek@ wrote: Seems like the recent Adobe vs Jobs

[flexcoders] Re: Any Adobe folks on here?

2010-02-18 Thread Laurence
@yahoogroups.com, Laurence lmacne...@... wrote: Anyway -- now my problem is this: How do I install 32-bit CF8 on a 64-bit IIS without killing CertSrv? Heck, I guess I should join a CF group, eh? LOL I think I'll do that right now. But if there are any folks in the Flex group here who've dealt

[flexcoders] FlexBuilder 3 and ColdFusion 9 Extensions...

2010-02-18 Thread Laurence
Anyone know where I can download the ColdFusion 9 Extensions for Eclipse? I can find only the CF8 Extensions... I'd really like to install the CF9 Extensions, assuming they exist... Thanks, L.

[flexcoders] Re: Any Adobe folks on here?

2010-02-18 Thread Laurence
That is exactly correct. You can have either a 64-bit app pool or a 32-bit app pool running on any given site. But not both at the same time on the same site. --- In flexcoders@yahoogroups.com, Amy amyblankens...@... wrote: I think you may be able to just set up a single application pool to

[flexcoders] I hate dealing with security issues...

2010-02-17 Thread Laurence
from the https. Can anyone help me get Flex to trust my self-created certificate? Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Re: I hate dealing with security issues...

2010-02-17 Thread Laurence
. --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: This may help out: http://stackoverflow.com/questions/195275/connect-to-self-signed-https-web-services-from-flex --- In flexcoders@yahoogroups.com, Laurence LMacNeill@ wrote: Ok. I finally figured out how to create my own

[flexcoders] Re: I hate dealing with security issues...

2010-02-17 Thread Laurence
-flex --- In flexcoders@yahoogroups.com, Laurence LMacNeill@ wrote: Ok. I finally figured out how to create my own security certificate on my Windows 2003 server, using Certificate Services. I can access my server using https:// right now -- the browser gives me an error because it's

Re: [SPAM] [flexcoders] How to stop execution?

2010-02-15 Thread Laurence
on the event.detail. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Laurence Sent: Sunday, February 14, 2010 10:32 PM To: flexcoders@yahoogroups.com Subject: [SPAM] [flexcoders] How

[flexcoders] How to stop execution?

2010-02-14 Thread Laurence
, perhaps? What's the proper way to handle this? Thanks, Laurence MacNeill Mableton, Georgia, USA

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

[flexcoders] Re: Flex Project Hosting

2010-02-10 Thread Laurence
other back-ends that will work also (besides ColdFusion), but I'm not knowledgeable enough to list them all here... Someone else, I'm sure, will have that info. Laurence MacNeill Mableton, Georgia, USA --- In flexcoders@yahoogroups.com, Shabir Gilkar shabirgil...@... wrote: Hi All! Do we

[flexcoders] Re: Limited Heap Space Problem

2010-02-10 Thread Laurence
Well, first of all, I'd try to find another way of allowing users to view your 50 .PNG files, without embedding them in your code. That'll free up a TON of memory. (It's why Hard Drives were invented. GRIN) Maybe load them into memory from a folder, as they're needed, rather than embedding

[flexcoders] A security question...

2010-02-10 Thread Laurence
to make my entire program secure via an https:// in the URL, or is there a way to encrypt just that one mx:RemoteObject? If there is a way to secure just the one object, how is that done? Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Re: A security question...

2010-02-10 Thread Laurence
should encrypt it in client side before it is passed to webservice (whatever it is, https or http) because man in middle attack can tap your creditcard information before it is passed to webservice. Reinhart --- On Wed, 2/10/10, Laurence lmacne...@... wrote: From: Laurence lmacne

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

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

2010-02-08 Thread Laurence
to write the test-case? Anyway, thanks a bunch! Laurence MacNeill Mableton, Georgia, USA

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] Re: Custom ItemRenderer still not working...

2010-02-07 Thread Laurence
is returned by selectedIndex. Kind of an auto-repair for his database. LOL Thanks, Laurence MacNeill Mableton, Georgia, USA

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

2010-02-06 Thread Laurence
-down shows the correct data 100% of the time. Good enough for now. --- In flexcoders@yahoogroups.com, Laurence lmacne...@... wrote: Well, I installed FlashBuilder 4 Premium Beta 2, imported the project into there, and ran the code. It is EXACTLY THE SAME in FB3

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

2010-02-06 Thread Laurence
--- In flexcoders@yahoogroups.com, Tracy Spratt tr...@... wrote: Refresh() is intended to re-apply a sort of filter to a collection. If it is working in your case it is a side effect. Yeah, I figured as much. I noticed that if I opened then closed then re-opened the drop-down, the data

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

2010-02-05 Thread Laurence
Hmmm... That's an idea... data.course_fees is coming out of the database as an Array -- perhaps I should rewrite that so it comes out as an ArrayCollection from the very beginning... I'll give that a shot... (Yes, I know I can put an Array into an ArrayCollection, but if Array isn't

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

2010-02-05 Thread Laurence
--- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: I didn't take the time to debug your code, just looked for the usual suspects and didn't see any. It was supposed to be fixed in 3.5 but somehow got busted so now will be in 3.6 but not sure when that ships. I didn't

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

2010-02-05 Thread Laurence
or ArrayCollection... --- In flexcoders@yahoogroups.com, Laurence lmacne...@... wrote: Hmmm... That's an idea... data.course_fees is coming out of the database as an Array -- perhaps I should rewrite that so it comes out as an ArrayCollection from the very beginning... I'll give that a shot

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

2010-02-05 Thread Laurence
able to figure it out? I'm totally confused... It should be working! (See my earlier post for the code -- I beg you, PLEASE help me figure this out!) Thanks, Laurence MacNeill Mableton, Georgia, USA --- In flexcoders@yahoogroups.com, Laurence lmacne...@... wrote: --- In flexcoders

[flexcoders] Re: Trying to use an Array inside a VO.

2010-02-04 Thread Laurence
THANKS so much!!! I was taking it too literally -- trying to make an actual blank array, rather than just setting it to null. LOL Been working too long without a break, I guess. --- In flexcoders@yahoogroups.com, claudiu ursica the_bran...@... wrote: try param2:Array= null C

[flexcoders] Custom ItemRenderers and scrolling on a DataGrid...

2010-02-04 Thread Laurence
, then scroll it back and forth a few times, it corrupts the data in the ComboBoxes... How would you fix that? Thanks, Laurence MacNeill Mableton, Georgia, USA

[flexcoders] Assigning arrays...

2010-02-04 Thread Laurence
I need to copy one array to another -- NOT copy a reference to the array... For example: array1 = array2 will simply copy a reference to array2 into array1. I want to do something like this: array1 = new Array(array2). Of course, that doesn't work... It simply creates a blank array that's

[flexcoders] Re: Custom ItemRenderers and scrolling on a DataGrid...

2010-02-04 Thread Laurence
Never mind -- I think I've figured it out... Sorry for the bother... --- In flexcoders@yahoogroups.com, Laurence lmacne...@... wrote: Ok, I know this question has been asked a thousand times (or more), but when I search for information on Item Renderers here, it just returns SO many

[flexcoders] Custom ItemRenderer still not working...

2010-02-04 Thread Laurence
I thought I had this figured out... But apparently I don't... Can someone please tell me why this won't work as a custom ItemRenderer? I scroll up and down, and the selected value in the ComboBox does NOT change, but the values in the drop-down DO change. I'm at a loss as to why... BEGIN

[flexcoders] Re: Assigning arrays...

2010-02-04 Thread Laurence
(Array.concat or Array.join) check the docs I don;t know them by heart. C -- *From:* Laurence lmacne...@... *To:* flexcoders@yahoogroups.com *Sent:* Thu, February 4, 2010 6:02:46 PM *Subject:* [flexcoders] Assigning arrays... I need to copy one

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

2010-02-04 Thread Laurence
prerelease build. You might be hitting a combobox issue that is fixed in Flex 4. On 2/4/10 8:41 AM, Laurence lmacne...@... wrote: I thought I had this figured out... But apparently I don't... Can someone please tell me why this won't work as a custom ItemRenderer? I scroll up

[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

  1   2   >