[flexcoders] Odd syntax error

2008-05-21 Thread Clinton D. Judy
I have this: mx:request xmlns= job created-at/created-at display-order/display-order ecms{ecmsTI.text}/ecms job-id/job-id name{nameTI.text}/name

RE: [flexcoders] flex3 sdk and eclipse 3.2

2008-05-20 Thread Clinton D. Judy
This looks pretty cool so far. However, can you remove the BS profanity from one of the last screen shots? ;-) Would help you look more professional... From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of László Hornyák Sent: Tuesday, May 20, 2008 5:35 AM To:

RE: [flexcoders] Re: Grr, HTTPService doesn't work when it should

2008-05-20 Thread Clinton D. Judy
mailto:flexcoders%40yahoogroups.com , Clinton D. Judy [EMAIL PROTECTED] wrote: Sorry about not being descriptive enough. What I meant was, my browser would crash, and Flex Builder would bring up the httpservice source code where the error happened. That's not happening anymore, but it's still

[flexcoders] Grr, HTTPService doesn't work when it should

2008-05-19 Thread Clinton D. Judy
This may be a simple problem, but Flex shuts down hard when I try this code: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=vertical horizontalAlign=center verticalAlign=top width=100% height=100%

RE: [flexcoders] Grr, HTTPService doesn't work when it should

2008-05-19 Thread Clinton D. Judy
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clinton D. Judy Sent: Monday, May 19, 2008 12:52 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Grr, HTTPService doesn't work when it should This may be a simple problem, but Flex shuts down hard

RE: [flexcoders] Grr, HTTPService doesn't work when it should

2008-05-19 Thread Clinton D. Judy
] On Behalf Of Clinton D. Judy Sent: Monday, May 19, 2008 4:13 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Grr, HTTPService doesn't work when it should I tried this, it didn't work. I thought you still referred to the first element in an array in Flex, not its parent class

RE: [flexcoders] OT: Possible recruiting scam??

2008-04-23 Thread Clinton D. Judy
Doesn't matter if a company appears 'scammy' or not, don't do free work. Only exception, if you're in an actual interview and they want to see a program to prove you can code. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Wednesday, April 23, 2008

RE: [flexcoders] ERROR 1009

2008-04-21 Thread Clinton D. Judy
You're right. The stylesheet is being loaded before the TextArea is created, so it's attempting to apply the style to something that doesn't exist. Yeah, it's annoying, but there are ways around it. Someone on this list who's a better coder than I, may recommend a way to check for the existence of

RE: [flexcoders] Flex Builder 3: *major* bug in deleting linked folders

2008-03-05 Thread Clinton D. Judy
Well... now we know not to keep our development and production versions in the same place. And moving stuff to the trash is a feature of whatever operating system you're using, Linux or Windows or Mac. Any decent programming language will actually *delete* stuff you tell it to. I personally

RE: [flexcoders] Flex Builder 3: *major* bug in deleting linked folders

2008-03-05 Thread Clinton D. Judy
Well, thanks for the warm remarks, but you'll notice that I quite clearly stated that it was my *localhost* copy of my site, i.e. it was my development version. It's a pain because restoring the development version from a backup or the production version is time consuming... Ah, my bad then.

[flexcoders] WSDL connection failing

2008-03-04 Thread Clinton D. Judy
I've seen several 'solutions' to this problem that don't seem to solve what I'm doing here. Maybe someone here can help. I have a Flex application on an asp.net backend. The backend exposes itself as a series of webservices, asmx files that connect to VB files that connect to MS SQL servers.

RE: [flexcoders] WSDL connection failing

2008-03-04 Thread Clinton D. Judy
@yahoogroups.com Subject: Re: [flexcoders] WSDL connection failing Could it be a DNS issue. Are you able to access wsdl via browser ? --ramnish On 04/03/2008, Clinton D. Judy [EMAIL PROTECTED] wrote: I've seen several 'solutions' to this problem that don't seem to solve what I'm doing here. Maybe

RE: [flexcoders] Adobe Flex Application not working on Citrix

2008-02-01 Thread Clinton D. Judy
A program I developed here is accessed at work through Citrix. We don't use Linux though. We had a problem with most of the servers because Flash wasn't installing correctly (users were trying to automatically install it). That would be the first thing you should check, is that as an

RE: [flexcoders] RE: Flex, Thermo, Flash - Why Thermo? Make Flash Flex Happy Together...

