[flexcoders] Programmatic chart data tip

2007-02-16 Thread Tom Fitzpatrick
In a Plot chart, given the x & y coordinates of a datapoint (or the data values for the datapoint) is there a way to programmatically turn on and turn off the data tip for just that point? - Tom

Re: [flexcoders] Re: Chart legend spacing

2007-01-09 Thread Tom Fitzpatrick
ker and the label */ > LegendItem { > horizontalGap: 8; > } > > -TH > __ > > **Tim Hoff > **Cynergy Systems, Inc. > http://www.cynergysystems.com <http://www.cynergysystems.comoffice/> > Office <http://www.cynergysystems.comoffice/>

[flexcoders] Chart legend spacing

2007-01-09 Thread Tom Fitzpatrick
What is the way to style the spacing in a chart's legend? Specifically, I'd like to control the spacing between legend markers and their titles as well as between legend items. In a small column chart I'm building, the spacing is far enough off that the legend titles seem to be aligned with the

Re: [flexcoders] Re: Hands-on charts

2006-11-29 Thread Tom Fitzpatrick
; > } > > > > private function endTracking(e:MouseEvent):void > > { > > track(e); > > > > // remove the event listeners until we need to track again. > > systemManager.removeEventListener(MouseEvent.MOUSE_MOVE,track,true); > > > > > systemManag

Re: [flexcoders] Re: Hands-on charts

2006-11-29 Thread Tom Fitzpatrick
-------- > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] > *On Behalf Of *Tom Fitzpatrick > *Sent:* Tuesday, November 28, 2006 9:37 AM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] Re: Hands-on charts &g

Re: [flexcoders] Re: Hands-on charts

2006-11-29 Thread Tom Fitzpatrick
ttp://www.adobe.com/2006/mxml > <http://www.adobe.com/2006/mxml>" xmlns:local="*"> > > > > > > > > > > > > > > From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > > <mailto:flex

Re: [flexcoders] Re: Hands-on charts

2006-11-28 Thread Tom Fitzpatrick
o:flexcoders%40yahoogroups.com> > > <mailto:flexcoders%40yahoogroups.com> > > > <mailto:flexcoders%40yahoogroups.com>, "Ely Greenfield" > > > > > wrote: > > > > > > > > > > > > > > > > Hi To

Re: [flexcoders] Re: Hands-on charts

2006-11-28 Thread Tom Fitzpatrick
> 3) convert the mouse position into data coordinates using the > > chart.localToData() function. > > 4) write the new data coordinates into your dataProvider > > > > > > Ely. > > > > > > ____ > > > > From: flexcoders@yahoogroup

[flexcoders] Hands-on charts

2006-11-27 Thread Tom Fitzpatrick
Flex charts work beautifully responding to dynamic changes in data. Using the current components, is there any way to use Flex charts to change data? As a conceptual model, I'm thinking of the way parametric equalizers work in some audio programs, where it's possible to drag nodes on a line gr

[flexcoders] Setting alpha style on a single stacked column

2006-11-08 Thread Tom Fitzpatrick
I've created a stacked column chart using a ColumnSet that contains three column series. When building a group of four stacked columns, I'd like to programmatically set the alpha for all the elements in the first stacked column to .5. What is the way to set the alpha style on the elements of j

Re: [flexcoders] Re: Example: Creating and using custom tooltips

2006-09-20 Thread Tom Fitzpatrick
up with? > > Thanks, > Nick > > --- In flexcoders@yahoogroups.com > <mailto:flexcoders%40yahoogroups.com>, Tom Fitzpatrick <[EMAIL PROTECTED]> > wrote: > > > > Thanks, Nick. I think that would work. > > > > I realized, though, that a bette

Re: [flexcoders] Re: Example: Creating and using custom tooltips

2006-09-20 Thread Tom Fitzpatrick
tring), and in > the toolTipEnd event handler you'd change it back to " " (single > space) or whatever value you're using. > > Does that help at all? > Nick > > --- In flexcoders@yahoogroups.com > <mailto:flexcoders%40yahoogroups.com>, Tom Fitzpatr

Re: [flexcoders] Example: Creating and using custom tooltips

2006-09-19 Thread Tom Fitzpatrick
Nick - Great example! One question. I've used your example to implement a custom tooltip on a component that also contains a pie chart. The pie chart has a tooltip as well. Is there any way to temporarily disable to component's overall tooltip while the pie chart tooltip is displaying - there

