[flexcoders] Re: Custom Currency itemRenderer - what am I doing wrong?

2008-01-10 Thread carl_steinhilber
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 07 Jan 2008, carl_steinhilber wrote: The two problems I'm having are: Not posting a small self contained bit of code ? Not giving all the relevant details ? Not having read How To Ask Questions The Smart

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

2008-01-09 Thread carl_steinhilber
have some experience with. I try to be a good group citizen. But still no one responds. I'd love to know what I'm doing wrong. --- In flexcoders@yahoogroups.com, carl_steinhilber [EMAIL PROTECTED] wrote: Hello, I'm trying to build a itemRenderer for a currency field in a DataGrid in Flex 2

[flexcoders] Re: Logging

2008-01-09 Thread carl_steinhilber
So if I'm understanding you, you're trying to get the name of function A.a() from within function B.b(), yes? You didn't mention what version of Flex you're using. AS2 had a property of the arguments object arguments.caller that would contain a reference to the function that called the current

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

2008-01-09 Thread carl_steinhilber
--- In flexcoders@yahoogroups.com, Paul Andrews [EMAIL PROTECTED] wrote: Thanks, Paul, for your response. I agree with your insight. The last thing to remember is that nobody is obligated to respond to any query, so the simpler the query the more likely it is that you'll get a reply.

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

2008-01-09 Thread carl_steinhilber
--- In flexcoders@yahoogroups.com, Muzak [EMAIL PROTECTED] wrote: Really? Nobody has any input? Start here: http://blogs.adobe.com/aharui/2007/03/thinking_about_item_renderers_1.html Now why didn't that come up when I was Googling! :-D Thank you, Musak... that appears to be exactly

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

2008-01-09 Thread carl_steinhilber
--- In flexcoders@yahoogroups.com, Clinton D. Judy [EMAIL PROTECTED] wrote: Hahahahaha! Now that that's out my system, yes, I tend to have similar experiences with you in this group. LOL! I think there's just a HUGE number of people here who are novices and don't know very much about

[flexcoders] Re: How do I use the itemrenderer for Datagrid column

2008-01-09 Thread carl_steinhilber
Have you tried using the string constants AS already has for colors? Not sure if it'll solve anything, but might work better: setStyle(color, (data.L0 != 'Y') ? Red : Black); And are you tracing data.L0 to make sure it is what you think it is? Other than that, I've always used

[flexcoders] Custom Currency itemRenderer - what am I doing wrong?

2008-01-07 Thread carl_steinhilber
Hello, I'm trying to build a itemRenderer for a currency field in a DataGrid in Flex 2. Feels like I'm this close, but I've been fighting with the other 2% for the last several days and I'm not getting anywhere. Below is a sample app that I'm trying to use the itemRenderer in... simply

[flexcoders] Re: Using DateField as itemEditor for DataGrid column

2007-12-10 Thread carl_steinhilber
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of carl_steinhilber Sent: Tuesday, December 04, 2007 9:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Using DateField as itemEditor for DataGrid column Hi Alex, Sure. (Holiday-themed

[flexcoders] Re: Using DateField as itemEditor for DataGrid column

2007-12-06 Thread carl_steinhilber
that Flex could understand internally, not based on some other namespace that it knows nothing about. ANY help would be appreciated. Thanks, -Carl --- In flexcoders@yahoogroups.com, carl_steinhilber [EMAIL PROTECTED] wrote: Hi Alex, Sure. (Holiday-themed) example below. :-) XML inline

[flexcoders] Re: Combo as itemEditor

2007-12-06 Thread carl_steinhilber
I would imagine that you don't *really* want to act on the change event for the ComboBox. You'll be able to get the selectedItem for the ComboBox, but you'll lose context and won't know which row in the datagrid you're acting on... which I would think would be important. As Scott mentioned, tie

[flexcoders] Re: Using DateField as itemEditor for DataGrid column

2007-12-06 Thread carl_steinhilber
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of carl_steinhilber Sent: Thursday, December 06, 2007 10:35 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Using DateField as itemEditor for DataGrid column Anybody? Anybody? Various other namespaces seem to have

[flexcoders] Re: Using DateField as itemEditor for DataGrid column

2007-12-04 Thread carl_steinhilber
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of carl_steinhilber Sent: Sunday, December 02, 2007 11:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Using DateField as itemEditor for DataGrid column I'm having a problem using a DateField as a itemRenderer/editor

[flexcoders] Using DateField as itemEditor for DataGrid column

2007-12-02 Thread carl_steinhilber
I'm having a problem using a DateField as a itemRenderer/editor for a column in a dataGrid. If I set the DateField as my itemEditor, everything works perfectly. But if I set the DateField as my itemRenderer and set rendererIsEditor to true the dataGrid renders completely blank (no data in *any*

[flexcoders] Re: Flex app security on IIS