2008-02-01 Thread Clinton D. Judy
Gosh, I'm in the same boat. I've been trying to figure out how to do this one application for a personal project, and it could honestly use a 50-50 blend of Flash and Flex. I think it's weird that a third application has to come out to bridge Flash and Flex together. Why can't the two become

RE: [flexcoders] How do I test if a variable is defined?

2008-01-31 Thread Clinton D. Judy
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clinton D. Judy Sent: Thursday, January 31, 2008 10:53 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How do I test if a variable is defined? In one interface, there's a checkbox that doesn't exist in the other interface. They both

RE: [flexcoders] How do I test if a variable is defined?

2008-01-31 Thread Clinton D. Judy
Of yigit Sent: Thursday, January 31, 2008 10:45 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How do I test if a variable is defined? to test whether a variable exists or not if(varName) trace('exists'); else trace('does not exist'); Clinton D. Judy wrote On 01/31/2008 05:34 PM

RE: [flexcoders] How do I test if a variable is defined?

2008-01-31 Thread Clinton D. Judy
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clinton D. Judy Sent: Thursday, January 31, 2008 10:35 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How do I test if a variable is defined

[flexcoders] How do I test if a variable is defined?

2008-01-31 Thread Clinton D. Judy
No other explanation needed, really. How do I see if an object/variable exists before I test other conditions of it? Unnecessary explanation: I use two completely separate mxml interfaces that both use one as script file. One program is just missing some information that the other one has. I'd

RE: [flexcoders] How do I test if a variable is defined?

2008-01-31 Thread Clinton D. Judy
Merrill Bank of America GTO LLD Solutions Design Development eTools Multimedia Bank of America Flash Platform Developer Community From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clinton D. Judy Sent

RE: [flexcoders] How do I test if a variable is defined?

2008-01-31 Thread Clinton D. Judy
Platform Developer Community From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clinton D. Judy Sent: Thursday, January 31, 2008 10:43 AM To: flexcoders

RE: [flexcoders] How do I test if a variable is defined?

2008-01-31 Thread Clinton D. Judy
I was still learning Flex and Actionscript from the bottom up when building this. I thought Flex was the most suitable technology for the program at the time (still is). If I built it from the ground up today, I would probably learn to decouple things and attempt a MVC framework for this.

RE: [flexcoders] How can we destroy the chaild in the other state before moving to the new state.

2008-01-31 Thread Clinton D. Judy
What's the button do that logs the user in? Just have that button call init() instead. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of srikanth_reddy_007 Sent: Thursday, January 31, 2008 11:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] How can we destroy

RE: [flexcoders] How can we destroy the chaild in the other state before moving to the new state.

2008-01-31 Thread Clinton D. Judy
mx:Button click=init() / From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clinton D. Judy Sent: Thursday, January 31, 2008 12:01 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] How can we destroy the chaild in the other state before moving to the new state

RE: [flexcoders] Re: Picnik photo functions/features RD

2008-01-30 Thread Clinton D. Judy
I wonder if you can't use actionscript alongside something like Processing. I don't believe I've seen them used together yet though, that may not be possible. But I'm almost sure picnic uses server-side code to edit pictures. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Stop being Windows-oriented!

