Re: [flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread Tom McNeer tmcn...@gmail.com [flexcoders]
ow for some reason the > uploaded file name doesn't appear in the textinput even if the file is > actually uploaded onto the server > > -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Original application files lost

2014-02-19 Thread Tom McNeer
next. Obviously, any advice would be greatly appreciated. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Original application files lost

2014-02-19 Thread Tom McNeer
might help you figure out what modifications need to go into whatever versions of the source you currently have. HTH, -Alex -- *From:* flexcoders@yahoogroups.com flexcoders@yahoogroups.com on behalf of Tom McNeer tmcn...@gmail.com *Sent:* Wednesday

Re: [flexcoders] Original application files lost

2014-02-19 Thread Tom McNeer
versions to bring them up to current. HTH, -Alex From: Tom McNeer tmcn...@gmail.com Reply-To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Date: Wednesday, February 19, 2014 1:24 PM To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Subject: Re: [flexcoders] Original

Re: [flexcoders] Nested TabNabvigator/Repeater error

2013-11-05 Thread Tom McNeer
that ViewStack is changed. Then the call stack should contain some good clues. From: Tom McNeer tmcn...@gmail.com Reply-To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Date: Monday, November 4, 2013 3:31 PM To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Subject: Re: [flexcoders

Re: [flexcoders] Nested TabNabvigator/Repeater error [4 Attachments]

2013-11-04 Thread Tom McNeer
, 2013 at 12:32 PM, Alex Harui aha...@adobe.com wrote: ** Never tried right clicking on the framework files before. You're right that it doesn't work. But double-clicking should set a breakpoint. It does for me. From: Tom McNeer tmcn...@gmail.com Reply-To: flexcoders@yahoogroups.com

Re: [flexcoders] Nested TabNabvigator/Repeater error

2013-10-24 Thread Tom McNeer
switches ViewStack views based on mouse activity. But you could put a breakpoint on the ViewStack code and see why it is changing. -Alex From: Tom McNeer tmcn...@gmail.com Reply-To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Date: Tuesday, October 22, 2013 12:30 PM To: flexcoders

Re: [flexcoders] Nested TabNabvigator/Repeater error

2013-10-24 Thread Tom McNeer
that it doesn't work. But double-clicking should set a breakpoint. It does for me. From: Tom McNeer tmcn...@gmail.com Reply-To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Date: Thursday, October 24, 2013 7:44 AM To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Subject

[flexcoders] Nested TabNabvigator/Repeater error

2013-10-22 Thread Tom McNeer
. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Nested TabNabvigator/Repeater error

2013-10-22 Thread Tom McNeer
TabNavigators, the TabNavigator and its TabBar show in debugging as having a different number of children. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Odd text rendering issue

2012-08-23 Thread Tom McNeer
, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Calendar Component Needed

2010-09-03 Thread Tom McNeer
to requests submitted through their site's contact form. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Calendar Component Needed

2010-09-03 Thread Tom McNeer
Hi Jeffry, On Fri, Sep 3, 2010 at 2:49 PM, Jeffry Houser jef...@dot-com-it.com wrote: I can re-iterate my plug for the Flextras Calendar. You certainly may. I'm evaluating it along with others. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta

Re: [flexcoders] Re: Null object error on test for null

2010-08-18 Thread Tom McNeer
Sunil, On Tue, Aug 17, 2010 at 11:27 PM, Sunil D sunilbd...@gmail.com wrote: Which line does the null pointer error occur on? The first line of the function - the null test: if(filterCombo!=null){ -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE

Re: [flexcoders] Re: Null object error on test for null

2010-08-18 Thread Tom McNeer
variation. How can you have a null object reference error on a test for null? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Null object error on test for null

2010-08-18 Thread Tom McNeer
that line, you simply move the error down to the point of where the code attempts to loop over an object that turns out to be null. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Null object error on test for null

2010-08-18 Thread Tom McNeer
that; unfortunately, as you can tell, I've already gone through all the commenting/compiling/cache-clearing/debugging steps everyone has mentioned. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Null object error on test for null

2010-08-18 Thread Tom McNeer
close to had to bang your head against? Doesn't help with the code problem, but gives you something else to worry about. Fortunately (or unfortunately), I have *many* other things to worry about. The wall's safe for now ;-) -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735

Re: [flexcoders] Re: Null object error on test for null

2010-08-18 Thread Tom McNeer
are then used to create an array of ComboBoxes, each of which in turn contains an array of filter items, related to the product filter represented by the ComboBox. For any given subcategory of product, the array of product filters may be null. -- Thanks, Tom Tom McNeer MediumCool http

Re: [flexcoders] Re: Null object error on test for null

2010-08-18 Thread Tom McNeer
is meant to be called in reaction to a filter being applied to an ArrayCollection. But when I place a listener on CollectionEvent.COLLECTION_CHANGE, the handler is not called on the refresh of the AC. Shouldn't it be? Do I need to specify a Kind of CollectionEventKind.REFRESH? -- Thanks, Tom Tom

[flexcoders] Null object error on test for null

2010-08-17 Thread Tom McNeer
++){ var cb:ComboBox = filterCombo[i][j] as ComboBox; cb.selectedItem=null; } } } } -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta

Re: [flexcoders] Re: Problem sorting AdvancedDataGrid

2010-04-22 Thread Tom McNeer
the application, the objects are sorted in a completely different (apparently random) order. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Problem sorting AdvancedDataGrid

2010-04-22 Thread Tom McNeer
folder into the path it expects them to be in (fbpro blah blah) (be mindful of exact spelling, sometimes they spell with Z sometimes with S). This will let you debug those files. But it's looking for them within a swc, not in a directory. -- Thanks, Tom Tom McNeer MediumCool http

[flexcoders] Problem sorting AdvancedDataGrid

2010-04-21 Thread Tom McNeer
is incorrect. Can someone suggest how to troubleshoot this further, please? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Problem sorting AdvancedDataGrid

2010-04-21 Thread Tom McNeer
aren't sorted correctly. Similar sorts have worked for me in other ADGs. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Flex Builder build and search functions die on Vista

2010-02-22 Thread Tom McNeer
for your help. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Flex Builder build and search functions die on Vista

2010-02-19 Thread Tom McNeer
so. So I'm not sure it actually did. After that first attempt, once again, Build has no effect. And the Search is dead. Anyone have any thoughts? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Null pointer exceptions in call from Flex

2010-02-13 Thread Tom McNeer
corrupting or not returning the data correctly. Basically, something inside CF. Perhaps someone else might have seen this? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Null pointer exceptions in call from Flex

2010-02-12 Thread Tom McNeer
, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] NullPointer exceptions from ColdFusion Flex gateway

2010-02-09 Thread Tom McNeer
insight, or similar experiences - or at least suggest how I might being to track down the source of such an inconsistent issue - I'd really appreciate hearing. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Odd grouping issue in ADG

2009-12-16 Thread Tom McNeer
, I'd really like to know about it. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Odd grouping issue in ADG

2009-12-15 Thread Tom McNeer
; } if(aTimebTime){ return -1; } else return 0; } I'm very inexperienced with the ADG, so it's probably something simple I'm missing. Any help would be appreciated. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta

Re: [flexcoders] Re: Odd grouping issue in ADG

2009-12-15 Thread Tom McNeer
. Best Regards Steve --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Tom McNeer tmcn...@... wrote: Hi, I posted this issue earlier, but got no replies. I'm really hoping someone familiar with ADG oddities can help me out. I have an Advanced DataGrid which receives

Re: [flexcoders] Re: Odd grouping issue in ADG [1 Attachment]

2009-12-15 Thread Tom McNeer
. But there are multiple entries for each group. Any insight will be very much appreciated. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Re: compareFunction problem in ADG

2009-12-14 Thread Tom McNeer
Anyone? Probably shouldn't have sent this out on a Sunday. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] compareFunction problem in ADG

2009-12-13 Thread Tom McNeer
){ return -1; } else return 0; } I'm very inexperienced with the ADG, so it's probably something simple I'm missing. Any help would be appreciated. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306

Re: [flexcoders] How can I use Grouping collection to group data on the parent ?

2009-11-16 Thread Tom McNeer
. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Advanced date/time Flex libraries