2007-11-16 Thread carl_steinhilber
* the file upload request to be seen as authenticated from the get-go so there is no second authentication challenge. Thanks again, -Carl --- In flexcoders@yahoogroups.com, carl_steinhilber [EMAIL PROTECTED] wrote: Thanks Paul, that's GREAT information. If URL-rewriting is a pain and only works

[flexcoders] Re: Retrieving file path from mx:Image?

2007-11-15 Thread carl_steinhilber
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of carl_steinhilber Sent: Thursday, November 15, 2007 3:26 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Retrieving file path from mx:Image? Hello all. Is there a way to retrieve the path of the source file

[flexcoders] Re: Flex app security on IIS

2007-10-18 Thread carl_steinhilber
carl_steinhilber wrote: I have a Flex2 app that sits on a secure intranet running IIS. One of the functions uploads a file from client-side to the server. I create the URLRequest to an .asp page receiver, set up params, and execute a .upload on a FileReference using that URLRequest

[flexcoders] Flex app security on IIS

2007-10-17 Thread carl_steinhilber
I have a Flex2 app that sits on a secure intranet running IIS. One of the functions uploads a file from client-side to the server. I create the URLRequest to an .asp page receiver, set up params, and execute a .upload on a FileReference using that URLRequest. But for some reason, even though I've

[flexcoders] Re: Issues scrolling a scaled image. Can it be fixed?

2007-09-12 Thread carl_steinhilber
, -Carl --- In flexcoders@yahoogroups.com, carl_steinhilber [EMAIL PROTECTED] wrote: I have a fairly simple Flex 2 app that uses a canvas container to scroll the display of a child image element. Consider the following mxml, with three images: 300x100px, 300x200px, and 500x600px

[flexcoders] Re: Issues scrolling a scaled image. Can it be fixed?

2007-09-12 Thread carl_steinhilber
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of carl_steinhilber Sent: Wednesday, September 12, 2007 11:31 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Issues scrolling a scaled image. Can it be fixed? Okay... from the lack of response, I can only assume

[flexcoders] Re: Issues scrolling a scaled image. Can it be fixed?

2007-09-12 Thread carl_steinhilber
] On Behalf Of carl_steinhilber Sent: Wednesday, September 12, 2007 1:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Issues scrolling a scaled image. Can it be fixed? Thanks Alex. It *does* report a measuredHeight. And it is, indeed, the true height (with no scaling)... so

[flexcoders] Re: Issues scrolling a scaled image. Can it be fixed?

2007-09-12 Thread carl_steinhilber
] On Behalf Of carl_steinhilber Sent: Wednesday, September 12, 2007 1:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Issues scrolling a scaled image. Can it be fixed? Thanks Alex. It *does* report a measuredHeight. And it is, indeed, the true height (with no scaling)... so

[flexcoders] Issues scrolling a scaled image. Can it be fixed?