Re: [flexcoders] Data interpolation in ColumnSets

2006-09-08 Thread Tom Fitzpatrick
Bump. So, is it clear from this error message that this is the same bug, or is there a way around it? Thanks. - Tom Tom Fitzpatrick wrote: > > OK - assuming the "right" way to do this is to call the showDataEffect > functon on the ColumnSet, here's the error message

Re: [flexcoders] Data interpolation in ColumnSets

2006-09-07 Thread Tom Fitzpatrick
send > a longer stack trace? > > Ely. > > > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] > *On Behalf Of *Tom Fitzpatrick > *Sent:* Thursday, September 07, 2006 5:07 AM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders]

[flexcoders] Data interpolation in ColumnSets

2006-09-07 Thread Tom Fitzpatrick
I have a Cartesian chart containing two ColumnSeries in two ColumnSets, like this: My problem is that data int

Re: [flexcoders] Spacing stacked columns

2006-09-07 Thread Tom Fitzpatrick
> A while back I worked out some equations for what these values > should be based on your desired width/gap, but I can't remember > off the top of my head. They should be in the group archives if > you do some creative searching. > > Ely. > > > -

[flexcoders] Spacing stacked columns

2006-09-06 Thread Tom Fitzpatrick
In a Cartesian chart, I have defined two stacked Column Sets that each contain two ColumnSeries. These two ColumnSets are contained in a ColumnSet with type set to "clustered". Kind of like this:

Re: [Junk E-Mail - LOW] [flexcoders] Dynamic datagrid columns

2006-08-14 Thread Tom Fitzpatrick
; newColumns.push(thisColumn); > dgStoreStates.columns = newColumns; > } > CursorManager.removeBusyCursor(); >} > > Shan > > ---- > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] > *On Behalf Of *Tom Fitzpatri

[flexcoders] Dynamic datagrid columns

2006-08-14 Thread Tom Fitzpatrick
The dynamic column methods for the datagrid seem to have disappeared between 1.5 & 2. I've looked around for examples or descriptions of Flex 2 replacements for methods such as dataGrid.addColumn() and dataGric.removeAllColumns() that were available in 1.5, but haven't come up with much. Anyone

Re: [flexcoders] Re: ToggleButtonBar deselect

2006-08-11 Thread Tom Fitzpatrick
ontrols.Button; > Button(myToggleButtonBar.getChildAt(0)).selected = false; > > --- In flexcoders@yahoogroups.com > <mailto:flexcoders%40yahoogroups.com>, Tom Fitzpatrick <[EMAIL PROTECTED]> > wrote: > > > > Is there any way to programmatically deselect a button

[flexcoders] ToggleButtonBar deselect

2006-08-10 Thread Tom Fitzpatrick
Is there any way to programmatically deselect a button on the ToggleButtonBar - to start out, say, with no button selected? - Tom -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogro

[flexcoders] Combobox - truncate to fit

2006-08-09 Thread Tom Fitzpatrick
The truncate-to-fit attribute works beautifully on labels. Is there a way to invoke the "truncate to fit" functionality on combobox labels - so that long labels on a fixed-width combobox would get an ellipsis, with the full label appearing in a tooltip? If this is possible, what would be the ea

Re: [flexcoders] Datatips on Cartesian chart

2006-08-03 Thread Tom Fitzpatrick
th, > > matt horn > flex docs > > > -Original Message- > > From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > > [mailto:flexcoders@yahoogroups.com > <mailto:flexcoders%40yahoogroups.com>] On Behalf Of Tom Fitzpatrick > > Sent: Thursda

[flexcoders] Datatips on Cartesian chart

2006-08-03 Thread Tom Fitzpatrick
I have a Cartesian chart that contains several column series and a line series. I'm customizing the dataTips for the chart with a simple dataTipFunction: private function buildDataTip(e:HitData):String { var col:ColumnSeries = ColumnSeries(e.element); return ""+col.name+"

Re: [flexcoders] Custom datatip for pie chart