2009-11-09 Thread Tom McNeer
? You might take a look at this project - http://flexdateutils.riaforge.org/ - and see if it suits your needs. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] AdvancedDataGrid Grouping: itemRenderer for parent

2009-10-28 Thread Tom McNeer
/AdvancedDataGrid-Grouping%3A-itemRenderer-for-parent-tp26101136p26101136.html Sent from the FlexCoders mailing list archive at Nabble.com. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Apparent data value change in Advanced DataGrid

2009-10-21 Thread Tom McNeer
there. Does anyone have any clue as to what's causing a change in the collection's data? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Apparent data value change in Advanced DataGrid

2009-10-21 Thread Tom McNeer
can help. But I appreciate the attempt. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Apparent data value change in Advanced DataGrid

2009-10-21 Thread Tom McNeer
else ever interacts with the array collection from outside the view. And nothing _inside_ the view contains that particular string. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: How to stop a button click from changing focus

2009-09-24 Thread Tom McNeer
First question would be: do you *want* them to be able to click in the main form? If not, you could simply set the modal property of the popup to true when you create it. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Time Difference between two columns in DataGrid using itemrenderer

2009-07-01 Thread Tom McNeer
You could also look at using the Flex Date Utils on RIAForge. But you'll still need to turn the strings into valid date objects first. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Adding a close button to a TabBar

2009-06-19 Thread Tom McNeer
/(which includes the SuperTabNavigator) on Google Code. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] High CPU usage redux

2009-05-28 Thread Tom McNeer
) of pain. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] High CPU usage redux

2009-05-28 Thread Tom McNeer
just kinda surprised more people haven't run into it. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] data binding in textinput ?

2009-05-28 Thread Tom McNeer
those to whatever service actually saves stuff to the database. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] High CPU usage redux

2009-05-28 Thread Tom McNeer
is justifiable / manageable. In my case, the answer is no, since I was looking at 80% CPU usage at one point. Again, I appreciate your following up on this. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] High CPU usage

2009-05-27 Thread Tom McNeer
, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] High CPU usage

2009-05-27 Thread Tom McNeer
had too many things going on. With the Flex app, FlexBuilder and Charles kicking up, it was just too much. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] High CPU usage

2009-05-26 Thread Tom McNeer
an answer (though I'd love one); I'm just hoping for some pointers on how to troubleshoot this. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] ColdFusion typed object problem - but not the usual issues

2009-05-13 Thread Tom McNeer
to the same alias. Then I realized that would be a problem and eliminated one. The problem started, and persists, when only one class has the alias. I've cleaned the project numerous times to make sure any leftover references hanging about are gone. Good thought, though. -- Thanks, Tom Tom

[flexcoders] ColdFusion typed object problem - but not the usual issues

2009-05-12 Thread Tom McNeer
by any issues other than the common ones I listed above? Or should I just shoot myself? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Popup window close button fails

2009-05-06 Thread Tom McNeer
In the application I'm creating, I have a few popups. Each has the showCloseWindow attribute set to true, and sure enough, the button is there. But it won't close the window when clicked. ? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA

Re: [flexcoders] Popup window close button fails

2009-05-06 Thread Tom McNeer
Hi Tracy, Thanks for the explanation. I knew the close event was fired. But I guess I thought the default close event also called the PopUpManager. Maybe it's me, but I think the Lang Ref could be a little clearer about this. Thanks for straightening me out, anyway. -- Thanks, Tom Tom

Re: [flexcoders] Re: Mate and sharing data across files

2009-05-05 Thread Tom McNeer
in Mate, the folks at ASFusion have their own forums. And that's certainly the best place to go for Mate-specific advice. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Mate and sharing data across files

2009-05-04 Thread Tom McNeer
. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Visual positioning difference between browsers [5 Attachments]

2009-05-04 Thread Tom McNeer
seen anything like this, or have any ideas how to correct it? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Visual positioning difference between browsers

2009-04-30 Thread Tom McNeer
to the background. In Firefox, the tabs are ~5 pixels too low. And in Safari, they are approximately 15 pixels too low. I didn't think these things were supposed to happen within the Flash Player. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA

Re: [flexcoders] Visual positioning difference between browsers