2007-09-11 Thread carl_steinhilber
I have a fairly simple Flex 2 app that uses a canvas container to scroll the display of a child image element. Consider the following mxml, with three images: 300x100px, 300x200px, and 500x600px. The canvas has: - both scroll policies set to auto (thought eventually, horz will be set to off -

[flexcoders] Clip mask on DragProxy, or better way to do this?

2007-09-10 Thread carl_steinhilber
I'm trying allow the user to drag an oversized image within a properly-sized frame display area so they can choose how/where the image gets cropped/clipped. In other words, if I have a 500x500 image, I'm displaying that image at 100% magnification but clipped to fit inside a 200x100 frame and

[flexcoders] AS/Flex equivilent of getElementById() ??

2007-05-18 Thread carl_steinhilber
Given a string that represents the id of a given component, is there a way to get a handle to that component? Something like: var myCheckboxName:String = checkbox1; var myActualCheckbox:CheckBox = getElementById(myCheckboxName); myActualCheckbox.selected = true; I figured if nothing

[flexcoders] Re: Absolutely forcing chart to redraw

2007-05-15 Thread carl_steinhilber
Anybody have ANY insight? Bueller? Bueller? --- In flexcoders@yahoogroups.com, carl_steinhilber [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Ely Greenfield egreenfi@ wrote: Hi Carl. I'd like to help, but I really need to see your code. Again, a very simple example

[flexcoders] Re: Absolutely forcing chart to redraw

2007-05-11 Thread carl_steinhilber
Anyone else have any ideas? I really need to get this solved, or I'll have to throw out the entire app and build it in something else. This is crucial functionality. --- In flexcoders@yahoogroups.com, carl_steinhilber [EMAIL PROTECTED] wrote: Thanks Ely... I was hoping to catch your attention

[flexcoders] Re: Absolutely forcing chart to redraw

2007-05-11 Thread carl_steinhilber
--- In flexcoders@yahoogroups.com, Ely Greenfield [EMAIL PROTECTED] wrote: Hi Carl. I'd like to help, but I really need to see your code. Again, a very simple example... Thanks Ely. I've trimmed it down as much as I think I can... I have a lot more going on, but this is it in it's basic

[flexcoders] Re: Can I just bypass Cairngorm events?

2007-05-09 Thread carl_steinhilber
If you don't need the events, and don't need the delegates, I'm just curious what led you to use Cairngorm in the first place. If you don't need/want a MVC framework, why not just build your project as a standard Flex app that calls functions directly from your views? The whole concept of

[flexcoders] Re: Absolutely forcing chart to redraw

2007-05-09 Thread carl_steinhilber
your renderers listen to the data object (the item) for those change events yourself. Or, re-assign the dataProvider to the chart, to slam a full update. Ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of carl_steinhilber Sent: Tuesday, May 08

[flexcoders] Absolutely forcing chart to redraw

2007-05-08 Thread carl_steinhilber
I asked this earlier and didn't get any response... but I think maybe I hijacked another thread, so I'll ask again as it's own topic. I have a PlotChart that uses a custom itemRenderer. The dataProvider bound to the chart has objects with the keys: - xAxis:Number, which translates to the

[flexcoders] Re: Absolutely forcing chart to redraw

2007-05-08 Thread carl_steinhilber
, carl_steinhilber carl_steinhilber@ wrote: I asked this earlier and didn't get any response... but I think maybe I hijacked another thread, so I'll ask again as it's own topic. I have a PlotChart that uses a custom itemRenderer. The dataProvider bound to the chart has objects with the keys

[flexcoders] Re: Request: Example of Custom itemRenderer for Plot Chart

2007-05-04 Thread carl_steinhilber
I'm having a problem with a similar itemRenderer. I based my custom itemRenderer for my plotChart off of the one shown at quietlyscheming... with the addition of sizing the item based on one value in the dataProvider, and making the item visible based on another. So in my dataProvider:

[flexcoders] Drag/Drop on PlotChart

2007-03-30 Thread carl_steinhilber
I'm revisiting this PlotChart project after a brief hiatus. Thanks to Igor's comments and his pointers to Ely's examples, I was able to get the chartitem selection working. Now I have a seemingly larger task and I'm not sure where to start. To recap, I have a PlotChart and a datagrid both bound

[flexcoders] Can't I style an anchor in a RichTextEditor??

2007-03-14 Thread carl_steinhilber
I've tried various techniques that I picked up on the web, but can't seem to apply a style specifically to the anchor links in a RichTextEditor. Basically, I want a style like: .myRTETextAreaStyle A { color:#ff; text-decoration:underline; } but I'm not having much luck. I tried

[flexcoders] Re: Can't I style an anchor in a RichTextEditor??

2007-03-14 Thread carl_steinhilber
of RichTextEditor and set htmlText and a styleSheet (not styleName). Try to follow the example in the doc for flash.text.TextField.htmlText. -Alex From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of carl_steinhilber Sent

[flexcoders] Updating items on Plotchart

2007-02-07 Thread carl_steinhilber
I have a Plotchart and a datagrid which both share the same dataprovider. When a user selects an item (row) in the datagrid, I need to highlight the matching point on the plotchart, and, ultimately vice versa. The highlight could be as simple as changing the color of the point on the plotchart.

[flexcoders] BTW - moderator settings

2006-09-23 Thread carl_steinhilber
Seems I'm set to continually require moderator approval on my posts. Can someone fix this for me please? Thanks! -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] What happened to getTreeNodeAt??

2006-09-19 Thread carl_steinhilber
Well, now I'm stymied. With Flex 1.5, I was able to expand all the nodes of an mx:Tree with something like: function setOpenAll(aryNodes):Void{ var childNode = aryNodes.getTreeNodeAt(0); var aryChildren = aryNodes.getChildNodes(); for (var i =

[flexcoders] Re: Installation recommendations

2006-09-15 Thread carl_steinhilber
--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 14 September 2006 16:46, carl_steinhilber wrote: But I'd like to deploy FDS directly into the JRUN that was installed with ColdFusion, rather AFAIK Adobe redrew the technote on this and said

[flexcoders] Re: Installation recommendations

2006-09-14 Thread carl_steinhilber
I asked this question about a week ago, and didn't get any sort of response. Does really no one have any suggestions/comments? I really need to get an install working in the slimest footprint possible. Thanks again! -Carl Steinhilber --- In flexcoders@yahoogroups.com, carl_steinhilber [EMAIL

[flexcoders] Installation recommendations

2006-09-08 Thread carl_steinhilber
I just got to the point where I thought I knew what I was doing when I did an install of Flex 1.5... and along comes v2.0, throwing me back to feeling like a complete installation newbie. Here's what I want to do: - serve a dev site on localhost:80 with Apache (specifically, WAMPserver 1.6) -