2006-07-31 Thread Tom Fitzpatrick
in the label > function. > > hth, > > matt horn > flex docs > > > -Original Message- > > From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > > [mailto:flexcoders@yahoogroups.com > <mailto:flexcoders%40yahoogro

[flexcoders] View states and creation policy

2006-07-31 Thread Tom Fitzpatrick
I'm having a problem with transitions in view states - transition effects don't happen until the change between states has occurred at least once. After that, everything works fine. In viewStacks in 1.5, I got around a similar problem by setting creationPolicy = "all". I saw an earlier exchange

Re: [flexcoders] Custom datatip for pie chart

2006-07-28 Thread Tom Fitzpatrick
Original Message- > > From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > > [mailto:flexcoders@yahoogroups.com > <mailto:flexcoders%40yahoogroups.com>] On Behalf Of Tom Fitzpatrick > > Sent: Thursday, July 27, 2006 4:11 PM > > To

Re: [flexcoders] Custom datatip for pie chart

2006-07-28 Thread Tom Fitzpatrick
Original Message- > > From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > > [mailto:flexcoders@yahoogroups.com > <mailto:flexcoders%40yahoogroups.com>] On Behalf Of Tom Fitzpatrick > > Sent: Thursday, July 27, 2006 4:11 PM > > To: fl

Re: [flexcoders] Pie chart dropshadow

2006-07-28 Thread Tom Fitzpatrick
h, > > matt horn > flex docs > > > > -Original Message- > > From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > > [mailto:flexcoders@yahoogroups.com > <mailto:flexcoders%40yahoogroups.com>] On Behalf Of Tom Fitzpatrick &g

[flexcoders] Pie chart dropshadow

2006-07-27 Thread Tom Fitzpatrick
Is there a way to control the dropshadow on a pie chart? Can't find this anywhere. The ability to turn it on and off would be good. Control over distance, color, and direction would be even better. - Tom -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcode

[flexcoders] Custom datatip for pie chart

2006-07-27 Thread Tom Fitzpatrick
I'm building a custom datatip for a pie chart. How do I get to the percent values for the pie wedges? (In the labelFunction this is expressed as percentValue.) Here's how I'm getting to other values so far: private function buildDataTip(e:HitData) : String { var pie:

Re: [flexcoders] Font mysteries

2006-07-17 Thread Tom Fitzpatrick
imaging program and utilize scale9 where applicable. If that is not an > option, attempt to use your own cacheAsBitmap policy (since Containers > have > their own heuristic for that stuff, cacheBitmapPolicy). > > - Original Message - > From: "Tom Fitzpatrick&q

[flexcoders] Font mysteries

2006-07-17 Thread Tom Fitzpatrick
Fonts are exhibiting some wacky behavior for me. I have a VBox that contains two simple label elements. I'm trying to add a filter to the VBox and have the fonts in the labels display properly. Before the filter is applied, the Label fonts display fine. When I add a glow filter to the VBox, the

[flexcoders] Text input live formatting

2006-07-10 Thread Tom Fitzpatrick
Is there a way to apply number formatting (e.g., thousands separator) to a text input while the user is typing the number? Thanks. - Tom Yahoo! Groups Sponsor ~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.

Re: [flexcoders] show/hide panel borders (F2b3)

2006-06-13 Thread Tom Fitzpatrick
quot;> > > > > > > height="200" layout="absolute" cornerRadius="10" > borderStyle="solid" borderThickness="2" > borderColor="#ff8040" backgroundColor="#00ff00" > title="Ugly Panel">

Re: [flexcoders] show/hide panel borders (F2b3)

2006-06-12 Thread Tom Fitzpatrick
panel's background. Then change the color > back when you want the border to be visible. > > Will that work? > > Jim > > On Mon, 12 Jun 2006 14:48:15 -0400 > Tom Fitzpatrick <[EMAIL PROTECTED] > <mailto:tom%40streamlinestudios.com>> wrote: > > I have

[flexcoders] show/hide panel borders (F2b3)

2006-06-12 Thread Tom Fitzpatrick
I have a panel with corner radius set to 10. I'm trying to turn its border on and off programatically, toggling the border styles between solid and none, thickness between 2 and 0. The toggling is working fine, but when I hide the border after showing it once, I lose the panel's curved corner r

RE: [flexcoders] Datagrid text colors (v1.5)

2006-02-16 Thread Tom Fitzpatrick
At 08:35 AM 2/15/2006, you wrote: >You could create a cellRenderer of a DataGridColumn Yes, so simple - I just based a cellRenderer on the Text component, and set its htmlText value to item.[variablename]. Since the html formatting was already there, that was it! Thanks! - Tom -- Flexcod

[flexcoders] Datagrid text colors (v1.5)

2006-02-15 Thread Tom Fitzpatrick
In a datagrid, I want to display the text in a cell using two different colors - in the style of syntax formatting. Is there any way to do this in version 1.5 (or 2)? - Tom -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: htt

Re: [flexcoders] Date sorting in datagrid [1.5]

2006-02-09 Thread Tom Fitzpatrick
At 07:07 AM 2/9/2006, you wrote: >See if this helps: >http://weblogs.macromedia.com/mesh/archives/2005/04/sorting_date_fi.cfm Looks like it should help - but I'm having problems. I'm guessing this is because I'm setting the date in the dataprovider using the DateField class, so it's not return

[flexcoders] Date sorting in datagrid [1.5]

2006-02-09 Thread Tom Fitzpatrick
In a datagrid, there a way to sort dates independently from the display formatting? I have a datagrid with dates displayed in the format "11 Feb 2006". Is there a way to sort the dates in the correct chronological order and still have them display in this format? - Tom -- Flexcoders Mail

[flexcoders] Accessing local files

2006-02-06 Thread Tom Fitzpatrick
I'm working with some back-end programmers who asked the following question: We are using a data load process which will take (workspace, filename, type) arguments as inputs to the process, and we need to enable the user to select a file and submit it to the server and then trigger the load pro

Re: [flexcoders] Yahoo Maps questions

2006-01-19 Thread Tom Fitzpatrick
Thanks, John - yes, I've posted to that list, but there don't seem to be many people there either working with the Flex API. - Tom At 03:30 PM 1/19/2006, you wrote: >Tom Fitzpatrick wrote: > > Any input or pointers to other Flex/Yahoo Maps code examples much > apprecia

[flexcoders] Yahoo Maps questions

2006-01-14 Thread Tom Fitzpatrick
Anyone else working with Yahoo Maps? I've been playing with it (using Flex 1.5) and have a some questions. Building on the "standard" examples at Yahoo, I'm getting things to work, but: - At certain zoom levels, the navigator seems to have a hard time refreshing; it will go black, but then if I

[flexcoders] Collapsable title window

2005-11-30 Thread Tom Fitzpatrick
I'm trying to create a collapsable TitleWindow to use as a popup. I'm loosely basing it on Christophe Coenraets' Pod.as code, which extends the Panel component. The problem I'm having is with the code that actually makes the window open and close, based on a "state" variable. Here's the relevan

[flexcoders] Datagrid header renderer (F 1.5)

2005-11-30 Thread Tom Fitzpatrick
Can anyone point to a working example of a header renderer for a dataGrid? I'd like to be able to style the type and the background color for an individual dataGrid column header. I've looked through the docs and can't locate any code that works. - Tom Yahoo! Grou

Re: [flexcoders] Namespace syntax

2005-11-22 Thread Tom Fitzpatrick
At 03:46 PM 11/22/2005, you wrote: >I'm using a button called treeButton to open a custom component called >TreeWindow (based on the TitleWindow). Never mind - I just forgot to import the components from the namespace. - Tom Yahoo! Groups Sponsor

[flexcoders] Namespace syntax

2005-11-22 Thread Tom Fitzpatrick
I'm using a button called treeButton to open a custom component called TreeWindow (based on the TitleWindow). TreeWindow is located in the namespace xmlns:mk=com.company.components.* Here's how I would call it if the component were in the same directory: mx.managers.PopUpManager.createPopUp(tre

Re: REĀ : [flexcoders] Styling a link in LinkBar (F 1 .5)

2005-11-20 Thread Tom Fitzpatrick
as the dataProvider. I suppose I could invoke the ViewStack change from within the function, if there's no other way. Is that the case? - Tom > > >De: flexcoders@yahoogroups.com de la part de Tom Fitzpatrick >Date: sam. 19/11/2005

[flexcoders] Styling a link in LinkBar (F 1.5)

2005-11-19 Thread Tom Fitzpatrick
Is there a way to style a single link in a LinkBar? I want to add a bold font weight to the "disabled" link, in addition to specifying its color, while leaving the other links in the normal font weight . Is there any way to do this? If not in 1.5, is this possible in 2.0? Thanks. - Tom -

Re: [flexcoders] Custom component rollover (Flex 1.5)

2005-10-28 Thread Tom Fitzpatrick
Manish - thanks. Your example helped me, indirectly :-) I saw that I needed to use the Canvas rollovers rather than the rollovers on the image contained in the Canvas, which allowed the text to get in the way. All is well. - Tom At 08:50 AM 10/28/2005, you wrote: >On 10/28/05, Tom Fitzpatr

RE: [flexcoders] Custom component rollover (Flex 1.5)

2005-10-28 Thread Tom Fitzpatrick
mouseOver and >mouseOut events? > >- Gordon > > >-Original Message- >From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On >Behalf Of Tom Fitzpatrick >Sent: Thursday, October 27, 2005 4:50 PM >To: flexcoders@yahoogroups.com >Subject: Re: [flexcoders] C

Re: [flexcoders] Custom component rollover (Flex 1.5)

2005-10-27 Thread Tom Fitzpatrick
Manish - this does not seem to be an available property of Text (or Label). - Tom At 05:03 PM 10/27/2005, you wrote: >On 10/27/05, Tom Fitzpatrick <[EMAIL PROTECTED]> wrote: > > I have a custom component based on the Canvas component. It contains an > > image with text

[flexcoders] Custom component rollover (Flex 1.5)

2005-10-27 Thread Tom Fitzpatrick
I have a custom component based on the Canvas component. It contains an image with text on top. It works fine, except that the rollover deactivates when the mouse is over the text. How do I prevent the text from blocking the rollover? - Tom Yahoo! Groups Sponsor -

Re: [flexcoders] Re: Highlight gridline on chart

2005-10-21 Thread Tom Fitzpatrick
Follow-up: I was able to accomplish this the way you describe - a LineSeries on top of several ColumnSeries - but only by constructing custom chart elements in a Cartesian Chart. Works fine now, though. - Tom At 09:31 AM 10/16/2005, you wrote: >Martin - > >Thanks for the suggestion, but that w

[flexcoders] Highlight plot chart datapoints

2005-10-21 Thread Tom Fitzpatrick
I have a simple plot chart that is pulling data from an xml file. It is graphing the relationship between two kinds of values for a half-dozen people, so the xml setup is like this: 1234 12345 ... I've created a List of people's names

[flexcoders] Re: Highlight gridline on chart

2005-10-16 Thread Tom Fitzpatrick
Martin - Thanks for the suggestion, but that won't work. My fault, for not being more specific. The column chart is actually a stacked column chart, and when I introduce the LineSeries, it tries to become part of the stack. I think I have to move to a cartesian chart setup - if it's possible a

[flexcoders] Highlight gridline on chart

2005-10-14 Thread Tom Fitzpatrick
On a column chart, is it possible to highlight one gridline at a single yField value? So, for example, if the yField values on the chart run from $0 to $150,000, how would I put a horizontal red line at the $100,000 level? - Tom Yahoo! Groups Sponsor -

Re: [flexcoders] chart dynamic data effect

2005-10-13 Thread Tom Fitzpatrick
All right, I figured this one out - using the SeriesInterpolate effect demonstrated in the chart explorer. (In case anyone else was wondering how to do this.) - Tom At 09:08 AM 10/12/2005, you wrote: >I've created a chart with a dynamically changing dataprovider. Is there a >way to add an effec

Re: [flexcoders] Re: like behaviour?

2005-10-12 Thread Tom Fitzpatrick
At 12:48 PM 10/12/2005, you wrote: >Your Flow.as needs to be in the same directory as the application's main >file. Never mind - I got it to work. And thanks again. - Tom Yahoo! Groups Sponsor ~--> Get Bzzzy! (real tools to help you find a job

[flexcoders] Re: like behaviour?

2005-10-12 Thread Tom Fitzpatrick
AM 10/12/2005, you wrote: >On 10/12/05, Tom Fitzpatrick <[EMAIL PROTECTED]> wrote: > > Manish or Michael - any chance of a simple usage example? > > > > > > > > >The buttons will flow from left to right (like HTML). > > > >-- >Fl

[flexcoders] chart dynamic data effect

2005-10-12 Thread Tom Fitzpatrick
I've created a chart with a dynamically changing dataprovider. Is there a way to add an effect to the transition between data sets, when the chart redraws itself based on the new data? Neither resizeEffect or creationCompleteEffect seem to work (though creationCompleteEffect does work when the

Re: [flexcoders] Re: like behaviour?

2005-10-12 Thread Tom Fitzpatrick
Manish or Michael - any chance of a simple usage example? - Tom At 05:43 AM 10/12/2005, you wrote: >Just what I was looking for. Thank you very much Manish! > >-michael > > >--- In flexcoders@yahoogroups.com, Manish Jethani ><[EMAIL PROTECTED]> wrote: > > > > On 9/30/05, flexhansen <[EMAIL PROTEC

RE: [flexcoders] Waterfall chart

2005-10-07 Thread Tom Fitzpatrick
y set the offset/columnWidthRatio >properties to whatever you wanted. > >Ely. > > > >-Original Message- >From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On >Behalf Of Tom Fitzpatrick >Sent: Thursday, October 06, 2005 7:17 AM >To: flexcoders@yahoogroups.com >

RE: [flexcoders] Waterfall chart

2005-10-06 Thread Tom Fitzpatrick
o this is to pre-process your dataprovider into >a synthetic one that has all of the summed values in it. Use that as the >dataprovider for the chart, and set the various min/max fields of the >series appropriately. > > >Ely. > > >-Original Message- >From: flexco

[flexcoders] Waterfall chart

2005-10-05 Thread Tom Fitzpatrick
I'd like to make a "waterfall" chart (at least that's one name for it) - a version of the stacked bar chart. The first column is the total of three values. The next three columns represent the three separate values that make up the total, but instead of stacking they "float" next to each other

[flexcoders] column chart, stacked + single-value

2005-09-29 Thread Tom Fitzpatrick
Is it possible to mix two different kinds of columns on the same chart? Specifically, a single-value column that sits next to a stacked column? A hypothetical example: building on the stacked column example in the flex chart explorer, this new chart would add a single-value column next to the s

Re: [flexcoders] tree plus datagrid

2005-09-28 Thread Tom Fitzpatrick
e tree on rollover, either in the tree or the grid. Anyone have any idea why that could be happening? - Tom >Tom Fitzpatrick wrote: > > > I'd like to constuct a datagrid whose display is controlled by a tree. > > Nodes in the tree correspond to rows in the datagrid, which

[flexcoders] tree plus datagrid

2005-09-28 Thread Tom Fitzpatrick
I'd like to constuct a datagrid whose display is controlled by a tree. Nodes in the tree correspond to rows in the datagrid, which are hidden and revealed as their associated nodes open and close. Seems to me there were some postings here about such a combination, but a quick search doesn't giv

RE: [flexcoders] flexstore not working

2005-09-16 Thread Tom Fitzpatrick
g around with these server config files makes me kinda nervous - Tom >Tracy > >-Original Message- >From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On >Behalf Of Tom Fitzpatrick >Sent: Thursday, September 15, 2005 3:20 PM >To: flexcoders@yahoogroups.c

RE: [flexcoders] flexstore not working

2005-09-15 Thread Tom Fitzpatrick
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On >Behalf Of Tom Fitzpatrick >Sent: Thursday, September 15, 2005 10:32 AM >To: flexcoders@yahoogroups.com >Subject: RE: [flexcoders] flexstore not working > >At 06:51 PM 9/14/2005, you wrote: > >Turn on web service debu

RE: [flexcoders] flexstore not working

2005-09-15 Thread Tom Fitzpatrick
l whitelist. Checking through the archives, I couldn't find any reference to a fix for my problem. - Tom >-Original Message- >From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On >Behalf Of Tom Fitzpatrick >Sent: Wednesday, September 14, 2005 4:58 PM >To: flex

RE: [flexcoders] flexstore not working

2005-09-14 Thread Tom Fitzpatrick
r edited or >something. >Tracy > >-Original Message- >From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On >Behalf Of Tom Fitzpatrick >Sent: Wednesday, September 14, 2005 1:48 PM >To: flexcoders@yahoogroups.com >Subject: [flexcoders] flexstore not

[flexcoders] flexstore not working

2005-09-14 Thread Tom Fitzpatrick
My flexstore (original, non-Cairngorm version) used to run just fine. Now I'm getting this error: "Could not load WSDL: Server java.lang.RuntimeException: Bad service name : FlexStoreCatalogWS" Gotta be something simple, but I can't track it down. - Tom Yahoo! G

[flexcoders] swf control

2005-07-29 Thread Tom Fitzpatrick
I have a number of small .swfs created in Flash that each have a motion tween and an embedded sound. What would be the best way to load them into a Flex app and use actionscript to control them - actions such as play, pause, rewind? - Tom Yahoo! Groups Sponsor

RE: [flexcoders] sound problem: onSoundComplete

2005-07-29 Thread Tom Fitzpatrick
At 08:29 AM 7/29/2005, you wrote: >Yepp, it works. I coded a SoundManager class that basically implements >the same functionality some time ago so I'm not sure why it's not >working on your side. Dirk - thanks. I finally got it working with help from you and others. I'm still not sure why my firs

[flexcoders] attachSound vs. loadSound (was: onSoundComplete)

2005-07-28 Thread Tom Fitzpatrick
At 05:13 PM 7/28/2005, you wrote: >attachSound I reckon has less overhead because the sound and header are >already embedded in the SWF. Additionally, attachSound is a syncronous >opertion, where as loadSound, both streaming and non, is asyncronous. > >attachSound requires a sound asset be embeded

Re: [flexcoders] sound problem: onSoundComplete

2005-07-28 Thread Tom Fitzpatrick
Hey - thanks Jeff and Jester. Another difference between Jeff's code and mine is that his uses the delegate to play the sound as well as to call the onSoundComplete method. I was curious why snd.start() was called twice. I removed the snd.start() call in the startSound() function and it worked

RE: [flexcoders] sound problem: onSoundComplete

2005-07-28 Thread Tom Fitzpatrick
tion soundStopped() { > > glow.alpha = 0; > > feedback.text += " stopping now"; > >} > > > >Dirk. > > > >-Original Message- > >From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > >Behalf Of Tom Fitzpatrick &g

RE: [flexcoders] sound problem: onSoundComplete

2005-07-27 Thread Tom Fitzpatrick
his, soundStopped); > snd.start(); >} > >function soundStopped() { > glow.alpha = 0; > feedback.text += " stopping now"; >} > >Dirk. > >-Original Message- >From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On >Behalf Of Tom Fitzpatrick