2009-04-30 Thread Tom McNeer
of the background. The background is a 10-pixel-wide, 550-pixel-high PNG. The background-repeat style for the application is repeat-x, so it shouldn't be stretched. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Formatting a bound value within a Text object

2009-04-30 Thread Tom McNeer
to format the date after it changes. And I'd prefer to do it within my view, rather than the model. Do I need to create a separate listener for the change event on the bindable object somehow, or is there a simpler way? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson

Re: [flexcoders] Visual positioning difference between browsers [5 Attachments]

2009-04-30 Thread Tom McNeer
='assets/images/bg.png'); } I've also attached the actual background png. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Formatting a bound value within a Text object

2009-04-30 Thread Tom McNeer
I was wrong. I knew it was something simple. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] CreationPolicy=all, but no children?

2009-04-29 Thread Tom McNeer
someone help me understand what I've missed? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Peculiar Image Behavior!

2009-01-21 Thread Tom McNeer
Did you ever resolve this issue with your JPEGs? I've just run into exactly the same thing. On Wed, Jan 7, 2009 at 11:35 AM, tchredeemed apth...@liberty.edu wrote: I saved it out as Baseline(standard) just to be sure, same problem. -- Thanks, Tom Tom McNeer MediumCool http

[flexcoders] FlexBuilder compiler errors on CSS

2008-11-24 Thread Tom McNeer
to launch the application. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Compiler errors from css file

2008-11-23 Thread Tom McNeer
neither of these solve the problem. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Compiler errors from css file

2008-11-22 Thread Tom McNeer
(fontSize rather than font-size). Is there a way to prevent this? Perhaps a preference setting in Eclipse, or a Flex project setting? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Difficulty updating Grouping in Advanced DataGrid

2008-09-19 Thread Tom McNeer
with the correction for RESET from another poster. Thanks again for the help. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Difficulty updating Grouping in Advanced DataGrid

2008-09-19 Thread Tom McNeer
GroupingObjectFunction is the answer, but you'd think a simple thing like that would have an example in the docs.) -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Difficulty updating Grouping in Advanced DataGrid

2008-09-19 Thread Tom McNeer
mx:SummaryField dataField=BudgetItemTotal label=Cum. Total operation=SUM/ /mx:SummaryRow /mx:GroupingField /mx:Grouping /mx:GroupingCollection -- Thanks, Tom Tom McNeer

[flexcoders] Advanced DataGrid problems

2008-09-18 Thread Tom McNeer
? Or has anyone worked through a similar problem? I can certainly post code, if it will be helpful. Thanks in advance for suggestions on either or both issues. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Difficulty updating Grouping in Advanced DataGrid

2008-09-17 Thread Tom McNeer
wrong? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Accordion based on XML data

2008-09-15 Thread Tom McNeer
, the Tree element uses the next level in the XML (accRepeater.currentItem.node) as the dataprovider. The rest of the Tree elements just fall from there. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Compiile errors from html template

2008-09-12 Thread Tom McNeer
generating these errors, if someone has insight. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Compiile errors from html template

2008-09-12 Thread Tom McNeer
will be generated, but without the errors. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Compiile errors from html template

2008-09-11 Thread Tom McNeer
, anyway. ??? Obviously, I can ignore the errors and launch anyway. But this could obscure real errors in the code. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Re: Formatting a value in an ADG Summary Row cell

2008-09-10 Thread Tom McNeer
Hi, Haven't gotten any replies on this, so I'll ask for help again. On Mon, Sep 8, 2008 at 1:35 PM, Tom McNeer [EMAIL PROTECTED] wrote: Hi, I have an Advanced DataGrid using a Summary Row to sum up budget totals according to some groupings. But I need to apply a Currency Formatter

[flexcoders] Formatting a value in an ADG Summary Row cell

2008-09-08 Thread Tom McNeer
the ADG's data scope, and I can't figure out how to grab it so I can format it. Thanks in advance for your help. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Newbie help, dealing with a design in illustrator

2008-08-21 Thread Tom McNeer
/flex_photoshop_illustrator.html -- and perhaps other info on the Adobe site. With the CS3 Suite, they've begun to work hard to make their core graphics tools work with Flex/Flash more easily (even without Thermo). -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE

Re: [flexcoders] CFC/VO match not recognized

2008-07-18 Thread Tom McNeer
. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] CFC/VO match not recognized

2008-07-18 Thread Tom McNeer
of type. Makes you crazy for about two hours wondering why it's not working; then it makes you feel really stupid for the rest of the day. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] CFC/VO match not recognized

2008-07-17 Thread Tom McNeer
wrong here? (All paths are correct, by the way.) -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Object not passed as Remote Object parameter

2008-07-16 Thread Tom McNeer
next week. Hey, yes I am!. I'll try to. I admit to being a sporadic attendee. Although I did win a 360Flex ticket there. Hmmm...guess I should go. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Object not passed as Remote Object parameter

2008-07-15 Thread Tom McNeer
data type is accepted.) Why would the Estimate object (which exists) not be passed? Any thoughts would be greatly appreciated. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Object not passed as Remote Object parameter

2008-07-15 Thread Tom McNeer
estimateID:int = 0; public var order:Order = new Order; public var customer:Customer = new Customer; public var configAC:ArrayCollection = new ArrayCollection; public function Estimate() { } } } Thanks for any suggestions. -- Thanks, Tom Tom McNeer

Re: [flexcoders] Object not passed as Remote Object parameter

2008-07-15 Thread Tom McNeer
=meridien.model.products.order)] ... I get a different error, saying that meridien.model.products.order.CFC can't be found. But if I comment that line out, so the object isn't typed as it's sent, I get the no Estimate error. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE

Re: [flexcoders] Item renderers cause processor to max out

2008-07-08 Thread Tom McNeer
than that. -I'd juse array.join() to make your displayable string. -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Tom McNeer *Sent:* Monday, July 07, 2008 6:38 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Item

Re: [flexcoders] Re: Item renderers cause processor to max out

2008-07-08 Thread Tom McNeer
I'll be trying today -- watching out for the issues Alex warned about. Thanks again for your help. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Item renderers cause processor to max out

2008-07-08 Thread Tom McNeer
started with a labelFunction, then switched to an itemRenderer because I was going to make the display a little more complex. But now that I've gone back to simply displaying a list, I've returned to using the labelFunction. But thanks for making sure that I understood. -- Thanks, Tom Tom

[flexcoders] Item renderers cause processor to max out

2008-07-07 Thread Tom McNeer
,a,a,a. Can anyone help me understand what's up with all this proliferation? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Item renderers cause processor to max out

2008-07-07 Thread Tom McNeer
the text, an event still needs to fire when the optionArray changes, in order to re-render the text correctly. Wouldn't it? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Item renderers cause processor to max out

2008-07-07 Thread Tom McNeer
. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Item renderers cause processor to max out

2008-07-07 Thread Tom McNeer
removed any call to setGridHeight completely, but the loop persists. Any other thoughts? Anyone? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Re: Item renderers cause processor to max out

2008-07-07 Thread Tom McNeer
appreciate your confirmation (or correction). Amy -- I guess I'd have to go through much of the same steps in a Repeater as I'm doing now, but I take your point. Automagic actions are always a little mysterious. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE

Re: [flexcoders] Re: Item renderers cause processor to max out

2008-07-07 Thread Tom McNeer
issues with server objects. That's why I was suggesting a refresh(), or perhaps an updateItem(). Am I missing something? -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

Re: [flexcoders] Refreshing array inside a DataGrid itemRenderer

2008-07-03 Thread Tom McNeer
/ /mx:HBox /mx:Component /mx:itemRenderer /mx:DataGridColumn When the contents of the array represented by data.options changes, the processor pegs. So I assume I'm creating some sort of infinite loop. -- Thanks, Tom Tom

Re: [flexcoders] Re: Anyone familiar with CF-Flex remoting?

2008-07-03 Thread Tom McNeer
function FilterDto() { } } } -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

[flexcoders] Refreshing array inside a DataGrid itemRenderer

2008-07-02 Thread Tom McNeer
vague; but any advice would be appreciated. -- Thanks, Tom Tom McNeer MediumCool http://www.mediumcool.com 1735 Johnson Road NE Atlanta, GA 30306 404.589.0560

  1   2   >