2008-01-16 Thread Clinton D. Judy
You can develop and compile Flex on Linux. And Flash Player 9 can also be installed on Linux. So... null? (PS. This isn't a Flash mailing list...) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Marcelo de Moraes Serpa Sent: Wednesday, January 16, 2008 9:37 AM To: Open

RE: [flexcoders] Where are the propellerheads? (was:Custom Currency itemRenderer)

2008-01-09 Thread Clinton D. Judy
Hahahahaha! Now that that's out my system, yes, I tend to have similar experiences with you in this group. I think there's just a HUGE number of people here who are novices and don't know very much about Flex that ask questions, and very few experts that can answer 90% or more of people's

[flexcoders] Databinding to ArrayCollections

2008-01-03 Thread Clinton D. Judy
Can someone explain in detail how data binding text fields to an ArrayCollection works, in layman's terms? I have 133 Data binding will not be able to detect assignments to ___ errors, and I just realized that it's getting the correct data the first time it connects to the ArrayCollection, but

RE: [flexcoders] Databinding to ArrayCollections

2008-01-03 Thread Clinton D. Judy
(); On 1/3/08, Clinton D. Judy [EMAIL PROTECTED] wrote: Can someone explain in detail how data binding text fields to an ArrayCollection works, in layman's terms? I have 133 Data binding will not be able to detect assignments to ___ errors, and I just realized that it's getting

RE: [flexcoders] Databinding to ArrayCollections

2008-01-03 Thread Clinton D. Judy
Never mind! I discovered that if I ran arrayCollectionData.refresh(); somehow it kicks the propertychange event into action, and everything works fine now. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clinton D. Judy Sent: Thursday, January 03, 2008 12:51 PM

[flexcoders] Automatic Validation for Entire Form

2007-12-28 Thread Clinton D. Judy
Isn't there a way to make sure an entire form is validated automatically? Then if it were, it may send an event, doing something like enabling a button or allowing you to go on. If this functionality isn't present, I may have to figure out how to write my own code. I just want to make sure there

[flexcoders] Array handling from Beta 2 to Beta 3?

2007-12-17 Thread Clinton D. Judy
I used to have this code working in Flex 3 Beta 2: var table:* = e.result.Tables.Table0.Rows; JFA = new ArrayCollection(table); Now that I've installed Flex 3 Beta 3, I'm getting a 1034 error, where I can't convert mx:collections:ArrayCollection to an Array. But it still appears that the

RE: [flexcoders] Array handling from Beta 2 to Beta 3?

2007-12-17 Thread Clinton D. Judy
the makeObjectsBindable property is now correctly honored for the collection or Rows in such a DataSet. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clinton D. Judy Sent: Monday, December 17, 2007 9:52 AM To: flexcoders@yahoogroups.com Subject

[flexcoders] Doubleclicking in a dataGrid

2007-12-13 Thread Clinton D. Judy
Hello again, I have functions set for both itemClick and itemDoubleClick events in a datagrid. However, the itemDoubleClick event never goes off. What can keep this from happening? itemClick isn't interfering with it, is it? Clinton Judy Glenn O. Hawbaker, Inc.

RE: [flexcoders] Doubleclicking in a dataGrid

2007-12-13 Thread Clinton D. Judy
in a dataGrid doubleClickEnabled=true? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clinton D. Judy Sent: Thursday, December 13, 2007 7:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Doubleclicking in a dataGrid Hello again

[flexcoders] Printing Pagination for Elements

2007-11-29 Thread Clinton D. Judy
Are there any code examples online demonstrating flex printing pagination? What I'm specifically trying to do is, I have several elements on one canvas, and before I was passing the entire canvas to the printjob. This worked fine, except some of the elements would get cut off at the end of one

RE: [flexcoders] Skinning a Panel in Flex

2007-11-28 Thread Clinton D. Judy
option is to convert your stuff to vector graphics, but i'm not a graphics guy and have never had much luck with that. On Nov 26, 2007 9:40 AM, Clinton D. Judy [EMAIL PROTECTED] wrote: No answers yet? Should I package up the materials I have so ya'll can try them out yourselves? I'm still hoping

RE: [flexcoders] Skinning a Panel in Flex

2007-11-26 Thread Clinton D. Judy
No answers yet? Should I package up the materials I have so ya'll can try them out yourselves? I'm still hoping this will be a simple fix. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clinton D. Judy Sent: Friday, November 23, 2007 7:47 AM To: flexcoders

[flexcoders] Printing Pages, Paginating a Canvas

2007-11-23 Thread Clinton D. Judy
What's the best way to determine how much information can be fit on a page when printing an entire canvas? Can I, for instance, give an id to every element one level higher in the canvas, and add id's separately? Does this ensure that none of the elements are added to the page when there isn't

[flexcoders] Skinning a Panel in Flex

2007-11-23 Thread Clinton D. Judy
I'm trying to skin panels for use in Flex, but my corners, which are rounded, keep getting squished. I'm sure I'm doing it right in Flash: My own drawing is lined up with the reference point (0, 0), the 4 guidelines for scale9 are in the right places and everything. And in my css file, I have:

[flexcoders] Skinning a Panel using Flash

2007-11-21 Thread Clinton D. Judy
I'm trying to skin panels for use in Flex, but my corners, which are rounded, keep getting squished. I'm sure I'm doing it right in Flash: My own drawing is lined up with the reference point (0, 0), the 4 guidelines for scale9 are in the right places and everything. And in my css file, I have:

RE: [flexcoders] Skinning a Panel using Flash

2007-11-21 Thread Clinton D. Judy
PROTECTED] On Behalf Of Clinton D. Judy Sent: Wednesday, November 21, 2007 3:59 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Skinning a Panel using Flash I'm trying to skin panels for use in Flex, but my corners, which are rounded, keep getting squished. I'm sure I'm doing it right in Flash