RE: [flexcoders] sound problem: onSoundComplete

2005-07-27 Thread Tom Fitzpatrick
ote: >snd.onSoundComplete = mx.utils.Delegate.create(this, function() >{ > //same body here >}); > >You're having scoping problems. > >Matt > > >-- >From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On >Behalf Of Tom Fitzpatrick >Sent: Tuesday, Jul

[flexcoders] sound problem: onSoundComplete

2005-07-26 Thread Tom Fitzpatrick
Trying to get onSoundComplete() to work - but it never seems to get called. Here's the code I'm working with: function startSound(currentSound) { feedback.text += currentSound+" playing now"; glow.alpha = 100; var snd:Sound = new So

Re: [flexcoders] embedded sounds

2005-07-05 Thread Tom Fitzpatrick
em.label; > var playThis = eval(currentSound); > startSound(playThis); > } > >Full working example attached (except for mp3s). > > > > >JesterXL wrote: > > >Close, do: > > > >snd = new Sound(this); > > > >---

[flexcoders] embedded sounds

2005-07-05 Thread Tom Fitzpatrick
I'm trying to embed a number of mp3 sounds and play them back in various ways. The first way is to select the sound names from a comboBox. It's not working. So, for an embedded sound defined as: [Embed('beki1A.mp3')] var beki1A:String; I've defined the following function;

[flexcoders] linkbar selected color

2005-06-06 Thread Tom Fitzpatrick
I'm trying to have the links in a linkbar change color when they're selected and remain that color until another link is selected. Setting "selectedFillColors" doesn't seem to work. Any suggestions? - Tom Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.

Re: [flexcoders] select/deselect child panels

2005-06-03 Thread Tom Fitzpatrick
Thanks, Manish - that worked great. - Tom At 05:43 PM 6/2/2005, you wrote: >On 6/3/05, Tom Fitzpatrick <[EMAIL PROTECTED]> wrote: > > I'm trying to find a way to quickly select and deselect panels that are > > children of an hbox container. When a panel is selected I&

[flexcoders] select/deselect child panels

2005-06-02 Thread Tom Fitzpatrick
I'm trying to find a way to quickly select and deselect panels that are children of an hbox container. When a panel is selected I'd like to highlight it in a simple way, such as changing its background color. If another panel is clicked on, the previously selected panel's background is changed

Re: [flexcoders] mousedown scope

2005-05-27 Thread Tom Fitzpatrick
Thanks Manish. I sidestepped the issue by limiting the top-level mousedown so it doesn't conflict with the subcomponent mousedown. That solved my immediate problem. So - I didn't have a change to try setting event.bubbles to false. - Tom At 10:02 AM 5/27/2005, you wrote: >On

[flexcoders] mousedown scope

2005-05-26 Thread Tom Fitzpatrick
I have a custom component, based on the Panel component, that can be selected with a mousedown. The component contains subcomponents that also have mousedowns with different behaviors. Is it possible to disassociate the two? Right now, clicking the subcomponent also selects the Panel. I'd like

Re: [flexcoders] Re: Cairngorm store - still trying

2005-05-26 Thread Tom Fitzpatrick
Dan - At 11:04 AM 5/26/2005, you wrote: >Just out of interest, are you using the Ant script, or are you doing >all the configuration manually ? No, I wasn't using the Ant script. Thanks again. - Tom Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo

RE: [flexcoders] Re: Cairngorm store - still trying

2005-05-26 Thread Tom Fitzpatrick
At 10:29 AM 5/26/2005, you wrote: >So please ensure that you hve the catalog.script file copied into >the db/ directory that you have created; This did work - thanks! But - for the sake of others who might be confused - the odd thing is that I didn't create that db folder, it was created au

Re: [flexcoders] Re: Cairngorm store - still trying

2005-05-26 Thread Tom Fitzpatrick
At 09:14 AM 5/26/2005, you wrote: >Can I suggest the following steps to get it working: > >stop Tomcat >create a directory called 'db' under your TOMCAT_HOME. >make sure the .script file is there >make sure your store.cfg is pointing to where it was when it shipped ( >db_path=..\\db\\ ) (the double

Re: [flexcoders] Re: Cairngorm store - still trying

2005-05-26 Thread Tom Fitzpatrick
At 09:14 AM 5/26/2005, you wrote: >I'm sorry to hear there were errors in the documentation, I spent >several hours 'testing' them, please let me know what they are and I >will ammend the docs OK - (and please let me know if I'm wrong and the docs are right): In the store instructions it says: F

[flexcoders] Cairngorm store - still trying

2005-05-26 Thread Tom Fitzpatrick
Still trying to get the cairngorm store products to show up. I thought I had done everything right - but there are several errors in the docs and I had to do some guessing, plus working with hints from Steven and Alex from iteration2. On startup, I'm getting a couple of warnings from the server

RE: [flexcoders] Cairngorm store products

2005-05-25 Thread Tom Fitzpatrick
Hi Alex - At 01:51 PM 5/25/2005, you wrote: >Actually the "db" directory by default is in TOMCAT_HOME not >TOMCAT_HOME/webapps. (you can change this via store.cfg. This is getting stranger. I moved the db folder and its contents up a level to the location you describe (the same level as webapps)

RE: [flexcoders] Cairngorm store products

2005-05-25 Thread Tom Fitzpatrick
Hi Alex - Thanks to you and Steven for staying with me on this. I did set it up that way, and it's still not working. My directory structure is: jakarta-tomcat-5.0.25 > webapps > db jakarta-tomcat-5.0.25 > webapps > cairngormstore Inside the db directory are catalog.properties, catalog.script,

RE: [flexcoders] Cairngorm store products

2005-05-25 Thread Tom Fitzpatrick
At 11:17 AM 5/25/2005, you wrote: >There are a number of things to check ... first of all, have you placed >the named service in flex-config.xml (have you used our flex-config.xml) ? Yes, I used your flex-config.xml file. >Is there more detailed error message in your appserver log file ? The onl

[flexcoders] Cairngorm store products

2005-05-25 Thread Tom Fitzpatrick
I keep getting a "products could not be retrieved" message from the cairngorm store. Must be a db path problem. How should I specify it in store.cfg? If it helps, the path to hsqldb.jar on my machine is: C:\servers\jakarta-tomcat-5.0.25\webapps\cairngormstore\WEB-INF\lib - Tom Yahoo! G

Re: [flexcoders] Select and highlight child panel

2005-05-14 Thread Tom Fitzpatrick
Thanks - I already tried this, and the borderstyle property doesn't seem to have any effect on a Panel component. What property would create a highlight all the way around the edge of a Panel? - Tom At 09:24 AM 5/14/2005, you wrote: >Sounds like you want something like: > > >function highlightm

  1   2   >